@overmap-ai/core 1.0.62-store-clear-fixes.4 → 1.0.62-store-clear-fixes.5

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.
@@ -5770,7 +5770,7 @@ var __publicField = (obj, key, value) => {
5770
5770
  });
5771
5771
  for (const form of assetTypeFormsResult.forms)
5772
5772
  forms.push(form);
5773
- for (const revision of assetTypeFormsResult.latest_revisions)
5773
+ for (const revision of assetTypeFormsResult.revisions)
5774
5774
  revisions.push(revision);
5775
5775
  for (const attachment of assetTypeFormsResult.attachments)
5776
5776
  attachments.push(attachment);
@@ -5783,7 +5783,7 @@ var __publicField = (obj, key, value) => {
5783
5783
  });
5784
5784
  for (const form of issueTypeFormsResult.forms)
5785
5785
  forms.push(form);
5786
- for (const revision of issueTypeFormsResult.latest_revisions)
5786
+ for (const revision of issueTypeFormsResult.revisions)
5787
5787
  revisions.push(revision);
5788
5788
  for (const attachment of issueTypeFormsResult.attachments)
5789
5789
  attachments.push(attachment);