@overmap-ai/core 1.0.63-issue-association.0 → 1.0.63-issue-association.1

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.
@@ -7290,7 +7290,7 @@ class GeoImageService extends BaseUploadService {
7290
7290
  store.dispatch(initializeGeoImages(result));
7291
7291
  }
7292
7292
  }
7293
- class IssueAssociationSlice extends BaseUploadService {
7293
+ class IssueAssociationService extends BaseUploadService {
7294
7294
  add(payload) {
7295
7295
  const { store } = this.client;
7296
7296
  const submittedAt = (/* @__PURE__ */ new Date()).toISOString();
@@ -7384,7 +7384,7 @@ export {
7384
7384
  GREEN,
7385
7385
  GeoImageService,
7386
7386
  HttpMethod,
7387
- IssueAssociationSlice,
7387
+ IssueAssociationService,
7388
7388
  IssueAttachmentService,
7389
7389
  IssueCommentService,
7390
7390
  IssuePriority,