@cdot65/prisma-airs-sdk 0.12.0 → 0.13.1
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/README.md +16 -100
- package/dist/index.cjs +768 -56
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1448 -44
- package/dist/index.d.ts +1448 -44
- package/dist/index.js +743 -56
- package/dist/index.js.map +1 -1
- package/package.json +4 -22
package/dist/index.d.ts
CHANGED
|
@@ -5706,6 +5706,7 @@ declare const ScanResponseSchema: z.ZodObject<{
|
|
|
5706
5706
|
injection: z.ZodOptional<z.ZodBoolean>;
|
|
5707
5707
|
toxic_content: z.ZodOptional<z.ZodBoolean>;
|
|
5708
5708
|
malicious_code: z.ZodOptional<z.ZodBoolean>;
|
|
5709
|
+
source_code: z.ZodOptional<z.ZodBoolean>;
|
|
5709
5710
|
agent: z.ZodOptional<z.ZodBoolean>;
|
|
5710
5711
|
topic_violation: z.ZodOptional<z.ZodBoolean>;
|
|
5711
5712
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -5714,6 +5715,7 @@ declare const ScanResponseSchema: z.ZodObject<{
|
|
|
5714
5715
|
injection: z.ZodOptional<z.ZodBoolean>;
|
|
5715
5716
|
toxic_content: z.ZodOptional<z.ZodBoolean>;
|
|
5716
5717
|
malicious_code: z.ZodOptional<z.ZodBoolean>;
|
|
5718
|
+
source_code: z.ZodOptional<z.ZodBoolean>;
|
|
5717
5719
|
agent: z.ZodOptional<z.ZodBoolean>;
|
|
5718
5720
|
topic_violation: z.ZodOptional<z.ZodBoolean>;
|
|
5719
5721
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -5722,6 +5724,7 @@ declare const ScanResponseSchema: z.ZodObject<{
|
|
|
5722
5724
|
injection: z.ZodOptional<z.ZodBoolean>;
|
|
5723
5725
|
toxic_content: z.ZodOptional<z.ZodBoolean>;
|
|
5724
5726
|
malicious_code: z.ZodOptional<z.ZodBoolean>;
|
|
5727
|
+
source_code: z.ZodOptional<z.ZodBoolean>;
|
|
5725
5728
|
agent: z.ZodOptional<z.ZodBoolean>;
|
|
5726
5729
|
topic_violation: z.ZodOptional<z.ZodBoolean>;
|
|
5727
5730
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
@@ -10294,6 +10297,7 @@ declare const ScanResponseSchema: z.ZodObject<{
|
|
|
10294
10297
|
injection: z.ZodOptional<z.ZodBoolean>;
|
|
10295
10298
|
toxic_content: z.ZodOptional<z.ZodBoolean>;
|
|
10296
10299
|
malicious_code: z.ZodOptional<z.ZodBoolean>;
|
|
10300
|
+
source_code: z.ZodOptional<z.ZodBoolean>;
|
|
10297
10301
|
agent: z.ZodOptional<z.ZodBoolean>;
|
|
10298
10302
|
topic_violation: z.ZodOptional<z.ZodBoolean>;
|
|
10299
10303
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -10302,6 +10306,7 @@ declare const ScanResponseSchema: z.ZodObject<{
|
|
|
10302
10306
|
injection: z.ZodOptional<z.ZodBoolean>;
|
|
10303
10307
|
toxic_content: z.ZodOptional<z.ZodBoolean>;
|
|
10304
10308
|
malicious_code: z.ZodOptional<z.ZodBoolean>;
|
|
10309
|
+
source_code: z.ZodOptional<z.ZodBoolean>;
|
|
10305
10310
|
agent: z.ZodOptional<z.ZodBoolean>;
|
|
10306
10311
|
topic_violation: z.ZodOptional<z.ZodBoolean>;
|
|
10307
10312
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -10310,6 +10315,7 @@ declare const ScanResponseSchema: z.ZodObject<{
|
|
|
10310
10315
|
injection: z.ZodOptional<z.ZodBoolean>;
|
|
10311
10316
|
toxic_content: z.ZodOptional<z.ZodBoolean>;
|
|
10312
10317
|
malicious_code: z.ZodOptional<z.ZodBoolean>;
|
|
10318
|
+
source_code: z.ZodOptional<z.ZodBoolean>;
|
|
10313
10319
|
agent: z.ZodOptional<z.ZodBoolean>;
|
|
10314
10320
|
topic_violation: z.ZodOptional<z.ZodBoolean>;
|
|
10315
10321
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
@@ -14882,6 +14888,7 @@ declare const ScanResponseSchema: z.ZodObject<{
|
|
|
14882
14888
|
injection: z.ZodOptional<z.ZodBoolean>;
|
|
14883
14889
|
toxic_content: z.ZodOptional<z.ZodBoolean>;
|
|
14884
14890
|
malicious_code: z.ZodOptional<z.ZodBoolean>;
|
|
14891
|
+
source_code: z.ZodOptional<z.ZodBoolean>;
|
|
14885
14892
|
agent: z.ZodOptional<z.ZodBoolean>;
|
|
14886
14893
|
topic_violation: z.ZodOptional<z.ZodBoolean>;
|
|
14887
14894
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -14890,6 +14897,7 @@ declare const ScanResponseSchema: z.ZodObject<{
|
|
|
14890
14897
|
injection: z.ZodOptional<z.ZodBoolean>;
|
|
14891
14898
|
toxic_content: z.ZodOptional<z.ZodBoolean>;
|
|
14892
14899
|
malicious_code: z.ZodOptional<z.ZodBoolean>;
|
|
14900
|
+
source_code: z.ZodOptional<z.ZodBoolean>;
|
|
14893
14901
|
agent: z.ZodOptional<z.ZodBoolean>;
|
|
14894
14902
|
topic_violation: z.ZodOptional<z.ZodBoolean>;
|
|
14895
14903
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -14898,6 +14906,7 @@ declare const ScanResponseSchema: z.ZodObject<{
|
|
|
14898
14906
|
injection: z.ZodOptional<z.ZodBoolean>;
|
|
14899
14907
|
toxic_content: z.ZodOptional<z.ZodBoolean>;
|
|
14900
14908
|
malicious_code: z.ZodOptional<z.ZodBoolean>;
|
|
14909
|
+
source_code: z.ZodOptional<z.ZodBoolean>;
|
|
14901
14910
|
agent: z.ZodOptional<z.ZodBoolean>;
|
|
14902
14911
|
topic_violation: z.ZodOptional<z.ZodBoolean>;
|
|
14903
14912
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
@@ -31228,8 +31237,13 @@ declare class Content {
|
|
|
31228
31237
|
static fromJSONFile(filePath: string): Content;
|
|
31229
31238
|
}
|
|
31230
31239
|
|
|
31240
|
+
/** Transport options shared by all {@link Scanner} operations. */
|
|
31241
|
+
interface ScanCallOptions {
|
|
31242
|
+
/** Per-call retry override (0–5). Omit to use the global configuration. */
|
|
31243
|
+
numRetries?: number;
|
|
31244
|
+
}
|
|
31231
31245
|
/** Optional parameters for {@link Scanner.syncScan}. */
|
|
31232
|
-
interface SyncScanOptions {
|
|
31246
|
+
interface SyncScanOptions extends ScanCallOptions {
|
|
31233
31247
|
/** Transaction ID for tracing. Max 100 characters. */
|
|
31234
31248
|
trId?: string;
|
|
31235
31249
|
/** Session ID for grouping related scans. Max 100 characters. */
|
|
@@ -31249,7 +31263,7 @@ declare class Scanner {
|
|
|
31249
31263
|
* Perform a synchronous content scan.
|
|
31250
31264
|
* @param aiProfile - AI security profile to scan against.
|
|
31251
31265
|
* @param content - Content to scan.
|
|
31252
|
-
* @param opts - Optional transaction/session IDs and
|
|
31266
|
+
* @param opts - Optional transaction/session IDs, metadata, and per-call retry override.
|
|
31253
31267
|
* @returns Scan response with verdict, action, and detection details.
|
|
31254
31268
|
* @example
|
|
31255
31269
|
* ```ts
|
|
@@ -31269,33 +31283,55 @@ declare class Scanner {
|
|
|
31269
31283
|
*/
|
|
31270
31284
|
syncScan(aiProfile: AiProfile, content: Content, opts?: SyncScanOptions): Promise<ScanResponse>;
|
|
31271
31285
|
/**
|
|
31272
|
-
* Submit content for asynchronous scanning.
|
|
31273
|
-
*
|
|
31274
|
-
*
|
|
31286
|
+
* Submit one batch of content for asynchronous scanning.
|
|
31287
|
+
*
|
|
31288
|
+
* The call accepts 1–5 request objects and returns one batch receipt. A batch `scan_id` can fan
|
|
31289
|
+
* out to several unordered result rows. Correlate each row by `(scan_id, req_id)`, never array
|
|
31290
|
+
* position or `scan_id` alone. The SDK preserves the server's row order and cardinality.
|
|
31291
|
+
*
|
|
31292
|
+
* Setting `numRetries: 0` guarantees one SDK fetch attempt, but cannot guarantee exactly-once
|
|
31293
|
+
* server submission after an ambiguous network or 5xx failure.
|
|
31294
|
+
* @param scanObjects - Array of scan objects (1–5 items), each with its own `req_id`.
|
|
31295
|
+
* @param opts - Optional per-call retry override.
|
|
31296
|
+
* @returns One batch receipt containing the shared scan ID for later querying.
|
|
31275
31297
|
* @example
|
|
31276
31298
|
* ```ts
|
|
31277
31299
|
* import { init, Scanner } from '@cdot65/prisma-airs-sdk';
|
|
31278
31300
|
* init();
|
|
31279
31301
|
* const scanner = new Scanner();
|
|
31280
31302
|
*
|
|
31281
|
-
* const
|
|
31282
|
-
*
|
|
31283
|
-
*
|
|
31284
|
-
*
|
|
31285
|
-
*
|
|
31286
|
-
*
|
|
31303
|
+
* const receipt = await scanner.asyncScan(
|
|
31304
|
+
* [
|
|
31305
|
+
* {
|
|
31306
|
+
* req_id: 1,
|
|
31307
|
+
* scan_req: {
|
|
31308
|
+
* ai_profile: { profile_name: 'my-profile' },
|
|
31309
|
+
* contents: [{ prompt: 'Tell me about machine learning.' }],
|
|
31310
|
+
* },
|
|
31287
31311
|
* },
|
|
31288
|
-
*
|
|
31289
|
-
*
|
|
31290
|
-
*
|
|
31312
|
+
* {
|
|
31313
|
+
* req_id: 2,
|
|
31314
|
+
* scan_req: {
|
|
31315
|
+
* ai_profile: { profile_name: 'my-profile' },
|
|
31316
|
+
* contents: [{ prompt: 'What are neural networks?' }],
|
|
31317
|
+
* },
|
|
31318
|
+
* },
|
|
31319
|
+
* ],
|
|
31320
|
+
* { numRetries: 0 },
|
|
31321
|
+
* );
|
|
31322
|
+
* // receipt =>
|
|
31291
31323
|
* // { received: '2024-01-01T00:00:00Z', scan_id: '550e...' }
|
|
31292
31324
|
* ```
|
|
31293
31325
|
*/
|
|
31294
|
-
asyncScan(scanObjects: AsyncScanObject[]): Promise<AsyncScanResponse>;
|
|
31326
|
+
asyncScan(scanObjects: AsyncScanObject[], opts?: ScanCallOptions): Promise<AsyncScanResponse>;
|
|
31295
31327
|
/**
|
|
31296
31328
|
* Query scan results by scan IDs.
|
|
31329
|
+
*
|
|
31330
|
+
* One scan ID can return several unordered rows. Correlate them using `(scan_id, req_id)`. The
|
|
31331
|
+
* SDK does not sort, deduplicate, or collapse the response.
|
|
31297
31332
|
* @param scanIds - Array of scan UUIDs (1–5 items).
|
|
31298
|
-
* @
|
|
31333
|
+
* @param opts - Optional per-call retry override.
|
|
31334
|
+
* @returns Every scan-result row in server order, with status and response data.
|
|
31299
31335
|
* @example
|
|
31300
31336
|
* ```ts
|
|
31301
31337
|
* import { init, Scanner } from '@cdot65/prisma-airs-sdk';
|
|
@@ -31305,16 +31341,21 @@ declare class Scanner {
|
|
|
31305
31341
|
* const results = await scanner.queryByScanIds([
|
|
31306
31342
|
* '550e8400-e29b-41d4-a716-446655440000',
|
|
31307
31343
|
* ]);
|
|
31308
|
-
* //
|
|
31309
|
-
*
|
|
31310
|
-
*
|
|
31344
|
+
* // A single scan ID may produce multiple rows, for example req_id 2 then req_id 1.
|
|
31345
|
+
* for (const row of results) {
|
|
31346
|
+
* console.log(`${row.scan_id}:${row.req_id}`, row.status, row.result?.action);
|
|
31347
|
+
* }
|
|
31311
31348
|
* ```
|
|
31312
31349
|
*/
|
|
31313
|
-
queryByScanIds(scanIds: string[]): Promise<ScanIdResult[]>;
|
|
31350
|
+
queryByScanIds(scanIds: string[], opts?: ScanCallOptions): Promise<ScanIdResult[]>;
|
|
31314
31351
|
/**
|
|
31315
31352
|
* Query detailed threat reports by report IDs.
|
|
31353
|
+
*
|
|
31354
|
+
* One report ID can return several rows. Correlate them using `(report_id, req_id)`. The SDK
|
|
31355
|
+
* preserves server order and cardinality without sorting or deduplicating.
|
|
31316
31356
|
* @param reportIds - Array of report IDs (1–5 items).
|
|
31317
|
-
* @
|
|
31357
|
+
* @param opts - Optional per-call retry override.
|
|
31358
|
+
* @returns Every report row in server order, with detection details.
|
|
31318
31359
|
* @example
|
|
31319
31360
|
* ```ts
|
|
31320
31361
|
* import { init, Scanner } from '@cdot65/prisma-airs-sdk';
|
|
@@ -31322,12 +31363,12 @@ declare class Scanner {
|
|
|
31322
31363
|
* const scanner = new Scanner();
|
|
31323
31364
|
*
|
|
31324
31365
|
* const reports = await scanner.queryByReportIds(['R000...']);
|
|
31325
|
-
*
|
|
31326
|
-
*
|
|
31327
|
-
*
|
|
31366
|
+
* for (const report of reports) {
|
|
31367
|
+
* console.log(`${report.report_id}:${report.req_id}`, report.detection_results);
|
|
31368
|
+
* }
|
|
31328
31369
|
* ```
|
|
31329
31370
|
*/
|
|
31330
|
-
queryByReportIds(reportIds: string[]): Promise<ThreatScanReport[]>;
|
|
31371
|
+
queryByReportIds(reportIds: string[], opts?: ScanCallOptions): Promise<ThreatScanReport[]>;
|
|
31331
31372
|
}
|
|
31332
31373
|
|
|
31333
31374
|
/** Classification of SDK errors by origin. */
|
|
@@ -31347,17 +31388,30 @@ declare enum ErrorType {
|
|
|
31347
31388
|
/** Server returned a 2xx body that did not match the declared response schema, or invalid JSON. */
|
|
31348
31389
|
RESPONSE_VALIDATION = "AISEC_RESPONSE_VALIDATION"
|
|
31349
31390
|
}
|
|
31391
|
+
/** Transport-level facts attached to HTTP and network failures. */
|
|
31392
|
+
interface AISecSDKExceptionMetadata {
|
|
31393
|
+
/** Whether the request received an HTTP response or failed at the network boundary. */
|
|
31394
|
+
failureKind?: 'http' | 'network';
|
|
31395
|
+
/** HTTP response status, when a response was received. */
|
|
31396
|
+
statusCode?: number;
|
|
31397
|
+
/** Server-provided retry delay normalized to milliseconds. */
|
|
31398
|
+
retryAfterMs?: number;
|
|
31399
|
+
}
|
|
31350
31400
|
/**
|
|
31351
31401
|
* Base exception for all AIRS SDK errors.
|
|
31352
31402
|
* The `errorType` field classifies the error origin.
|
|
31353
31403
|
*/
|
|
31354
31404
|
declare class AISecSDKException extends Error {
|
|
31355
31405
|
readonly errorType?: ErrorType;
|
|
31406
|
+
readonly failureKind?: 'http' | 'network';
|
|
31407
|
+
readonly statusCode?: number;
|
|
31408
|
+
readonly retryAfterMs?: number;
|
|
31356
31409
|
/**
|
|
31357
31410
|
* @param message - Human-readable error description.
|
|
31358
31411
|
* @param errorType - Classification of the error.
|
|
31412
|
+
* @param metadata - Optional transport failure metadata.
|
|
31359
31413
|
*/
|
|
31360
|
-
constructor(message: string, errorType?: ErrorType);
|
|
31414
|
+
constructor(message: string, errorType?: ErrorType, metadata?: AISecSDKExceptionMetadata);
|
|
31361
31415
|
}
|
|
31362
31416
|
|
|
31363
31417
|
/** Scan result verdict classification. */
|
|
@@ -31430,6 +31484,7 @@ declare const PromptDetectedSchema: z.ZodObject<{
|
|
|
31430
31484
|
injection: z.ZodOptional<z.ZodBoolean>;
|
|
31431
31485
|
toxic_content: z.ZodOptional<z.ZodBoolean>;
|
|
31432
31486
|
malicious_code: z.ZodOptional<z.ZodBoolean>;
|
|
31487
|
+
source_code: z.ZodOptional<z.ZodBoolean>;
|
|
31433
31488
|
agent: z.ZodOptional<z.ZodBoolean>;
|
|
31434
31489
|
topic_violation: z.ZodOptional<z.ZodBoolean>;
|
|
31435
31490
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -31438,6 +31493,7 @@ declare const PromptDetectedSchema: z.ZodObject<{
|
|
|
31438
31493
|
injection: z.ZodOptional<z.ZodBoolean>;
|
|
31439
31494
|
toxic_content: z.ZodOptional<z.ZodBoolean>;
|
|
31440
31495
|
malicious_code: z.ZodOptional<z.ZodBoolean>;
|
|
31496
|
+
source_code: z.ZodOptional<z.ZodBoolean>;
|
|
31441
31497
|
agent: z.ZodOptional<z.ZodBoolean>;
|
|
31442
31498
|
topic_violation: z.ZodOptional<z.ZodBoolean>;
|
|
31443
31499
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -31446,6 +31502,7 @@ declare const PromptDetectedSchema: z.ZodObject<{
|
|
|
31446
31502
|
injection: z.ZodOptional<z.ZodBoolean>;
|
|
31447
31503
|
toxic_content: z.ZodOptional<z.ZodBoolean>;
|
|
31448
31504
|
malicious_code: z.ZodOptional<z.ZodBoolean>;
|
|
31505
|
+
source_code: z.ZodOptional<z.ZodBoolean>;
|
|
31449
31506
|
agent: z.ZodOptional<z.ZodBoolean>;
|
|
31450
31507
|
topic_violation: z.ZodOptional<z.ZodBoolean>;
|
|
31451
31508
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -72234,7 +72291,7 @@ type ScanDetails = z.infer<typeof ScanDetailsSchema>;
|
|
|
72234
72291
|
declare const ScanCreateRequestSchema: z.ZodObject<{
|
|
72235
72292
|
model_uri: z.ZodString;
|
|
72236
72293
|
security_group_uuid: z.ZodString;
|
|
72237
|
-
scan_origin: z.ZodString
|
|
72294
|
+
scan_origin: z.ZodOptional<z.ZodString>;
|
|
72238
72295
|
allow_patterns: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
72239
72296
|
ignore_patterns: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
72240
72297
|
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -72512,7 +72569,7 @@ declare const ScanCreateRequestSchema: z.ZodObject<{
|
|
|
72512
72569
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
72513
72570
|
model_uri: z.ZodString;
|
|
72514
72571
|
security_group_uuid: z.ZodString;
|
|
72515
|
-
scan_origin: z.ZodString
|
|
72572
|
+
scan_origin: z.ZodOptional<z.ZodString>;
|
|
72516
72573
|
allow_patterns: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
72517
72574
|
ignore_patterns: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
72518
72575
|
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -72790,7 +72847,7 @@ declare const ScanCreateRequestSchema: z.ZodObject<{
|
|
|
72790
72847
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
72791
72848
|
model_uri: z.ZodString;
|
|
72792
72849
|
security_group_uuid: z.ZodString;
|
|
72793
|
-
scan_origin: z.ZodString
|
|
72850
|
+
scan_origin: z.ZodOptional<z.ZodString>;
|
|
72794
72851
|
allow_patterns: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
72795
72852
|
ignore_patterns: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
72796
72853
|
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -73079,7 +73136,7 @@ declare const ScanBaseResponseSchema: z.ZodObject<{
|
|
|
73079
73136
|
scan_origin: z.ZodString;
|
|
73080
73137
|
security_group_uuid: z.ZodString;
|
|
73081
73138
|
security_group_name: z.ZodString;
|
|
73082
|
-
model_version_uuid: z.ZodString
|
|
73139
|
+
model_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73083
73140
|
eval_outcome: z.ZodString;
|
|
73084
73141
|
source_type: z.ZodString;
|
|
73085
73142
|
created_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73124,7 +73181,7 @@ declare const ScanBaseResponseSchema: z.ZodObject<{
|
|
|
73124
73181
|
scan_origin: z.ZodString;
|
|
73125
73182
|
security_group_uuid: z.ZodString;
|
|
73126
73183
|
security_group_name: z.ZodString;
|
|
73127
|
-
model_version_uuid: z.ZodString
|
|
73184
|
+
model_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73128
73185
|
eval_outcome: z.ZodString;
|
|
73129
73186
|
source_type: z.ZodString;
|
|
73130
73187
|
created_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73169,7 +73226,7 @@ declare const ScanBaseResponseSchema: z.ZodObject<{
|
|
|
73169
73226
|
scan_origin: z.ZodString;
|
|
73170
73227
|
security_group_uuid: z.ZodString;
|
|
73171
73228
|
security_group_name: z.ZodString;
|
|
73172
|
-
model_version_uuid: z.ZodString
|
|
73229
|
+
model_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73173
73230
|
eval_outcome: z.ZodString;
|
|
73174
73231
|
source_type: z.ZodString;
|
|
73175
73232
|
created_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73226,7 +73283,7 @@ declare const ScanListSchema: z.ZodObject<{
|
|
|
73226
73283
|
scan_origin: z.ZodString;
|
|
73227
73284
|
security_group_uuid: z.ZodString;
|
|
73228
73285
|
security_group_name: z.ZodString;
|
|
73229
|
-
model_version_uuid: z.ZodString
|
|
73286
|
+
model_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73230
73287
|
eval_outcome: z.ZodString;
|
|
73231
73288
|
source_type: z.ZodString;
|
|
73232
73289
|
created_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73271,7 +73328,7 @@ declare const ScanListSchema: z.ZodObject<{
|
|
|
73271
73328
|
scan_origin: z.ZodString;
|
|
73272
73329
|
security_group_uuid: z.ZodString;
|
|
73273
73330
|
security_group_name: z.ZodString;
|
|
73274
|
-
model_version_uuid: z.ZodString
|
|
73331
|
+
model_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73275
73332
|
eval_outcome: z.ZodString;
|
|
73276
73333
|
source_type: z.ZodString;
|
|
73277
73334
|
created_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73316,7 +73373,7 @@ declare const ScanListSchema: z.ZodObject<{
|
|
|
73316
73373
|
scan_origin: z.ZodString;
|
|
73317
73374
|
security_group_uuid: z.ZodString;
|
|
73318
73375
|
security_group_name: z.ZodString;
|
|
73319
|
-
model_version_uuid: z.ZodString
|
|
73376
|
+
model_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73320
73377
|
eval_outcome: z.ZodString;
|
|
73321
73378
|
source_type: z.ZodString;
|
|
73322
73379
|
created_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73370,7 +73427,7 @@ declare const ScanListSchema: z.ZodObject<{
|
|
|
73370
73427
|
scan_origin: z.ZodString;
|
|
73371
73428
|
security_group_uuid: z.ZodString;
|
|
73372
73429
|
security_group_name: z.ZodString;
|
|
73373
|
-
model_version_uuid: z.ZodString
|
|
73430
|
+
model_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73374
73431
|
eval_outcome: z.ZodString;
|
|
73375
73432
|
source_type: z.ZodString;
|
|
73376
73433
|
created_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73415,7 +73472,7 @@ declare const ScanListSchema: z.ZodObject<{
|
|
|
73415
73472
|
scan_origin: z.ZodString;
|
|
73416
73473
|
security_group_uuid: z.ZodString;
|
|
73417
73474
|
security_group_name: z.ZodString;
|
|
73418
|
-
model_version_uuid: z.ZodString
|
|
73475
|
+
model_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73419
73476
|
eval_outcome: z.ZodString;
|
|
73420
73477
|
source_type: z.ZodString;
|
|
73421
73478
|
created_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73460,7 +73517,7 @@ declare const ScanListSchema: z.ZodObject<{
|
|
|
73460
73517
|
scan_origin: z.ZodString;
|
|
73461
73518
|
security_group_uuid: z.ZodString;
|
|
73462
73519
|
security_group_name: z.ZodString;
|
|
73463
|
-
model_version_uuid: z.ZodString
|
|
73520
|
+
model_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73464
73521
|
eval_outcome: z.ZodString;
|
|
73465
73522
|
source_type: z.ZodString;
|
|
73466
73523
|
created_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73514,7 +73571,7 @@ declare const ScanListSchema: z.ZodObject<{
|
|
|
73514
73571
|
scan_origin: z.ZodString;
|
|
73515
73572
|
security_group_uuid: z.ZodString;
|
|
73516
73573
|
security_group_name: z.ZodString;
|
|
73517
|
-
model_version_uuid: z.ZodString
|
|
73574
|
+
model_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73518
73575
|
eval_outcome: z.ZodString;
|
|
73519
73576
|
source_type: z.ZodString;
|
|
73520
73577
|
created_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73559,7 +73616,7 @@ declare const ScanListSchema: z.ZodObject<{
|
|
|
73559
73616
|
scan_origin: z.ZodString;
|
|
73560
73617
|
security_group_uuid: z.ZodString;
|
|
73561
73618
|
security_group_name: z.ZodString;
|
|
73562
|
-
model_version_uuid: z.ZodString
|
|
73619
|
+
model_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73563
73620
|
eval_outcome: z.ZodString;
|
|
73564
73621
|
source_type: z.ZodString;
|
|
73565
73622
|
created_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73604,7 +73661,7 @@ declare const ScanListSchema: z.ZodObject<{
|
|
|
73604
73661
|
scan_origin: z.ZodString;
|
|
73605
73662
|
security_group_uuid: z.ZodString;
|
|
73606
73663
|
security_group_name: z.ZodString;
|
|
73607
|
-
model_version_uuid: z.ZodString
|
|
73664
|
+
model_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73608
73665
|
eval_outcome: z.ZodString;
|
|
73609
73666
|
source_type: z.ZodString;
|
|
73610
73667
|
created_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73834,6 +73891,627 @@ declare const FileListSchema: z.ZodObject<{
|
|
|
73834
73891
|
}, z.ZodTypeAny, "passthrough">>;
|
|
73835
73892
|
/** Paginated list of scanned model files. */
|
|
73836
73893
|
type FileList = z.infer<typeof FileListSchema>;
|
|
73894
|
+
/**
|
|
73895
|
+
* A model resource (aggregate over its versions). Enum-typed fields are modeled as strings
|
|
73896
|
+
* to tolerate new backend values, consistent with the rest of the Model Security schemas.
|
|
73897
|
+
*/
|
|
73898
|
+
declare const ModelResponseSchema: z.ZodObject<{
|
|
73899
|
+
uuid: z.ZodString;
|
|
73900
|
+
tsg_id: z.ZodString;
|
|
73901
|
+
created_at: z.ZodString;
|
|
73902
|
+
updated_at: z.ZodString;
|
|
73903
|
+
name: z.ZodString;
|
|
73904
|
+
latest_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73905
|
+
latest_version_fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73906
|
+
latest_version_revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73907
|
+
latest_version_hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73908
|
+
latest_version_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73909
|
+
latest_version_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
73910
|
+
latest_version_source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
73911
|
+
latest_version_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73912
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
73913
|
+
uuid: z.ZodString;
|
|
73914
|
+
tsg_id: z.ZodString;
|
|
73915
|
+
created_at: z.ZodString;
|
|
73916
|
+
updated_at: z.ZodString;
|
|
73917
|
+
name: z.ZodString;
|
|
73918
|
+
latest_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73919
|
+
latest_version_fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73920
|
+
latest_version_revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73921
|
+
latest_version_hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73922
|
+
latest_version_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73923
|
+
latest_version_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
73924
|
+
latest_version_source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
73925
|
+
latest_version_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73926
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
73927
|
+
uuid: z.ZodString;
|
|
73928
|
+
tsg_id: z.ZodString;
|
|
73929
|
+
created_at: z.ZodString;
|
|
73930
|
+
updated_at: z.ZodString;
|
|
73931
|
+
name: z.ZodString;
|
|
73932
|
+
latest_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73933
|
+
latest_version_fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73934
|
+
latest_version_revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73935
|
+
latest_version_hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73936
|
+
latest_version_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73937
|
+
latest_version_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
73938
|
+
latest_version_source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
73939
|
+
latest_version_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73940
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
73941
|
+
type Model = z.infer<typeof ModelResponseSchema>;
|
|
73942
|
+
/** Paginated list of models. */
|
|
73943
|
+
declare const ModelListSchema: z.ZodObject<{
|
|
73944
|
+
pagination: z.ZodObject<{
|
|
73945
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
73946
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
73947
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
73948
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
73949
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
73950
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
73951
|
+
models: z.ZodArray<z.ZodObject<{
|
|
73952
|
+
uuid: z.ZodString;
|
|
73953
|
+
tsg_id: z.ZodString;
|
|
73954
|
+
created_at: z.ZodString;
|
|
73955
|
+
updated_at: z.ZodString;
|
|
73956
|
+
name: z.ZodString;
|
|
73957
|
+
latest_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73958
|
+
latest_version_fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73959
|
+
latest_version_revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73960
|
+
latest_version_hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73961
|
+
latest_version_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73962
|
+
latest_version_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
73963
|
+
latest_version_source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
73964
|
+
latest_version_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73965
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
73966
|
+
uuid: z.ZodString;
|
|
73967
|
+
tsg_id: z.ZodString;
|
|
73968
|
+
created_at: z.ZodString;
|
|
73969
|
+
updated_at: z.ZodString;
|
|
73970
|
+
name: z.ZodString;
|
|
73971
|
+
latest_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73972
|
+
latest_version_fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73973
|
+
latest_version_revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73974
|
+
latest_version_hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73975
|
+
latest_version_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73976
|
+
latest_version_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
73977
|
+
latest_version_source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
73978
|
+
latest_version_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73979
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
73980
|
+
uuid: z.ZodString;
|
|
73981
|
+
tsg_id: z.ZodString;
|
|
73982
|
+
created_at: z.ZodString;
|
|
73983
|
+
updated_at: z.ZodString;
|
|
73984
|
+
name: z.ZodString;
|
|
73985
|
+
latest_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73986
|
+
latest_version_fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73987
|
+
latest_version_revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73988
|
+
latest_version_hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73989
|
+
latest_version_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73990
|
+
latest_version_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
73991
|
+
latest_version_source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
73992
|
+
latest_version_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73993
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
73994
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
73995
|
+
pagination: z.ZodObject<{
|
|
73996
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
73997
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
73998
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
73999
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74000
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74001
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74002
|
+
models: z.ZodArray<z.ZodObject<{
|
|
74003
|
+
uuid: z.ZodString;
|
|
74004
|
+
tsg_id: z.ZodString;
|
|
74005
|
+
created_at: z.ZodString;
|
|
74006
|
+
updated_at: z.ZodString;
|
|
74007
|
+
name: z.ZodString;
|
|
74008
|
+
latest_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74009
|
+
latest_version_fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74010
|
+
latest_version_revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74011
|
+
latest_version_hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74012
|
+
latest_version_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74013
|
+
latest_version_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74014
|
+
latest_version_source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74015
|
+
latest_version_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74016
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74017
|
+
uuid: z.ZodString;
|
|
74018
|
+
tsg_id: z.ZodString;
|
|
74019
|
+
created_at: z.ZodString;
|
|
74020
|
+
updated_at: z.ZodString;
|
|
74021
|
+
name: z.ZodString;
|
|
74022
|
+
latest_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74023
|
+
latest_version_fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74024
|
+
latest_version_revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74025
|
+
latest_version_hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74026
|
+
latest_version_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74027
|
+
latest_version_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74028
|
+
latest_version_source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74029
|
+
latest_version_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74030
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74031
|
+
uuid: z.ZodString;
|
|
74032
|
+
tsg_id: z.ZodString;
|
|
74033
|
+
created_at: z.ZodString;
|
|
74034
|
+
updated_at: z.ZodString;
|
|
74035
|
+
name: z.ZodString;
|
|
74036
|
+
latest_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74037
|
+
latest_version_fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74038
|
+
latest_version_revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74039
|
+
latest_version_hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74040
|
+
latest_version_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74041
|
+
latest_version_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74042
|
+
latest_version_source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74043
|
+
latest_version_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74044
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
74045
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74046
|
+
pagination: z.ZodObject<{
|
|
74047
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74048
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74049
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74050
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74051
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74052
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74053
|
+
models: z.ZodArray<z.ZodObject<{
|
|
74054
|
+
uuid: z.ZodString;
|
|
74055
|
+
tsg_id: z.ZodString;
|
|
74056
|
+
created_at: z.ZodString;
|
|
74057
|
+
updated_at: z.ZodString;
|
|
74058
|
+
name: z.ZodString;
|
|
74059
|
+
latest_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74060
|
+
latest_version_fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74061
|
+
latest_version_revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74062
|
+
latest_version_hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74063
|
+
latest_version_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74064
|
+
latest_version_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74065
|
+
latest_version_source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74066
|
+
latest_version_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74067
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74068
|
+
uuid: z.ZodString;
|
|
74069
|
+
tsg_id: z.ZodString;
|
|
74070
|
+
created_at: z.ZodString;
|
|
74071
|
+
updated_at: z.ZodString;
|
|
74072
|
+
name: z.ZodString;
|
|
74073
|
+
latest_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74074
|
+
latest_version_fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74075
|
+
latest_version_revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74076
|
+
latest_version_hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74077
|
+
latest_version_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74078
|
+
latest_version_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74079
|
+
latest_version_source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74080
|
+
latest_version_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74081
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74082
|
+
uuid: z.ZodString;
|
|
74083
|
+
tsg_id: z.ZodString;
|
|
74084
|
+
created_at: z.ZodString;
|
|
74085
|
+
updated_at: z.ZodString;
|
|
74086
|
+
name: z.ZodString;
|
|
74087
|
+
latest_version_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74088
|
+
latest_version_fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74089
|
+
latest_version_revision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74090
|
+
latest_version_hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74091
|
+
latest_version_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74092
|
+
latest_version_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74093
|
+
latest_version_source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74094
|
+
latest_version_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74095
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
74096
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74097
|
+
type ModelList = z.infer<typeof ModelListSchema>;
|
|
74098
|
+
/** A specific version (revision) of a model. */
|
|
74099
|
+
declare const ModelVersionResponseSchema: z.ZodObject<{
|
|
74100
|
+
uuid: z.ZodString;
|
|
74101
|
+
tsg_id: z.ZodString;
|
|
74102
|
+
created_at: z.ZodString;
|
|
74103
|
+
updated_at: z.ZodString;
|
|
74104
|
+
revision: z.ZodString;
|
|
74105
|
+
model_uuid: z.ZodString;
|
|
74106
|
+
fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74107
|
+
file_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74108
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74109
|
+
latest_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74110
|
+
hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74111
|
+
hf_commit_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74112
|
+
hf_commit_authors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74113
|
+
hf_model_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74114
|
+
hf_organization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74115
|
+
model_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74116
|
+
source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74117
|
+
last_eval_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74118
|
+
last_eval_summary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74119
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74120
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74121
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74122
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74123
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74124
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74125
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74126
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74127
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74128
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74129
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74130
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
74131
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74132
|
+
uuid: z.ZodString;
|
|
74133
|
+
tsg_id: z.ZodString;
|
|
74134
|
+
created_at: z.ZodString;
|
|
74135
|
+
updated_at: z.ZodString;
|
|
74136
|
+
revision: z.ZodString;
|
|
74137
|
+
model_uuid: z.ZodString;
|
|
74138
|
+
fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74139
|
+
file_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74140
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74141
|
+
latest_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74142
|
+
hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74143
|
+
hf_commit_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74144
|
+
hf_commit_authors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74145
|
+
hf_model_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74146
|
+
hf_organization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74147
|
+
model_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74148
|
+
source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74149
|
+
last_eval_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74150
|
+
last_eval_summary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74151
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74152
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74153
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74154
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74155
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74156
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74157
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74158
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74159
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74160
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74161
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74162
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
74163
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74164
|
+
uuid: z.ZodString;
|
|
74165
|
+
tsg_id: z.ZodString;
|
|
74166
|
+
created_at: z.ZodString;
|
|
74167
|
+
updated_at: z.ZodString;
|
|
74168
|
+
revision: z.ZodString;
|
|
74169
|
+
model_uuid: z.ZodString;
|
|
74170
|
+
fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74171
|
+
file_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74172
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74173
|
+
latest_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74174
|
+
hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74175
|
+
hf_commit_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74176
|
+
hf_commit_authors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74177
|
+
hf_model_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74178
|
+
hf_organization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74179
|
+
model_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74180
|
+
source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74181
|
+
last_eval_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74182
|
+
last_eval_summary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74183
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74184
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74185
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74186
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74187
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74188
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74189
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74190
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74191
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74192
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74193
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74194
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
74195
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74196
|
+
type ModelVersion = z.infer<typeof ModelVersionResponseSchema>;
|
|
74197
|
+
/** Paginated list of model versions. */
|
|
74198
|
+
declare const ModelVersionListSchema: z.ZodObject<{
|
|
74199
|
+
pagination: z.ZodObject<{
|
|
74200
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74201
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74202
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74203
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74204
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74205
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74206
|
+
model_versions: z.ZodArray<z.ZodObject<{
|
|
74207
|
+
uuid: z.ZodString;
|
|
74208
|
+
tsg_id: z.ZodString;
|
|
74209
|
+
created_at: z.ZodString;
|
|
74210
|
+
updated_at: z.ZodString;
|
|
74211
|
+
revision: z.ZodString;
|
|
74212
|
+
model_uuid: z.ZodString;
|
|
74213
|
+
fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74214
|
+
file_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74215
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74216
|
+
latest_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74217
|
+
hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74218
|
+
hf_commit_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74219
|
+
hf_commit_authors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74220
|
+
hf_model_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74221
|
+
hf_organization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74222
|
+
model_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74223
|
+
source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74224
|
+
last_eval_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74225
|
+
last_eval_summary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74226
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74227
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74228
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74229
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74230
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74231
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74232
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74233
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74234
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74235
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74236
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74237
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
74238
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74239
|
+
uuid: z.ZodString;
|
|
74240
|
+
tsg_id: z.ZodString;
|
|
74241
|
+
created_at: z.ZodString;
|
|
74242
|
+
updated_at: z.ZodString;
|
|
74243
|
+
revision: z.ZodString;
|
|
74244
|
+
model_uuid: z.ZodString;
|
|
74245
|
+
fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74246
|
+
file_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74247
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74248
|
+
latest_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74249
|
+
hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74250
|
+
hf_commit_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74251
|
+
hf_commit_authors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74252
|
+
hf_model_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74253
|
+
hf_organization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74254
|
+
model_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74255
|
+
source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74256
|
+
last_eval_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74257
|
+
last_eval_summary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74258
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74259
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74260
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74261
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74262
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74263
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74264
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74265
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74266
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74267
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74268
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74269
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
74270
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74271
|
+
uuid: z.ZodString;
|
|
74272
|
+
tsg_id: z.ZodString;
|
|
74273
|
+
created_at: z.ZodString;
|
|
74274
|
+
updated_at: z.ZodString;
|
|
74275
|
+
revision: z.ZodString;
|
|
74276
|
+
model_uuid: z.ZodString;
|
|
74277
|
+
fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74278
|
+
file_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74279
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74280
|
+
latest_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74281
|
+
hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74282
|
+
hf_commit_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74283
|
+
hf_commit_authors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74284
|
+
hf_model_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74285
|
+
hf_organization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74286
|
+
model_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74287
|
+
source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74288
|
+
last_eval_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74289
|
+
last_eval_summary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74290
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74291
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74292
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74293
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74294
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74295
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74296
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74297
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74298
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74299
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74300
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74301
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
74302
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
74303
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74304
|
+
pagination: z.ZodObject<{
|
|
74305
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74306
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74307
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74308
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74309
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74310
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74311
|
+
model_versions: z.ZodArray<z.ZodObject<{
|
|
74312
|
+
uuid: z.ZodString;
|
|
74313
|
+
tsg_id: z.ZodString;
|
|
74314
|
+
created_at: z.ZodString;
|
|
74315
|
+
updated_at: z.ZodString;
|
|
74316
|
+
revision: z.ZodString;
|
|
74317
|
+
model_uuid: z.ZodString;
|
|
74318
|
+
fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74319
|
+
file_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74320
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74321
|
+
latest_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74322
|
+
hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74323
|
+
hf_commit_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74324
|
+
hf_commit_authors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74325
|
+
hf_model_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74326
|
+
hf_organization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74327
|
+
model_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74328
|
+
source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74329
|
+
last_eval_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74330
|
+
last_eval_summary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74331
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74332
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74333
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74334
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74335
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74336
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74337
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74338
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74339
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74340
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74341
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74342
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
74343
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74344
|
+
uuid: z.ZodString;
|
|
74345
|
+
tsg_id: z.ZodString;
|
|
74346
|
+
created_at: z.ZodString;
|
|
74347
|
+
updated_at: z.ZodString;
|
|
74348
|
+
revision: z.ZodString;
|
|
74349
|
+
model_uuid: z.ZodString;
|
|
74350
|
+
fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74351
|
+
file_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74352
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74353
|
+
latest_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74354
|
+
hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74355
|
+
hf_commit_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74356
|
+
hf_commit_authors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74357
|
+
hf_model_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74358
|
+
hf_organization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74359
|
+
model_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74360
|
+
source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74361
|
+
last_eval_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74362
|
+
last_eval_summary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74363
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74364
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74365
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74366
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74367
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74368
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74369
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74370
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74371
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74372
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74373
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74374
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
74375
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74376
|
+
uuid: z.ZodString;
|
|
74377
|
+
tsg_id: z.ZodString;
|
|
74378
|
+
created_at: z.ZodString;
|
|
74379
|
+
updated_at: z.ZodString;
|
|
74380
|
+
revision: z.ZodString;
|
|
74381
|
+
model_uuid: z.ZodString;
|
|
74382
|
+
fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74383
|
+
file_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74384
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74385
|
+
latest_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74386
|
+
hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74387
|
+
hf_commit_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74388
|
+
hf_commit_authors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74389
|
+
hf_model_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74390
|
+
hf_organization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74391
|
+
model_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74392
|
+
source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74393
|
+
last_eval_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74394
|
+
last_eval_summary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74395
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74396
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74397
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74398
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74399
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74400
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74401
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74402
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74403
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74404
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74405
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74406
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
74407
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
74408
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74409
|
+
pagination: z.ZodObject<{
|
|
74410
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74411
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74412
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74413
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74414
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74415
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74416
|
+
model_versions: z.ZodArray<z.ZodObject<{
|
|
74417
|
+
uuid: z.ZodString;
|
|
74418
|
+
tsg_id: z.ZodString;
|
|
74419
|
+
created_at: z.ZodString;
|
|
74420
|
+
updated_at: z.ZodString;
|
|
74421
|
+
revision: z.ZodString;
|
|
74422
|
+
model_uuid: z.ZodString;
|
|
74423
|
+
fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74424
|
+
file_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74425
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74426
|
+
latest_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74427
|
+
hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74428
|
+
hf_commit_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74429
|
+
hf_commit_authors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74430
|
+
hf_model_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74431
|
+
hf_organization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74432
|
+
model_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74433
|
+
source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74434
|
+
last_eval_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74435
|
+
last_eval_summary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74436
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74437
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74438
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74439
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74440
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74441
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74442
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74443
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74444
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74445
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74446
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74447
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
74448
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74449
|
+
uuid: z.ZodString;
|
|
74450
|
+
tsg_id: z.ZodString;
|
|
74451
|
+
created_at: z.ZodString;
|
|
74452
|
+
updated_at: z.ZodString;
|
|
74453
|
+
revision: z.ZodString;
|
|
74454
|
+
model_uuid: z.ZodString;
|
|
74455
|
+
fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74456
|
+
file_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74457
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74458
|
+
latest_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74459
|
+
hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74460
|
+
hf_commit_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74461
|
+
hf_commit_authors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74462
|
+
hf_model_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74463
|
+
hf_organization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74464
|
+
model_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74465
|
+
source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74466
|
+
last_eval_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74467
|
+
last_eval_summary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74468
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74469
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74470
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74471
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74472
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74473
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74474
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74475
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74476
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74477
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74478
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74479
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
74480
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74481
|
+
uuid: z.ZodString;
|
|
74482
|
+
tsg_id: z.ZodString;
|
|
74483
|
+
created_at: z.ZodString;
|
|
74484
|
+
updated_at: z.ZodString;
|
|
74485
|
+
revision: z.ZodString;
|
|
74486
|
+
model_uuid: z.ZodString;
|
|
74487
|
+
fingerprint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74488
|
+
file_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74489
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74490
|
+
latest_scan_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74491
|
+
hf_commit_sha: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74492
|
+
hf_commit_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74493
|
+
hf_commit_authors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74494
|
+
hf_model_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74495
|
+
hf_organization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74496
|
+
model_formats: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74497
|
+
source_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
74498
|
+
last_eval_outcome: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74499
|
+
last_eval_summary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74500
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74501
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74502
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74503
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74504
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74505
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74506
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74507
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74508
|
+
rules_failed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74509
|
+
rules_passed: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74510
|
+
total_rules: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
74511
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
74512
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
74513
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74514
|
+
type ModelVersionList = z.infer<typeof ModelVersionListSchema>;
|
|
73837
74515
|
/** Zod schema for a single rule evaluation result. */
|
|
73838
74516
|
declare const RuleEvaluationResponseSchema: z.ZodObject<{
|
|
73839
74517
|
uuid: z.ZodString;
|
|
@@ -74013,6 +74691,18 @@ declare const RuleEvaluationListSchema: z.ZodObject<{
|
|
|
74013
74691
|
}, z.ZodTypeAny, "passthrough">>;
|
|
74014
74692
|
/** Paginated list of rule evaluations. */
|
|
74015
74693
|
type RuleEvaluationList = z.infer<typeof RuleEvaluationListSchema>;
|
|
74694
|
+
/** Remediation returned on a violation — steps and a reference URL. */
|
|
74695
|
+
declare const ViolationRemediationSchema: z.ZodObject<{
|
|
74696
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74697
|
+
url: z.ZodString;
|
|
74698
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74699
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74700
|
+
url: z.ZodString;
|
|
74701
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74702
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74703
|
+
url: z.ZodString;
|
|
74704
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74705
|
+
type ViolationRemediation = z.infer<typeof ViolationRemediationSchema>;
|
|
74016
74706
|
/** Zod schema for a single violation response. */
|
|
74017
74707
|
declare const ViolationResponseSchema: z.ZodObject<{
|
|
74018
74708
|
uuid: z.ZodString;
|
|
@@ -74024,6 +74714,16 @@ declare const ViolationResponseSchema: z.ZodObject<{
|
|
|
74024
74714
|
rule_name: z.ZodString;
|
|
74025
74715
|
rule_description: z.ZodString;
|
|
74026
74716
|
rule_instance_state: z.ZodString;
|
|
74717
|
+
remediation: z.ZodObject<{
|
|
74718
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74719
|
+
url: z.ZodString;
|
|
74720
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74721
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74722
|
+
url: z.ZodString;
|
|
74723
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74724
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74725
|
+
url: z.ZodString;
|
|
74726
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74027
74727
|
file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74028
74728
|
hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74029
74729
|
module: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -74040,6 +74740,16 @@ declare const ViolationResponseSchema: z.ZodObject<{
|
|
|
74040
74740
|
rule_name: z.ZodString;
|
|
74041
74741
|
rule_description: z.ZodString;
|
|
74042
74742
|
rule_instance_state: z.ZodString;
|
|
74743
|
+
remediation: z.ZodObject<{
|
|
74744
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74745
|
+
url: z.ZodString;
|
|
74746
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74747
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74748
|
+
url: z.ZodString;
|
|
74749
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74750
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74751
|
+
url: z.ZodString;
|
|
74752
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74043
74753
|
file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74044
74754
|
hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74045
74755
|
module: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -74056,6 +74766,16 @@ declare const ViolationResponseSchema: z.ZodObject<{
|
|
|
74056
74766
|
rule_name: z.ZodString;
|
|
74057
74767
|
rule_description: z.ZodString;
|
|
74058
74768
|
rule_instance_state: z.ZodString;
|
|
74769
|
+
remediation: z.ZodObject<{
|
|
74770
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74771
|
+
url: z.ZodString;
|
|
74772
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74773
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74774
|
+
url: z.ZodString;
|
|
74775
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74776
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74777
|
+
url: z.ZodString;
|
|
74778
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74059
74779
|
file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74060
74780
|
hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74061
74781
|
module: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -74084,6 +74804,16 @@ declare const ViolationListSchema: z.ZodObject<{
|
|
|
74084
74804
|
rule_name: z.ZodString;
|
|
74085
74805
|
rule_description: z.ZodString;
|
|
74086
74806
|
rule_instance_state: z.ZodString;
|
|
74807
|
+
remediation: z.ZodObject<{
|
|
74808
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74809
|
+
url: z.ZodString;
|
|
74810
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74811
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74812
|
+
url: z.ZodString;
|
|
74813
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74814
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74815
|
+
url: z.ZodString;
|
|
74816
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74087
74817
|
file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74088
74818
|
hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74089
74819
|
module: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -74100,6 +74830,16 @@ declare const ViolationListSchema: z.ZodObject<{
|
|
|
74100
74830
|
rule_name: z.ZodString;
|
|
74101
74831
|
rule_description: z.ZodString;
|
|
74102
74832
|
rule_instance_state: z.ZodString;
|
|
74833
|
+
remediation: z.ZodObject<{
|
|
74834
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74835
|
+
url: z.ZodString;
|
|
74836
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74837
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74838
|
+
url: z.ZodString;
|
|
74839
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74840
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74841
|
+
url: z.ZodString;
|
|
74842
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74103
74843
|
file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74104
74844
|
hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74105
74845
|
module: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -74116,6 +74856,16 @@ declare const ViolationListSchema: z.ZodObject<{
|
|
|
74116
74856
|
rule_name: z.ZodString;
|
|
74117
74857
|
rule_description: z.ZodString;
|
|
74118
74858
|
rule_instance_state: z.ZodString;
|
|
74859
|
+
remediation: z.ZodObject<{
|
|
74860
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74861
|
+
url: z.ZodString;
|
|
74862
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74863
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74864
|
+
url: z.ZodString;
|
|
74865
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74866
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74867
|
+
url: z.ZodString;
|
|
74868
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74119
74869
|
file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74120
74870
|
hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74121
74871
|
module: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -74141,6 +74891,16 @@ declare const ViolationListSchema: z.ZodObject<{
|
|
|
74141
74891
|
rule_name: z.ZodString;
|
|
74142
74892
|
rule_description: z.ZodString;
|
|
74143
74893
|
rule_instance_state: z.ZodString;
|
|
74894
|
+
remediation: z.ZodObject<{
|
|
74895
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74896
|
+
url: z.ZodString;
|
|
74897
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74898
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74899
|
+
url: z.ZodString;
|
|
74900
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74901
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74902
|
+
url: z.ZodString;
|
|
74903
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74144
74904
|
file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74145
74905
|
hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74146
74906
|
module: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -74157,6 +74917,16 @@ declare const ViolationListSchema: z.ZodObject<{
|
|
|
74157
74917
|
rule_name: z.ZodString;
|
|
74158
74918
|
rule_description: z.ZodString;
|
|
74159
74919
|
rule_instance_state: z.ZodString;
|
|
74920
|
+
remediation: z.ZodObject<{
|
|
74921
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74922
|
+
url: z.ZodString;
|
|
74923
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74924
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74925
|
+
url: z.ZodString;
|
|
74926
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74927
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74928
|
+
url: z.ZodString;
|
|
74929
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74160
74930
|
file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74161
74931
|
hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74162
74932
|
module: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -74173,6 +74943,16 @@ declare const ViolationListSchema: z.ZodObject<{
|
|
|
74173
74943
|
rule_name: z.ZodString;
|
|
74174
74944
|
rule_description: z.ZodString;
|
|
74175
74945
|
rule_instance_state: z.ZodString;
|
|
74946
|
+
remediation: z.ZodObject<{
|
|
74947
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74948
|
+
url: z.ZodString;
|
|
74949
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74950
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74951
|
+
url: z.ZodString;
|
|
74952
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74953
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74954
|
+
url: z.ZodString;
|
|
74955
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74176
74956
|
file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74177
74957
|
hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74178
74958
|
module: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -74198,6 +74978,16 @@ declare const ViolationListSchema: z.ZodObject<{
|
|
|
74198
74978
|
rule_name: z.ZodString;
|
|
74199
74979
|
rule_description: z.ZodString;
|
|
74200
74980
|
rule_instance_state: z.ZodString;
|
|
74981
|
+
remediation: z.ZodObject<{
|
|
74982
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74983
|
+
url: z.ZodString;
|
|
74984
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
74985
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74986
|
+
url: z.ZodString;
|
|
74987
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
74988
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
74989
|
+
url: z.ZodString;
|
|
74990
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74201
74991
|
file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74202
74992
|
hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74203
74993
|
module: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -74214,6 +75004,16 @@ declare const ViolationListSchema: z.ZodObject<{
|
|
|
74214
75004
|
rule_name: z.ZodString;
|
|
74215
75005
|
rule_description: z.ZodString;
|
|
74216
75006
|
rule_instance_state: z.ZodString;
|
|
75007
|
+
remediation: z.ZodObject<{
|
|
75008
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
75009
|
+
url: z.ZodString;
|
|
75010
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
75011
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
75012
|
+
url: z.ZodString;
|
|
75013
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
75014
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
75015
|
+
url: z.ZodString;
|
|
75016
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74217
75017
|
file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74218
75018
|
hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74219
75019
|
module: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -74230,6 +75030,16 @@ declare const ViolationListSchema: z.ZodObject<{
|
|
|
74230
75030
|
rule_name: z.ZodString;
|
|
74231
75031
|
rule_description: z.ZodString;
|
|
74232
75032
|
rule_instance_state: z.ZodString;
|
|
75033
|
+
remediation: z.ZodObject<{
|
|
75034
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
75035
|
+
url: z.ZodString;
|
|
75036
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
75037
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
75038
|
+
url: z.ZodString;
|
|
75039
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
75040
|
+
steps: z.ZodArray<z.ZodString, "many">;
|
|
75041
|
+
url: z.ZodString;
|
|
75042
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
74233
75043
|
file: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74234
75044
|
hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74235
75045
|
module: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -78226,6 +79036,13 @@ declare const BrandSubCategory: {
|
|
|
78226
79036
|
readonly POLITICAL_ENDORSEMENTS: "POLITICAL_ENDORSEMENTS";
|
|
78227
79037
|
};
|
|
78228
79038
|
type BrandSubCategory = (typeof BrandSubCategory)[keyof typeof BrandSubCategory];
|
|
79039
|
+
/** Network broker channel lifecycle status. */
|
|
79040
|
+
declare const ChannelStatus: {
|
|
79041
|
+
readonly ONLINE: "ONLINE";
|
|
79042
|
+
readonly OFFLINE: "OFFLINE";
|
|
79043
|
+
readonly DRAFT: "DRAFT";
|
|
79044
|
+
};
|
|
79045
|
+
type ChannelStatus = (typeof ChannelStatus)[keyof typeof ChannelStatus];
|
|
78229
79046
|
/** Compliance framework subcategories. */
|
|
78230
79047
|
declare const ComplianceSubCategory: {
|
|
78231
79048
|
readonly OWASP: "OWASP";
|
|
@@ -93298,6 +94115,60 @@ declare const ErrorLogListResponseSchema: z.ZodObject<{
|
|
|
93298
94115
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
93299
94116
|
}, z.ZodTypeAny, "passthrough">>;
|
|
93300
94117
|
type ErrorLogListResponse = z.infer<typeof ErrorLogListResponseSchema>;
|
|
94118
|
+
/** A single language option (code + display name). */
|
|
94119
|
+
declare const LanguageOptionSchema: z.ZodObject<{
|
|
94120
|
+
code: z.ZodString;
|
|
94121
|
+
name: z.ZodString;
|
|
94122
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
94123
|
+
code: z.ZodString;
|
|
94124
|
+
name: z.ZodString;
|
|
94125
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
94126
|
+
code: z.ZodString;
|
|
94127
|
+
name: z.ZodString;
|
|
94128
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
94129
|
+
type LanguageOption = z.infer<typeof LanguageOptionSchema>;
|
|
94130
|
+
/** Tenant's allowed languages for Red Team scans. */
|
|
94131
|
+
declare const TenantLanguagesResponseSchema: z.ZodObject<{
|
|
94132
|
+
multilingual_enabled: z.ZodBoolean;
|
|
94133
|
+
supported_job_types: z.ZodArray<z.ZodString, "many">;
|
|
94134
|
+
languages: z.ZodArray<z.ZodObject<{
|
|
94135
|
+
code: z.ZodString;
|
|
94136
|
+
name: z.ZodString;
|
|
94137
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
94138
|
+
code: z.ZodString;
|
|
94139
|
+
name: z.ZodString;
|
|
94140
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
94141
|
+
code: z.ZodString;
|
|
94142
|
+
name: z.ZodString;
|
|
94143
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
94144
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
94145
|
+
multilingual_enabled: z.ZodBoolean;
|
|
94146
|
+
supported_job_types: z.ZodArray<z.ZodString, "many">;
|
|
94147
|
+
languages: z.ZodArray<z.ZodObject<{
|
|
94148
|
+
code: z.ZodString;
|
|
94149
|
+
name: z.ZodString;
|
|
94150
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
94151
|
+
code: z.ZodString;
|
|
94152
|
+
name: z.ZodString;
|
|
94153
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
94154
|
+
code: z.ZodString;
|
|
94155
|
+
name: z.ZodString;
|
|
94156
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
94157
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
94158
|
+
multilingual_enabled: z.ZodBoolean;
|
|
94159
|
+
supported_job_types: z.ZodArray<z.ZodString, "many">;
|
|
94160
|
+
languages: z.ZodArray<z.ZodObject<{
|
|
94161
|
+
code: z.ZodString;
|
|
94162
|
+
name: z.ZodString;
|
|
94163
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
94164
|
+
code: z.ZodString;
|
|
94165
|
+
name: z.ZodString;
|
|
94166
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
94167
|
+
code: z.ZodString;
|
|
94168
|
+
name: z.ZodString;
|
|
94169
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
94170
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
94171
|
+
type TenantLanguagesResponse = z.infer<typeof TenantLanguagesResponseSchema>;
|
|
93301
94172
|
declare const TargetCreateRequestSchema: z.ZodObject<{
|
|
93302
94173
|
readonly name: z.ZodString;
|
|
93303
94174
|
readonly description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -97191,6 +98062,251 @@ declare const RegistryCredentialsSchema: z.ZodObject<{
|
|
|
97191
98062
|
}, z.ZodTypeAny, "passthrough">>;
|
|
97192
98063
|
type RegistryCredentials = z.infer<typeof RegistryCredentialsSchema>;
|
|
97193
98064
|
|
|
98065
|
+
/** Channel lifecycle status. Accepts the upstream values `ONLINE`, `OFFLINE`, `DRAFT`. */
|
|
98066
|
+
declare const ChannelStatusSchema: z.ZodNativeEnum<{
|
|
98067
|
+
readonly ONLINE: "ONLINE";
|
|
98068
|
+
readonly OFFLINE: "OFFLINE";
|
|
98069
|
+
readonly DRAFT: "DRAFT";
|
|
98070
|
+
}>;
|
|
98071
|
+
type ChannelStatusType = z.infer<typeof ChannelStatusSchema>;
|
|
98072
|
+
/** Request body for creating a network broker channel. */
|
|
98073
|
+
declare const CreateChannelRequestSchema: z.ZodObject<{
|
|
98074
|
+
name: z.ZodString;
|
|
98075
|
+
description: z.ZodOptional<z.ZodString>;
|
|
98076
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98077
|
+
name: z.ZodString;
|
|
98078
|
+
description: z.ZodOptional<z.ZodString>;
|
|
98079
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98080
|
+
name: z.ZodString;
|
|
98081
|
+
description: z.ZodOptional<z.ZodString>;
|
|
98082
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
98083
|
+
type CreateChannelRequest = z.infer<typeof CreateChannelRequestSchema>;
|
|
98084
|
+
/** Request body for updating a network broker channel. */
|
|
98085
|
+
declare const UpdateChannelRequestSchema: z.ZodObject<{
|
|
98086
|
+
name: z.ZodOptional<z.ZodString>;
|
|
98087
|
+
description: z.ZodOptional<z.ZodString>;
|
|
98088
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98089
|
+
name: z.ZodOptional<z.ZodString>;
|
|
98090
|
+
description: z.ZodOptional<z.ZodString>;
|
|
98091
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98092
|
+
name: z.ZodOptional<z.ZodString>;
|
|
98093
|
+
description: z.ZodOptional<z.ZodString>;
|
|
98094
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
98095
|
+
type UpdateChannelRequest = z.infer<typeof UpdateChannelRequestSchema>;
|
|
98096
|
+
/** A network broker channel. */
|
|
98097
|
+
declare const ChannelSchema: z.ZodObject<{
|
|
98098
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
98099
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98100
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98101
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98102
|
+
added_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98103
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98104
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98105
|
+
last_online_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98106
|
+
connected_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98107
|
+
outdated_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98108
|
+
features: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>>;
|
|
98109
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98110
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
98111
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98112
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98113
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98114
|
+
added_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98115
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98116
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98117
|
+
last_online_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98118
|
+
connected_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98119
|
+
outdated_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98120
|
+
features: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>>;
|
|
98121
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98122
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
98123
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98124
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98125
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98126
|
+
added_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98127
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98128
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98129
|
+
last_online_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98130
|
+
connected_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98131
|
+
outdated_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98132
|
+
features: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>>;
|
|
98133
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
98134
|
+
type Channel = z.infer<typeof ChannelSchema>;
|
|
98135
|
+
/** Pagination metadata for a channel list response. */
|
|
98136
|
+
declare const ChannelListPaginationSchema: z.ZodObject<{
|
|
98137
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98138
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98139
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98140
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98141
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98142
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
98143
|
+
type ChannelListPagination = z.infer<typeof ChannelListPaginationSchema>;
|
|
98144
|
+
/** Paginated list of network broker channels. */
|
|
98145
|
+
declare const ChannelListResponseSchema: z.ZodObject<{
|
|
98146
|
+
pagination: z.ZodOptional<z.ZodObject<{
|
|
98147
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98148
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98149
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98150
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98151
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98152
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
98153
|
+
data: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
98154
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
98155
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98156
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98157
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98158
|
+
added_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98159
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98160
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98161
|
+
last_online_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98162
|
+
connected_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98163
|
+
outdated_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98164
|
+
features: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>>;
|
|
98165
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98166
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
98167
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98168
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98169
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98170
|
+
added_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98171
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98172
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98173
|
+
last_online_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98174
|
+
connected_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98175
|
+
outdated_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98176
|
+
features: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>>;
|
|
98177
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98178
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
98179
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98180
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98181
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98182
|
+
added_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98183
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98184
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98185
|
+
last_online_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98186
|
+
connected_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98187
|
+
outdated_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98188
|
+
features: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>>;
|
|
98189
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
98190
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98191
|
+
pagination: z.ZodOptional<z.ZodObject<{
|
|
98192
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98193
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98194
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98195
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98196
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98197
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
98198
|
+
data: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
98199
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
98200
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98201
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98202
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98203
|
+
added_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98204
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98205
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98206
|
+
last_online_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98207
|
+
connected_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98208
|
+
outdated_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98209
|
+
features: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>>;
|
|
98210
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98211
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
98212
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98213
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98214
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98215
|
+
added_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98216
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98217
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98218
|
+
last_online_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98219
|
+
connected_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98220
|
+
outdated_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98221
|
+
features: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>>;
|
|
98222
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98223
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
98224
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98225
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98226
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98227
|
+
added_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98228
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98229
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98230
|
+
last_online_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98231
|
+
connected_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98232
|
+
outdated_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98233
|
+
features: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>>;
|
|
98234
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
98235
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98236
|
+
pagination: z.ZodOptional<z.ZodObject<{
|
|
98237
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98238
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98239
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98240
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98241
|
+
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98242
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
98243
|
+
data: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
98244
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
98245
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98246
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98247
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98248
|
+
added_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98249
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98250
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98251
|
+
last_online_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98252
|
+
connected_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98253
|
+
outdated_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98254
|
+
features: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>>;
|
|
98255
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98256
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
98257
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98258
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98259
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98260
|
+
added_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98261
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98262
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98263
|
+
last_online_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98264
|
+
connected_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98265
|
+
outdated_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98266
|
+
features: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>>;
|
|
98267
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98268
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
98269
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98270
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98271
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98272
|
+
added_by: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98273
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98274
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98275
|
+
last_online_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98276
|
+
connected_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98277
|
+
outdated_clients_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98278
|
+
features: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>>;
|
|
98279
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
98280
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
98281
|
+
type ChannelListResponse = z.infer<typeof ChannelListResponseSchema>;
|
|
98282
|
+
/** Network broker infrastructure and channel-count stats. */
|
|
98283
|
+
declare const ChannelStatsSchema: z.ZodObject<{
|
|
98284
|
+
network_channels_server_domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98285
|
+
docker_registry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98286
|
+
helm_chart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98287
|
+
docker_image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98288
|
+
online_channels: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98289
|
+
total_channels: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98290
|
+
client_version: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98291
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98292
|
+
network_channels_server_domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98293
|
+
docker_registry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98294
|
+
helm_chart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98295
|
+
docker_image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98296
|
+
online_channels: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98297
|
+
total_channels: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98298
|
+
client_version: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98299
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98300
|
+
network_channels_server_domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98301
|
+
docker_registry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98302
|
+
helm_chart: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98303
|
+
docker_image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98304
|
+
online_channels: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98305
|
+
total_channels: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
98306
|
+
client_version: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98307
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
98308
|
+
type ChannelStats = z.infer<typeof ChannelStatsSchema>;
|
|
98309
|
+
|
|
97194
98310
|
declare const HEADER_API_KEY = "x-pan-token";
|
|
97195
98311
|
declare const HEADER_AUTH_TOKEN = "Authorization";
|
|
97196
98312
|
declare const PAYLOAD_HASH = "x-payload-hash";
|
|
@@ -97222,8 +98338,8 @@ declare const MAX_NUMBER_OF_BATCH_SCAN_OBJECTS = 5;
|
|
|
97222
98338
|
declare const MAX_CONNECTION_POOL_SIZE = 100;
|
|
97223
98339
|
declare const MAX_NUMBER_OF_RETRIES = 5;
|
|
97224
98340
|
declare const HTTP_FORCE_RETRY_STATUS_CODES: number[];
|
|
97225
|
-
declare const SDK_VERSION = "0.
|
|
97226
|
-
declare const USER_AGENT = "PAN-AIRS/0.
|
|
98341
|
+
declare const SDK_VERSION = "0.13.1";
|
|
98342
|
+
declare const USER_AGENT = "PAN-AIRS/0.13.1-typescript-sdk";
|
|
97227
98343
|
declare const DEFAULT_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/aisec";
|
|
97228
98344
|
declare const DEFAULT_TOKEN_ENDPOINT = "https://auth.apps.paloaltonetworks.com/oauth2/access_token";
|
|
97229
98345
|
declare const MGMT_CLIENT_ID = "PANW_MGMT_CLIENT_ID";
|
|
@@ -97268,17 +98384,21 @@ declare const MODEL_SEC_TOKEN_ENDPOINT = "PANW_MODEL_SEC_TOKEN_ENDPOINT";
|
|
|
97268
98384
|
declare const MODEL_SEC_SCANS_PATH = "/v1/scans";
|
|
97269
98385
|
declare const MODEL_SEC_EVALUATIONS_PATH = "/v1/evaluations";
|
|
97270
98386
|
declare const MODEL_SEC_VIOLATIONS_PATH = "/v1/violations";
|
|
98387
|
+
declare const MODEL_SEC_MODELS_PATH = "/v1/models";
|
|
98388
|
+
declare const MODEL_SEC_MODEL_VERSIONS_PATH = "/v1/model-versions";
|
|
97271
98389
|
declare const MODEL_SEC_SECURITY_GROUPS_PATH = "/v1/security-groups";
|
|
97272
98390
|
declare const MODEL_SEC_SECURITY_RULES_PATH = "/v1/security-rules";
|
|
97273
98391
|
declare const MODEL_SEC_PYPI_AUTH_PATH = "/v1/pypi/authenticate";
|
|
97274
98392
|
declare const DEFAULT_RED_TEAM_DATA_ENDPOINT = "https://api.sase.paloaltonetworks.com/ai-red-teaming/data-plane";
|
|
97275
98393
|
declare const DEFAULT_RED_TEAM_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/ai-red-teaming/mgmt-plane";
|
|
98394
|
+
declare const DEFAULT_RED_TEAM_NETWORK_BROKER_ENDPOINT = "https://api.sase.paloaltonetworks.com/ai-red-teaming/data-plane/network-broker";
|
|
97276
98395
|
declare const RED_TEAM_CLIENT_ID = "PANW_RED_TEAM_CLIENT_ID";
|
|
97277
98396
|
declare const RED_TEAM_CLIENT_SECRET = "PANW_RED_TEAM_CLIENT_SECRET";
|
|
97278
98397
|
declare const RED_TEAM_TSG_ID = "PANW_RED_TEAM_TSG_ID";
|
|
97279
98398
|
declare const RED_TEAM_DATA_ENDPOINT = "PANW_RED_TEAM_DATA_ENDPOINT";
|
|
97280
98399
|
declare const RED_TEAM_MGMT_ENDPOINT = "PANW_RED_TEAM_MGMT_ENDPOINT";
|
|
97281
98400
|
declare const RED_TEAM_TOKEN_ENDPOINT = "PANW_RED_TEAM_TOKEN_ENDPOINT";
|
|
98401
|
+
declare const RED_TEAM_NETWORK_BROKER_ENDPOINT = "PANW_RED_TEAM_NETWORK_BROKER_ENDPOINT";
|
|
97282
98402
|
declare const RED_TEAM_SCAN_PATH = "/v1/scan";
|
|
97283
98403
|
declare const RED_TEAM_CATEGORIES_PATH = "/v1/categories";
|
|
97284
98404
|
declare const RED_TEAM_REPORT_STATIC_PATH = "/v1/report/static";
|
|
@@ -97289,6 +98409,8 @@ declare const RED_TEAM_DASHBOARD_PATH = "/v1/dashboard";
|
|
|
97289
98409
|
declare const RED_TEAM_QUOTA_PATH = "/v1/metering/quota";
|
|
97290
98410
|
declare const RED_TEAM_ERROR_LOG_PATH = "/v1/error-log/job";
|
|
97291
98411
|
declare const RED_TEAM_SENTIMENT_PATH = "/v1/sentiment";
|
|
98412
|
+
declare const RED_TEAM_LANGUAGES_PATH = "/v1/languages";
|
|
98413
|
+
declare const RED_TEAM_ERROR_LOG_TARGET_PROFILE_PATH = "/v1/error-log/target-profile";
|
|
97292
98414
|
declare const RED_TEAM_TARGET_PATH = "/v1/target";
|
|
97293
98415
|
declare const RED_TEAM_TARGET_VALIDATE_AUTH_PATH = "/v1/target/validate-auth";
|
|
97294
98416
|
declare const RED_TEAM_TEMPLATE_PATH = "/v1/template";
|
|
@@ -97297,6 +98419,8 @@ declare const RED_TEAM_INSTANCES_PATH = "/v1/instances";
|
|
|
97297
98419
|
declare const RED_TEAM_REGISTRY_CREDENTIALS_PATH = "/v1/registry-credentials";
|
|
97298
98420
|
declare const RED_TEAM_CUSTOM_ATTACK_PATH = "/v1/custom-attack";
|
|
97299
98421
|
declare const RED_TEAM_MGMT_DASHBOARD_PATH = "/v1/dashboard/overview";
|
|
98422
|
+
declare const RED_TEAM_CHANNELS_PATH = "/v1/channels";
|
|
98423
|
+
declare const RED_TEAM_CHANNELS_STATS_PATH = "/v1/channels/stats";
|
|
97300
98424
|
|
|
97301
98425
|
/** @internal HTTP methods supported by the request pipeline. */
|
|
97302
98426
|
type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
|
|
@@ -99355,6 +100479,129 @@ declare class ModelSecurityRulesClient {
|
|
|
99355
100479
|
get(uuid: string): Promise<ModelSecurityRuleResponse>;
|
|
99356
100480
|
}
|
|
99357
100481
|
|
|
100482
|
+
/** Pagination + filter options for listing models. */
|
|
100483
|
+
interface ModelSecurityModelListOptions extends ListingOptions {
|
|
100484
|
+
/** Search query (matches model UUID or name). */
|
|
100485
|
+
search_query?: string;
|
|
100486
|
+
/** Sort field: 'created_at' or 'updated_at'. */
|
|
100487
|
+
sort_field?: string;
|
|
100488
|
+
/** Sort order: 'asc' or 'desc'. */
|
|
100489
|
+
sort_order?: string;
|
|
100490
|
+
/** Filter by the latest version's evaluation outcomes (array). */
|
|
100491
|
+
latest_version_outcomes?: string[];
|
|
100492
|
+
/** Filter by the latest version's model formats (array). */
|
|
100493
|
+
latest_version_formats?: string[];
|
|
100494
|
+
/** Filter by the latest version's source types (array). */
|
|
100495
|
+
latest_version_source_types?: string[];
|
|
100496
|
+
/** Only models whose latest version was scanned before this ISO datetime. */
|
|
100497
|
+
latest_version_scan_time_before?: string;
|
|
100498
|
+
/** Filter by created start time (ISO datetime). */
|
|
100499
|
+
start_time?: string;
|
|
100500
|
+
/** Filter by created end time (ISO datetime). */
|
|
100501
|
+
end_time?: string;
|
|
100502
|
+
}
|
|
100503
|
+
/** Pagination + sort options for listing a model's versions. */
|
|
100504
|
+
interface ModelSecurityModelVersionListOptions extends ListingOptions {
|
|
100505
|
+
/** Sort order: 'asc' or 'desc'. */
|
|
100506
|
+
sort_order?: string;
|
|
100507
|
+
}
|
|
100508
|
+
/** Pagination options for listing a model version's files. */
|
|
100509
|
+
type ModelSecurityModelVersionFileListOptions = ListingOptions;
|
|
100510
|
+
/** @internal */
|
|
100511
|
+
interface ModelSecurityModelsClientOptions {
|
|
100512
|
+
baseUrl: string;
|
|
100513
|
+
auth: AuthAdapter;
|
|
100514
|
+
numRetries: number;
|
|
100515
|
+
}
|
|
100516
|
+
/** Client for Model Security data plane model and model-version operations (read-only). */
|
|
100517
|
+
declare class ModelSecurityModelsClient {
|
|
100518
|
+
private readonly baseUrl;
|
|
100519
|
+
private readonly auth;
|
|
100520
|
+
private readonly numRetries;
|
|
100521
|
+
constructor(opts: ModelSecurityModelsClientOptions);
|
|
100522
|
+
/**
|
|
100523
|
+
* List models with optional search, sort, and latest-version filters.
|
|
100524
|
+
* @param opts - Pagination and filter options.
|
|
100525
|
+
* @returns Paginated list of models.
|
|
100526
|
+
* @example
|
|
100527
|
+
* ```ts
|
|
100528
|
+
* import { ModelSecurityClient } from '@cdot65/prisma-airs-sdk';
|
|
100529
|
+
* const ms = new ModelSecurityClient();
|
|
100530
|
+
*
|
|
100531
|
+
* const models = await ms.models.listModels({ limit: 10, search_query: 'llama' });
|
|
100532
|
+
* // models =>
|
|
100533
|
+
* // { pagination: { total_items: 3 }, models: [{ uuid: '550e8400-...', name: 'org/llama', latest_version_outcome: 'PASSED' }] }
|
|
100534
|
+
* ```
|
|
100535
|
+
*/
|
|
100536
|
+
listModels(opts?: ModelSecurityModelListOptions): Promise<ModelList>;
|
|
100537
|
+
/**
|
|
100538
|
+
* Get a single model by UUID.
|
|
100539
|
+
* @param uuid - Model UUID.
|
|
100540
|
+
* @returns The model.
|
|
100541
|
+
* @example
|
|
100542
|
+
* ```ts
|
|
100543
|
+
* import { ModelSecurityClient } from '@cdot65/prisma-airs-sdk';
|
|
100544
|
+
* const ms = new ModelSecurityClient();
|
|
100545
|
+
*
|
|
100546
|
+
* const model = await ms.models.getModel('550e8400-e29b-41d4-a716-446655440000');
|
|
100547
|
+
* // model =>
|
|
100548
|
+
* // { uuid: '550e8400-...', name: 'org/model', latest_version_uuid: '660e8400-...', latest_version_outcome: 'PASSED' }
|
|
100549
|
+
* ```
|
|
100550
|
+
*/
|
|
100551
|
+
getModel(uuid: string): Promise<Model>;
|
|
100552
|
+
/**
|
|
100553
|
+
* List the versions of a model.
|
|
100554
|
+
* @param modelUuid - Model UUID.
|
|
100555
|
+
* @param opts - Pagination and sort options.
|
|
100556
|
+
* @returns Paginated list of model versions.
|
|
100557
|
+
* @example
|
|
100558
|
+
* ```ts
|
|
100559
|
+
* import { ModelSecurityClient } from '@cdot65/prisma-airs-sdk';
|
|
100560
|
+
* const ms = new ModelSecurityClient();
|
|
100561
|
+
*
|
|
100562
|
+
* const versions = await ms.models.listModelVersions('550e8400-e29b-41d4-a716-446655440000', {
|
|
100563
|
+
* sort_order: 'desc',
|
|
100564
|
+
* });
|
|
100565
|
+
* // versions =>
|
|
100566
|
+
* // { pagination: { total_items: 2 }, model_versions: [{ uuid: '660e8400-...', revision: 'main', file_count: 12 }] }
|
|
100567
|
+
* ```
|
|
100568
|
+
*/
|
|
100569
|
+
listModelVersions(modelUuid: string, opts?: ModelSecurityModelVersionListOptions): Promise<ModelVersionList>;
|
|
100570
|
+
/**
|
|
100571
|
+
* Get a single model version by UUID.
|
|
100572
|
+
* @param uuid - Model version UUID.
|
|
100573
|
+
* @returns The model version.
|
|
100574
|
+
* @example
|
|
100575
|
+
* ```ts
|
|
100576
|
+
* import { ModelSecurityClient } from '@cdot65/prisma-airs-sdk';
|
|
100577
|
+
* const ms = new ModelSecurityClient();
|
|
100578
|
+
*
|
|
100579
|
+
* const version = await ms.models.getModelVersion('660e8400-e29b-41d4-a716-446655440000');
|
|
100580
|
+
* // version =>
|
|
100581
|
+
* // { uuid: '660e8400-...', revision: 'main', model_uuid: '550e8400-...', last_eval_outcome: 'PASSED' }
|
|
100582
|
+
* ```
|
|
100583
|
+
*/
|
|
100584
|
+
getModelVersion(uuid: string): Promise<ModelVersion>;
|
|
100585
|
+
/**
|
|
100586
|
+
* List the files of a model version.
|
|
100587
|
+
* @param modelVersionUuid - Model version UUID.
|
|
100588
|
+
* @param opts - Pagination options.
|
|
100589
|
+
* @returns Paginated list of files (same shape as scan files).
|
|
100590
|
+
* @example
|
|
100591
|
+
* ```ts
|
|
100592
|
+
* import { ModelSecurityClient } from '@cdot65/prisma-airs-sdk';
|
|
100593
|
+
* const ms = new ModelSecurityClient();
|
|
100594
|
+
*
|
|
100595
|
+
* const files = await ms.models.listModelVersionFiles('660e8400-e29b-41d4-a716-446655440000', {
|
|
100596
|
+
* limit: 50,
|
|
100597
|
+
* });
|
|
100598
|
+
* // files =>
|
|
100599
|
+
* // { pagination: { total_items: 12 }, files: [{ uuid: '770e8400-...', path: '/model.safetensors', type: 'FILE', result: 'SUCCESS' }] }
|
|
100600
|
+
* ```
|
|
100601
|
+
*/
|
|
100602
|
+
listModelVersionFiles(modelVersionUuid: string, opts?: ModelSecurityModelVersionFileListOptions): Promise<FileList>;
|
|
100603
|
+
}
|
|
100604
|
+
|
|
99358
100605
|
/** Options for constructing a {@link ModelSecurityClient}. */
|
|
99359
100606
|
interface ModelSecurityClientOptions {
|
|
99360
100607
|
/** OAuth2 client ID. Falls back to `PANW_MODEL_SEC_CLIENT_ID`, then `PANW_MGMT_CLIENT_ID`. */
|
|
@@ -99394,6 +100641,8 @@ declare class ModelSecurityClient {
|
|
|
99394
100641
|
readonly securityGroups: ModelSecurityGroupsClient;
|
|
99395
100642
|
/** Management plane security rule operations (read-only). */
|
|
99396
100643
|
readonly securityRules: ModelSecurityRulesClient;
|
|
100644
|
+
/** Data plane model and model-version operations (read-only). */
|
|
100645
|
+
readonly models: ModelSecurityModelsClient;
|
|
99397
100646
|
private readonly mgmtEndpoint;
|
|
99398
100647
|
private readonly auth;
|
|
99399
100648
|
private readonly numRetries;
|
|
@@ -100711,6 +101960,110 @@ declare class RedTeamInstancesClient {
|
|
|
100711
101960
|
getRegistryCredentials(): Promise<RegistryCredentials>;
|
|
100712
101961
|
}
|
|
100713
101962
|
|
|
101963
|
+
/** Filter options for {@link RedTeamNetworkBrokerClient.listChannels}. */
|
|
101964
|
+
interface ChannelListOptions extends RedTeamListOptions {
|
|
101965
|
+
/** Filter by channel status. Pass an array to filter by several statuses at once. */
|
|
101966
|
+
status?: string | string[];
|
|
101967
|
+
/** Include all channels when the other filters match nothing. */
|
|
101968
|
+
include_all_if_empty?: boolean;
|
|
101969
|
+
}
|
|
101970
|
+
/** @internal */
|
|
101971
|
+
interface RedTeamNetworkBrokerClientOptions {
|
|
101972
|
+
baseUrl: string;
|
|
101973
|
+
auth: AuthAdapter;
|
|
101974
|
+
numRetries: number;
|
|
101975
|
+
}
|
|
101976
|
+
/**
|
|
101977
|
+
* Client for Red Team Network Broker channel operations.
|
|
101978
|
+
* Uses a distinct network broker base URL (data plane), sharing the Red Team OAuth adapter.
|
|
101979
|
+
*/
|
|
101980
|
+
declare class RedTeamNetworkBrokerClient {
|
|
101981
|
+
private readonly baseUrl;
|
|
101982
|
+
private readonly auth;
|
|
101983
|
+
private readonly numRetries;
|
|
101984
|
+
constructor(opts: RedTeamNetworkBrokerClientOptions);
|
|
101985
|
+
/**
|
|
101986
|
+
* List network broker channels with optional filters.
|
|
101987
|
+
* @param opts - Optional pagination, search, and status filter options.
|
|
101988
|
+
* @returns The paginated list of channels.
|
|
101989
|
+
* @example
|
|
101990
|
+
* ```ts
|
|
101991
|
+
* import { RedTeamClient } from '@cdot65/prisma-airs-sdk';
|
|
101992
|
+
* const rt = new RedTeamClient();
|
|
101993
|
+
*
|
|
101994
|
+
* const channels = await rt.networkBroker.listChannels({ status: ['ONLINE', 'DRAFT'], limit: 10 });
|
|
101995
|
+
* // channels =>
|
|
101996
|
+
* // { pagination: { total_items: 2 }, data: [{ uuid: '550e8400-...', name: 'prod-broker', status: 'ONLINE' }] }
|
|
101997
|
+
* ```
|
|
101998
|
+
*/
|
|
101999
|
+
listChannels(opts?: ChannelListOptions): Promise<ChannelListResponse>;
|
|
102000
|
+
/**
|
|
102001
|
+
* Create a network broker channel.
|
|
102002
|
+
* @param body - Channel creation request body (requires `name`).
|
|
102003
|
+
* @returns The created channel.
|
|
102004
|
+
* @example
|
|
102005
|
+
* ```ts
|
|
102006
|
+
* import { RedTeamClient } from '@cdot65/prisma-airs-sdk';
|
|
102007
|
+
* const rt = new RedTeamClient();
|
|
102008
|
+
*
|
|
102009
|
+
* const channel = await rt.networkBroker.createChannel({
|
|
102010
|
+
* name: 'prod-broker',
|
|
102011
|
+
* description: 'Production network broker channel',
|
|
102012
|
+
* });
|
|
102013
|
+
* // channel =>
|
|
102014
|
+
* // { uuid: '550e8400-...', name: 'prod-broker', status: 'DRAFT' }
|
|
102015
|
+
* ```
|
|
102016
|
+
*/
|
|
102017
|
+
createChannel(body: CreateChannelRequest): Promise<Channel>;
|
|
102018
|
+
/**
|
|
102019
|
+
* Get network broker channel stats.
|
|
102020
|
+
* @returns The channel stats (broker server, registry, chart, image, channel counts).
|
|
102021
|
+
* @example
|
|
102022
|
+
* ```ts
|
|
102023
|
+
* import { RedTeamClient } from '@cdot65/prisma-airs-sdk';
|
|
102024
|
+
* const rt = new RedTeamClient();
|
|
102025
|
+
*
|
|
102026
|
+
* const stats = await rt.networkBroker.getChannelStats();
|
|
102027
|
+
* // stats =>
|
|
102028
|
+
* // { network_channels_server_domain: 'broker.example.com', online_channels: 3, total_channels: 5, client_version: '1.4.0' }
|
|
102029
|
+
* ```
|
|
102030
|
+
*/
|
|
102031
|
+
getChannelStats(): Promise<ChannelStats>;
|
|
102032
|
+
/**
|
|
102033
|
+
* Get a network broker channel by UUID.
|
|
102034
|
+
* @param channelId - The channel UUID.
|
|
102035
|
+
* @returns The channel.
|
|
102036
|
+
* @example
|
|
102037
|
+
* ```ts
|
|
102038
|
+
* import { RedTeamClient } from '@cdot65/prisma-airs-sdk';
|
|
102039
|
+
* const rt = new RedTeamClient();
|
|
102040
|
+
*
|
|
102041
|
+
* const channel = await rt.networkBroker.getChannel('550e8400-e29b-41d4-a716-446655440000');
|
|
102042
|
+
* // channel =>
|
|
102043
|
+
* // { uuid: '550e8400-...', name: 'prod-broker', status: 'ONLINE' }
|
|
102044
|
+
* ```
|
|
102045
|
+
*/
|
|
102046
|
+
getChannel(channelId: string): Promise<Channel>;
|
|
102047
|
+
/**
|
|
102048
|
+
* Update a network broker channel's name or description.
|
|
102049
|
+
* @param channelId - The channel UUID.
|
|
102050
|
+
* @param body - Channel update request body.
|
|
102051
|
+
* @returns The updated channel.
|
|
102052
|
+
* @example
|
|
102053
|
+
* ```ts
|
|
102054
|
+
* import { RedTeamClient } from '@cdot65/prisma-airs-sdk';
|
|
102055
|
+
* const rt = new RedTeamClient();
|
|
102056
|
+
*
|
|
102057
|
+
* const channel = await rt.networkBroker.updateChannel('550e8400-e29b-41d4-a716-446655440000', {
|
|
102058
|
+
* description: 'Updated description',
|
|
102059
|
+
* });
|
|
102060
|
+
* // channel =>
|
|
102061
|
+
* // { uuid: '550e8400-...', name: 'prod-broker', description: 'Updated description', status: 'ONLINE' }
|
|
102062
|
+
* ```
|
|
102063
|
+
*/
|
|
102064
|
+
updateChannel(channelId: string, body: UpdateChannelRequest): Promise<Channel>;
|
|
102065
|
+
}
|
|
102066
|
+
|
|
100714
102067
|
/** Options for constructing a {@link RedTeamClient}. */
|
|
100715
102068
|
interface RedTeamClientOptions {
|
|
100716
102069
|
/** OAuth2 client ID. Falls back to `PANW_RED_TEAM_CLIENT_ID`, then `PANW_MGMT_CLIENT_ID`. */
|
|
@@ -100723,6 +102076,8 @@ interface RedTeamClientOptions {
|
|
|
100723
102076
|
dataEndpoint?: string;
|
|
100724
102077
|
/** Management plane endpoint URL. Falls back to `PANW_RED_TEAM_MGMT_ENDPOINT`. */
|
|
100725
102078
|
mgmtEndpoint?: string;
|
|
102079
|
+
/** Network broker endpoint URL. Falls back to `PANW_RED_TEAM_NETWORK_BROKER_ENDPOINT`. */
|
|
102080
|
+
networkBrokerEndpoint?: string;
|
|
100726
102081
|
/** OAuth2 token endpoint URL. Falls back to `PANW_RED_TEAM_TOKEN_ENDPOINT`, then `PANW_MGMT_TOKEN_ENDPOINT`. */
|
|
100727
102082
|
tokenEndpoint?: string;
|
|
100728
102083
|
/** Max retry attempts (0-5). Defaults to 5. */
|
|
@@ -100757,6 +102112,8 @@ declare class RedTeamClient {
|
|
|
100757
102112
|
readonly eula: RedTeamEulaClient;
|
|
100758
102113
|
/** Management plane instance/licensing operations. */
|
|
100759
102114
|
readonly instances: RedTeamInstancesClient;
|
|
102115
|
+
/** Network broker channel operations (distinct network broker base URL). */
|
|
102116
|
+
readonly networkBroker: RedTeamNetworkBrokerClient;
|
|
100760
102117
|
private readonly dataEndpoint;
|
|
100761
102118
|
private readonly mgmtEndpoint;
|
|
100762
102119
|
private readonly auth;
|
|
@@ -100825,6 +102182,53 @@ declare class RedTeamClient {
|
|
|
100825
102182
|
* ```
|
|
100826
102183
|
*/
|
|
100827
102184
|
getErrorLogs(jobId: string, opts?: RedTeamListOptions): Promise<ErrorLogListResponse>;
|
|
102185
|
+
/**
|
|
102186
|
+
* List profiling error logs for a target (data plane).
|
|
102187
|
+
* @param targetId - The target UUID.
|
|
102188
|
+
* @param opts - Optional pagination/search options (the endpoint honors `limit`).
|
|
102189
|
+
* @returns The paginated list of target-profile error logs.
|
|
102190
|
+
* @example
|
|
102191
|
+
* ```ts
|
|
102192
|
+
* import { RedTeamClient } from '@cdot65/prisma-airs-sdk';
|
|
102193
|
+
* const rt = new RedTeamClient();
|
|
102194
|
+
*
|
|
102195
|
+
* const logs = await rt.getTargetProfileErrorLogs('550e8400-e29b-41d4-a716-446655440000', { limit: 10 });
|
|
102196
|
+
* // logs =>
|
|
102197
|
+
* // { pagination: { total_items: 1 }, data: [{ target_id: '550e8400-...', error_type: 'PROBE', error_message: '...', created_at: '2025-01-01T00:00:00Z' }] }
|
|
102198
|
+
* ```
|
|
102199
|
+
*/
|
|
102200
|
+
getTargetProfileErrorLogs(targetId: string, opts?: RedTeamListOptions): Promise<ErrorLogListResponse>;
|
|
102201
|
+
/**
|
|
102202
|
+
* Get the tenant's allowed languages for Red Team scans (data plane).
|
|
102203
|
+
* @returns The supported-languages response.
|
|
102204
|
+
* @example
|
|
102205
|
+
* ```ts
|
|
102206
|
+
* import { RedTeamClient } from '@cdot65/prisma-airs-sdk';
|
|
102207
|
+
* const rt = new RedTeamClient();
|
|
102208
|
+
*
|
|
102209
|
+
* const langs = await rt.getLanguages();
|
|
102210
|
+
* // langs =>
|
|
102211
|
+
* // { multilingual_enabled: true, supported_job_types: ['STATIC', 'DYNAMIC'],
|
|
102212
|
+
* // languages: [{ code: 'en', name: 'English' }, { code: 'es', name: 'Spanish' }] }
|
|
102213
|
+
* ```
|
|
102214
|
+
*/
|
|
102215
|
+
getLanguages(): Promise<TenantLanguagesResponse>;
|
|
102216
|
+
/**
|
|
102217
|
+
* Get the tenant's allowed languages from the management plane.
|
|
102218
|
+
* Same response shape as {@link RedTeamClient.getLanguages}, served from the management endpoint.
|
|
102219
|
+
* @returns The supported-languages response.
|
|
102220
|
+
* @example
|
|
102221
|
+
* ```ts
|
|
102222
|
+
* import { RedTeamClient } from '@cdot65/prisma-airs-sdk';
|
|
102223
|
+
* const rt = new RedTeamClient();
|
|
102224
|
+
*
|
|
102225
|
+
* const langs = await rt.getManagementLanguages();
|
|
102226
|
+
* // langs =>
|
|
102227
|
+
* // { multilingual_enabled: true, supported_job_types: ['STATIC', 'DYNAMIC'],
|
|
102228
|
+
* // languages: [{ code: 'en', name: 'English' }] }
|
|
102229
|
+
* ```
|
|
102230
|
+
*/
|
|
102231
|
+
getManagementLanguages(): Promise<TenantLanguagesResponse>;
|
|
100828
102232
|
/**
|
|
100829
102233
|
* Update sentiment for a scan report.
|
|
100830
102234
|
* @param body - The sentiment request body.
|
|
@@ -100874,4 +102278,4 @@ declare class RedTeamClient {
|
|
|
100874
102278
|
getDashboardOverview(): Promise<DashboardOverviewResponse>;
|
|
100875
102279
|
}
|
|
100876
102280
|
|
|
100877
|
-
export { AIRS_ENDPOINTS, AISecSDKException, AI_SEC_API_ENDPOINT, AI_SEC_API_KEY, AI_SEC_API_TOKEN, ASYNC_SCAN_PATH, Action, Action as ActionType, type AdvancedDataProfileRequest, AdvancedDataProfileRequestSchema, type AgentEntry, AgentEntrySchema, type AgentMeta, AgentMetaSchema, type AgentProtectionItem, AgentProtectionItemSchema, type AgentReport, AgentReportSchema, type AiProfile, AiProfileSchema, type AiSecurityProfile, AiSecurityProfileSchema, ApiEndpointType, type ApiKey, type ApiKeyCreateRequest, ApiKeyCreateRequestSchema, type ApiKeyDPInfo, ApiKeyDPInfoSchema, type ApiKeyDeleteResponse, ApiKeyDeleteResponseSchema, type ApiKeyListResponse, ApiKeyListResponseSchema, type ApiKeyRegenerateRequest, ApiKeyRegenerateRequestSchema, ApiKeySchema, ApiKeysClient, type ApiKeysClientOptions, type AppExclusion, AppExclusionSchema, type AsyncScanObject, AsyncScanObjectSchema, type AsyncScanResponse, AsyncScanResponseSchema, type AttackDetailResponse, AttackDetailResponseSchema, type AttackListItem, AttackListItemSchema, type AttackListOptions, type AttackListResponse, AttackListResponseSchema, type AttackMultiTurnDetailResponse, AttackMultiTurnDetailResponseSchema, type AttackMultiTurnOutput, AttackMultiTurnOutputSchema, type AttackOutput, AttackOutputSchema, AttackStatus, AttackType, type AuditResponse, AuditResponseSchema, type AuthConfig, AuthConfigSchema, AuthType, BEARER, type BaseResponse, BaseResponseSchema, type BasicAuthAuthConfig, BasicAuthAuthConfigSchema, BasicAuthLocation, type BedrockAccessConnectionParams, BedrockAccessConnectionParamsSchema, BrandSubCategory, Category, type CategoryModel, CategoryModelSchema, type CategoryReport, CategoryReportSchema, Category as CategoryType, type CgReport, CgReportSchema, type ClientIdAndCustomerApp, ClientIdAndCustomerAppSchema, type CmdEntry, CmdEntrySchema, type CmdInjectReport, CmdInjectReportSchema, type ComparisonOperatorType, ComparisonOperatorTypeSchema, type ComplianceReport, ComplianceReportSchema, ComplianceSubCategory, type ComplianceTechnique, ComplianceTechniqueSchema, type ConnectionParams, ConnectionParamsSchema, Content, type ContentError, ContentErrorSchema, ContentErrorType, ContentErrorType as ContentErrorTypeType, type ContentOptions, type CountByName, CountByNameSchema, CountedQuotaEnum, type CreateCustomTopicRequest, CreateCustomTopicRequestSchema, type CreateSecurityProfileRequest, CreateSecurityProfileRequestSchema, type CustomAttackOutput, CustomAttackOutputSchema, type CustomAttackReportResponse, CustomAttackReportResponseSchema, type CustomAttacksListResponse, CustomAttacksListResponseSchema, type CustomAttacksReportListOptions, type CustomJobMetadata, CustomJobMetadataSchema, type CustomPromptCreateRequest, CustomPromptCreateRequestSchema, type CustomPromptList, type CustomPromptListItem, CustomPromptListItemSchema, CustomPromptListSchema, type CustomPromptResponse, CustomPromptResponseSchema, type CustomPromptSetArchiveRequest, CustomPromptSetArchiveRequestSchema, type CustomPromptSetCreateRequest, CustomPromptSetCreateRequestSchema, type CustomPromptSetList, type CustomPromptSetListActive, CustomPromptSetListActiveSchema, type CustomPromptSetListItem, CustomPromptSetListItemSchema, CustomPromptSetListSchema, type CustomPromptSetReference, CustomPromptSetReferenceSchema, type CustomPromptSetResponse, CustomPromptSetResponseSchema, type CustomPromptSetUpdateRequest, CustomPromptSetUpdateRequestSchema, type CustomPromptSetVersionInfo, CustomPromptSetVersionInfoSchema, type CustomPromptUpdateRequest, CustomPromptUpdateRequestSchema, type CustomTopic, type CustomTopicListResponse, CustomTopicListResponseSchema, CustomTopicSchema, type CustomerApp, type CustomerAppDeleteResponse, CustomerAppDeleteResponseSchema, type CustomerAppListResponse, CustomerAppListResponseSchema, CustomerAppSchema, type CustomerAppWithKeys, CustomerAppWithKeysSchema, CustomerAppsClient, type CustomerAppsClientOptions, DEFAULT_DLP_ENDPOINT, DEFAULT_ENDPOINT, DEFAULT_MGMT_ENDPOINT, DEFAULT_MODEL_SEC_DATA_ENDPOINT, DEFAULT_MODEL_SEC_MGMT_ENDPOINT, DEFAULT_RED_TEAM_DATA_ENDPOINT, DEFAULT_RED_TEAM_MGMT_ENDPOINT, DEFAULT_TOKEN_ENDPOINT, DLP_DATA_FILTERING_PROFILES_PATH, DLP_DATA_PATTERNS_PATH, DLP_DATA_PROFILES_PATH, DLP_DICTIONARIES_PATH, type DSDetailResult, DSDetailResultSchema, type DSResultMetadata, DSResultMetadataSchema, type DashboardAppQuery, type DashboardApplication, DashboardApplicationSchema, type DashboardApplicationSessionsBucket, DashboardApplicationSessionsBucketSchema, type DashboardApplicationViolationBreakdown, DashboardApplicationViolationBreakdownSchema, type DashboardApplicationsOverview, type DashboardApplicationsOverviewItem, DashboardApplicationsOverviewItemSchema, type DashboardApplicationsOverviewQuery, DashboardApplicationsOverviewSchema, DashboardClient, type DashboardClientOptions, type DashboardOverviewResponse, DashboardOverviewResponseSchema, type DashboardPagination, DashboardPaginationSchema, type DashboardSessionStats, DashboardSessionStatsSchema, type DataFilteringDetails, DataFilteringDetailsSchema, type DataFilteringProfileListParams, type DataFilteringProfileRequest, DataFilteringProfileRequestSchema, type DataFilteringProfileResponse, DataFilteringProfileResponseSchema, DataFilteringProfilesClient, type DataFilteringProfilesClientOptions, type DataFilteringRuleDTO, DataFilteringRuleDTOSchema, type DataLeakDetectionMember, DataLeakDetectionMemberSchema, type DataPatternConfidenceLevel, DataPatternConfidenceLevelSchema, type DataPatternDetectionConfig, DataPatternDetectionConfigSchema, type DataPatternLicenseType, DataPatternLicenseTypeSchema, type DataPatternListParams, type DataPatternMatchingRules, DataPatternMatchingRulesSchema, type DataPatternPatchRequest, DataPatternPatchRequestSchema, type DataPatternRequest, DataPatternRequestSchema, type DataPatternResponse, DataPatternResponseSchema, type DataPatternStatus, DataPatternStatusSchema, type DataPatternTags, DataPatternTagsSchema, type DataPatternTechnique, DataPatternTechniqueSchema, type DataPatternType, DataPatternTypeSchema, DataPatternsClient, type DataPatternsClientOptions, type DataProfileListParams, type DataProfilePatchRequest, DataProfilePatchRequestSchema, type DataProfileResponse, DataProfileResponseSchema, type DataProfileStatus, DataProfileStatusSchema, type DataProfileSubtype, DataProfileSubtypeSchema, type DataProfileType, DataProfileTypeSchema, DataProfilesClient, type DataProfilesClientOptions, type DataProtection, DataProtectionSchema, type DatabaseSecurityItem, DatabaseSecurityItemSchema, type DatabricksConnectionParams, DatabricksConnectionParamsSchema, DateRangeFilter, type DbsEntry, DbsEntrySchema, type DbsReport, DbsReportSchema, type DefaultTreeDetectionRule, DefaultTreeDetectionRuleSchema, type DeleteProfileConflict, DeleteProfileConflictSchema, type DeleteProfileResponse, DeleteProfileResponseSchema, type DeleteTopicConflict, DeleteTopicConflictSchema, type DeleteTopicResponse, DeleteTopicResponseSchema, type DeploymentProfileAttribute, DeploymentProfileAttributeSchema, type DeploymentProfileEntry, DeploymentProfileEntrySchema, type DeploymentProfileListOptions, type DeploymentProfileRequest, DeploymentProfileRequestSchema, DeploymentProfilesClient, type DeploymentProfilesClientOptions, type DeploymentProfilesResponse, DeploymentProfilesResponseSchema, type DestinationAttributes, DestinationAttributesSchema, type DetectionRule, type DetectionRuleItem, DetectionRuleItemSchema, DetectionRuleSchema, DetectionServiceName, DetectionServiceName as DetectionServiceNameType, type DetectionServiceResult, DetectionServiceResultSchema, type DetectorViolationBreakdownEntry, DetectorViolationBreakdownEntrySchema, type Device, type DeviceInstance, DeviceInstanceSchema, type DeviceLicense, DeviceLicenseSchema, type DeviceRequest, DeviceRequestSchema, type DeviceResponse, DeviceResponseSchema, DeviceSchema, type DeviceStatus, DeviceStatusSchema, DictionariesClient, type DictionariesClientOptions, type DictionaryCategory, DictionaryCategorySchema, type DictionaryClassification, DictionaryClassificationSchema, type DictionaryDetectionSubTechnique, DictionaryDetectionSubTechniqueSchema, type DictionaryDetectionTechnique, DictionaryDetectionTechniqueSchema, type DictionaryFileInput, type DictionaryGetParams, type DictionaryListParams, type DictionaryMetaDataDTO, DictionaryMetaDataDTOSchema, type DictionaryPatchRequest, DictionaryPatchRequestSchema, type DictionaryRequest, DictionaryRequestSchema, type DictionaryResponse, DictionaryResponseSchema, type DictionaryTags, DictionaryTagsSchema, type DictionaryType, DictionaryTypeSchema, type DictionaryUploadParams, type DlpDataProfile, type DlpDataProfilePolicy, DlpDataProfilePolicySchema, DlpDataProfileSchema, DlpNamespace, type DlpNamespaceOptions, type DlpPatternDetection, DlpPatternDetectionSchema, type DlpProfileListResponse, DlpProfileListResponseSchema, DlpProfilesClient, type DlpProfilesClientOptions, type DlpReport, DlpReportSchema, type DlpRule, DlpRuleSchema, type DynamicJobMetadata, DynamicJobMetadataSchema, type DynamicJobReport, DynamicJobReportSchema, type DynamicJobReportStats, DynamicJobReportStatsSchema, ErrorCodes, type ErrorLog, type ErrorLogListResponse, ErrorLogListResponseSchema, ErrorLogSchema, type ErrorResponse, ErrorResponseSchema, ErrorSource, ErrorStatus, ErrorStatus as ErrorStatusType, ErrorType, type EulaAcceptRequest, EulaAcceptRequestSchema, type EulaContentResponse, EulaContentResponseSchema, type EulaResponse, EulaResponseSchema, EvalOutcome, type EvalSummary, EvalSummarySchema, type ExceptionRuleDTO, ExceptionRuleDTOSchema, type Exclusions, ExclusionsSchema, type ExpressionOperatorType, ExpressionOperatorTypeSchema, type ExpressionTreeNode, ExpressionTreeNodeSchema, FileFormat, type FileList, FileListSchema, type FileResponse, FileResponseSchema, type FileScanData, FileScanDataSchema, FileScanResult, FileType, type GetTokenOptions, type Goal, type GoalListOptions, type GoalListResponse, GoalListResponseSchema, GoalSchema, GoalType, GoalTypeQueryParam, GuardrailAction, HEADER_API_KEY, HEADER_AUTH_TOKEN, type HTTPValidationError, HTTPValidationErrorSchema, HTTP_FORCE_RETRY_STATUS_CODES, type HeadersAuthConfig, HeadersAuthConfigSchema, type HuggingfaceConnectionParams, HuggingfaceConnectionParamsSchema, type IODetected, IODetectedSchema, type InitOptions, type InstanceExtraDetails, InstanceExtraDetailsSchema, type InstanceGetResponse, InstanceGetResponseSchema, type InstanceRequest, InstanceRequestSchema, type InstanceResponse, InstanceResponseSchema, type JobAbortResponse, JobAbortResponseSchema, type JobCreateRequest, JobCreateRequestSchema, type JobListResponse, JobListResponseSchema, type JobResponse, JobResponseSchema, JobStatus, JobStatusFilter, type JobTimeRecord, JobTimeRecordSchema, JobType, type JsonNullable, type Label, type LabelKeyList, LabelKeyListSchema, LabelSchema, type LabelValueList, LabelValueListSchema, type LabelsCreateRequest, LabelsCreateRequestSchema, type LabelsResponse, LabelsResponseSchema, type ListModelSecurityGroupsResponse, ListModelSecurityGroupsResponseSchema, type ListModelSecurityRuleInstancesResponse, ListModelSecurityRuleInstancesResponseSchema, type ListModelSecurityRulesResponse, ListModelSecurityRulesResponseSchema, type ListingOptions, MAX_AI_PROFILE_NAME_LENGTH, MAX_API_KEY_LENGTH, MAX_CONNECTION_POOL_SIZE, MAX_CONTENT_CONTEXT_LENGTH, MAX_CONTENT_PROMPT_LENGTH, MAX_CONTENT_RESPONSE_LENGTH, MAX_NUMBER_OF_BATCH_SCAN_OBJECTS, MAX_NUMBER_OF_REPORT_IDS, MAX_NUMBER_OF_RETRIES, MAX_NUMBER_OF_SCAN_IDS, MAX_REPORT_ID_STR_LENGTH, MAX_SCAN_ID_STR_LENGTH, MAX_SESSION_ID_STR_LENGTH, MAX_TOKEN_LENGTH, MAX_TRANSACTION_ID_STR_LENGTH, MGMT_API_KEYS_TSG_PATH, MGMT_API_KEY_PATH, MGMT_CLIENT_ID, MGMT_CLIENT_SECRET, MGMT_CUSTOMER_APPS_TSG_PATH, MGMT_CUSTOMER_APP_PATH, MGMT_DASHBOARD_APPLICATIONS_OVERVIEW_PATH, MGMT_DASHBOARD_APPLICATION_PATH, MGMT_DASHBOARD_APPLICATION_VIOLATION_BREAKDOWN_PATH, MGMT_DEPLOYMENT_PROFILES_PATH, MGMT_DLP_PROFILES_PATH, MGMT_ENDPOINT, MGMT_OAUTH_INVALIDATE_PATH, MGMT_OAUTH_TOKEN_PATH, MGMT_PROFILES_TSG_PATH, MGMT_PROFILE_PATH, MGMT_SCAN_LOGS_PATH, MGMT_TOKEN_ENDPOINT, MGMT_TOPICS_TSG_PATH, MGMT_TOPIC_FORCE_PATH, MGMT_TOPIC_PATH, MGMT_TSG_ID, MODEL_SEC_CLIENT_ID, MODEL_SEC_CLIENT_SECRET, MODEL_SEC_DATA_ENDPOINT, MODEL_SEC_EVALUATIONS_PATH, MODEL_SEC_MGMT_ENDPOINT, MODEL_SEC_PYPI_AUTH_PATH, MODEL_SEC_SCANS_PATH, MODEL_SEC_SECURITY_GROUPS_PATH, MODEL_SEC_SECURITY_RULES_PATH, MODEL_SEC_TOKEN_ENDPOINT, MODEL_SEC_TSG_ID, MODEL_SEC_VIOLATIONS_PATH, type MaliciousCodeProtection, MaliciousCodeProtectionSchema, type MalwareReport, MalwareReportSchema, ManagementClient, type ManagementClientOptions, type MaskedData, MaskedDataSchema, type McEntry, McEntrySchema, type McReport, McReportSchema, type Metadata, type MetadataCriterion, MetadataCriterionSchema, MetadataSchema, type ModelConfiguration, ModelConfigurationSchema, type ModelProtectionItem, ModelProtectionItemSchema, type ModelScanIssue, ModelScanIssueSchema, ModelScanStatus, ModelSecurityClient, type ModelSecurityClientOptions, type ModelSecurityEvaluationListOptions, type ModelSecurityFileListOptions, type ModelSecurityGroupCreateRequest, ModelSecurityGroupCreateRequestSchema, type ModelSecurityGroupListOptions, type ModelSecurityGroupResponse, ModelSecurityGroupResponseSchema, ModelSecurityGroupState, type ModelSecurityGroupUpdateRequest, ModelSecurityGroupUpdateRequestSchema, ModelSecurityGroupsClient, type ModelSecurityGroupsClientOptions, type ModelSecurityLabelListOptions, type ModelSecurityPagination, ModelSecurityPaginationSchema, type ModelSecurityRuleInstanceListOptions, type ModelSecurityRuleInstanceResponse, ModelSecurityRuleInstanceResponseSchema, type ModelSecurityRuleInstanceUpdateRequest, ModelSecurityRuleInstanceUpdateRequestSchema, type ModelSecurityRuleListOptions, type ModelSecurityRuleResponse, ModelSecurityRuleResponseSchema, ModelSecurityRulesClient, type ModelSecurityRulesClientOptions, type ModelSecurityScanListOptions, ModelSecurityScansClient, type ModelSecurityScansClientOptions, type ModelSecurityViolationListOptions, type MultiProfileDataNode, MultiProfileDataNodeSchema, type MultiProfileDetectionRule, MultiProfileDetectionRuleSchema, type MultiTurnStatefulConfig, MultiTurnStatefulConfigSchema, type MultiTurnStatelessConfig, MultiTurnStatelessConfigSchema, type OAuth2AuthConfig, OAuth2AuthConfigSchema, OAuthClient, type OAuthClientOptions, OAuthManagementClient, type OAuthManagementClientOptions, type Oauth2Token, Oauth2TokenSchema, type Offset, OffsetSchema, type OpenAIConnectionParams, OpenAIConnectionParamsSchema, PAYLOAD_HASH, type Page, type PageDataFilteringProfileResponse, PageDataFilteringProfileResponseSchema, type PageDataPatternResponse, PageDataPatternResponseSchema, type PageDataProfileResponse, PageDataProfileResponseSchema, type PageDictionaryResponse, PageDictionaryResponseSchema, type PageableObject, PageableObjectSchema, type PaginatedScanResults, PaginatedScanResultsSchema, type PaginationOptions, type PatternDetection, PatternDetectionSchema, type Policy, type PolicyAppProtection, PolicyAppProtectionSchema, type PolicyLatency, PolicyLatencySchema, PolicySchema, PolicyType, type PrerequisiteModel, PrerequisiteModelSchema, ProfilesClient, type ProfilesClientOptions, ProfilingStatus, type PromptDetailResponse, PromptDetailResponseSchema, type PromptDetected, PromptDetectedSchema, type PromptDetectionDetails, PromptDetectionDetailsSchema, type PromptListOptions, type PromptSetListOptions, type PromptSetStats, PromptSetStatsSchema, type PromptSetSummary, PromptSetSummarySchema, type PromptSetsReportResponse, PromptSetsReportResponseSchema, type PromptsBySetListOptions, type PropertyAssignment, PropertyAssignmentSchema, type PropertyDefinition, PropertyDefinitionSchema, type PropertyNameCreateRequest, PropertyNameCreateRequestSchema, type PropertyNamesListResponse, PropertyNamesListResponseSchema, type PropertyStatistic, PropertyStatisticSchema, type PropertyValueCreateRequest, PropertyValueCreateRequestSchema, type PropertyValueStatistic, PropertyValueStatisticSchema, type PropertyValuesMultipleResponse, PropertyValuesMultipleResponseSchema, type PropertyValuesResponse, PropertyValuesResponseSchema, type PyPIAuthResponse, PyPIAuthResponseSchema, type QuotaDetails, QuotaDetailsSchema, type QuotaSummary, QuotaSummarySchema, RED_TEAM_CATEGORIES_PATH, RED_TEAM_CLIENT_ID, RED_TEAM_CLIENT_SECRET, RED_TEAM_CUSTOM_ATTACKS_REPORT_PATH, RED_TEAM_CUSTOM_ATTACK_PATH, RED_TEAM_DASHBOARD_PATH, RED_TEAM_DATA_ENDPOINT, RED_TEAM_ERROR_LOG_PATH, RED_TEAM_EULA_PATH, RED_TEAM_INSTANCES_PATH, RED_TEAM_MGMT_DASHBOARD_PATH, RED_TEAM_MGMT_ENDPOINT, RED_TEAM_QUOTA_PATH, RED_TEAM_REGISTRY_CREDENTIALS_PATH, RED_TEAM_REPORT_DYNAMIC_PATH, RED_TEAM_REPORT_PATH, RED_TEAM_REPORT_STATIC_PATH, RED_TEAM_SCAN_PATH, RED_TEAM_SENTIMENT_PATH, RED_TEAM_TARGET_PATH, RED_TEAM_TARGET_VALIDATE_AUTH_PATH, RED_TEAM_TEMPLATE_PATH, RED_TEAM_TOKEN_ENDPOINT, RED_TEAM_TSG_ID, RedTeamCategory, RedTeamClient, type RedTeamClientOptions, RedTeamCustomAttackReportsClient, type RedTeamCustomAttackReportsClientOptions, RedTeamCustomAttacksClient, type RedTeamCustomAttacksClientOptions, RedTeamErrorType, RedTeamEulaClient, type RedTeamEulaClientOptions, RedTeamInstancesClient, type RedTeamInstancesClientOptions, type RedTeamListOptions, type RedTeamPagination, RedTeamPaginationSchema, RedTeamReportsClient, type RedTeamReportsClientOptions, type RedTeamScanListOptions, RedTeamScansClient, type RedTeamScansClientOptions, RedTeamTargetsClient, type RedTeamTargetsClientOptions, type RegistryCredentials, RegistryCredentialsSchema, type RemediationDetail, RemediationDetailSchema, type RemediationResponse, RemediationResponseSchema, type ResourceModelExtension, ResourceModelExtensionSchema, type ResponseDetected, ResponseDetectedSchema, type ResponseDetectionDetails, ResponseDetectionDetailsSchema, ResponseMode, type RestConnectionParams, RestConnectionParamsSchema, type RiskLevel, RiskLevelSchema, RiskRating, type RuleConfiguration, RuleConfigurationSchema, type RuleEditableField, type RuleEditableFieldDropdown, RuleEditableFieldDropdownSchema, RuleEditableFieldSchema, RuleEditableFieldType, type RuleEvaluationList, RuleEvaluationListSchema, type RuleEvaluationResponse, RuleEvaluationResponseSchema, RuleEvaluationResult, RuleFieldValueKey, type RuleItemConfidenceLevel, RuleItemConfidenceLevelSchema, type RuleItemDetectionTechnique, RuleItemDetectionTechniqueSchema, type RuleItemEdmMatchCriteria, RuleItemEdmMatchCriteriaSchema, type RuleItemMatchType, RuleItemMatchTypeSchema, type RuleItemOccurrenceOperatorType, RuleItemOccurrenceOperatorTypeSchema, type RuleRemediation, RuleRemediationSchema, RuleState, RuleType, type RuntimeSecurityPolicy, RuntimeSecurityPolicySchema, type RuntimeSecurityProfileResponse, RuntimeSecurityProfileResponseSchema, SCAN_REPORTS_PATH, SCAN_RESULTS_PATH, SDK_VERSION, SYNC_SCAN_PATH, SafetySubCategory, type ScanBaseResponse, ScanBaseResponseSchema, type ScanCreateRequest, ScanCreateRequestSchema, type ScanDetails, ScanDetailsSchema, type ScanIdResult, ScanIdResultSchema, type ScanList, ScanListSchema, type ScanLogQueryOptions, ScanLogsClient, type ScanLogsClientOptions, ScanOrigin, type ScanRequest, type ScanRequestContentsInner, ScanRequestContentsInnerSchema, ScanRequestSchema, type ScanResponse, ScanResponseSchema, type ScanResultEntry, ScanResultEntrySchema, type ScanResultForDashboard, ScanResultForDashboardSchema, type ScanStatisticsResponse, ScanStatisticsResponseSchema, type ScanSummary, ScanSummarySchema, Scanner, type ScoreTrendResponse, ScoreTrendResponseSchema, type ScoreTrendSeries, ScoreTrendSeriesSchema, type SecurityProfile, type SecurityProfileListResponse, SecurityProfileListResponseSchema, SecurityProfileSchema, SecuritySubCategory, type SentimentRequest, SentimentRequestSchema, type SentimentResponse, SentimentResponseSchema, SeverityFilter, type SeverityReport, SeverityReportSchema, type SeverityStats, SeverityStatsSchema, SortByDateField, SortByFileField, SortDirection, type SortObject, SortObjectSchema, type SourceAttributes, SourceAttributesSchema, SourceType, type StaticJobMetadata, StaticJobMetadataSchema, type StaticJobRemediation, type StaticJobRemediationRecommendation, StaticJobRemediationRecommendationSchema, StaticJobRemediationSchema, type StaticJobReport, StaticJobReportSchema, type StaticJobReportStats, StaticJobReportStatsSchema, StatusQueryParam, type StreamDetailResponse, StreamDetailResponseSchema, type StreamIterationData, StreamIterationDataSchema, type StreamListResponse, StreamListResponseSchema, StreamType, type StreamingConnectionParams, StreamingConnectionParamsSchema, type SubCategoryModel, SubCategoryModelSchema, type SubCategoryStats, SubCategoryStatsSchema, type SyncScanOptions, type TargetAdditionalContext, TargetAdditionalContextSchema, TargetAuthType, type TargetAuthValidationRequest, TargetAuthValidationRequestSchema, type TargetAuthValidationResponse, TargetAuthValidationResponseSchema, type TargetBackground, TargetBackgroundSchema, TargetConnectionType, type TargetContextUpdate, TargetContextUpdateSchema, type TargetCreateRequest, TargetCreateRequestSchema, type TargetJobRequest, TargetJobRequestSchema, type TargetList, type TargetListItem, TargetListItemSchema, type TargetListOptions, TargetListSchema, type TargetMetadata, TargetMetadataSchema, type TargetOperationOptions, type TargetProbeRequest, TargetProbeRequestSchema, type TargetProfileResponse, TargetProfileResponseSchema, type TargetReference, TargetReferenceSchema, type TargetResponse, TargetResponseSchema, TargetStatus, type TargetTemplateCollection, TargetTemplateCollectionSchema, TargetType, type TargetUpdateRequest, TargetUpdateRequestSchema, type TcReport, TcReportSchema, type TgReport, TgReportSchema, ThreatCategory, type ThreatScanReport, ThreatScanReportSchema, type TokenInfo, type TokenStats, TokenStatsSchema, type ToolDetected, ToolDetectedSchema, type ToolDetectionDetails, ToolDetectionDetailsSchema, type ToolDetectionEntry, ToolDetectionEntrySchema, type ToolDetectionFlags, ToolDetectionFlagsSchema, type ToolEvent, type ToolEventMetadata, ToolEventMetadataSchema, ToolEventSchema, type TopicArray, TopicArraySchema, type TopicObject, TopicObjectSchema, TopicsClient, type TopicsClientOptions, type URLExclusion, URLExclusionSchema, USER_AGENT, type UrlCategory, UrlCategorySchema, type UrlfEntry, UrlfEntrySchema, type ValidationError, ValidationErrorSchema, Verdict, Verdict as VerdictType, type ViolationList, ViolationListSchema, type ViolationResponse, ViolationResponseSchema, type ViolationSeverityCounts, ViolationSeverityCountsSchema, type WebSocketConnectionParams, WebSocketConnectionParamsSchema, type WeightedRegex, WeightedRegexSchema, globalConfiguration, init, jsonNullable, pageSchema };
|
|
102281
|
+
export { AIRS_ENDPOINTS, AISecSDKException, type AISecSDKExceptionMetadata, AI_SEC_API_ENDPOINT, AI_SEC_API_KEY, AI_SEC_API_TOKEN, ASYNC_SCAN_PATH, Action, Action as ActionType, type AdvancedDataProfileRequest, AdvancedDataProfileRequestSchema, type AgentEntry, AgentEntrySchema, type AgentMeta, AgentMetaSchema, type AgentProtectionItem, AgentProtectionItemSchema, type AgentReport, AgentReportSchema, type AiProfile, AiProfileSchema, type AiSecurityProfile, AiSecurityProfileSchema, ApiEndpointType, type ApiKey, type ApiKeyCreateRequest, ApiKeyCreateRequestSchema, type ApiKeyDPInfo, ApiKeyDPInfoSchema, type ApiKeyDeleteResponse, ApiKeyDeleteResponseSchema, type ApiKeyListResponse, ApiKeyListResponseSchema, type ApiKeyRegenerateRequest, ApiKeyRegenerateRequestSchema, ApiKeySchema, ApiKeysClient, type ApiKeysClientOptions, type AppExclusion, AppExclusionSchema, type AsyncScanObject, AsyncScanObjectSchema, type AsyncScanResponse, AsyncScanResponseSchema, type AttackDetailResponse, AttackDetailResponseSchema, type AttackListItem, AttackListItemSchema, type AttackListOptions, type AttackListResponse, AttackListResponseSchema, type AttackMultiTurnDetailResponse, AttackMultiTurnDetailResponseSchema, type AttackMultiTurnOutput, AttackMultiTurnOutputSchema, type AttackOutput, AttackOutputSchema, AttackStatus, AttackType, type AuditResponse, AuditResponseSchema, type AuthConfig, AuthConfigSchema, AuthType, BEARER, type BaseResponse, BaseResponseSchema, type BasicAuthAuthConfig, BasicAuthAuthConfigSchema, BasicAuthLocation, type BedrockAccessConnectionParams, BedrockAccessConnectionParamsSchema, BrandSubCategory, Category, type CategoryModel, CategoryModelSchema, type CategoryReport, CategoryReportSchema, Category as CategoryType, type CgReport, CgReportSchema, type Channel, type ChannelListOptions, type ChannelListPagination, ChannelListPaginationSchema, type ChannelListResponse, ChannelListResponseSchema, ChannelSchema, type ChannelStats, ChannelStatsSchema, ChannelStatus, ChannelStatusSchema, type ChannelStatusType, type ClientIdAndCustomerApp, ClientIdAndCustomerAppSchema, type CmdEntry, CmdEntrySchema, type CmdInjectReport, CmdInjectReportSchema, type ComparisonOperatorType, ComparisonOperatorTypeSchema, type ComplianceReport, ComplianceReportSchema, ComplianceSubCategory, type ComplianceTechnique, ComplianceTechniqueSchema, type ConnectionParams, ConnectionParamsSchema, Content, type ContentError, ContentErrorSchema, ContentErrorType, ContentErrorType as ContentErrorTypeType, type ContentOptions, type CountByName, CountByNameSchema, CountedQuotaEnum, type CreateChannelRequest, CreateChannelRequestSchema, type CreateCustomTopicRequest, CreateCustomTopicRequestSchema, type CreateSecurityProfileRequest, CreateSecurityProfileRequestSchema, type CustomAttackOutput, CustomAttackOutputSchema, type CustomAttackReportResponse, CustomAttackReportResponseSchema, type CustomAttacksListResponse, CustomAttacksListResponseSchema, type CustomAttacksReportListOptions, type CustomJobMetadata, CustomJobMetadataSchema, type CustomPromptCreateRequest, CustomPromptCreateRequestSchema, type CustomPromptList, type CustomPromptListItem, CustomPromptListItemSchema, CustomPromptListSchema, type CustomPromptResponse, CustomPromptResponseSchema, type CustomPromptSetArchiveRequest, CustomPromptSetArchiveRequestSchema, type CustomPromptSetCreateRequest, CustomPromptSetCreateRequestSchema, type CustomPromptSetList, type CustomPromptSetListActive, CustomPromptSetListActiveSchema, type CustomPromptSetListItem, CustomPromptSetListItemSchema, CustomPromptSetListSchema, type CustomPromptSetReference, CustomPromptSetReferenceSchema, type CustomPromptSetResponse, CustomPromptSetResponseSchema, type CustomPromptSetUpdateRequest, CustomPromptSetUpdateRequestSchema, type CustomPromptSetVersionInfo, CustomPromptSetVersionInfoSchema, type CustomPromptUpdateRequest, CustomPromptUpdateRequestSchema, type CustomTopic, type CustomTopicListResponse, CustomTopicListResponseSchema, CustomTopicSchema, type CustomerApp, type CustomerAppDeleteResponse, CustomerAppDeleteResponseSchema, type CustomerAppListResponse, CustomerAppListResponseSchema, CustomerAppSchema, type CustomerAppWithKeys, CustomerAppWithKeysSchema, CustomerAppsClient, type CustomerAppsClientOptions, DEFAULT_DLP_ENDPOINT, DEFAULT_ENDPOINT, DEFAULT_MGMT_ENDPOINT, DEFAULT_MODEL_SEC_DATA_ENDPOINT, DEFAULT_MODEL_SEC_MGMT_ENDPOINT, DEFAULT_RED_TEAM_DATA_ENDPOINT, DEFAULT_RED_TEAM_MGMT_ENDPOINT, DEFAULT_RED_TEAM_NETWORK_BROKER_ENDPOINT, DEFAULT_TOKEN_ENDPOINT, DLP_DATA_FILTERING_PROFILES_PATH, DLP_DATA_PATTERNS_PATH, DLP_DATA_PROFILES_PATH, DLP_DICTIONARIES_PATH, type DSDetailResult, DSDetailResultSchema, type DSResultMetadata, DSResultMetadataSchema, type DashboardAppQuery, type DashboardApplication, DashboardApplicationSchema, type DashboardApplicationSessionsBucket, DashboardApplicationSessionsBucketSchema, type DashboardApplicationViolationBreakdown, DashboardApplicationViolationBreakdownSchema, type DashboardApplicationsOverview, type DashboardApplicationsOverviewItem, DashboardApplicationsOverviewItemSchema, type DashboardApplicationsOverviewQuery, DashboardApplicationsOverviewSchema, DashboardClient, type DashboardClientOptions, type DashboardOverviewResponse, DashboardOverviewResponseSchema, type DashboardPagination, DashboardPaginationSchema, type DashboardSessionStats, DashboardSessionStatsSchema, type DataFilteringDetails, DataFilteringDetailsSchema, type DataFilteringProfileListParams, type DataFilteringProfileRequest, DataFilteringProfileRequestSchema, type DataFilteringProfileResponse, DataFilteringProfileResponseSchema, DataFilteringProfilesClient, type DataFilteringProfilesClientOptions, type DataFilteringRuleDTO, DataFilteringRuleDTOSchema, type DataLeakDetectionMember, DataLeakDetectionMemberSchema, type DataPatternConfidenceLevel, DataPatternConfidenceLevelSchema, type DataPatternDetectionConfig, DataPatternDetectionConfigSchema, type DataPatternLicenseType, DataPatternLicenseTypeSchema, type DataPatternListParams, type DataPatternMatchingRules, DataPatternMatchingRulesSchema, type DataPatternPatchRequest, DataPatternPatchRequestSchema, type DataPatternRequest, DataPatternRequestSchema, type DataPatternResponse, DataPatternResponseSchema, type DataPatternStatus, DataPatternStatusSchema, type DataPatternTags, DataPatternTagsSchema, type DataPatternTechnique, DataPatternTechniqueSchema, type DataPatternType, DataPatternTypeSchema, DataPatternsClient, type DataPatternsClientOptions, type DataProfileListParams, type DataProfilePatchRequest, DataProfilePatchRequestSchema, type DataProfileResponse, DataProfileResponseSchema, type DataProfileStatus, DataProfileStatusSchema, type DataProfileSubtype, DataProfileSubtypeSchema, type DataProfileType, DataProfileTypeSchema, DataProfilesClient, type DataProfilesClientOptions, type DataProtection, DataProtectionSchema, type DatabaseSecurityItem, DatabaseSecurityItemSchema, type DatabricksConnectionParams, DatabricksConnectionParamsSchema, DateRangeFilter, type DbsEntry, DbsEntrySchema, type DbsReport, DbsReportSchema, type DefaultTreeDetectionRule, DefaultTreeDetectionRuleSchema, type DeleteProfileConflict, DeleteProfileConflictSchema, type DeleteProfileResponse, DeleteProfileResponseSchema, type DeleteTopicConflict, DeleteTopicConflictSchema, type DeleteTopicResponse, DeleteTopicResponseSchema, type DeploymentProfileAttribute, DeploymentProfileAttributeSchema, type DeploymentProfileEntry, DeploymentProfileEntrySchema, type DeploymentProfileListOptions, type DeploymentProfileRequest, DeploymentProfileRequestSchema, DeploymentProfilesClient, type DeploymentProfilesClientOptions, type DeploymentProfilesResponse, DeploymentProfilesResponseSchema, type DestinationAttributes, DestinationAttributesSchema, type DetectionRule, type DetectionRuleItem, DetectionRuleItemSchema, DetectionRuleSchema, DetectionServiceName, DetectionServiceName as DetectionServiceNameType, type DetectionServiceResult, DetectionServiceResultSchema, type DetectorViolationBreakdownEntry, DetectorViolationBreakdownEntrySchema, type Device, type DeviceInstance, DeviceInstanceSchema, type DeviceLicense, DeviceLicenseSchema, type DeviceRequest, DeviceRequestSchema, type DeviceResponse, DeviceResponseSchema, DeviceSchema, type DeviceStatus, DeviceStatusSchema, DictionariesClient, type DictionariesClientOptions, type DictionaryCategory, DictionaryCategorySchema, type DictionaryClassification, DictionaryClassificationSchema, type DictionaryDetectionSubTechnique, DictionaryDetectionSubTechniqueSchema, type DictionaryDetectionTechnique, DictionaryDetectionTechniqueSchema, type DictionaryFileInput, type DictionaryGetParams, type DictionaryListParams, type DictionaryMetaDataDTO, DictionaryMetaDataDTOSchema, type DictionaryPatchRequest, DictionaryPatchRequestSchema, type DictionaryRequest, DictionaryRequestSchema, type DictionaryResponse, DictionaryResponseSchema, type DictionaryTags, DictionaryTagsSchema, type DictionaryType, DictionaryTypeSchema, type DictionaryUploadParams, type DlpDataProfile, type DlpDataProfilePolicy, DlpDataProfilePolicySchema, DlpDataProfileSchema, DlpNamespace, type DlpNamespaceOptions, type DlpPatternDetection, DlpPatternDetectionSchema, type DlpProfileListResponse, DlpProfileListResponseSchema, DlpProfilesClient, type DlpProfilesClientOptions, type DlpReport, DlpReportSchema, type DlpRule, DlpRuleSchema, type DynamicJobMetadata, DynamicJobMetadataSchema, type DynamicJobReport, DynamicJobReportSchema, type DynamicJobReportStats, DynamicJobReportStatsSchema, ErrorCodes, type ErrorLog, type ErrorLogListResponse, ErrorLogListResponseSchema, ErrorLogSchema, type ErrorResponse, ErrorResponseSchema, ErrorSource, ErrorStatus, ErrorStatus as ErrorStatusType, ErrorType, type EulaAcceptRequest, EulaAcceptRequestSchema, type EulaContentResponse, EulaContentResponseSchema, type EulaResponse, EulaResponseSchema, EvalOutcome, type EvalSummary, EvalSummarySchema, type ExceptionRuleDTO, ExceptionRuleDTOSchema, type Exclusions, ExclusionsSchema, type ExpressionOperatorType, ExpressionOperatorTypeSchema, type ExpressionTreeNode, ExpressionTreeNodeSchema, FileFormat, type FileList, FileListSchema, type FileResponse, FileResponseSchema, type FileScanData, FileScanDataSchema, FileScanResult, FileType, type GetTokenOptions, type Goal, type GoalListOptions, type GoalListResponse, GoalListResponseSchema, GoalSchema, GoalType, GoalTypeQueryParam, GuardrailAction, HEADER_API_KEY, HEADER_AUTH_TOKEN, type HTTPValidationError, HTTPValidationErrorSchema, HTTP_FORCE_RETRY_STATUS_CODES, type HeadersAuthConfig, HeadersAuthConfigSchema, type HuggingfaceConnectionParams, HuggingfaceConnectionParamsSchema, type IODetected, IODetectedSchema, type InitOptions, type InstanceExtraDetails, InstanceExtraDetailsSchema, type InstanceGetResponse, InstanceGetResponseSchema, type InstanceRequest, InstanceRequestSchema, type InstanceResponse, InstanceResponseSchema, type JobAbortResponse, JobAbortResponseSchema, type JobCreateRequest, JobCreateRequestSchema, type JobListResponse, JobListResponseSchema, type JobResponse, JobResponseSchema, JobStatus, JobStatusFilter, type JobTimeRecord, JobTimeRecordSchema, JobType, type JsonNullable, type Label, type LabelKeyList, LabelKeyListSchema, LabelSchema, type LabelValueList, LabelValueListSchema, type LabelsCreateRequest, LabelsCreateRequestSchema, type LabelsResponse, LabelsResponseSchema, type LanguageOption, LanguageOptionSchema, type ListModelSecurityGroupsResponse, ListModelSecurityGroupsResponseSchema, type ListModelSecurityRuleInstancesResponse, ListModelSecurityRuleInstancesResponseSchema, type ListModelSecurityRulesResponse, ListModelSecurityRulesResponseSchema, type ListingOptions, MAX_AI_PROFILE_NAME_LENGTH, MAX_API_KEY_LENGTH, MAX_CONNECTION_POOL_SIZE, MAX_CONTENT_CONTEXT_LENGTH, MAX_CONTENT_PROMPT_LENGTH, MAX_CONTENT_RESPONSE_LENGTH, MAX_NUMBER_OF_BATCH_SCAN_OBJECTS, MAX_NUMBER_OF_REPORT_IDS, MAX_NUMBER_OF_RETRIES, MAX_NUMBER_OF_SCAN_IDS, MAX_REPORT_ID_STR_LENGTH, MAX_SCAN_ID_STR_LENGTH, MAX_SESSION_ID_STR_LENGTH, MAX_TOKEN_LENGTH, MAX_TRANSACTION_ID_STR_LENGTH, MGMT_API_KEYS_TSG_PATH, MGMT_API_KEY_PATH, MGMT_CLIENT_ID, MGMT_CLIENT_SECRET, MGMT_CUSTOMER_APPS_TSG_PATH, MGMT_CUSTOMER_APP_PATH, MGMT_DASHBOARD_APPLICATIONS_OVERVIEW_PATH, MGMT_DASHBOARD_APPLICATION_PATH, MGMT_DASHBOARD_APPLICATION_VIOLATION_BREAKDOWN_PATH, MGMT_DEPLOYMENT_PROFILES_PATH, MGMT_DLP_PROFILES_PATH, MGMT_ENDPOINT, MGMT_OAUTH_INVALIDATE_PATH, MGMT_OAUTH_TOKEN_PATH, MGMT_PROFILES_TSG_PATH, MGMT_PROFILE_PATH, MGMT_SCAN_LOGS_PATH, MGMT_TOKEN_ENDPOINT, MGMT_TOPICS_TSG_PATH, MGMT_TOPIC_FORCE_PATH, MGMT_TOPIC_PATH, MGMT_TSG_ID, MODEL_SEC_CLIENT_ID, MODEL_SEC_CLIENT_SECRET, MODEL_SEC_DATA_ENDPOINT, MODEL_SEC_EVALUATIONS_PATH, MODEL_SEC_MGMT_ENDPOINT, MODEL_SEC_MODELS_PATH, MODEL_SEC_MODEL_VERSIONS_PATH, MODEL_SEC_PYPI_AUTH_PATH, MODEL_SEC_SCANS_PATH, MODEL_SEC_SECURITY_GROUPS_PATH, MODEL_SEC_SECURITY_RULES_PATH, MODEL_SEC_TOKEN_ENDPOINT, MODEL_SEC_TSG_ID, MODEL_SEC_VIOLATIONS_PATH, type MaliciousCodeProtection, MaliciousCodeProtectionSchema, type MalwareReport, MalwareReportSchema, ManagementClient, type ManagementClientOptions, type MaskedData, MaskedDataSchema, type McEntry, McEntrySchema, type McReport, McReportSchema, type Metadata, type MetadataCriterion, MetadataCriterionSchema, MetadataSchema, type Model, type ModelConfiguration, ModelConfigurationSchema, type ModelList, ModelListSchema, type ModelProtectionItem, ModelProtectionItemSchema, ModelResponseSchema, type ModelScanIssue, ModelScanIssueSchema, ModelScanStatus, ModelSecurityClient, type ModelSecurityClientOptions, type ModelSecurityEvaluationListOptions, type ModelSecurityFileListOptions, type ModelSecurityGroupCreateRequest, ModelSecurityGroupCreateRequestSchema, type ModelSecurityGroupListOptions, type ModelSecurityGroupResponse, ModelSecurityGroupResponseSchema, ModelSecurityGroupState, type ModelSecurityGroupUpdateRequest, ModelSecurityGroupUpdateRequestSchema, ModelSecurityGroupsClient, type ModelSecurityGroupsClientOptions, type ModelSecurityLabelListOptions, type ModelSecurityModelListOptions, type ModelSecurityModelVersionFileListOptions, type ModelSecurityModelVersionListOptions, ModelSecurityModelsClient, type ModelSecurityModelsClientOptions, type ModelSecurityPagination, ModelSecurityPaginationSchema, type ModelSecurityRuleInstanceListOptions, type ModelSecurityRuleInstanceResponse, ModelSecurityRuleInstanceResponseSchema, type ModelSecurityRuleInstanceUpdateRequest, ModelSecurityRuleInstanceUpdateRequestSchema, type ModelSecurityRuleListOptions, type ModelSecurityRuleResponse, ModelSecurityRuleResponseSchema, ModelSecurityRulesClient, type ModelSecurityRulesClientOptions, type ModelSecurityScanListOptions, ModelSecurityScansClient, type ModelSecurityScansClientOptions, type ModelSecurityViolationListOptions, type ModelVersion, type ModelVersionList, ModelVersionListSchema, ModelVersionResponseSchema, type MultiProfileDataNode, MultiProfileDataNodeSchema, type MultiProfileDetectionRule, MultiProfileDetectionRuleSchema, type MultiTurnStatefulConfig, MultiTurnStatefulConfigSchema, type MultiTurnStatelessConfig, MultiTurnStatelessConfigSchema, type OAuth2AuthConfig, OAuth2AuthConfigSchema, OAuthClient, type OAuthClientOptions, OAuthManagementClient, type OAuthManagementClientOptions, type Oauth2Token, Oauth2TokenSchema, type Offset, OffsetSchema, type OpenAIConnectionParams, OpenAIConnectionParamsSchema, PAYLOAD_HASH, type Page, type PageDataFilteringProfileResponse, PageDataFilteringProfileResponseSchema, type PageDataPatternResponse, PageDataPatternResponseSchema, type PageDataProfileResponse, PageDataProfileResponseSchema, type PageDictionaryResponse, PageDictionaryResponseSchema, type PageableObject, PageableObjectSchema, type PaginatedScanResults, PaginatedScanResultsSchema, type PaginationOptions, type PatternDetection, PatternDetectionSchema, type Policy, type PolicyAppProtection, PolicyAppProtectionSchema, type PolicyLatency, PolicyLatencySchema, PolicySchema, PolicyType, type PrerequisiteModel, PrerequisiteModelSchema, ProfilesClient, type ProfilesClientOptions, ProfilingStatus, type PromptDetailResponse, PromptDetailResponseSchema, type PromptDetected, PromptDetectedSchema, type PromptDetectionDetails, PromptDetectionDetailsSchema, type PromptListOptions, type PromptSetListOptions, type PromptSetStats, PromptSetStatsSchema, type PromptSetSummary, PromptSetSummarySchema, type PromptSetsReportResponse, PromptSetsReportResponseSchema, type PromptsBySetListOptions, type PropertyAssignment, PropertyAssignmentSchema, type PropertyDefinition, PropertyDefinitionSchema, type PropertyNameCreateRequest, PropertyNameCreateRequestSchema, type PropertyNamesListResponse, PropertyNamesListResponseSchema, type PropertyStatistic, PropertyStatisticSchema, type PropertyValueCreateRequest, PropertyValueCreateRequestSchema, type PropertyValueStatistic, PropertyValueStatisticSchema, type PropertyValuesMultipleResponse, PropertyValuesMultipleResponseSchema, type PropertyValuesResponse, PropertyValuesResponseSchema, type PyPIAuthResponse, PyPIAuthResponseSchema, type QuotaDetails, QuotaDetailsSchema, type QuotaSummary, QuotaSummarySchema, RED_TEAM_CATEGORIES_PATH, RED_TEAM_CHANNELS_PATH, RED_TEAM_CHANNELS_STATS_PATH, RED_TEAM_CLIENT_ID, RED_TEAM_CLIENT_SECRET, RED_TEAM_CUSTOM_ATTACKS_REPORT_PATH, RED_TEAM_CUSTOM_ATTACK_PATH, RED_TEAM_DASHBOARD_PATH, RED_TEAM_DATA_ENDPOINT, RED_TEAM_ERROR_LOG_PATH, RED_TEAM_ERROR_LOG_TARGET_PROFILE_PATH, RED_TEAM_EULA_PATH, RED_TEAM_INSTANCES_PATH, RED_TEAM_LANGUAGES_PATH, RED_TEAM_MGMT_DASHBOARD_PATH, RED_TEAM_MGMT_ENDPOINT, RED_TEAM_NETWORK_BROKER_ENDPOINT, RED_TEAM_QUOTA_PATH, RED_TEAM_REGISTRY_CREDENTIALS_PATH, RED_TEAM_REPORT_DYNAMIC_PATH, RED_TEAM_REPORT_PATH, RED_TEAM_REPORT_STATIC_PATH, RED_TEAM_SCAN_PATH, RED_TEAM_SENTIMENT_PATH, RED_TEAM_TARGET_PATH, RED_TEAM_TARGET_VALIDATE_AUTH_PATH, RED_TEAM_TEMPLATE_PATH, RED_TEAM_TOKEN_ENDPOINT, RED_TEAM_TSG_ID, RedTeamCategory, RedTeamClient, type RedTeamClientOptions, RedTeamCustomAttackReportsClient, type RedTeamCustomAttackReportsClientOptions, RedTeamCustomAttacksClient, type RedTeamCustomAttacksClientOptions, RedTeamErrorType, RedTeamEulaClient, type RedTeamEulaClientOptions, RedTeamInstancesClient, type RedTeamInstancesClientOptions, type RedTeamListOptions, RedTeamNetworkBrokerClient, type RedTeamNetworkBrokerClientOptions, type RedTeamPagination, RedTeamPaginationSchema, RedTeamReportsClient, type RedTeamReportsClientOptions, type RedTeamScanListOptions, RedTeamScansClient, type RedTeamScansClientOptions, RedTeamTargetsClient, type RedTeamTargetsClientOptions, type RegistryCredentials, RegistryCredentialsSchema, type RemediationDetail, RemediationDetailSchema, type RemediationResponse, RemediationResponseSchema, type ResourceModelExtension, ResourceModelExtensionSchema, type ResponseDetected, ResponseDetectedSchema, type ResponseDetectionDetails, ResponseDetectionDetailsSchema, ResponseMode, type RestConnectionParams, RestConnectionParamsSchema, type RiskLevel, RiskLevelSchema, RiskRating, type RuleConfiguration, RuleConfigurationSchema, type RuleEditableField, type RuleEditableFieldDropdown, RuleEditableFieldDropdownSchema, RuleEditableFieldSchema, RuleEditableFieldType, type RuleEvaluationList, RuleEvaluationListSchema, type RuleEvaluationResponse, RuleEvaluationResponseSchema, RuleEvaluationResult, RuleFieldValueKey, type RuleItemConfidenceLevel, RuleItemConfidenceLevelSchema, type RuleItemDetectionTechnique, RuleItemDetectionTechniqueSchema, type RuleItemEdmMatchCriteria, RuleItemEdmMatchCriteriaSchema, type RuleItemMatchType, RuleItemMatchTypeSchema, type RuleItemOccurrenceOperatorType, RuleItemOccurrenceOperatorTypeSchema, type RuleRemediation, RuleRemediationSchema, RuleState, RuleType, type RuntimeSecurityPolicy, RuntimeSecurityPolicySchema, type RuntimeSecurityProfileResponse, RuntimeSecurityProfileResponseSchema, SCAN_REPORTS_PATH, SCAN_RESULTS_PATH, SDK_VERSION, SYNC_SCAN_PATH, SafetySubCategory, type ScanBaseResponse, ScanBaseResponseSchema, type ScanCallOptions, type ScanCreateRequest, ScanCreateRequestSchema, type ScanDetails, ScanDetailsSchema, type ScanIdResult, ScanIdResultSchema, type ScanList, ScanListSchema, type ScanLogQueryOptions, ScanLogsClient, type ScanLogsClientOptions, ScanOrigin, type ScanRequest, type ScanRequestContentsInner, ScanRequestContentsInnerSchema, ScanRequestSchema, type ScanResponse, ScanResponseSchema, type ScanResultEntry, ScanResultEntrySchema, type ScanResultForDashboard, ScanResultForDashboardSchema, type ScanStatisticsResponse, ScanStatisticsResponseSchema, type ScanSummary, ScanSummarySchema, Scanner, type ScoreTrendResponse, ScoreTrendResponseSchema, type ScoreTrendSeries, ScoreTrendSeriesSchema, type SecurityProfile, type SecurityProfileListResponse, SecurityProfileListResponseSchema, SecurityProfileSchema, SecuritySubCategory, type SentimentRequest, SentimentRequestSchema, type SentimentResponse, SentimentResponseSchema, SeverityFilter, type SeverityReport, SeverityReportSchema, type SeverityStats, SeverityStatsSchema, SortByDateField, SortByFileField, SortDirection, type SortObject, SortObjectSchema, type SourceAttributes, SourceAttributesSchema, SourceType, type StaticJobMetadata, StaticJobMetadataSchema, type StaticJobRemediation, type StaticJobRemediationRecommendation, StaticJobRemediationRecommendationSchema, StaticJobRemediationSchema, type StaticJobReport, StaticJobReportSchema, type StaticJobReportStats, StaticJobReportStatsSchema, StatusQueryParam, type StreamDetailResponse, StreamDetailResponseSchema, type StreamIterationData, StreamIterationDataSchema, type StreamListResponse, StreamListResponseSchema, StreamType, type StreamingConnectionParams, StreamingConnectionParamsSchema, type SubCategoryModel, SubCategoryModelSchema, type SubCategoryStats, SubCategoryStatsSchema, type SyncScanOptions, type TargetAdditionalContext, TargetAdditionalContextSchema, TargetAuthType, type TargetAuthValidationRequest, TargetAuthValidationRequestSchema, type TargetAuthValidationResponse, TargetAuthValidationResponseSchema, type TargetBackground, TargetBackgroundSchema, TargetConnectionType, type TargetContextUpdate, TargetContextUpdateSchema, type TargetCreateRequest, TargetCreateRequestSchema, type TargetJobRequest, TargetJobRequestSchema, type TargetList, type TargetListItem, TargetListItemSchema, type TargetListOptions, TargetListSchema, type TargetMetadata, TargetMetadataSchema, type TargetOperationOptions, type TargetProbeRequest, TargetProbeRequestSchema, type TargetProfileResponse, TargetProfileResponseSchema, type TargetReference, TargetReferenceSchema, type TargetResponse, TargetResponseSchema, TargetStatus, type TargetTemplateCollection, TargetTemplateCollectionSchema, TargetType, type TargetUpdateRequest, TargetUpdateRequestSchema, type TcReport, TcReportSchema, type TenantLanguagesResponse, TenantLanguagesResponseSchema, type TgReport, TgReportSchema, ThreatCategory, type ThreatScanReport, ThreatScanReportSchema, type TokenInfo, type TokenStats, TokenStatsSchema, type ToolDetected, ToolDetectedSchema, type ToolDetectionDetails, ToolDetectionDetailsSchema, type ToolDetectionEntry, ToolDetectionEntrySchema, type ToolDetectionFlags, ToolDetectionFlagsSchema, type ToolEvent, type ToolEventMetadata, ToolEventMetadataSchema, ToolEventSchema, type TopicArray, TopicArraySchema, type TopicObject, TopicObjectSchema, TopicsClient, type TopicsClientOptions, type URLExclusion, URLExclusionSchema, USER_AGENT, type UpdateChannelRequest, UpdateChannelRequestSchema, type UrlCategory, UrlCategorySchema, type UrlfEntry, UrlfEntrySchema, type ValidationError, ValidationErrorSchema, Verdict, Verdict as VerdictType, type ViolationList, ViolationListSchema, type ViolationRemediation, ViolationRemediationSchema, type ViolationResponse, ViolationResponseSchema, type ViolationSeverityCounts, ViolationSeverityCountsSchema, type WebSocketConnectionParams, WebSocketConnectionParamsSchema, type WeightedRegex, WeightedRegexSchema, globalConfiguration, init, jsonNullable, pageSchema };
|