@overmap-ai/core 1.0.53-component-asset-renames.3 → 1.0.53-component-asset-renames.4

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.
@@ -1883,7 +1883,7 @@ const selectAttachmentsOfAsset = restructureCreateSelectorWithArgs(
1883
1883
  }
1884
1884
  )
1885
1885
  );
1886
- const selectAttachmentsOfAssetsByType = restructureCreateSelectorWithArgs(
1886
+ const selectAttachmentsOfAssetByType = restructureCreateSelectorWithArgs(
1887
1887
  createSelector(
1888
1888
  [selectAssetAttachments, (_state, assetId) => assetId],
1889
1889
  (attachments, assetId) => {
@@ -17008,9 +17008,9 @@ export {
17008
17008
  selectAssetsMapping,
17009
17009
  selectAssetsOfAssetType,
17010
17010
  selectAttachmentsOfAsset,
17011
+ selectAttachmentsOfAssetByType,
17011
17012
  selectAttachmentsOfAssetType,
17012
17013
  selectAttachmentsOfAssetTypeByType,
17013
- selectAttachmentsOfAssetsByType,
17014
17014
  selectAttachmentsOfDocument,
17015
17015
  selectAttachmentsOfDocumentByType,
17016
17016
  selectAttachmentsOfFormRevision,