@terrantula/sdk 0.13.0 → 0.14.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-E3CKS754.mjs";
3
+ } from "./chunk-46T35MSS.mjs";
4
4
 
5
5
  // src/local.ts
6
6
  import { createLocalApp, openLocalDb } from "@terrantula/local";
@@ -148,6 +148,11 @@ interface TestConnectionResponse {
148
148
  error?: string;
149
149
  }
150
150
 
151
+ interface ObservationImportResult {
152
+ resourcesUpserted: number;
153
+ dependenciesUpserted: number;
154
+ }
155
+
151
156
  interface ProjectNukeResponse {
152
157
  projectId: string;
153
158
  rowCountsDeleted: {
@@ -169,4 +174,4 @@ interface ProjectNukeResponse {
169
174
  };
170
175
  }
171
176
 
172
- export { type AuditExportConfigResponse as A, type ExportCatalogResult as E, type ProjectNukeResponse as P, type SnapshotOp as S, type TokenSource as T, type SchemaFn as a, type TestConnectionResponse as b, type AuditExportRunResponse as c, type AdminAuditListResponse as d, type AdminOrgListResponse as e, type AdminOrgDetail as f, type AdminSuspendResponse as g, type AdminProjectNukeResponse as h, type AdminMetricsOverview as i, type AdminGitHubInstallationListResponse as j, type AdminAuditEvent as k, type AdminGitHubInstallation as l, type AdminOrgMember as m, type AdminOrgProject as n, type AdminOrgSummary as o, TerrantulaError as p, withSchema as w };
177
+ export { type AuditExportConfigResponse as A, type ExportCatalogResult as E, type ObservationImportResult as O, type ProjectNukeResponse as P, type SnapshotOp as S, type TokenSource as T, type SchemaFn as a, type TestConnectionResponse as b, type AuditExportRunResponse as c, type AdminAuditListResponse as d, type AdminOrgListResponse as e, type AdminOrgDetail as f, type AdminSuspendResponse as g, type AdminProjectNukeResponse as h, type AdminMetricsOverview as i, type AdminGitHubInstallationListResponse as j, type AdminAuditEvent as k, type AdminGitHubInstallation as l, type AdminOrgMember as m, type AdminOrgProject as n, type AdminOrgSummary as o, TerrantulaError as p, withSchema as w };
@@ -148,6 +148,11 @@ interface TestConnectionResponse {
148
148
  error?: string;
149
149
  }
150
150
 
151
+ interface ObservationImportResult {
152
+ resourcesUpserted: number;
153
+ dependenciesUpserted: number;
154
+ }
155
+
151
156
  interface ProjectNukeResponse {
152
157
  projectId: string;
153
158
  rowCountsDeleted: {
@@ -169,4 +174,4 @@ interface ProjectNukeResponse {
169
174
  };
170
175
  }
171
176
 
172
- export { type AuditExportConfigResponse as A, type ExportCatalogResult as E, type ProjectNukeResponse as P, type SnapshotOp as S, type TokenSource as T, type SchemaFn as a, type TestConnectionResponse as b, type AuditExportRunResponse as c, type AdminAuditListResponse as d, type AdminOrgListResponse as e, type AdminOrgDetail as f, type AdminSuspendResponse as g, type AdminProjectNukeResponse as h, type AdminMetricsOverview as i, type AdminGitHubInstallationListResponse as j, type AdminAuditEvent as k, type AdminGitHubInstallation as l, type AdminOrgMember as m, type AdminOrgProject as n, type AdminOrgSummary as o, TerrantulaError as p, withSchema as w };
177
+ export { type AuditExportConfigResponse as A, type ExportCatalogResult as E, type ObservationImportResult as O, type ProjectNukeResponse as P, type SnapshotOp as S, type TokenSource as T, type SchemaFn as a, type TestConnectionResponse as b, type AuditExportRunResponse as c, type AdminAuditListResponse as d, type AdminOrgListResponse as e, type AdminOrgDetail as f, type AdminSuspendResponse as g, type AdminProjectNukeResponse as h, type AdminMetricsOverview as i, type AdminGitHubInstallationListResponse as j, type AdminAuditEvent as k, type AdminGitHubInstallation as l, type AdminOrgMember as m, type AdminOrgProject as n, type AdminOrgSummary as o, TerrantulaError as p, withSchema as w };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terrantula/sdk",
3
- "version": "0.13.0",
3
+ "version": "0.14.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",