@geolens/sdk 1.11.0 → 1.11.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.
|
@@ -8672,11 +8672,15 @@ export type SharedMapResponse = {
|
|
|
8672
8672
|
*
|
|
8673
8673
|
* Result of one on-demand origin probe (ADR-002, #1222).
|
|
8674
8674
|
*
|
|
8675
|
-
*
|
|
8676
|
-
*
|
|
8677
|
-
*
|
|
8678
|
-
*
|
|
8679
|
-
*
|
|
8675
|
+
* Shares its first three words with ``VrtSourceHealth.status``, so the UI
|
|
8676
|
+
* renders one legend across VRT members and standalone origins.
|
|
8677
|
+
* ``VrtSourceHealth`` carries a fourth, VRT-specific value, ``stale``
|
|
8678
|
+
* (fix(#1221)): it means a member's raster was replaced after the parent
|
|
8679
|
+
* VRT was last built, and it does not apply to a single-origin probe. This
|
|
8680
|
+
* endpoint always probes, so it also never returns the OTHER fourth value,
|
|
8681
|
+
* ``unknown`` — the response-boundary projection of a never-determined NULL
|
|
8682
|
+
* column, which reaches clients through ``DatasetResponse``, not through
|
|
8683
|
+
* here.
|
|
8680
8684
|
*/
|
|
8681
8685
|
export type SourceHealthResponse = {
|
|
8682
8686
|
/**
|
|
@@ -15562,7 +15566,7 @@ export type GetSingleDatasetDatasetsDatasetIdGetErrors = {
|
|
|
15562
15566
|
*/
|
|
15563
15567
|
401: ProblemDetail;
|
|
15564
15568
|
/**
|
|
15565
|
-
* Forbidden — caller lacks
|
|
15569
|
+
* Forbidden — caller lacks access to this resource
|
|
15566
15570
|
*/
|
|
15567
15571
|
403: ProblemDetail;
|
|
15568
15572
|
/**
|
|
@@ -17315,7 +17319,7 @@ export type GetDatasetHistoryDatasetsDatasetIdHistoryGetErrors = {
|
|
|
17315
17319
|
*/
|
|
17316
17320
|
401: ProblemDetail;
|
|
17317
17321
|
/**
|
|
17318
|
-
* Forbidden — caller lacks
|
|
17322
|
+
* Forbidden — caller lacks access to this resource
|
|
17319
17323
|
*/
|
|
17320
17324
|
403: ProblemDetail;
|
|
17321
17325
|
/**
|
|
@@ -17445,7 +17449,7 @@ export type GetQuicklookDatasetsDatasetIdQuicklookGetErrors = {
|
|
|
17445
17449
|
*/
|
|
17446
17450
|
401: ProblemDetail;
|
|
17447
17451
|
/**
|
|
17448
|
-
* Forbidden — caller lacks
|
|
17452
|
+
* Forbidden — caller lacks access to this resource
|
|
17449
17453
|
*/
|
|
17450
17454
|
403: ProblemDetail;
|
|
17451
17455
|
/**
|
|
@@ -17570,7 +17574,7 @@ export type ListDatasetRefreshRunsDatasetsDatasetIdRefreshRunsGetErrors = {
|
|
|
17570
17574
|
*/
|
|
17571
17575
|
401: ProblemDetail;
|
|
17572
17576
|
/**
|
|
17573
|
-
* Forbidden — caller lacks
|
|
17577
|
+
* Forbidden — caller lacks access to this resource
|
|
17574
17578
|
*/
|
|
17575
17579
|
403: ProblemDetail;
|
|
17576
17580
|
/**
|