@vorionsys/atsf-core 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/basis/parser.js +2 -2
- package/dist/basis/parser.js.map +1 -1
- package/dist/paramesphere/gpu-svd.d.ts +102 -0
- package/dist/paramesphere/gpu-svd.d.ts.map +1 -0
- package/dist/paramesphere/gpu-svd.js +668 -0
- package/dist/paramesphere/gpu-svd.js.map +1 -0
- package/dist/paramesphere/index.d.ts +2 -0
- package/dist/paramesphere/index.d.ts.map +1 -1
- package/dist/paramesphere/index.js +1 -0
- package/dist/paramesphere/index.js.map +1 -1
- package/dist/paramesphere/paramesphere-engine.d.ts +40 -3
- package/dist/paramesphere/paramesphere-engine.d.ts.map +1 -1
- package/dist/paramesphere/paramesphere-engine.js +133 -6
- package/dist/paramesphere/paramesphere-engine.js.map +1 -1
- package/dist/paramesphere/types.d.ts +14 -0
- package/dist/paramesphere/types.d.ts.map +1 -1
- package/dist/paramesphere/types.js.map +1 -1
- package/dist/phase6/types.d.ts +18 -18
- package/package.json +1 -1
package/dist/phase6/types.d.ts
CHANGED
|
@@ -179,13 +179,13 @@ export declare const organizationalContextSchema: z.ZodObject<{
|
|
|
179
179
|
maxTrustTier?: TrustTier;
|
|
180
180
|
deniedDomains?: string[];
|
|
181
181
|
requiredAttestations?: string[];
|
|
182
|
-
dataClassification?: "
|
|
182
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
183
183
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
184
184
|
}, {
|
|
185
185
|
maxTrustTier?: TrustTier;
|
|
186
186
|
deniedDomains?: string[];
|
|
187
187
|
requiredAttestations?: string[];
|
|
188
|
-
dataClassification?: "
|
|
188
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
189
189
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
190
190
|
}>;
|
|
191
191
|
orgHash: z.ZodString;
|
|
@@ -195,7 +195,7 @@ export declare const organizationalContextSchema: z.ZodObject<{
|
|
|
195
195
|
maxTrustTier?: TrustTier;
|
|
196
196
|
deniedDomains?: string[];
|
|
197
197
|
requiredAttestations?: string[];
|
|
198
|
-
dataClassification?: "
|
|
198
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
199
199
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
200
200
|
};
|
|
201
201
|
orgId?: string;
|
|
@@ -217,7 +217,7 @@ export declare const organizationalContextSchema: z.ZodObject<{
|
|
|
217
217
|
maxTrustTier?: TrustTier;
|
|
218
218
|
deniedDomains?: string[];
|
|
219
219
|
requiredAttestations?: string[];
|
|
220
|
-
dataClassification?: "
|
|
220
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
221
221
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
222
222
|
};
|
|
223
223
|
orgId?: string;
|
|
@@ -291,13 +291,13 @@ export declare const agentContextSchema: z.ZodObject<{
|
|
|
291
291
|
maxTrustTier?: TrustTier;
|
|
292
292
|
deniedDomains?: string[];
|
|
293
293
|
requiredAttestations?: string[];
|
|
294
|
-
dataClassification?: "
|
|
294
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
295
295
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
296
296
|
}, {
|
|
297
297
|
maxTrustTier?: TrustTier;
|
|
298
298
|
deniedDomains?: string[];
|
|
299
299
|
requiredAttestations?: string[];
|
|
300
|
-
dataClassification?: "
|
|
300
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
301
301
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
302
302
|
}>;
|
|
303
303
|
orgHash: z.ZodString;
|
|
@@ -307,7 +307,7 @@ export declare const agentContextSchema: z.ZodObject<{
|
|
|
307
307
|
maxTrustTier?: TrustTier;
|
|
308
308
|
deniedDomains?: string[];
|
|
309
309
|
requiredAttestations?: string[];
|
|
310
|
-
dataClassification?: "
|
|
310
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
311
311
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
312
312
|
};
|
|
313
313
|
orgId?: string;
|
|
@@ -329,7 +329,7 @@ export declare const agentContextSchema: z.ZodObject<{
|
|
|
329
329
|
maxTrustTier?: TrustTier;
|
|
330
330
|
deniedDomains?: string[];
|
|
331
331
|
requiredAttestations?: string[];
|
|
332
|
-
dataClassification?: "
|
|
332
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
333
333
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
334
334
|
};
|
|
335
335
|
orgId?: string;
|
|
@@ -359,7 +359,7 @@ export declare const agentContextSchema: z.ZodObject<{
|
|
|
359
359
|
maxTrustTier?: TrustTier;
|
|
360
360
|
deniedDomains?: string[];
|
|
361
361
|
requiredAttestations?: string[];
|
|
362
|
-
dataClassification?: "
|
|
362
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
363
363
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
364
364
|
};
|
|
365
365
|
orgId?: string;
|
|
@@ -388,7 +388,7 @@ export declare const agentContextSchema: z.ZodObject<{
|
|
|
388
388
|
maxTrustTier?: TrustTier;
|
|
389
389
|
deniedDomains?: string[];
|
|
390
390
|
requiredAttestations?: string[];
|
|
391
|
-
dataClassification?: "
|
|
391
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
392
392
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
393
393
|
};
|
|
394
394
|
orgId?: string;
|
|
@@ -469,13 +469,13 @@ export declare const operationContextSchema: z.ZodObject<{
|
|
|
469
469
|
maxTrustTier?: TrustTier;
|
|
470
470
|
deniedDomains?: string[];
|
|
471
471
|
requiredAttestations?: string[];
|
|
472
|
-
dataClassification?: "
|
|
472
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
473
473
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
474
474
|
}, {
|
|
475
475
|
maxTrustTier?: TrustTier;
|
|
476
476
|
deniedDomains?: string[];
|
|
477
477
|
requiredAttestations?: string[];
|
|
478
|
-
dataClassification?: "
|
|
478
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
479
479
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
480
480
|
}>;
|
|
481
481
|
orgHash: z.ZodString;
|
|
@@ -485,7 +485,7 @@ export declare const operationContextSchema: z.ZodObject<{
|
|
|
485
485
|
maxTrustTier?: TrustTier;
|
|
486
486
|
deniedDomains?: string[];
|
|
487
487
|
requiredAttestations?: string[];
|
|
488
|
-
dataClassification?: "
|
|
488
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
489
489
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
490
490
|
};
|
|
491
491
|
orgId?: string;
|
|
@@ -507,7 +507,7 @@ export declare const operationContextSchema: z.ZodObject<{
|
|
|
507
507
|
maxTrustTier?: TrustTier;
|
|
508
508
|
deniedDomains?: string[];
|
|
509
509
|
requiredAttestations?: string[];
|
|
510
|
-
dataClassification?: "
|
|
510
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
511
511
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
512
512
|
};
|
|
513
513
|
orgId?: string;
|
|
@@ -537,7 +537,7 @@ export declare const operationContextSchema: z.ZodObject<{
|
|
|
537
537
|
maxTrustTier?: TrustTier;
|
|
538
538
|
deniedDomains?: string[];
|
|
539
539
|
requiredAttestations?: string[];
|
|
540
|
-
dataClassification?: "
|
|
540
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
541
541
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
542
542
|
};
|
|
543
543
|
orgId?: string;
|
|
@@ -566,7 +566,7 @@ export declare const operationContextSchema: z.ZodObject<{
|
|
|
566
566
|
maxTrustTier?: TrustTier;
|
|
567
567
|
deniedDomains?: string[];
|
|
568
568
|
requiredAttestations?: string[];
|
|
569
|
-
dataClassification?: "
|
|
569
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
570
570
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
571
571
|
};
|
|
572
572
|
orgId?: string;
|
|
@@ -606,7 +606,7 @@ export declare const operationContextSchema: z.ZodObject<{
|
|
|
606
606
|
maxTrustTier?: TrustTier;
|
|
607
607
|
deniedDomains?: string[];
|
|
608
608
|
requiredAttestations?: string[];
|
|
609
|
-
dataClassification?: "
|
|
609
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
610
610
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
611
611
|
};
|
|
612
612
|
orgId?: string;
|
|
@@ -643,7 +643,7 @@ export declare const operationContextSchema: z.ZodObject<{
|
|
|
643
643
|
maxTrustTier?: TrustTier;
|
|
644
644
|
deniedDomains?: string[];
|
|
645
645
|
requiredAttestations?: string[];
|
|
646
|
-
dataClassification?: "
|
|
646
|
+
dataClassification?: "public" | "internal" | "confidential" | "restricted";
|
|
647
647
|
auditLevel?: "minimal" | "standard" | "comprehensive" | "forensic";
|
|
648
648
|
};
|
|
649
649
|
orgId?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vorionsys/atsf-core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Agentic Trust Scoring Framework - Core runtime for AI agent governance, trust scoring (8-tier T0-T7 model), and policy enforcement",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|