@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.
@@ -5782,7 +5782,7 @@ class FormService extends BaseApiService {
5782
5782
  });
5783
5783
  for (const form of assetTypeFormsResult.forms)
5784
5784
  forms.push(form);
5785
- for (const revision of assetTypeFormsResult.latest_revisions)
5785
+ for (const revision of assetTypeFormsResult.revisions)
5786
5786
  revisions.push(revision);
5787
5787
  for (const attachment of assetTypeFormsResult.attachments)
5788
5788
  attachments.push(attachment);
@@ -5795,7 +5795,7 @@ class FormService extends BaseApiService {
5795
5795
  });
5796
5796
  for (const form of issueTypeFormsResult.forms)
5797
5797
  forms.push(form);
5798
- for (const revision of issueTypeFormsResult.latest_revisions)
5798
+ for (const revision of issueTypeFormsResult.revisions)
5799
5799
  revisions.push(revision);
5800
5800
  for (const attachment of issueTypeFormsResult.attachments)
5801
5801
  attachments.push(attachment);