@treeseed/sdk 0.13.0-rc.39 → 0.13.0-rc.40

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.
@@ -345,12 +345,12 @@ export declare const CONTROL_PLANE_OPERATIONS: {
345
345
  projectId: string;
346
346
  }, {}, Record<string, unknown> | undefined, Record<string, unknown>>;
347
347
  readonly updateWorkflow: ControlPlaneOperationBinding<{
348
- operationId: string;
349
348
  projectId: string;
349
+ operationId: string;
350
350
  }, {}, Record<string, unknown> | undefined, Record<string, unknown>>;
351
351
  readonly dispatchWorkflow: ControlPlaneOperationBinding<{
352
- operationId: string;
353
352
  projectId: string;
353
+ operationId: string;
354
354
  }, {}, Record<string, unknown> | undefined, Record<string, unknown>>;
355
355
  readonly workflowRun: ControlPlaneOperationBinding<{
356
356
  runId: string;
@@ -368,23 +368,23 @@ export declare const CONTROL_PLANE_OPERATIONS: {
368
368
  projectId: string;
369
369
  }, {}, Record<string, unknown> | undefined, Record<string, unknown>>;
370
370
  readonly putWorkflowSecret: ControlPlaneOperationBinding<{
371
- name: string;
372
371
  projectId: string;
372
+ name: string;
373
373
  }, {}, Record<string, unknown> | undefined, Record<string, unknown>>;
374
374
  readonly deleteWorkflowSecret: ControlPlaneOperationBinding<{
375
- name: string;
376
375
  projectId: string;
376
+ name: string;
377
377
  }, {}, Record<string, unknown> | undefined, Record<string, unknown>>;
378
378
  readonly workflowVariables: ControlPlaneOperationBinding<{
379
379
  projectId: string;
380
380
  }, {}, Record<string, unknown> | undefined, Record<string, unknown>>;
381
381
  readonly putWorkflowVariable: ControlPlaneOperationBinding<{
382
- name: string;
383
382
  projectId: string;
383
+ name: string;
384
384
  }, {}, Record<string, unknown> | undefined, Record<string, unknown>>;
385
385
  readonly deleteWorkflowVariable: ControlPlaneOperationBinding<{
386
- name: string;
387
386
  projectId: string;
387
+ name: string;
388
388
  }, {}, Record<string, unknown> | undefined, Record<string, unknown>>;
389
389
  };
390
390
  readonly services: {
@@ -470,40 +470,12 @@ export declare const CONTROL_PLANE_OPERATIONS: {
470
470
  timeoutSeconds?: number | undefined;
471
471
  recipients?: string[] | undefined;
472
472
  }, {
473
- status: "partial" | "failed" | "complete" | "running" | "queued";
473
+ status: "failed" | "partial" | "complete" | "running" | "queued";
474
474
  schemaVersion: "treeseed.communication-send-receipt/v2";
475
- createdAt: string;
476
- responses: {
477
- status: "failed" | "cancelled" | "responded" | "abstained";
478
- createdAt: string;
479
- projectId: string;
480
- agentSlug: string;
481
- assignmentId: string | null;
482
- invocationId: string;
483
- requirement: "required" | "optional";
484
- messageRef: string;
485
- markdown: string;
486
- }[];
487
- teamId: string;
488
- channel: string;
489
- updatedAt: string;
490
- messageRef: string;
491
- sendId: string;
492
- topic: {
493
- id: string;
494
- slug: string;
495
- };
496
- projectStream: {
497
- id: string;
498
- projectId: string;
499
- projectSlug: string;
500
- };
501
- discussionId: string;
502
- sourceMessage: string;
503
475
  targets: {
504
476
  status: "failed" | "running" | "cancelled" | "queued" | "responded" | "abstained";
505
- completedAt: string | null;
506
477
  projectId: string;
478
+ completedAt: string | null;
507
479
  agentSlug: string;
508
480
  capacity: {
509
481
  status: string | null;
@@ -537,19 +509,11 @@ export declare const CONTROL_PLANE_OPERATIONS: {
537
509
  message: string | null;
538
510
  } | null;
539
511
  }[];
540
- replayed: boolean;
541
- }>;
542
- readonly sendStatus: ControlPlaneOperationBinding<{
543
- teamId: string;
544
- sendId: string;
545
- }, {}, undefined, {
546
- status: "partial" | "failed" | "complete" | "running" | "queued";
547
- schemaVersion: "treeseed.communication-send-receipt/v2";
548
512
  createdAt: string;
549
513
  responses: {
550
514
  status: "failed" | "cancelled" | "responded" | "abstained";
551
- createdAt: string;
552
515
  projectId: string;
516
+ createdAt: string;
553
517
  agentSlug: string;
554
518
  assignmentId: string | null;
555
519
  invocationId: string;
@@ -573,10 +537,18 @@ export declare const CONTROL_PLANE_OPERATIONS: {
573
537
  };
574
538
  discussionId: string;
575
539
  sourceMessage: string;
540
+ replayed: boolean;
541
+ }>;
542
+ readonly sendStatus: ControlPlaneOperationBinding<{
543
+ teamId: string;
544
+ sendId: string;
545
+ }, {}, undefined, {
546
+ status: "failed" | "partial" | "complete" | "running" | "queued";
547
+ schemaVersion: "treeseed.communication-send-receipt/v2";
576
548
  targets: {
577
549
  status: "failed" | "running" | "cancelled" | "queued" | "responded" | "abstained";
578
- completedAt: string | null;
579
550
  projectId: string;
551
+ completedAt: string | null;
580
552
  agentSlug: string;
581
553
  capacity: {
582
554
  status: string | null;
@@ -610,6 +582,34 @@ export declare const CONTROL_PLANE_OPERATIONS: {
610
582
  message: string | null;
611
583
  } | null;
612
584
  }[];
585
+ createdAt: string;
586
+ responses: {
587
+ status: "failed" | "cancelled" | "responded" | "abstained";
588
+ projectId: string;
589
+ createdAt: string;
590
+ agentSlug: string;
591
+ assignmentId: string | null;
592
+ invocationId: string;
593
+ requirement: "required" | "optional";
594
+ messageRef: string;
595
+ markdown: string;
596
+ }[];
597
+ teamId: string;
598
+ channel: string;
599
+ updatedAt: string;
600
+ messageRef: string;
601
+ sendId: string;
602
+ topic: {
603
+ id: string;
604
+ slug: string;
605
+ };
606
+ projectStream: {
607
+ id: string;
608
+ projectId: string;
609
+ projectSlug: string;
610
+ };
611
+ discussionId: string;
612
+ sourceMessage: string;
613
613
  replayed: boolean;
614
614
  }>;
615
615
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeseed/sdk",
3
- "version": "0.13.0-rc.39",
3
+ "version": "0.13.0-rc.40",
4
4
  "description": "Portable TreeSeed contracts, standards, and typed remote control-plane clients.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -61,6 +61,10 @@
61
61
  "vitest": "^4.1.2"
62
62
  },
63
63
  "exports": {
64
+ "./development": {
65
+ "types": "./dist/development/index.d.ts",
66
+ "default": "./dist/development/index.js"
67
+ },
64
68
  "./deployment": {
65
69
  "types": "./dist/deployment/index.d.ts",
66
70
  "default": "./dist/deployment/index.js"