@treeseed/sdk 0.13.0-rc.51 → 0.13.0-rc.52

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.
@@ -359,8 +359,8 @@ export declare const assignmentStatusContentSchema: z.ZodEffects<z.ZodObject<{
359
359
  title: string;
360
360
  sequence: number;
361
361
  phase: string;
362
- description?: string | undefined;
363
362
  reason?: string | undefined;
363
+ description?: string | undefined;
364
364
  assignmentId?: string | undefined;
365
365
  updatedAt?: Date | undefined;
366
366
  workdayId?: string | undefined;
@@ -378,8 +378,8 @@ export declare const assignmentStatusContentSchema: z.ZodEffects<z.ZodObject<{
378
378
  title: string;
379
379
  sequence: number;
380
380
  phase: string;
381
- description?: string | undefined;
382
381
  reason?: string | undefined;
382
+ description?: string | undefined;
383
383
  assignmentId?: string | undefined;
384
384
  updatedAt?: Date | undefined;
385
385
  workdayId?: string | undefined;
@@ -397,8 +397,8 @@ export declare const assignmentStatusContentSchema: z.ZodEffects<z.ZodObject<{
397
397
  title: string;
398
398
  sequence: number;
399
399
  phase: string;
400
- description?: string | undefined;
401
400
  reason?: string | undefined;
401
+ description?: string | undefined;
402
402
  assignmentId?: string | undefined;
403
403
  updatedAt?: Date | undefined;
404
404
  workdayId?: string | undefined;
@@ -416,8 +416,8 @@ export declare const assignmentStatusContentSchema: z.ZodEffects<z.ZodObject<{
416
416
  title: string;
417
417
  sequence: number;
418
418
  phase: string;
419
- description?: string | undefined;
420
419
  reason?: string | undefined;
420
+ description?: string | undefined;
421
421
  assignmentId?: string | undefined;
422
422
  updatedAt?: Date | undefined;
423
423
  workdayId?: string | undefined;
@@ -1029,8 +1029,8 @@ export declare const agentOperationalContentSchemas: {
1029
1029
  title: string;
1030
1030
  sequence: number;
1031
1031
  phase: string;
1032
- description?: string | undefined;
1033
1032
  reason?: string | undefined;
1033
+ description?: string | undefined;
1034
1034
  assignmentId?: string | undefined;
1035
1035
  updatedAt?: Date | undefined;
1036
1036
  workdayId?: string | undefined;
@@ -1048,8 +1048,8 @@ export declare const agentOperationalContentSchemas: {
1048
1048
  title: string;
1049
1049
  sequence: number;
1050
1050
  phase: string;
1051
- description?: string | undefined;
1052
1051
  reason?: string | undefined;
1052
+ description?: string | undefined;
1053
1053
  assignmentId?: string | undefined;
1054
1054
  updatedAt?: Date | undefined;
1055
1055
  workdayId?: string | undefined;
@@ -1067,8 +1067,8 @@ export declare const agentOperationalContentSchemas: {
1067
1067
  title: string;
1068
1068
  sequence: number;
1069
1069
  phase: string;
1070
- description?: string | undefined;
1071
1070
  reason?: string | undefined;
1071
+ description?: string | undefined;
1072
1072
  assignmentId?: string | undefined;
1073
1073
  updatedAt?: Date | undefined;
1074
1074
  workdayId?: string | undefined;
@@ -1086,8 +1086,8 @@ export declare const agentOperationalContentSchemas: {
1086
1086
  title: string;
1087
1087
  sequence: number;
1088
1088
  phase: string;
1089
- description?: string | undefined;
1090
1089
  reason?: string | undefined;
1090
+ description?: string | undefined;
1091
1091
  assignmentId?: string | undefined;
1092
1092
  updatedAt?: Date | undefined;
1093
1093
  workdayId?: string | undefined;
@@ -77,10 +77,10 @@ export declare const workdayContentSchema: z.ZodObject<{
77
77
  createdAt?: Date | undefined;
78
78
  state?: string | undefined;
79
79
  completedAt?: Date | undefined;
80
+ idempotencyKey?: string | undefined;
80
81
  startedAt?: Date | undefined;
81
82
  priority?: number | undefined;
82
83
  agentId?: string | undefined;
83
- idempotencyKey?: string | undefined;
84
84
  lastErrorCode?: string | null | undefined;
85
85
  lastErrorMessage?: string | null | undefined;
86
86
  lastEventKind?: string | null | undefined;
@@ -91,10 +91,10 @@ export declare const workdayContentSchema: z.ZodObject<{
91
91
  createdAt?: Date | undefined;
92
92
  state?: string | undefined;
93
93
  completedAt?: Date | undefined;
94
+ idempotencyKey?: string | undefined;
94
95
  startedAt?: Date | undefined;
95
96
  priority?: number | undefined;
96
97
  agentId?: string | undefined;
97
- idempotencyKey?: string | undefined;
98
98
  lastErrorCode?: string | null | undefined;
99
99
  lastErrorMessage?: string | null | undefined;
100
100
  lastEventKind?: string | null | undefined;
@@ -141,10 +141,10 @@ export declare const workdayContentSchema: z.ZodObject<{
141
141
  environment: string;
142
142
  visibility: "private" | "team" | "public" | "authenticated";
143
143
  projectId: string;
144
+ startedAt: Date;
144
145
  summary: string;
145
146
  slug: string;
146
147
  metadata: Record<string, unknown>;
147
- startedAt: Date;
148
148
  title: string;
149
149
  changedFiles: string[];
150
150
  workDayId: string;
@@ -179,10 +179,10 @@ export declare const workdayContentSchema: z.ZodObject<{
179
179
  createdAt?: Date | undefined;
180
180
  state?: string | undefined;
181
181
  completedAt?: Date | undefined;
182
+ idempotencyKey?: string | undefined;
182
183
  startedAt?: Date | undefined;
183
184
  priority?: number | undefined;
184
185
  agentId?: string | undefined;
185
- idempotencyKey?: string | undefined;
186
186
  lastErrorCode?: string | null | undefined;
187
187
  lastErrorMessage?: string | null | undefined;
188
188
  lastEventKind?: string | null | undefined;
@@ -208,9 +208,9 @@ export declare const workdayContentSchema: z.ZodObject<{
208
208
  }, {
209
209
  environment: string;
210
210
  projectId: string;
211
+ startedAt: Date;
211
212
  summary: string;
212
213
  slug: string;
213
- startedAt: Date;
214
214
  title: string;
215
215
  workDayId: string;
216
216
  reportVersion: string;
@@ -251,10 +251,10 @@ export declare const workdayContentSchema: z.ZodObject<{
251
251
  createdAt?: Date | undefined;
252
252
  state?: string | undefined;
253
253
  completedAt?: Date | undefined;
254
+ idempotencyKey?: string | undefined;
254
255
  startedAt?: Date | undefined;
255
256
  priority?: number | undefined;
256
257
  agentId?: string | undefined;
257
- idempotencyKey?: string | undefined;
258
258
  lastErrorCode?: string | null | undefined;
259
259
  lastErrorMessage?: string | null | undefined;
260
260
  lastEventKind?: string | null | undefined;
@@ -1285,10 +1285,10 @@ export declare const auxiliaryContentSchemas: {
1285
1285
  createdAt?: Date | undefined;
1286
1286
  state?: string | undefined;
1287
1287
  completedAt?: Date | undefined;
1288
+ idempotencyKey?: string | undefined;
1288
1289
  startedAt?: Date | undefined;
1289
1290
  priority?: number | undefined;
1290
1291
  agentId?: string | undefined;
1291
- idempotencyKey?: string | undefined;
1292
1292
  lastErrorCode?: string | null | undefined;
1293
1293
  lastErrorMessage?: string | null | undefined;
1294
1294
  lastEventKind?: string | null | undefined;
@@ -1299,10 +1299,10 @@ export declare const auxiliaryContentSchemas: {
1299
1299
  createdAt?: Date | undefined;
1300
1300
  state?: string | undefined;
1301
1301
  completedAt?: Date | undefined;
1302
+ idempotencyKey?: string | undefined;
1302
1303
  startedAt?: Date | undefined;
1303
1304
  priority?: number | undefined;
1304
1305
  agentId?: string | undefined;
1305
- idempotencyKey?: string | undefined;
1306
1306
  lastErrorCode?: string | null | undefined;
1307
1307
  lastErrorMessage?: string | null | undefined;
1308
1308
  lastEventKind?: string | null | undefined;
@@ -1349,10 +1349,10 @@ export declare const auxiliaryContentSchemas: {
1349
1349
  environment: string;
1350
1350
  visibility: "private" | "team" | "public" | "authenticated";
1351
1351
  projectId: string;
1352
+ startedAt: Date;
1352
1353
  summary: string;
1353
1354
  slug: string;
1354
1355
  metadata: Record<string, unknown>;
1355
- startedAt: Date;
1356
1356
  title: string;
1357
1357
  changedFiles: string[];
1358
1358
  workDayId: string;
@@ -1387,10 +1387,10 @@ export declare const auxiliaryContentSchemas: {
1387
1387
  createdAt?: Date | undefined;
1388
1388
  state?: string | undefined;
1389
1389
  completedAt?: Date | undefined;
1390
+ idempotencyKey?: string | undefined;
1390
1391
  startedAt?: Date | undefined;
1391
1392
  priority?: number | undefined;
1392
1393
  agentId?: string | undefined;
1393
- idempotencyKey?: string | undefined;
1394
1394
  lastErrorCode?: string | null | undefined;
1395
1395
  lastErrorMessage?: string | null | undefined;
1396
1396
  lastEventKind?: string | null | undefined;
@@ -1416,9 +1416,9 @@ export declare const auxiliaryContentSchemas: {
1416
1416
  }, {
1417
1417
  environment: string;
1418
1418
  projectId: string;
1419
+ startedAt: Date;
1419
1420
  summary: string;
1420
1421
  slug: string;
1421
- startedAt: Date;
1422
1422
  title: string;
1423
1423
  workDayId: string;
1424
1424
  reportVersion: string;
@@ -1459,10 +1459,10 @@ export declare const auxiliaryContentSchemas: {
1459
1459
  createdAt?: Date | undefined;
1460
1460
  state?: string | undefined;
1461
1461
  completedAt?: Date | undefined;
1462
+ idempotencyKey?: string | undefined;
1462
1463
  startedAt?: Date | undefined;
1463
1464
  priority?: number | undefined;
1464
1465
  agentId?: string | undefined;
1465
- idempotencyKey?: string | undefined;
1466
1466
  lastErrorCode?: string | null | undefined;
1467
1467
  lastErrorMessage?: string | null | undefined;
1468
1468
  lastEventKind?: string | null | undefined;
@@ -362,8 +362,8 @@ declare const schemas: {
362
362
  title: string;
363
363
  sequence: number;
364
364
  phase: string;
365
- description?: string | undefined;
366
365
  reason?: string | undefined;
366
+ description?: string | undefined;
367
367
  assignmentId?: string | undefined;
368
368
  updatedAt?: Date | undefined;
369
369
  workdayId?: string | undefined;
@@ -381,8 +381,8 @@ declare const schemas: {
381
381
  title: string;
382
382
  sequence: number;
383
383
  phase: string;
384
- description?: string | undefined;
385
384
  reason?: string | undefined;
385
+ description?: string | undefined;
386
386
  assignmentId?: string | undefined;
387
387
  updatedAt?: Date | undefined;
388
388
  workdayId?: string | undefined;
@@ -400,8 +400,8 @@ declare const schemas: {
400
400
  title: string;
401
401
  sequence: number;
402
402
  phase: string;
403
- description?: string | undefined;
404
403
  reason?: string | undefined;
404
+ description?: string | undefined;
405
405
  assignmentId?: string | undefined;
406
406
  updatedAt?: Date | undefined;
407
407
  workdayId?: string | undefined;
@@ -419,8 +419,8 @@ declare const schemas: {
419
419
  title: string;
420
420
  sequence: number;
421
421
  phase: string;
422
- description?: string | undefined;
423
422
  reason?: string | undefined;
423
+ description?: string | undefined;
424
424
  assignmentId?: string | undefined;
425
425
  updatedAt?: Date | undefined;
426
426
  workdayId?: string | undefined;
@@ -1100,10 +1100,10 @@ declare const schemas: {
1100
1100
  createdAt?: Date | undefined;
1101
1101
  state?: string | undefined;
1102
1102
  completedAt?: Date | undefined;
1103
+ idempotencyKey?: string | undefined;
1103
1104
  startedAt?: Date | undefined;
1104
1105
  priority?: number | undefined;
1105
1106
  agentId?: string | undefined;
1106
- idempotencyKey?: string | undefined;
1107
1107
  lastErrorCode?: string | null | undefined;
1108
1108
  lastErrorMessage?: string | null | undefined;
1109
1109
  lastEventKind?: string | null | undefined;
@@ -1114,10 +1114,10 @@ declare const schemas: {
1114
1114
  createdAt?: Date | undefined;
1115
1115
  state?: string | undefined;
1116
1116
  completedAt?: Date | undefined;
1117
+ idempotencyKey?: string | undefined;
1117
1118
  startedAt?: Date | undefined;
1118
1119
  priority?: number | undefined;
1119
1120
  agentId?: string | undefined;
1120
- idempotencyKey?: string | undefined;
1121
1121
  lastErrorCode?: string | null | undefined;
1122
1122
  lastErrorMessage?: string | null | undefined;
1123
1123
  lastEventKind?: string | null | undefined;
@@ -1164,10 +1164,10 @@ declare const schemas: {
1164
1164
  environment: string;
1165
1165
  visibility: "private" | "team" | "public" | "authenticated";
1166
1166
  projectId: string;
1167
+ startedAt: Date;
1167
1168
  summary: string;
1168
1169
  slug: string;
1169
1170
  metadata: Record<string, unknown>;
1170
- startedAt: Date;
1171
1171
  title: string;
1172
1172
  changedFiles: string[];
1173
1173
  workDayId: string;
@@ -1202,10 +1202,10 @@ declare const schemas: {
1202
1202
  createdAt?: Date | undefined;
1203
1203
  state?: string | undefined;
1204
1204
  completedAt?: Date | undefined;
1205
+ idempotencyKey?: string | undefined;
1205
1206
  startedAt?: Date | undefined;
1206
1207
  priority?: number | undefined;
1207
1208
  agentId?: string | undefined;
1208
- idempotencyKey?: string | undefined;
1209
1209
  lastErrorCode?: string | null | undefined;
1210
1210
  lastErrorMessage?: string | null | undefined;
1211
1211
  lastEventKind?: string | null | undefined;
@@ -1231,9 +1231,9 @@ declare const schemas: {
1231
1231
  }, {
1232
1232
  environment: string;
1233
1233
  projectId: string;
1234
+ startedAt: Date;
1234
1235
  summary: string;
1235
1236
  slug: string;
1236
- startedAt: Date;
1237
1237
  title: string;
1238
1238
  workDayId: string;
1239
1239
  reportVersion: string;
@@ -1274,10 +1274,10 @@ declare const schemas: {
1274
1274
  createdAt?: Date | undefined;
1275
1275
  state?: string | undefined;
1276
1276
  completedAt?: Date | undefined;
1277
+ idempotencyKey?: string | undefined;
1277
1278
  startedAt?: Date | undefined;
1278
1279
  priority?: number | undefined;
1279
1280
  agentId?: string | undefined;
1280
- idempotencyKey?: string | undefined;
1281
1281
  lastErrorCode?: string | null | undefined;
1282
1282
  lastErrorMessage?: string | null | undefined;
1283
1283
  lastEventKind?: string | null | undefined;
@@ -11365,10 +11365,10 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
11365
11365
  environment: string;
11366
11366
  visibility: "private" | "team" | "public" | "authenticated";
11367
11367
  projectId: string;
11368
+ startedAt: Date;
11368
11369
  summary: string;
11369
11370
  slug: string;
11370
11371
  metadata: Record<string, unknown>;
11371
- startedAt: Date;
11372
11372
  title: string;
11373
11373
  changedFiles: string[];
11374
11374
  workDayId: string;
@@ -11403,10 +11403,10 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
11403
11403
  createdAt?: Date | undefined;
11404
11404
  state?: string | undefined;
11405
11405
  completedAt?: Date | undefined;
11406
+ idempotencyKey?: string | undefined;
11406
11407
  startedAt?: Date | undefined;
11407
11408
  priority?: number | undefined;
11408
11409
  agentId?: string | undefined;
11409
- idempotencyKey?: string | undefined;
11410
11410
  lastErrorCode?: string | null | undefined;
11411
11411
  lastErrorMessage?: string | null | undefined;
11412
11412
  lastEventKind?: string | null | undefined;
@@ -11621,8 +11621,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
11621
11621
  title: string;
11622
11622
  sequence: number;
11623
11623
  phase: string;
11624
- description?: string | undefined;
11625
11624
  reason?: string | undefined;
11625
+ description?: string | undefined;
11626
11626
  assignmentId?: string | undefined;
11627
11627
  updatedAt?: Date | undefined;
11628
11628
  workdayId?: string | undefined;
@@ -19601,10 +19601,10 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
19601
19601
  createdAt?: Date | undefined;
19602
19602
  state?: string | undefined;
19603
19603
  completedAt?: Date | undefined;
19604
+ idempotencyKey?: string | undefined;
19604
19605
  startedAt?: Date | undefined;
19605
19606
  priority?: number | undefined;
19606
19607
  agentId?: string | undefined;
19607
- idempotencyKey?: string | undefined;
19608
19608
  lastErrorCode?: string | null | undefined;
19609
19609
  lastErrorMessage?: string | null | undefined;
19610
19610
  lastEventKind?: string | null | undefined;
@@ -19615,10 +19615,10 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
19615
19615
  createdAt?: Date | undefined;
19616
19616
  state?: string | undefined;
19617
19617
  completedAt?: Date | undefined;
19618
+ idempotencyKey?: string | undefined;
19618
19619
  startedAt?: Date | undefined;
19619
19620
  priority?: number | undefined;
19620
19621
  agentId?: string | undefined;
19621
- idempotencyKey?: string | undefined;
19622
19622
  lastErrorCode?: string | null | undefined;
19623
19623
  lastErrorMessage?: string | null | undefined;
19624
19624
  lastEventKind?: string | null | undefined;
@@ -19665,10 +19665,10 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
19665
19665
  environment: string;
19666
19666
  visibility: "private" | "team" | "public" | "authenticated";
19667
19667
  projectId: string;
19668
+ startedAt: Date;
19668
19669
  summary: string;
19669
19670
  slug: string;
19670
19671
  metadata: Record<string, unknown>;
19671
- startedAt: Date;
19672
19672
  title: string;
19673
19673
  changedFiles: string[];
19674
19674
  workDayId: string;
@@ -19703,10 +19703,10 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
19703
19703
  createdAt?: Date | undefined;
19704
19704
  state?: string | undefined;
19705
19705
  completedAt?: Date | undefined;
19706
+ idempotencyKey?: string | undefined;
19706
19707
  startedAt?: Date | undefined;
19707
19708
  priority?: number | undefined;
19708
19709
  agentId?: string | undefined;
19709
- idempotencyKey?: string | undefined;
19710
19710
  lastErrorCode?: string | null | undefined;
19711
19711
  lastErrorMessage?: string | null | undefined;
19712
19712
  lastEventKind?: string | null | undefined;
@@ -19732,9 +19732,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
19732
19732
  }, {
19733
19733
  environment: string;
19734
19734
  projectId: string;
19735
+ startedAt: Date;
19735
19736
  summary: string;
19736
19737
  slug: string;
19737
- startedAt: Date;
19738
19738
  title: string;
19739
19739
  workDayId: string;
19740
19740
  reportVersion: string;
@@ -19775,10 +19775,10 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
19775
19775
  createdAt?: Date | undefined;
19776
19776
  state?: string | undefined;
19777
19777
  completedAt?: Date | undefined;
19778
+ idempotencyKey?: string | undefined;
19778
19779
  startedAt?: Date | undefined;
19779
19780
  priority?: number | undefined;
19780
19781
  agentId?: string | undefined;
19781
- idempotencyKey?: string | undefined;
19782
19782
  lastErrorCode?: string | null | undefined;
19783
19783
  lastErrorMessage?: string | null | undefined;
19784
19784
  lastEventKind?: string | null | undefined;
@@ -20731,8 +20731,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
20731
20731
  title: string;
20732
20732
  sequence: number;
20733
20733
  phase: string;
20734
- description?: string | undefined;
20735
20734
  reason?: string | undefined;
20735
+ description?: string | undefined;
20736
20736
  assignmentId?: string | undefined;
20737
20737
  updatedAt?: Date | undefined;
20738
20738
  workdayId?: string | undefined;
@@ -20750,8 +20750,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
20750
20750
  title: string;
20751
20751
  sequence: number;
20752
20752
  phase: string;
20753
- description?: string | undefined;
20754
20753
  reason?: string | undefined;
20754
+ description?: string | undefined;
20755
20755
  assignmentId?: string | undefined;
20756
20756
  updatedAt?: Date | undefined;
20757
20757
  workdayId?: string | undefined;
@@ -20769,8 +20769,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
20769
20769
  title: string;
20770
20770
  sequence: number;
20771
20771
  phase: string;
20772
- description?: string | undefined;
20773
20772
  reason?: string | undefined;
20773
+ description?: string | undefined;
20774
20774
  assignmentId?: string | undefined;
20775
20775
  updatedAt?: Date | undefined;
20776
20776
  workdayId?: string | undefined;
@@ -20788,8 +20788,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
20788
20788
  title: string;
20789
20789
  sequence: number;
20790
20790
  phase: string;
20791
- description?: string | undefined;
20792
20791
  reason?: string | undefined;
20792
+ description?: string | undefined;
20793
20793
  assignmentId?: string | undefined;
20794
20794
  updatedAt?: Date | undefined;
20795
20795
  workdayId?: string | undefined;
@@ -1547,10 +1547,10 @@ export declare function validatePortableContentData(model: string, value: unknow
1547
1547
  environment: string;
1548
1548
  visibility: "private" | "team" | "public" | "authenticated";
1549
1549
  projectId: string;
1550
+ startedAt: Date;
1550
1551
  summary: string;
1551
1552
  slug: string;
1552
1553
  metadata: Record<string, unknown>;
1553
- startedAt: Date;
1554
1554
  title: string;
1555
1555
  changedFiles: string[];
1556
1556
  workDayId: string;
@@ -1585,10 +1585,10 @@ export declare function validatePortableContentData(model: string, value: unknow
1585
1585
  createdAt?: Date | undefined;
1586
1586
  state?: string | undefined;
1587
1587
  completedAt?: Date | undefined;
1588
+ idempotencyKey?: string | undefined;
1588
1589
  startedAt?: Date | undefined;
1589
1590
  priority?: number | undefined;
1590
1591
  agentId?: string | undefined;
1591
- idempotencyKey?: string | undefined;
1592
1592
  lastErrorCode?: string | null | undefined;
1593
1593
  lastErrorMessage?: string | null | undefined;
1594
1594
  lastEventKind?: string | null | undefined;
@@ -1803,8 +1803,8 @@ export declare function validatePortableContentData(model: string, value: unknow
1803
1803
  title: string;
1804
1804
  sequence: number;
1805
1805
  phase: string;
1806
- description?: string | undefined;
1807
1806
  reason?: string | undefined;
1807
+ description?: string | undefined;
1808
1808
  assignmentId?: string | undefined;
1809
1809
  updatedAt?: Date | undefined;
1810
1810
  workdayId?: string | undefined;