@treeseed/sdk 0.13.0-rc.96 → 0.13.0-rc.98
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/.treeseed-build-complete.json +1 -1
- package/dist/capacity-provider/environment-catalog.d.ts +84 -84
- package/dist/development/schemas.d.ts +206 -37
- package/dist/development/schemas.js +10 -10
- package/dist/development/session-migration.d.ts +3 -0
- package/dist/development/session-migration.js +25 -0
- package/dist/operator-contracts/canonical-command-tree.js +11 -7
- package/dist/operator-contracts/catalog/knowledge-share-operations.d.ts +4 -4
- package/dist/operator-contracts/catalog/treeai-operations.d.ts +3 -4
- package/dist/operator-contracts/catalog/treeai-operations.js +3 -4
- package/dist/operator-contracts/control-plane-operations.d.ts +4 -4
- package/dist/operator-contracts/knowledge/contracts.d.ts +4 -4
- package/dist/treeai/client.d.ts +0 -120
- package/dist/treeai/contract.d.ts +11 -12
- package/dist/treeai/contract.js +4 -4
- package/dist/treeai/generated/upstream.d.ts +0 -120
- package/dist/treeai/generated/upstream.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"completedAt":"2026-09-
|
|
1
|
+
{"completedAt":"2026-09-07T16:59:35.411Z"}
|
|
@@ -147,13 +147,6 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
147
147
|
architectures: ("amd64" | "arm64")[];
|
|
148
148
|
operatingSystem: "linux";
|
|
149
149
|
};
|
|
150
|
-
qualification: {
|
|
151
|
-
status: "passed";
|
|
152
|
-
completedAt: string;
|
|
153
|
-
evidenceDigest: string;
|
|
154
|
-
suiteId: string;
|
|
155
|
-
suiteVersion: string;
|
|
156
|
-
};
|
|
157
150
|
contract: {
|
|
158
151
|
id: string;
|
|
159
152
|
version: string;
|
|
@@ -165,6 +158,13 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
165
158
|
imageDigest: string;
|
|
166
159
|
entryId: string;
|
|
167
160
|
}[] | null;
|
|
161
|
+
qualification: {
|
|
162
|
+
status: "passed";
|
|
163
|
+
completedAt: string;
|
|
164
|
+
evidenceDigest: string;
|
|
165
|
+
suiteId: string;
|
|
166
|
+
suiteVersion: string;
|
|
167
|
+
};
|
|
168
168
|
}, {
|
|
169
169
|
status: "revoked" | "active" | "deprecated";
|
|
170
170
|
kind: "base" | "extension";
|
|
@@ -188,13 +188,6 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
188
188
|
architectures: ("amd64" | "arm64")[];
|
|
189
189
|
operatingSystem: "linux";
|
|
190
190
|
};
|
|
191
|
-
qualification: {
|
|
192
|
-
status: "passed";
|
|
193
|
-
completedAt: string;
|
|
194
|
-
evidenceDigest: string;
|
|
195
|
-
suiteId: string;
|
|
196
|
-
suiteVersion: string;
|
|
197
|
-
};
|
|
198
191
|
contract: {
|
|
199
192
|
id: string;
|
|
200
193
|
version: string;
|
|
@@ -206,6 +199,13 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
206
199
|
imageDigest: string;
|
|
207
200
|
entryId: string;
|
|
208
201
|
}[] | null;
|
|
202
|
+
qualification: {
|
|
203
|
+
status: "passed";
|
|
204
|
+
completedAt: string;
|
|
205
|
+
evidenceDigest: string;
|
|
206
|
+
suiteId: string;
|
|
207
|
+
suiteVersion: string;
|
|
208
|
+
};
|
|
209
209
|
}>, {
|
|
210
210
|
status: "revoked" | "active" | "deprecated";
|
|
211
211
|
kind: "base" | "extension";
|
|
@@ -229,13 +229,6 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
229
229
|
architectures: ("amd64" | "arm64")[];
|
|
230
230
|
operatingSystem: "linux";
|
|
231
231
|
};
|
|
232
|
-
qualification: {
|
|
233
|
-
status: "passed";
|
|
234
|
-
completedAt: string;
|
|
235
|
-
evidenceDigest: string;
|
|
236
|
-
suiteId: string;
|
|
237
|
-
suiteVersion: string;
|
|
238
|
-
};
|
|
239
232
|
contract: {
|
|
240
233
|
id: string;
|
|
241
234
|
version: string;
|
|
@@ -247,6 +240,13 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
247
240
|
imageDigest: string;
|
|
248
241
|
entryId: string;
|
|
249
242
|
}[] | null;
|
|
243
|
+
qualification: {
|
|
244
|
+
status: "passed";
|
|
245
|
+
completedAt: string;
|
|
246
|
+
evidenceDigest: string;
|
|
247
|
+
suiteId: string;
|
|
248
|
+
suiteVersion: string;
|
|
249
|
+
};
|
|
250
250
|
}, {
|
|
251
251
|
status: "revoked" | "active" | "deprecated";
|
|
252
252
|
kind: "base" | "extension";
|
|
@@ -270,13 +270,6 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
270
270
|
architectures: ("amd64" | "arm64")[];
|
|
271
271
|
operatingSystem: "linux";
|
|
272
272
|
};
|
|
273
|
-
qualification: {
|
|
274
|
-
status: "passed";
|
|
275
|
-
completedAt: string;
|
|
276
|
-
evidenceDigest: string;
|
|
277
|
-
suiteId: string;
|
|
278
|
-
suiteVersion: string;
|
|
279
|
-
};
|
|
280
273
|
contract: {
|
|
281
274
|
id: string;
|
|
282
275
|
version: string;
|
|
@@ -288,6 +281,13 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
288
281
|
imageDigest: string;
|
|
289
282
|
entryId: string;
|
|
290
283
|
}[] | null;
|
|
284
|
+
qualification: {
|
|
285
|
+
status: "passed";
|
|
286
|
+
completedAt: string;
|
|
287
|
+
evidenceDigest: string;
|
|
288
|
+
suiteId: string;
|
|
289
|
+
suiteVersion: string;
|
|
290
|
+
};
|
|
291
291
|
}>;
|
|
292
292
|
export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
293
293
|
schemaVersion: z.ZodLiteral<"treeseed.sandbox-environment-catalog/v1">;
|
|
@@ -432,13 +432,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
432
432
|
architectures: ("amd64" | "arm64")[];
|
|
433
433
|
operatingSystem: "linux";
|
|
434
434
|
};
|
|
435
|
-
qualification: {
|
|
436
|
-
status: "passed";
|
|
437
|
-
completedAt: string;
|
|
438
|
-
evidenceDigest: string;
|
|
439
|
-
suiteId: string;
|
|
440
|
-
suiteVersion: string;
|
|
441
|
-
};
|
|
442
435
|
contract: {
|
|
443
436
|
id: string;
|
|
444
437
|
version: string;
|
|
@@ -450,6 +443,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
450
443
|
imageDigest: string;
|
|
451
444
|
entryId: string;
|
|
452
445
|
}[] | null;
|
|
446
|
+
qualification: {
|
|
447
|
+
status: "passed";
|
|
448
|
+
completedAt: string;
|
|
449
|
+
evidenceDigest: string;
|
|
450
|
+
suiteId: string;
|
|
451
|
+
suiteVersion: string;
|
|
452
|
+
};
|
|
453
453
|
}, {
|
|
454
454
|
status: "revoked" | "active" | "deprecated";
|
|
455
455
|
kind: "base" | "extension";
|
|
@@ -473,13 +473,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
473
473
|
architectures: ("amd64" | "arm64")[];
|
|
474
474
|
operatingSystem: "linux";
|
|
475
475
|
};
|
|
476
|
-
qualification: {
|
|
477
|
-
status: "passed";
|
|
478
|
-
completedAt: string;
|
|
479
|
-
evidenceDigest: string;
|
|
480
|
-
suiteId: string;
|
|
481
|
-
suiteVersion: string;
|
|
482
|
-
};
|
|
483
476
|
contract: {
|
|
484
477
|
id: string;
|
|
485
478
|
version: string;
|
|
@@ -491,6 +484,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
491
484
|
imageDigest: string;
|
|
492
485
|
entryId: string;
|
|
493
486
|
}[] | null;
|
|
487
|
+
qualification: {
|
|
488
|
+
status: "passed";
|
|
489
|
+
completedAt: string;
|
|
490
|
+
evidenceDigest: string;
|
|
491
|
+
suiteId: string;
|
|
492
|
+
suiteVersion: string;
|
|
493
|
+
};
|
|
494
494
|
}>, {
|
|
495
495
|
status: "revoked" | "active" | "deprecated";
|
|
496
496
|
kind: "base" | "extension";
|
|
@@ -514,13 +514,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
514
514
|
architectures: ("amd64" | "arm64")[];
|
|
515
515
|
operatingSystem: "linux";
|
|
516
516
|
};
|
|
517
|
-
qualification: {
|
|
518
|
-
status: "passed";
|
|
519
|
-
completedAt: string;
|
|
520
|
-
evidenceDigest: string;
|
|
521
|
-
suiteId: string;
|
|
522
|
-
suiteVersion: string;
|
|
523
|
-
};
|
|
524
517
|
contract: {
|
|
525
518
|
id: string;
|
|
526
519
|
version: string;
|
|
@@ -532,6 +525,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
532
525
|
imageDigest: string;
|
|
533
526
|
entryId: string;
|
|
534
527
|
}[] | null;
|
|
528
|
+
qualification: {
|
|
529
|
+
status: "passed";
|
|
530
|
+
completedAt: string;
|
|
531
|
+
evidenceDigest: string;
|
|
532
|
+
suiteId: string;
|
|
533
|
+
suiteVersion: string;
|
|
534
|
+
};
|
|
535
535
|
}, {
|
|
536
536
|
status: "revoked" | "active" | "deprecated";
|
|
537
537
|
kind: "base" | "extension";
|
|
@@ -555,13 +555,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
555
555
|
architectures: ("amd64" | "arm64")[];
|
|
556
556
|
operatingSystem: "linux";
|
|
557
557
|
};
|
|
558
|
-
qualification: {
|
|
559
|
-
status: "passed";
|
|
560
|
-
completedAt: string;
|
|
561
|
-
evidenceDigest: string;
|
|
562
|
-
suiteId: string;
|
|
563
|
-
suiteVersion: string;
|
|
564
|
-
};
|
|
565
558
|
contract: {
|
|
566
559
|
id: string;
|
|
567
560
|
version: string;
|
|
@@ -573,6 +566,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
573
566
|
imageDigest: string;
|
|
574
567
|
entryId: string;
|
|
575
568
|
}[] | null;
|
|
569
|
+
qualification: {
|
|
570
|
+
status: "passed";
|
|
571
|
+
completedAt: string;
|
|
572
|
+
evidenceDigest: string;
|
|
573
|
+
suiteId: string;
|
|
574
|
+
suiteVersion: string;
|
|
575
|
+
};
|
|
576
576
|
}>, "many">;
|
|
577
577
|
createdAt: z.ZodString;
|
|
578
578
|
signature: z.ZodObject<{
|
|
@@ -612,13 +612,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
612
612
|
architectures: ("amd64" | "arm64")[];
|
|
613
613
|
operatingSystem: "linux";
|
|
614
614
|
};
|
|
615
|
-
qualification: {
|
|
616
|
-
status: "passed";
|
|
617
|
-
completedAt: string;
|
|
618
|
-
evidenceDigest: string;
|
|
619
|
-
suiteId: string;
|
|
620
|
-
suiteVersion: string;
|
|
621
|
-
};
|
|
622
615
|
contract: {
|
|
623
616
|
id: string;
|
|
624
617
|
version: string;
|
|
@@ -630,6 +623,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
630
623
|
imageDigest: string;
|
|
631
624
|
entryId: string;
|
|
632
625
|
}[] | null;
|
|
626
|
+
qualification: {
|
|
627
|
+
status: "passed";
|
|
628
|
+
completedAt: string;
|
|
629
|
+
evidenceDigest: string;
|
|
630
|
+
suiteId: string;
|
|
631
|
+
suiteVersion: string;
|
|
632
|
+
};
|
|
633
633
|
}[];
|
|
634
634
|
schemaVersion: "treeseed.sandbox-environment-catalog/v1";
|
|
635
635
|
createdAt: string;
|
|
@@ -667,13 +667,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
667
667
|
architectures: ("amd64" | "arm64")[];
|
|
668
668
|
operatingSystem: "linux";
|
|
669
669
|
};
|
|
670
|
-
qualification: {
|
|
671
|
-
status: "passed";
|
|
672
|
-
completedAt: string;
|
|
673
|
-
evidenceDigest: string;
|
|
674
|
-
suiteId: string;
|
|
675
|
-
suiteVersion: string;
|
|
676
|
-
};
|
|
677
670
|
contract: {
|
|
678
671
|
id: string;
|
|
679
672
|
version: string;
|
|
@@ -685,6 +678,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
685
678
|
imageDigest: string;
|
|
686
679
|
entryId: string;
|
|
687
680
|
}[] | null;
|
|
681
|
+
qualification: {
|
|
682
|
+
status: "passed";
|
|
683
|
+
completedAt: string;
|
|
684
|
+
evidenceDigest: string;
|
|
685
|
+
suiteId: string;
|
|
686
|
+
suiteVersion: string;
|
|
687
|
+
};
|
|
688
688
|
}[];
|
|
689
689
|
schemaVersion: "treeseed.sandbox-environment-catalog/v1";
|
|
690
690
|
createdAt: string;
|
|
@@ -722,13 +722,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
722
722
|
architectures: ("amd64" | "arm64")[];
|
|
723
723
|
operatingSystem: "linux";
|
|
724
724
|
};
|
|
725
|
-
qualification: {
|
|
726
|
-
status: "passed";
|
|
727
|
-
completedAt: string;
|
|
728
|
-
evidenceDigest: string;
|
|
729
|
-
suiteId: string;
|
|
730
|
-
suiteVersion: string;
|
|
731
|
-
};
|
|
732
725
|
contract: {
|
|
733
726
|
id: string;
|
|
734
727
|
version: string;
|
|
@@ -740,6 +733,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
740
733
|
imageDigest: string;
|
|
741
734
|
entryId: string;
|
|
742
735
|
}[] | null;
|
|
736
|
+
qualification: {
|
|
737
|
+
status: "passed";
|
|
738
|
+
completedAt: string;
|
|
739
|
+
evidenceDigest: string;
|
|
740
|
+
suiteId: string;
|
|
741
|
+
suiteVersion: string;
|
|
742
|
+
};
|
|
743
743
|
}[];
|
|
744
744
|
schemaVersion: "treeseed.sandbox-environment-catalog/v1";
|
|
745
745
|
createdAt: string;
|
|
@@ -777,13 +777,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
777
777
|
architectures: ("amd64" | "arm64")[];
|
|
778
778
|
operatingSystem: "linux";
|
|
779
779
|
};
|
|
780
|
-
qualification: {
|
|
781
|
-
status: "passed";
|
|
782
|
-
completedAt: string;
|
|
783
|
-
evidenceDigest: string;
|
|
784
|
-
suiteId: string;
|
|
785
|
-
suiteVersion: string;
|
|
786
|
-
};
|
|
787
780
|
contract: {
|
|
788
781
|
id: string;
|
|
789
782
|
version: string;
|
|
@@ -795,6 +788,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
795
788
|
imageDigest: string;
|
|
796
789
|
entryId: string;
|
|
797
790
|
}[] | null;
|
|
791
|
+
qualification: {
|
|
792
|
+
status: "passed";
|
|
793
|
+
completedAt: string;
|
|
794
|
+
evidenceDigest: string;
|
|
795
|
+
suiteId: string;
|
|
796
|
+
suiteVersion: string;
|
|
797
|
+
};
|
|
798
798
|
}[];
|
|
799
799
|
schemaVersion: "treeseed.sandbox-environment-catalog/v1";
|
|
800
800
|
createdAt: string;
|