@geolens/sdk 1.16.0 → 1.16.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.
@@ -4355,6 +4355,10 @@ export type FeatureFlagsResponse = {
4355
4355
  * Require Metadata For Publish
4356
4356
  */
4357
4357
  require_metadata_for_publish?: boolean;
4358
+ /**
4359
+ * Restrict Public Visibility
4360
+ */
4361
+ restrict_public_visibility?: boolean;
4358
4362
  };
4359
4363
  /**
4360
4364
  * FeatureReplace
@@ -9150,6 +9154,12 @@ export type StacImportItem = {
9150
9154
  * The asset key on the item, echoed from search results.
9151
9155
  */
9152
9156
  data_asset_key?: string | null;
9157
+ /**
9158
+ * Data Asset Type
9159
+ *
9160
+ * Media type of the data asset, echoed from search results.
9161
+ */
9162
+ data_asset_type?: string | null;
9153
9163
  /**
9154
9164
  * Bbox
9155
9165
  *