@cdot65/prisma-airs-sdk 0.6.9 → 0.6.11
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 +11 -1
- package/dist/index.cjs +8 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +138 -2
- package/dist/index.d.ts +138 -2
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/dist/index.d.cts
CHANGED
|
@@ -21298,6 +21298,7 @@ declare const ModelProtectionItemSchema: z.ZodObject<{
|
|
|
21298
21298
|
revision: z.ZodNumber;
|
|
21299
21299
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
21300
21300
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
21301
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
21301
21302
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
21302
21303
|
name: z.ZodString;
|
|
21303
21304
|
action: z.ZodString;
|
|
@@ -21347,6 +21348,7 @@ declare const ModelProtectionItemSchema: z.ZodObject<{
|
|
|
21347
21348
|
revision: z.ZodNumber;
|
|
21348
21349
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
21349
21350
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
21351
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
21350
21352
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
21351
21353
|
name: z.ZodString;
|
|
21352
21354
|
action: z.ZodString;
|
|
@@ -21396,6 +21398,7 @@ declare const ModelProtectionItemSchema: z.ZodObject<{
|
|
|
21396
21398
|
revision: z.ZodNumber;
|
|
21397
21399
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
21398
21400
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
21401
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
21399
21402
|
}, z.ZodTypeAny, "passthrough">>;
|
|
21400
21403
|
/** Model-protection guardrail item. */
|
|
21401
21404
|
type ModelProtectionItem = z.infer<typeof ModelProtectionItemSchema>;
|
|
@@ -21428,6 +21431,7 @@ declare const DlpDataProfilePolicySchema: z.ZodObject<{
|
|
|
21428
21431
|
uuid: z.ZodString;
|
|
21429
21432
|
id: z.ZodOptional<z.ZodString>;
|
|
21430
21433
|
version: z.ZodOptional<z.ZodString>;
|
|
21434
|
+
description: z.ZodOptional<z.ZodString>;
|
|
21431
21435
|
rule1: z.ZodOptional<z.ZodObject<{
|
|
21432
21436
|
action: z.ZodOptional<z.ZodString>;
|
|
21433
21437
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -21450,6 +21454,7 @@ declare const DlpDataProfilePolicySchema: z.ZodObject<{
|
|
|
21450
21454
|
uuid: z.ZodString;
|
|
21451
21455
|
id: z.ZodOptional<z.ZodString>;
|
|
21452
21456
|
version: z.ZodOptional<z.ZodString>;
|
|
21457
|
+
description: z.ZodOptional<z.ZodString>;
|
|
21453
21458
|
rule1: z.ZodOptional<z.ZodObject<{
|
|
21454
21459
|
action: z.ZodOptional<z.ZodString>;
|
|
21455
21460
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -21472,6 +21477,7 @@ declare const DlpDataProfilePolicySchema: z.ZodObject<{
|
|
|
21472
21477
|
uuid: z.ZodString;
|
|
21473
21478
|
id: z.ZodOptional<z.ZodString>;
|
|
21474
21479
|
version: z.ZodOptional<z.ZodString>;
|
|
21480
|
+
description: z.ZodOptional<z.ZodString>;
|
|
21475
21481
|
rule1: z.ZodOptional<z.ZodObject<{
|
|
21476
21482
|
action: z.ZodOptional<z.ZodString>;
|
|
21477
21483
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -21856,6 +21862,7 @@ declare const ModelConfigurationSchema: z.ZodObject<{
|
|
|
21856
21862
|
revision: z.ZodNumber;
|
|
21857
21863
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
21858
21864
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
21865
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
21859
21866
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
21860
21867
|
name: z.ZodString;
|
|
21861
21868
|
action: z.ZodString;
|
|
@@ -21905,6 +21912,7 @@ declare const ModelConfigurationSchema: z.ZodObject<{
|
|
|
21905
21912
|
revision: z.ZodNumber;
|
|
21906
21913
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
21907
21914
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
21915
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
21908
21916
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
21909
21917
|
name: z.ZodString;
|
|
21910
21918
|
action: z.ZodString;
|
|
@@ -21954,6 +21962,7 @@ declare const ModelConfigurationSchema: z.ZodObject<{
|
|
|
21954
21962
|
revision: z.ZodNumber;
|
|
21955
21963
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
21956
21964
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
21965
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
21957
21966
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
21958
21967
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21959
21968
|
name: z.ZodString;
|
|
@@ -22328,6 +22337,7 @@ declare const ModelConfigurationSchema: z.ZodObject<{
|
|
|
22328
22337
|
revision: z.ZodNumber;
|
|
22329
22338
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
22330
22339
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
22340
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
22331
22341
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
22332
22342
|
name: z.ZodString;
|
|
22333
22343
|
action: z.ZodString;
|
|
@@ -22377,6 +22387,7 @@ declare const ModelConfigurationSchema: z.ZodObject<{
|
|
|
22377
22387
|
revision: z.ZodNumber;
|
|
22378
22388
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
22379
22389
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
22390
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
22380
22391
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
22381
22392
|
name: z.ZodString;
|
|
22382
22393
|
action: z.ZodString;
|
|
@@ -22426,6 +22437,7 @@ declare const ModelConfigurationSchema: z.ZodObject<{
|
|
|
22426
22437
|
revision: z.ZodNumber;
|
|
22427
22438
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
22428
22439
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
22440
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
22429
22441
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
22430
22442
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
22431
22443
|
name: z.ZodString;
|
|
@@ -22800,6 +22812,7 @@ declare const ModelConfigurationSchema: z.ZodObject<{
|
|
|
22800
22812
|
revision: z.ZodNumber;
|
|
22801
22813
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
22802
22814
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
22815
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
22803
22816
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
22804
22817
|
name: z.ZodString;
|
|
22805
22818
|
action: z.ZodString;
|
|
@@ -22849,6 +22862,7 @@ declare const ModelConfigurationSchema: z.ZodObject<{
|
|
|
22849
22862
|
revision: z.ZodNumber;
|
|
22850
22863
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
22851
22864
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
22865
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
22852
22866
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
22853
22867
|
name: z.ZodString;
|
|
22854
22868
|
action: z.ZodString;
|
|
@@ -22898,6 +22912,7 @@ declare const ModelConfigurationSchema: z.ZodObject<{
|
|
|
22898
22912
|
revision: z.ZodNumber;
|
|
22899
22913
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
22900
22914
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
22915
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
22901
22916
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
22902
22917
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
22903
22918
|
name: z.ZodString;
|
|
@@ -23279,6 +23294,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
23279
23294
|
revision: z.ZodNumber;
|
|
23280
23295
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
23281
23296
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
23297
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
23282
23298
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
23283
23299
|
name: z.ZodString;
|
|
23284
23300
|
action: z.ZodString;
|
|
@@ -23328,6 +23344,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
23328
23344
|
revision: z.ZodNumber;
|
|
23329
23345
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
23330
23346
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
23347
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
23331
23348
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
23332
23349
|
name: z.ZodString;
|
|
23333
23350
|
action: z.ZodString;
|
|
@@ -23377,6 +23394,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
23377
23394
|
revision: z.ZodNumber;
|
|
23378
23395
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
23379
23396
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
23397
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
23380
23398
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
23381
23399
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
23382
23400
|
name: z.ZodString;
|
|
@@ -23751,6 +23769,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
23751
23769
|
revision: z.ZodNumber;
|
|
23752
23770
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
23753
23771
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
23772
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
23754
23773
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
23755
23774
|
name: z.ZodString;
|
|
23756
23775
|
action: z.ZodString;
|
|
@@ -23800,6 +23819,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
23800
23819
|
revision: z.ZodNumber;
|
|
23801
23820
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
23802
23821
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
23822
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
23803
23823
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
23804
23824
|
name: z.ZodString;
|
|
23805
23825
|
action: z.ZodString;
|
|
@@ -23849,6 +23869,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
23849
23869
|
revision: z.ZodNumber;
|
|
23850
23870
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
23851
23871
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
23872
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
23852
23873
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
23853
23874
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
23854
23875
|
name: z.ZodString;
|
|
@@ -24223,6 +24244,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
24223
24244
|
revision: z.ZodNumber;
|
|
24224
24245
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
24225
24246
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
24247
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
24226
24248
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
24227
24249
|
name: z.ZodString;
|
|
24228
24250
|
action: z.ZodString;
|
|
@@ -24272,6 +24294,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
24272
24294
|
revision: z.ZodNumber;
|
|
24273
24295
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
24274
24296
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
24297
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
24275
24298
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
24276
24299
|
name: z.ZodString;
|
|
24277
24300
|
action: z.ZodString;
|
|
@@ -24321,6 +24344,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
24321
24344
|
revision: z.ZodNumber;
|
|
24322
24345
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
24323
24346
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
24347
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
24324
24348
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
24325
24349
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
24326
24350
|
name: z.ZodString;
|
|
@@ -24699,6 +24723,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
24699
24723
|
revision: z.ZodNumber;
|
|
24700
24724
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
24701
24725
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
24726
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
24702
24727
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
24703
24728
|
name: z.ZodString;
|
|
24704
24729
|
action: z.ZodString;
|
|
@@ -24748,6 +24773,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
24748
24773
|
revision: z.ZodNumber;
|
|
24749
24774
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
24750
24775
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
24776
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
24751
24777
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
24752
24778
|
name: z.ZodString;
|
|
24753
24779
|
action: z.ZodString;
|
|
@@ -24797,6 +24823,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
24797
24823
|
revision: z.ZodNumber;
|
|
24798
24824
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
24799
24825
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
24826
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
24800
24827
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
24801
24828
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
24802
24829
|
name: z.ZodString;
|
|
@@ -25171,6 +25198,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
25171
25198
|
revision: z.ZodNumber;
|
|
25172
25199
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
25173
25200
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
25201
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
25174
25202
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
25175
25203
|
name: z.ZodString;
|
|
25176
25204
|
action: z.ZodString;
|
|
@@ -25220,6 +25248,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
25220
25248
|
revision: z.ZodNumber;
|
|
25221
25249
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
25222
25250
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
25251
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
25223
25252
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
25224
25253
|
name: z.ZodString;
|
|
25225
25254
|
action: z.ZodString;
|
|
@@ -25269,6 +25298,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
25269
25298
|
revision: z.ZodNumber;
|
|
25270
25299
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
25271
25300
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
25301
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
25272
25302
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
25273
25303
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
25274
25304
|
name: z.ZodString;
|
|
@@ -25643,6 +25673,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
25643
25673
|
revision: z.ZodNumber;
|
|
25644
25674
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
25645
25675
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
25676
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
25646
25677
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
25647
25678
|
name: z.ZodString;
|
|
25648
25679
|
action: z.ZodString;
|
|
@@ -25692,6 +25723,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
25692
25723
|
revision: z.ZodNumber;
|
|
25693
25724
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
25694
25725
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
25726
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
25695
25727
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
25696
25728
|
name: z.ZodString;
|
|
25697
25729
|
action: z.ZodString;
|
|
@@ -25741,6 +25773,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
25741
25773
|
revision: z.ZodNumber;
|
|
25742
25774
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
25743
25775
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
25776
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
25744
25777
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
25745
25778
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
25746
25779
|
name: z.ZodString;
|
|
@@ -26119,6 +26152,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
26119
26152
|
revision: z.ZodNumber;
|
|
26120
26153
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
26121
26154
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
26155
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
26122
26156
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
26123
26157
|
name: z.ZodString;
|
|
26124
26158
|
action: z.ZodString;
|
|
@@ -26168,6 +26202,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
26168
26202
|
revision: z.ZodNumber;
|
|
26169
26203
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
26170
26204
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
26205
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
26171
26206
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
26172
26207
|
name: z.ZodString;
|
|
26173
26208
|
action: z.ZodString;
|
|
@@ -26217,6 +26252,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
26217
26252
|
revision: z.ZodNumber;
|
|
26218
26253
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
26219
26254
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
26255
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
26220
26256
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
26221
26257
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
26222
26258
|
name: z.ZodString;
|
|
@@ -26591,6 +26627,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
26591
26627
|
revision: z.ZodNumber;
|
|
26592
26628
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
26593
26629
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
26630
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
26594
26631
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
26595
26632
|
name: z.ZodString;
|
|
26596
26633
|
action: z.ZodString;
|
|
@@ -26640,6 +26677,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
26640
26677
|
revision: z.ZodNumber;
|
|
26641
26678
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
26642
26679
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
26680
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
26643
26681
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
26644
26682
|
name: z.ZodString;
|
|
26645
26683
|
action: z.ZodString;
|
|
@@ -26689,6 +26727,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
26689
26727
|
revision: z.ZodNumber;
|
|
26690
26728
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
26691
26729
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
26730
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
26692
26731
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
26693
26732
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
26694
26733
|
name: z.ZodString;
|
|
@@ -27063,6 +27102,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
27063
27102
|
revision: z.ZodNumber;
|
|
27064
27103
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
27065
27104
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
27105
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
27066
27106
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
27067
27107
|
name: z.ZodString;
|
|
27068
27108
|
action: z.ZodString;
|
|
@@ -27112,6 +27152,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
27112
27152
|
revision: z.ZodNumber;
|
|
27113
27153
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
27114
27154
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
27155
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
27115
27156
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
27116
27157
|
name: z.ZodString;
|
|
27117
27158
|
action: z.ZodString;
|
|
@@ -27161,6 +27202,7 @@ declare const AiSecurityProfileSchema: z.ZodObject<{
|
|
|
27161
27202
|
revision: z.ZodNumber;
|
|
27162
27203
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
27163
27204
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
27205
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
27164
27206
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
27165
27207
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
27166
27208
|
name: z.ZodString;
|
|
@@ -27544,6 +27586,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
27544
27586
|
revision: z.ZodNumber;
|
|
27545
27587
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
27546
27588
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
27589
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
27547
27590
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
27548
27591
|
name: z.ZodString;
|
|
27549
27592
|
action: z.ZodString;
|
|
@@ -27593,6 +27636,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
27593
27636
|
revision: z.ZodNumber;
|
|
27594
27637
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
27595
27638
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
27639
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
27596
27640
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
27597
27641
|
name: z.ZodString;
|
|
27598
27642
|
action: z.ZodString;
|
|
@@ -27642,6 +27686,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
27642
27686
|
revision: z.ZodNumber;
|
|
27643
27687
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
27644
27688
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
27689
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
27645
27690
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
27646
27691
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
27647
27692
|
name: z.ZodString;
|
|
@@ -28016,6 +28061,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
28016
28061
|
revision: z.ZodNumber;
|
|
28017
28062
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
28018
28063
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
28064
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
28019
28065
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
28020
28066
|
name: z.ZodString;
|
|
28021
28067
|
action: z.ZodString;
|
|
@@ -28065,6 +28111,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
28065
28111
|
revision: z.ZodNumber;
|
|
28066
28112
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
28067
28113
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
28114
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
28068
28115
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
28069
28116
|
name: z.ZodString;
|
|
28070
28117
|
action: z.ZodString;
|
|
@@ -28114,6 +28161,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
28114
28161
|
revision: z.ZodNumber;
|
|
28115
28162
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
28116
28163
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
28164
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
28117
28165
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
28118
28166
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
28119
28167
|
name: z.ZodString;
|
|
@@ -28488,6 +28536,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
28488
28536
|
revision: z.ZodNumber;
|
|
28489
28537
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
28490
28538
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
28539
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
28491
28540
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
28492
28541
|
name: z.ZodString;
|
|
28493
28542
|
action: z.ZodString;
|
|
@@ -28537,6 +28586,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
28537
28586
|
revision: z.ZodNumber;
|
|
28538
28587
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
28539
28588
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
28589
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
28540
28590
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
28541
28591
|
name: z.ZodString;
|
|
28542
28592
|
action: z.ZodString;
|
|
@@ -28586,6 +28636,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
28586
28636
|
revision: z.ZodNumber;
|
|
28587
28637
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
28588
28638
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
28639
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
28589
28640
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
28590
28641
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
28591
28642
|
name: z.ZodString;
|
|
@@ -28964,6 +29015,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
28964
29015
|
revision: z.ZodNumber;
|
|
28965
29016
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
28966
29017
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
29018
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
28967
29019
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
28968
29020
|
name: z.ZodString;
|
|
28969
29021
|
action: z.ZodString;
|
|
@@ -29013,6 +29065,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
29013
29065
|
revision: z.ZodNumber;
|
|
29014
29066
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
29015
29067
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
29068
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
29016
29069
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
29017
29070
|
name: z.ZodString;
|
|
29018
29071
|
action: z.ZodString;
|
|
@@ -29062,6 +29115,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
29062
29115
|
revision: z.ZodNumber;
|
|
29063
29116
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
29064
29117
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
29118
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
29065
29119
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
29066
29120
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
29067
29121
|
name: z.ZodString;
|
|
@@ -29436,6 +29490,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
29436
29490
|
revision: z.ZodNumber;
|
|
29437
29491
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
29438
29492
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
29493
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
29439
29494
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
29440
29495
|
name: z.ZodString;
|
|
29441
29496
|
action: z.ZodString;
|
|
@@ -29485,6 +29540,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
29485
29540
|
revision: z.ZodNumber;
|
|
29486
29541
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
29487
29542
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
29543
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
29488
29544
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
29489
29545
|
name: z.ZodString;
|
|
29490
29546
|
action: z.ZodString;
|
|
@@ -29534,6 +29590,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
29534
29590
|
revision: z.ZodNumber;
|
|
29535
29591
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
29536
29592
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
29593
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
29537
29594
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
29538
29595
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
29539
29596
|
name: z.ZodString;
|
|
@@ -29908,6 +29965,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
29908
29965
|
revision: z.ZodNumber;
|
|
29909
29966
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
29910
29967
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
29968
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
29911
29969
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
29912
29970
|
name: z.ZodString;
|
|
29913
29971
|
action: z.ZodString;
|
|
@@ -29957,6 +30015,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
29957
30015
|
revision: z.ZodNumber;
|
|
29958
30016
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
29959
30017
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
30018
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
29960
30019
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
29961
30020
|
name: z.ZodString;
|
|
29962
30021
|
action: z.ZodString;
|
|
@@ -30006,6 +30065,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
30006
30065
|
revision: z.ZodNumber;
|
|
30007
30066
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
30008
30067
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
30068
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
30009
30069
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
30010
30070
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
30011
30071
|
name: z.ZodString;
|
|
@@ -30384,6 +30444,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
30384
30444
|
revision: z.ZodNumber;
|
|
30385
30445
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
30386
30446
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
30447
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
30387
30448
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
30388
30449
|
name: z.ZodString;
|
|
30389
30450
|
action: z.ZodString;
|
|
@@ -30433,6 +30494,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
30433
30494
|
revision: z.ZodNumber;
|
|
30434
30495
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
30435
30496
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
30497
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
30436
30498
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
30437
30499
|
name: z.ZodString;
|
|
30438
30500
|
action: z.ZodString;
|
|
@@ -30482,6 +30544,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
30482
30544
|
revision: z.ZodNumber;
|
|
30483
30545
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
30484
30546
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
30547
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
30485
30548
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
30486
30549
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
30487
30550
|
name: z.ZodString;
|
|
@@ -30856,6 +30919,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
30856
30919
|
revision: z.ZodNumber;
|
|
30857
30920
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
30858
30921
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
30922
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
30859
30923
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
30860
30924
|
name: z.ZodString;
|
|
30861
30925
|
action: z.ZodString;
|
|
@@ -30905,6 +30969,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
30905
30969
|
revision: z.ZodNumber;
|
|
30906
30970
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
30907
30971
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
30972
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
30908
30973
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
30909
30974
|
name: z.ZodString;
|
|
30910
30975
|
action: z.ZodString;
|
|
@@ -30954,6 +31019,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
30954
31019
|
revision: z.ZodNumber;
|
|
30955
31020
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
30956
31021
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
31022
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
30957
31023
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
30958
31024
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
30959
31025
|
name: z.ZodString;
|
|
@@ -31328,6 +31394,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
31328
31394
|
revision: z.ZodNumber;
|
|
31329
31395
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
31330
31396
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
31397
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
31331
31398
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
31332
31399
|
name: z.ZodString;
|
|
31333
31400
|
action: z.ZodString;
|
|
@@ -31377,6 +31444,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
31377
31444
|
revision: z.ZodNumber;
|
|
31378
31445
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
31379
31446
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
31447
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
31380
31448
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
31381
31449
|
name: z.ZodString;
|
|
31382
31450
|
action: z.ZodString;
|
|
@@ -31426,6 +31494,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
31426
31494
|
revision: z.ZodNumber;
|
|
31427
31495
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
31428
31496
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
31497
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
31429
31498
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
31430
31499
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
31431
31500
|
name: z.ZodString;
|
|
@@ -31444,6 +31513,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
31444
31513
|
uuid: z.ZodString;
|
|
31445
31514
|
id: z.ZodOptional<z.ZodString>;
|
|
31446
31515
|
version: z.ZodOptional<z.ZodString>;
|
|
31516
|
+
description: z.ZodOptional<z.ZodString>;
|
|
31447
31517
|
rule1: z.ZodOptional<z.ZodObject<{
|
|
31448
31518
|
action: z.ZodOptional<z.ZodString>;
|
|
31449
31519
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -31466,6 +31536,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
31466
31536
|
uuid: z.ZodString;
|
|
31467
31537
|
id: z.ZodOptional<z.ZodString>;
|
|
31468
31538
|
version: z.ZodOptional<z.ZodString>;
|
|
31539
|
+
description: z.ZodOptional<z.ZodString>;
|
|
31469
31540
|
rule1: z.ZodOptional<z.ZodObject<{
|
|
31470
31541
|
action: z.ZodOptional<z.ZodString>;
|
|
31471
31542
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -31488,6 +31559,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
31488
31559
|
uuid: z.ZodString;
|
|
31489
31560
|
id: z.ZodOptional<z.ZodString>;
|
|
31490
31561
|
version: z.ZodOptional<z.ZodString>;
|
|
31562
|
+
description: z.ZodOptional<z.ZodString>;
|
|
31491
31563
|
rule1: z.ZodOptional<z.ZodObject<{
|
|
31492
31564
|
action: z.ZodOptional<z.ZodString>;
|
|
31493
31565
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -31873,6 +31945,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
31873
31945
|
revision: z.ZodNumber;
|
|
31874
31946
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
31875
31947
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
31948
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
31876
31949
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
31877
31950
|
name: z.ZodString;
|
|
31878
31951
|
action: z.ZodString;
|
|
@@ -31922,6 +31995,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
31922
31995
|
revision: z.ZodNumber;
|
|
31923
31996
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
31924
31997
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
31998
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
31925
31999
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
31926
32000
|
name: z.ZodString;
|
|
31927
32001
|
action: z.ZodString;
|
|
@@ -31971,6 +32045,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
31971
32045
|
revision: z.ZodNumber;
|
|
31972
32046
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
31973
32047
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
32048
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
31974
32049
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
31975
32050
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
31976
32051
|
name: z.ZodString;
|
|
@@ -32345,6 +32420,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
32345
32420
|
revision: z.ZodNumber;
|
|
32346
32421
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
32347
32422
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
32423
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
32348
32424
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
32349
32425
|
name: z.ZodString;
|
|
32350
32426
|
action: z.ZodString;
|
|
@@ -32394,6 +32470,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
32394
32470
|
revision: z.ZodNumber;
|
|
32395
32471
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
32396
32472
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
32473
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
32397
32474
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
32398
32475
|
name: z.ZodString;
|
|
32399
32476
|
action: z.ZodString;
|
|
@@ -32443,6 +32520,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
32443
32520
|
revision: z.ZodNumber;
|
|
32444
32521
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
32445
32522
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
32523
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
32446
32524
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
32447
32525
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
32448
32526
|
name: z.ZodString;
|
|
@@ -32817,6 +32895,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
32817
32895
|
revision: z.ZodNumber;
|
|
32818
32896
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
32819
32897
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
32898
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
32820
32899
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
32821
32900
|
name: z.ZodString;
|
|
32822
32901
|
action: z.ZodString;
|
|
@@ -32866,6 +32945,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
32866
32945
|
revision: z.ZodNumber;
|
|
32867
32946
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
32868
32947
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
32948
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
32869
32949
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
32870
32950
|
name: z.ZodString;
|
|
32871
32951
|
action: z.ZodString;
|
|
@@ -32915,6 +32995,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
32915
32995
|
revision: z.ZodNumber;
|
|
32916
32996
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
32917
32997
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
32998
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
32918
32999
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
32919
33000
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
32920
33001
|
name: z.ZodString;
|
|
@@ -33293,6 +33374,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
33293
33374
|
revision: z.ZodNumber;
|
|
33294
33375
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
33295
33376
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
33377
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
33296
33378
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
33297
33379
|
name: z.ZodString;
|
|
33298
33380
|
action: z.ZodString;
|
|
@@ -33342,6 +33424,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
33342
33424
|
revision: z.ZodNumber;
|
|
33343
33425
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
33344
33426
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
33427
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
33345
33428
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
33346
33429
|
name: z.ZodString;
|
|
33347
33430
|
action: z.ZodString;
|
|
@@ -33391,6 +33474,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
33391
33474
|
revision: z.ZodNumber;
|
|
33392
33475
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
33393
33476
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
33477
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
33394
33478
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
33395
33479
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
33396
33480
|
name: z.ZodString;
|
|
@@ -33765,6 +33849,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
33765
33849
|
revision: z.ZodNumber;
|
|
33766
33850
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
33767
33851
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
33852
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
33768
33853
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
33769
33854
|
name: z.ZodString;
|
|
33770
33855
|
action: z.ZodString;
|
|
@@ -33814,6 +33899,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
33814
33899
|
revision: z.ZodNumber;
|
|
33815
33900
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
33816
33901
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
33902
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
33817
33903
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
33818
33904
|
name: z.ZodString;
|
|
33819
33905
|
action: z.ZodString;
|
|
@@ -33863,6 +33949,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
33863
33949
|
revision: z.ZodNumber;
|
|
33864
33950
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
33865
33951
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
33952
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
33866
33953
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
33867
33954
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
33868
33955
|
name: z.ZodString;
|
|
@@ -34237,6 +34324,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
34237
34324
|
revision: z.ZodNumber;
|
|
34238
34325
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
34239
34326
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
34327
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
34240
34328
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34241
34329
|
name: z.ZodString;
|
|
34242
34330
|
action: z.ZodString;
|
|
@@ -34286,6 +34374,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
34286
34374
|
revision: z.ZodNumber;
|
|
34287
34375
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
34288
34376
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
34377
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
34289
34378
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34290
34379
|
name: z.ZodString;
|
|
34291
34380
|
action: z.ZodString;
|
|
@@ -34335,6 +34424,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
34335
34424
|
revision: z.ZodNumber;
|
|
34336
34425
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
34337
34426
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
34427
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
34338
34428
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
34339
34429
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
34340
34430
|
name: z.ZodString;
|
|
@@ -34713,6 +34803,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
34713
34803
|
revision: z.ZodNumber;
|
|
34714
34804
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
34715
34805
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
34806
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
34716
34807
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34717
34808
|
name: z.ZodString;
|
|
34718
34809
|
action: z.ZodString;
|
|
@@ -34762,6 +34853,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
34762
34853
|
revision: z.ZodNumber;
|
|
34763
34854
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
34764
34855
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
34856
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
34765
34857
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34766
34858
|
name: z.ZodString;
|
|
34767
34859
|
action: z.ZodString;
|
|
@@ -34811,6 +34903,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
34811
34903
|
revision: z.ZodNumber;
|
|
34812
34904
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
34813
34905
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
34906
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
34814
34907
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
34815
34908
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
34816
34909
|
name: z.ZodString;
|
|
@@ -35185,6 +35278,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
35185
35278
|
revision: z.ZodNumber;
|
|
35186
35279
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
35187
35280
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
35281
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
35188
35282
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35189
35283
|
name: z.ZodString;
|
|
35190
35284
|
action: z.ZodString;
|
|
@@ -35234,6 +35328,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
35234
35328
|
revision: z.ZodNumber;
|
|
35235
35329
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
35236
35330
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
35331
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
35237
35332
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
35238
35333
|
name: z.ZodString;
|
|
35239
35334
|
action: z.ZodString;
|
|
@@ -35283,6 +35378,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
35283
35378
|
revision: z.ZodNumber;
|
|
35284
35379
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
35285
35380
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
35381
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
35286
35382
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
35287
35383
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
35288
35384
|
name: z.ZodString;
|
|
@@ -35657,6 +35753,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
35657
35753
|
revision: z.ZodNumber;
|
|
35658
35754
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
35659
35755
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
35756
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
35660
35757
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35661
35758
|
name: z.ZodString;
|
|
35662
35759
|
action: z.ZodString;
|
|
@@ -35706,6 +35803,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
35706
35803
|
revision: z.ZodNumber;
|
|
35707
35804
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
35708
35805
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
35806
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
35709
35807
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
35710
35808
|
name: z.ZodString;
|
|
35711
35809
|
action: z.ZodString;
|
|
@@ -35755,6 +35853,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
35755
35853
|
revision: z.ZodNumber;
|
|
35756
35854
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
35757
35855
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
35856
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
35758
35857
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
35759
35858
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
35760
35859
|
name: z.ZodString;
|
|
@@ -35773,6 +35872,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
35773
35872
|
uuid: z.ZodString;
|
|
35774
35873
|
id: z.ZodOptional<z.ZodString>;
|
|
35775
35874
|
version: z.ZodOptional<z.ZodString>;
|
|
35875
|
+
description: z.ZodOptional<z.ZodString>;
|
|
35776
35876
|
rule1: z.ZodOptional<z.ZodObject<{
|
|
35777
35877
|
action: z.ZodOptional<z.ZodString>;
|
|
35778
35878
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -35795,6 +35895,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
35795
35895
|
uuid: z.ZodString;
|
|
35796
35896
|
id: z.ZodOptional<z.ZodString>;
|
|
35797
35897
|
version: z.ZodOptional<z.ZodString>;
|
|
35898
|
+
description: z.ZodOptional<z.ZodString>;
|
|
35798
35899
|
rule1: z.ZodOptional<z.ZodObject<{
|
|
35799
35900
|
action: z.ZodOptional<z.ZodString>;
|
|
35800
35901
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -35817,6 +35918,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
35817
35918
|
uuid: z.ZodString;
|
|
35818
35919
|
id: z.ZodOptional<z.ZodString>;
|
|
35819
35920
|
version: z.ZodOptional<z.ZodString>;
|
|
35921
|
+
description: z.ZodOptional<z.ZodString>;
|
|
35820
35922
|
rule1: z.ZodOptional<z.ZodObject<{
|
|
35821
35923
|
action: z.ZodOptional<z.ZodString>;
|
|
35822
35924
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -36202,6 +36304,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
36202
36304
|
revision: z.ZodNumber;
|
|
36203
36305
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
36204
36306
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
36307
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
36205
36308
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
36206
36309
|
name: z.ZodString;
|
|
36207
36310
|
action: z.ZodString;
|
|
@@ -36251,6 +36354,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
36251
36354
|
revision: z.ZodNumber;
|
|
36252
36355
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
36253
36356
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
36357
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
36254
36358
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
36255
36359
|
name: z.ZodString;
|
|
36256
36360
|
action: z.ZodString;
|
|
@@ -36300,6 +36404,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
36300
36404
|
revision: z.ZodNumber;
|
|
36301
36405
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
36302
36406
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
36407
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
36303
36408
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
36304
36409
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
36305
36410
|
name: z.ZodString;
|
|
@@ -36674,6 +36779,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
36674
36779
|
revision: z.ZodNumber;
|
|
36675
36780
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
36676
36781
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
36782
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
36677
36783
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
36678
36784
|
name: z.ZodString;
|
|
36679
36785
|
action: z.ZodString;
|
|
@@ -36723,6 +36829,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
36723
36829
|
revision: z.ZodNumber;
|
|
36724
36830
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
36725
36831
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
36832
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
36726
36833
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
36727
36834
|
name: z.ZodString;
|
|
36728
36835
|
action: z.ZodString;
|
|
@@ -36772,6 +36879,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
36772
36879
|
revision: z.ZodNumber;
|
|
36773
36880
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
36774
36881
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
36882
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
36775
36883
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
36776
36884
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
36777
36885
|
name: z.ZodString;
|
|
@@ -37146,6 +37254,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
37146
37254
|
revision: z.ZodNumber;
|
|
37147
37255
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
37148
37256
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
37257
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
37149
37258
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
37150
37259
|
name: z.ZodString;
|
|
37151
37260
|
action: z.ZodString;
|
|
@@ -37195,6 +37304,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
37195
37304
|
revision: z.ZodNumber;
|
|
37196
37305
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
37197
37306
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
37307
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
37198
37308
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
37199
37309
|
name: z.ZodString;
|
|
37200
37310
|
action: z.ZodString;
|
|
@@ -37244,6 +37354,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
37244
37354
|
revision: z.ZodNumber;
|
|
37245
37355
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
37246
37356
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
37357
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
37247
37358
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
37248
37359
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
37249
37360
|
name: z.ZodString;
|
|
@@ -37622,6 +37733,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
37622
37733
|
revision: z.ZodNumber;
|
|
37623
37734
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
37624
37735
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
37736
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
37625
37737
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
37626
37738
|
name: z.ZodString;
|
|
37627
37739
|
action: z.ZodString;
|
|
@@ -37671,6 +37783,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
37671
37783
|
revision: z.ZodNumber;
|
|
37672
37784
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
37673
37785
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
37786
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
37674
37787
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
37675
37788
|
name: z.ZodString;
|
|
37676
37789
|
action: z.ZodString;
|
|
@@ -37720,6 +37833,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
37720
37833
|
revision: z.ZodNumber;
|
|
37721
37834
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
37722
37835
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
37836
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
37723
37837
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
37724
37838
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
37725
37839
|
name: z.ZodString;
|
|
@@ -38094,6 +38208,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
38094
38208
|
revision: z.ZodNumber;
|
|
38095
38209
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
38096
38210
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
38211
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
38097
38212
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
38098
38213
|
name: z.ZodString;
|
|
38099
38214
|
action: z.ZodString;
|
|
@@ -38143,6 +38258,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
38143
38258
|
revision: z.ZodNumber;
|
|
38144
38259
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
38145
38260
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
38261
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
38146
38262
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
38147
38263
|
name: z.ZodString;
|
|
38148
38264
|
action: z.ZodString;
|
|
@@ -38192,6 +38308,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
38192
38308
|
revision: z.ZodNumber;
|
|
38193
38309
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
38194
38310
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
38311
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
38195
38312
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
38196
38313
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
38197
38314
|
name: z.ZodString;
|
|
@@ -38566,6 +38683,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
38566
38683
|
revision: z.ZodNumber;
|
|
38567
38684
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
38568
38685
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
38686
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
38569
38687
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
38570
38688
|
name: z.ZodString;
|
|
38571
38689
|
action: z.ZodString;
|
|
@@ -38615,6 +38733,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
38615
38733
|
revision: z.ZodNumber;
|
|
38616
38734
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
38617
38735
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
38736
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
38618
38737
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
38619
38738
|
name: z.ZodString;
|
|
38620
38739
|
action: z.ZodString;
|
|
@@ -38664,6 +38783,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
38664
38783
|
revision: z.ZodNumber;
|
|
38665
38784
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
38666
38785
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
38786
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
38667
38787
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
38668
38788
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
38669
38789
|
name: z.ZodString;
|
|
@@ -39042,6 +39162,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
39042
39162
|
revision: z.ZodNumber;
|
|
39043
39163
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
39044
39164
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
39165
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
39045
39166
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
39046
39167
|
name: z.ZodString;
|
|
39047
39168
|
action: z.ZodString;
|
|
@@ -39091,6 +39212,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
39091
39212
|
revision: z.ZodNumber;
|
|
39092
39213
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
39093
39214
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
39215
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
39094
39216
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
39095
39217
|
name: z.ZodString;
|
|
39096
39218
|
action: z.ZodString;
|
|
@@ -39140,6 +39262,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
39140
39262
|
revision: z.ZodNumber;
|
|
39141
39263
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
39142
39264
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
39265
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
39143
39266
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
39144
39267
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
39145
39268
|
name: z.ZodString;
|
|
@@ -39514,6 +39637,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
39514
39637
|
revision: z.ZodNumber;
|
|
39515
39638
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
39516
39639
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
39640
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
39517
39641
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
39518
39642
|
name: z.ZodString;
|
|
39519
39643
|
action: z.ZodString;
|
|
@@ -39563,6 +39687,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
39563
39687
|
revision: z.ZodNumber;
|
|
39564
39688
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
39565
39689
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
39690
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
39566
39691
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
39567
39692
|
name: z.ZodString;
|
|
39568
39693
|
action: z.ZodString;
|
|
@@ -39612,6 +39737,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
39612
39737
|
revision: z.ZodNumber;
|
|
39613
39738
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
39614
39739
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
39740
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
39615
39741
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
39616
39742
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
39617
39743
|
name: z.ZodString;
|
|
@@ -39986,6 +40112,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
39986
40112
|
revision: z.ZodNumber;
|
|
39987
40113
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
39988
40114
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
40115
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
39989
40116
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
39990
40117
|
name: z.ZodString;
|
|
39991
40118
|
action: z.ZodString;
|
|
@@ -40035,6 +40162,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
40035
40162
|
revision: z.ZodNumber;
|
|
40036
40163
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
40037
40164
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
40165
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
40038
40166
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
40039
40167
|
name: z.ZodString;
|
|
40040
40168
|
action: z.ZodString;
|
|
@@ -40084,6 +40212,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
40084
40212
|
revision: z.ZodNumber;
|
|
40085
40213
|
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
40086
40214
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
40215
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
40087
40216
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
40088
40217
|
'agent-protection': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
40089
40218
|
name: z.ZodString;
|
|
@@ -40102,6 +40231,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
40102
40231
|
uuid: z.ZodString;
|
|
40103
40232
|
id: z.ZodOptional<z.ZodString>;
|
|
40104
40233
|
version: z.ZodOptional<z.ZodString>;
|
|
40234
|
+
description: z.ZodOptional<z.ZodString>;
|
|
40105
40235
|
rule1: z.ZodOptional<z.ZodObject<{
|
|
40106
40236
|
action: z.ZodOptional<z.ZodString>;
|
|
40107
40237
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -40124,6 +40254,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
40124
40254
|
uuid: z.ZodString;
|
|
40125
40255
|
id: z.ZodOptional<z.ZodString>;
|
|
40126
40256
|
version: z.ZodOptional<z.ZodString>;
|
|
40257
|
+
description: z.ZodOptional<z.ZodString>;
|
|
40127
40258
|
rule1: z.ZodOptional<z.ZodObject<{
|
|
40128
40259
|
action: z.ZodOptional<z.ZodString>;
|
|
40129
40260
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -40146,6 +40277,7 @@ declare const PolicySchema: z.ZodObject<{
|
|
|
40146
40277
|
uuid: z.ZodString;
|
|
40147
40278
|
id: z.ZodOptional<z.ZodString>;
|
|
40148
40279
|
version: z.ZodOptional<z.ZodString>;
|
|
40280
|
+
description: z.ZodOptional<z.ZodString>;
|
|
40149
40281
|
rule1: z.ZodOptional<z.ZodObject<{
|
|
40150
40282
|
action: z.ZodOptional<z.ZodString>;
|
|
40151
40283
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -40171,6 +40303,8 @@ type Policy = z.infer<typeof PolicySchema>;
|
|
|
40171
40303
|
interface SecurityProfile {
|
|
40172
40304
|
profile_id?: string;
|
|
40173
40305
|
profile_name: string;
|
|
40306
|
+
csp_id?: string;
|
|
40307
|
+
tsg_id?: string;
|
|
40174
40308
|
revision?: number;
|
|
40175
40309
|
active?: boolean;
|
|
40176
40310
|
policy?: Policy;
|
|
@@ -40185,6 +40319,8 @@ declare const SecurityProfileSchema: z.ZodType<SecurityProfile>;
|
|
|
40185
40319
|
interface CreateSecurityProfileRequest {
|
|
40186
40320
|
profile_id?: string;
|
|
40187
40321
|
profile_name: string;
|
|
40322
|
+
csp_id?: string;
|
|
40323
|
+
tsg_id?: string;
|
|
40188
40324
|
revision?: number;
|
|
40189
40325
|
active?: boolean;
|
|
40190
40326
|
policy?: Policy;
|
|
@@ -67434,8 +67570,8 @@ declare const MAX_NUMBER_OF_BATCH_SCAN_OBJECTS = 5;
|
|
|
67434
67570
|
declare const MAX_CONNECTION_POOL_SIZE = 100;
|
|
67435
67571
|
declare const MAX_NUMBER_OF_RETRIES = 5;
|
|
67436
67572
|
declare const HTTP_FORCE_RETRY_STATUS_CODES: number[];
|
|
67437
|
-
declare const SDK_VERSION = "0.6.
|
|
67438
|
-
declare const USER_AGENT = "PAN-AIRS/0.6.
|
|
67573
|
+
declare const SDK_VERSION = "0.6.11";
|
|
67574
|
+
declare const USER_AGENT = "PAN-AIRS/0.6.11-typescript-sdk";
|
|
67439
67575
|
declare const DEFAULT_MGMT_ENDPOINT = "https://api.sase.paloaltonetworks.com/aisec";
|
|
67440
67576
|
declare const DEFAULT_TOKEN_ENDPOINT = "https://auth.apps.paloaltonetworks.com/oauth2/access_token";
|
|
67441
67577
|
declare const MGMT_CLIENT_ID = "PANW_MGMT_CLIENT_ID";
|