@geolens/sdk 1.4.8 → 1.4.9
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/client/sdk.gen.d.ts
CHANGED
|
@@ -58,7 +58,7 @@ export declare const revokeApiKeyAdminApiKeysKeyIdDelete: <ThrowOnError extends
|
|
|
58
58
|
*/
|
|
59
59
|
export declare const listAuditLogsAdminAuditLogsGet: <ThrowOnError extends boolean = false>(options?: Options<ListAuditLogsAdminAuditLogsGetData, ThrowOnError>) => RequestResult<ListAuditLogsAdminAuditLogsGetResponses, ListAuditLogsAdminAuditLogsGetErrors, ThrowOnError>;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* Download audit records
|
|
62
62
|
*
|
|
63
63
|
* Export up to 100,000 audit log rows as CSV or JSON.
|
|
64
64
|
*/
|
|
@@ -1753,7 +1753,7 @@ export declare const getConfigModeSettingsConfigModeGet: <ThrowOnError extends b
|
|
|
1753
1753
|
*/
|
|
1754
1754
|
export declare const detectEmbeddingDimsSettingsDetectEmbeddingDimsPost: <ThrowOnError extends boolean = false>(options?: Options<DetectEmbeddingDimsSettingsDetectEmbeddingDimsPostData, ThrowOnError>) => RequestResult<DetectEmbeddingDimsSettingsDetectEmbeddingDimsPostResponses, DetectEmbeddingDimsSettingsDetectEmbeddingDimsPostErrors, ThrowOnError>;
|
|
1755
1755
|
/**
|
|
1756
|
-
*
|
|
1756
|
+
* Get runtime capabilities
|
|
1757
1757
|
*
|
|
1758
1758
|
* Return runtime capability metadata. Public, no auth required.
|
|
1759
1759
|
*/
|
|
@@ -1765,7 +1765,7 @@ export declare const editionInfoSettingsEditionGet: <ThrowOnError extends boolea
|
|
|
1765
1765
|
*/
|
|
1766
1766
|
export declare const getEnabledPluginsSettingsEnabledPluginsGet: <ThrowOnError extends boolean = false>(options?: Options<GetEnabledPluginsSettingsEnabledPluginsGetData, ThrowOnError>) => RequestResult<GetEnabledPluginsSettingsEnabledPluginsGetResponses, GetEnabledPluginsSettingsEnabledPluginsGetErrors, ThrowOnError>;
|
|
1767
1767
|
/**
|
|
1768
|
-
*
|
|
1768
|
+
* List restricted settings tabs
|
|
1769
1769
|
*
|
|
1770
1770
|
* Return the canonical list of restricted Settings tab keys.
|
|
1771
1771
|
*
|
package/dist/client/sdk.gen.js
CHANGED
|
@@ -126,7 +126,7 @@ export const listAuditLogsAdminAuditLogsGet = (options) => (options?.client ?? c
|
|
|
126
126
|
...options
|
|
127
127
|
});
|
|
128
128
|
/**
|
|
129
|
-
*
|
|
129
|
+
* Download audit records
|
|
130
130
|
*
|
|
131
131
|
* Export up to 100,000 audit log rows as CSV or JSON.
|
|
132
132
|
*/
|
|
@@ -4617,7 +4617,7 @@ export const detectEmbeddingDimsSettingsDetectEmbeddingDimsPost = (options) => (
|
|
|
4617
4617
|
...options
|
|
4618
4618
|
});
|
|
4619
4619
|
/**
|
|
4620
|
-
*
|
|
4620
|
+
* Get runtime capabilities
|
|
4621
4621
|
*
|
|
4622
4622
|
* Return runtime capability metadata. Public, no auth required.
|
|
4623
4623
|
*/
|
|
@@ -4629,7 +4629,7 @@ export const editionInfoSettingsEditionGet = (options) => (options?.client ?? cl
|
|
|
4629
4629
|
*/
|
|
4630
4630
|
export const getEnabledPluginsSettingsEnabledPluginsGet = (options) => (options?.client ?? client).get({ url: '/settings/enabled-plugins/', ...options });
|
|
4631
4631
|
/**
|
|
4632
|
-
*
|
|
4632
|
+
* List restricted settings tabs
|
|
4633
4633
|
*
|
|
4634
4634
|
* Return the canonical list of restricted Settings tab keys.
|
|
4635
4635
|
*
|
|
@@ -13767,7 +13767,7 @@ export type GetCollectionItemsCollectionsDatasetIdItemsGetResponses = {
|
|
|
13767
13767
|
/**
|
|
13768
13768
|
* OGCFeatureItemsResponse
|
|
13769
13769
|
*
|
|
13770
|
-
*
|
|
13770
|
+
* FeatureCollection response as defined by OGC API - Features.
|
|
13771
13771
|
*/
|
|
13772
13772
|
200: {
|
|
13773
13773
|
/**
|
package/package.json
CHANGED