@overmap-ai/core 1.0.60-forms-removal.1 → 1.0.60-forms-removal.2

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.
@@ -7164,6 +7164,7 @@ export {
7164
7164
  Colors,
7165
7165
  DEFAULT_ISSUE_PRIORITY,
7166
7166
  DEFAULT_ISSUE_STATUS,
7167
+ DeferredPromise,
7167
7168
  DocumentAttachmentService,
7168
7169
  DocumentService,
7169
7170
  EmailDomainsService,
@@ -7150,6 +7150,7 @@ var __publicField = (obj, key, value) => {
7150
7150
  exports2.Colors = Colors;
7151
7151
  exports2.DEFAULT_ISSUE_PRIORITY = DEFAULT_ISSUE_PRIORITY;
7152
7152
  exports2.DEFAULT_ISSUE_STATUS = DEFAULT_ISSUE_STATUS;
7153
+ exports2.DeferredPromise = DeferredPromise;
7153
7154
  exports2.DocumentAttachmentService = DocumentAttachmentService;
7154
7155
  exports2.DocumentService = DocumentService;
7155
7156
  exports2.EmailDomainsService = EmailDomainsService;