bitfab-cli 0.2.249 → 0.2.251
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28129,7 +28129,7 @@ var listOrganizations = {
|
|
|
28129
28129
|
var getDatabaseConnectionStatus = {
|
|
28130
28130
|
name: "get_database_connection_status",
|
|
28131
28131
|
title: "Get Database Connection Status",
|
|
28132
|
-
description: "Check whether this organization has connected a database for per-trace snapshot replay (DB branching). Returns one of: connected (ready - replay can branch the database to each trace's capture time), checking (provisioning in progress, poll again in ~15s), failed (the saved connection could not be provisioned), or none (no database connected yet). Use this during db-branching setup to wait until the customer's database is connected before enabling dbSnapshot.",
|
|
28132
|
+
description: "Check whether this organization has connected a database for per-trace snapshot replay (DB branching). Returns one of: connected (ready - replay can branch the database to each trace's capture time), checking (provisioning in progress, poll again in ~15s), failed (the saved connection could not be provisioned), or none (no database connected yet). Connected integrations identify their type as direct Neon or managed Postgres mirror; direct Neon connections also include the pinned project name and ID. Use this during db-branching setup to wait until the customer's database is connected before enabling dbSnapshot.",
|
|
28133
28133
|
inputSchema: {}
|
|
28134
28134
|
};
|
|
28135
28135
|
var listTraceFunctions = {
|