@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.
@@ -7278,7 +7278,7 @@ var __publicField = (obj, key, value) => {
7278
7278
  store.dispatch(initializeGeoImages(result));
7279
7279
  }
7280
7280
  }
7281
- class IssueAssociationSlice extends BaseUploadService {
7281
+ class IssueAssociationService extends BaseUploadService {
7282
7282
  add(payload) {
7283
7283
  const { store } = this.client;
7284
7284
  const submittedAt = (/* @__PURE__ */ new Date()).toISOString();
@@ -7371,7 +7371,7 @@ var __publicField = (obj, key, value) => {
7371
7371
  exports2.GREEN = GREEN;
7372
7372
  exports2.GeoImageService = GeoImageService;
7373
7373
  exports2.HttpMethod = HttpMethod;
7374
- exports2.IssueAssociationSlice = IssueAssociationSlice;
7374
+ exports2.IssueAssociationService = IssueAssociationService;
7375
7375
  exports2.IssueAttachmentService = IssueAttachmentService;
7376
7376
  exports2.IssueCommentService = IssueCommentService;
7377
7377
  exports2.IssuePriority = IssuePriority;