@opengeni/react 0.25.5 → 0.26.1
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
CHANGED
|
@@ -7462,6 +7462,8 @@ function captureDegradedMessage(reason) {
|
|
|
7462
7462
|
return "Workspace capture is incomplete because repository discovery timed out. Live files remain authoritative.";
|
|
7463
7463
|
case "repository_discovery_result_limit_exceeded":
|
|
7464
7464
|
return "Workspace capture is incomplete because the repository limit was exceeded. Live files remain authoritative.";
|
|
7465
|
+
case "repository_read_unavailable":
|
|
7466
|
+
return "Workspace capture is incomplete because repository changes could not be read. Live files remain authoritative.";
|
|
7465
7467
|
default:
|
|
7466
7468
|
return "Workspace capture is incomplete because repository discovery failed. Live files remain authoritative.";
|
|
7467
7469
|
}
|