busabase-sdk 0.0.1 → 0.1.0

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/index.d.ts CHANGED
@@ -4,6 +4,7 @@ import * as zod_v4_core from 'zod/v4/core';
4
4
  import * as zod from 'zod';
5
5
  import { z } from 'zod';
6
6
  import * as _orpc_client from '@orpc/client';
7
+ export { CreatableNodeType } from 'busabase-contract/domains';
7
8
 
8
9
  interface NodeOutput {
9
10
  id: string;
@@ -12478,4 +12479,4 @@ declare class Busabase {
12478
12479
  }>>>>;
12479
12480
  }
12480
12481
 
12481
- export { type AgentTaskVO, type AttachmentRef, type AuditAction, type AuditEventVO, type BaseFieldVO, type BaseVO, Busabase, type BusabaseClient, type BusabaseConfig, type ChangeRequestStatus, type ChangeRequestTargetType, type ChangeRequestVO, type CloudContract, type CommentSubjectType, type CommentVO, type CommitVO, DEFAULT_BASE_URL, type FieldType, type NodeType, type NodeVO, type OperationKind, type OperationStatus, type OperationVO, type RecordLinkVO, type RecordVO, type ResolvedConfig, type ReviewVO, type ReviewVerdict, type SearchResponseVO, type SearchResultKind, type SearchResultVO, type SkillFileVO, type SkillVO, type ViewConfigVO, type ViewFilterOperator, type ViewFilterVO, type ViewSortVO, type ViewVO, createBusabaseClient, normalizeBaseUrl, resolveConfig };
12482
+ export { type AgentTaskVO, type AttachmentRef, type AuditAction, type AuditEventVO, type BaseFieldVO, type BaseVO, Busabase, type BusabaseClient, type BusabaseConfig, type ChangeRequestStatus, type ChangeRequestTargetType, type ChangeRequestVO, type CloudContract, type CommentSubjectType, type CommentVO, type CommitVO, DEFAULT_BASE_URL, type FieldType, type NodeType, type NodeVO, type OperationKind, type OperationStatus, type OperationVO, type RecordLinkVO, type RecordVO, type ResolvedConfig, type ReviewVO, type ReviewVerdict, type SearchResponseVO, type SearchResultKind, type SearchResultVO, type SkillFileVO, type SkillVO, type ViewConfigVO, type ViewFilterOperator, type ViewFilterVO, type ViewSortVO, type ViewVO, cloudContract, createBusabaseClient, normalizeBaseUrl, resolveConfig };
package/dist/index.js CHANGED
@@ -1717,4 +1717,4 @@ var Busabase = class {
1717
1717
  }
1718
1718
  };
1719
1719
 
1720
- export { Busabase, DEFAULT_BASE_URL, createBusabaseClient, normalizeBaseUrl, resolveConfig };
1720
+ export { Busabase, DEFAULT_BASE_URL, cloudContract, createBusabaseClient, normalizeBaseUrl, resolveConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "busabase-sdk",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "description": "Typed TypeScript/JavaScript SDK for the Busabase OpenAPI REST API. Talks to a local or remote `busabase server` (or Busabase Cloud).",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/busabase/busabase/tree/main/apps/busabase-sdk",
@@ -40,8 +40,8 @@
40
40
  "tsup": "^8.5.0",
41
41
  "tsx": "^4.20.5",
42
42
  "typescript": "^5.9.3",
43
- "openlib": "0.1.0",
44
43
  "busabase-contract": "0.0.1",
44
+ "openlib": "0.1.0",
45
45
  "open-domains": "0.0.1"
46
46
  },
47
47
  "engines": {