@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.
|
@@ -1873,7 +1873,7 @@ var __publicField = (obj, key, value) => {
|
|
|
1873
1873
|
}
|
|
1874
1874
|
)
|
|
1875
1875
|
);
|
|
1876
|
-
const
|
|
1876
|
+
const selectAttachmentsOfAssetByType = restructureCreateSelectorWithArgs(
|
|
1877
1877
|
toolkit.createSelector(
|
|
1878
1878
|
[selectAssetAttachments, (_state, assetId) => assetId],
|
|
1879
1879
|
(attachments, assetId) => {
|
|
@@ -16997,9 +16997,9 @@ var __publicField = (obj, key, value) => {
|
|
|
16997
16997
|
exports2.selectAssetsMapping = selectAssetsMapping;
|
|
16998
16998
|
exports2.selectAssetsOfAssetType = selectAssetsOfAssetType;
|
|
16999
16999
|
exports2.selectAttachmentsOfAsset = selectAttachmentsOfAsset;
|
|
17000
|
+
exports2.selectAttachmentsOfAssetByType = selectAttachmentsOfAssetByType;
|
|
17000
17001
|
exports2.selectAttachmentsOfAssetType = selectAttachmentsOfAssetType;
|
|
17001
17002
|
exports2.selectAttachmentsOfAssetTypeByType = selectAttachmentsOfAssetTypeByType;
|
|
17002
|
-
exports2.selectAttachmentsOfAssetsByType = selectAttachmentsOfAssetsByType;
|
|
17003
17003
|
exports2.selectAttachmentsOfDocument = selectAttachmentsOfDocument;
|
|
17004
17004
|
exports2.selectAttachmentsOfDocumentByType = selectAttachmentsOfDocumentByType;
|
|
17005
17005
|
exports2.selectAttachmentsOfFormRevision = selectAttachmentsOfFormRevision;
|