@terrantula/sdk 0.11.1 → 0.12.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/local.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createClient
3
- } from "./chunk-773V5YNO.mjs";
3
+ } from "./chunk-665GEJRV.mjs";
4
4
 
5
5
  // src/local.ts
6
6
  import { createLocalApp, openLocalDb } from "@terrantula/local";
@@ -111,7 +111,7 @@ interface AdminProjectNukeResponse {
111
111
  type SnapshotOp = 'created' | 'updated' | 'deleted' | 'unchanged' | 'failed';
112
112
 
113
113
  interface ExportedItem {
114
- kind: 'EntityType' | 'Cell' | 'RelationshipType' | 'Action' | 'Secret';
114
+ kind: 'EntityType' | 'Cell' | 'RelationshipType' | 'Action' | 'Secret' | 'DeploymentTargetSet' | 'DeploymentTarget';
115
115
  [key: string]: unknown;
116
116
  }
117
117
  interface ExportCatalogResult {
@@ -111,7 +111,7 @@ interface AdminProjectNukeResponse {
111
111
  type SnapshotOp = 'created' | 'updated' | 'deleted' | 'unchanged' | 'failed';
112
112
 
113
113
  interface ExportedItem {
114
- kind: 'EntityType' | 'Cell' | 'RelationshipType' | 'Action' | 'Secret';
114
+ kind: 'EntityType' | 'Cell' | 'RelationshipType' | 'Action' | 'Secret' | 'DeploymentTargetSet' | 'DeploymentTarget';
115
115
  [key: string]: unknown;
116
116
  }
117
117
  interface ExportCatalogResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terrantula/sdk",
3
- "version": "0.11.1",
3
+ "version": "0.12.0",
4
4
  "description": "TypeScript SDK for Terrantula — the multi-tenant entity-graph control plane that herds Terraform/OpenTofu cattle.",
5
5
  "keywords": [
6
6
  "terrantula",
@@ -60,8 +60,8 @@
60
60
  "test": "bun test"
61
61
  },
62
62
  "dependencies": {
63
- "@terrantula/local": "^0.4.1",
64
- "@terrantula/types": "^0.4.2",
63
+ "@terrantula/local": "0.4.2",
64
+ "@terrantula/types": "0.6.0",
65
65
  "hono": "^4.4.0",
66
66
  "zod": "^3.22.0"
67
67
  },