@treeseed/sdk 0.13.0-rc.90 → 0.13.0-rc.91

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.
@@ -1 +1 @@
1
- {"completedAt":"2026-09-05T05:09:06.919Z"}
1
+ {"completedAt":"2026-09-06T03:32:48.306Z"}
@@ -63,12 +63,12 @@ export declare const assignmentContextSourceSchema: z.ZodObject<{
63
63
  metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
64
64
  }, "strict", z.ZodTypeAny, {
65
65
  path: string | null;
66
+ kind: string;
66
67
  id: string;
67
68
  digest: string;
68
69
  required: boolean;
69
70
  projectId: string;
70
71
  teamId: string;
71
- kind: string;
72
72
  reason: string | null;
73
73
  metadata: Record<string, unknown>;
74
74
  measurement: {
@@ -80,12 +80,12 @@ export declare const assignmentContextSourceSchema: z.ZodObject<{
80
80
  disposition: "failed" | "included" | "summarized" | "omitted";
81
81
  }, {
82
82
  path: string | null;
83
+ kind: string;
83
84
  id: string;
84
85
  digest: string;
85
86
  required: boolean;
86
87
  projectId: string;
87
88
  teamId: string;
88
- kind: string;
89
89
  reason: string | null;
90
90
  measurement: {
91
91
  provenance: string;
@@ -184,12 +184,12 @@ export declare const assignmentContextPackSchema: z.ZodObject<{
184
184
  metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
185
185
  }, "strict", z.ZodTypeAny, {
186
186
  path: string | null;
187
+ kind: string;
187
188
  id: string;
188
189
  digest: string;
189
190
  required: boolean;
190
191
  projectId: string;
191
192
  teamId: string;
192
- kind: string;
193
193
  reason: string | null;
194
194
  metadata: Record<string, unknown>;
195
195
  measurement: {
@@ -201,12 +201,12 @@ export declare const assignmentContextPackSchema: z.ZodObject<{
201
201
  disposition: "failed" | "included" | "summarized" | "omitted";
202
202
  }, {
203
203
  path: string | null;
204
+ kind: string;
204
205
  id: string;
205
206
  digest: string;
206
207
  required: boolean;
207
208
  projectId: string;
208
209
  teamId: string;
209
- kind: string;
210
210
  reason: string | null;
211
211
  measurement: {
212
212
  provenance: string;
@@ -222,12 +222,12 @@ export declare const assignmentContextPackSchema: z.ZodObject<{
222
222
  schemaVersion: "treeseed.assignment-context-pack/v1";
223
223
  sources: {
224
224
  path: string | null;
225
+ kind: string;
225
226
  id: string;
226
227
  digest: string;
227
228
  required: boolean;
228
229
  projectId: string;
229
230
  teamId: string;
230
- kind: string;
231
231
  reason: string | null;
232
232
  metadata: Record<string, unknown>;
233
233
  measurement: {
@@ -262,12 +262,12 @@ export declare const assignmentContextPackSchema: z.ZodObject<{
262
262
  schemaVersion: "treeseed.assignment-context-pack/v1";
263
263
  sources: {
264
264
  path: string | null;
265
+ kind: string;
265
266
  id: string;
266
267
  digest: string;
267
268
  required: boolean;
268
269
  projectId: string;
269
270
  teamId: string;
270
- kind: string;
271
271
  reason: string | null;
272
272
  measurement: {
273
273
  provenance: string;