@overmap-ai/core 1.0.78-workflows.3 → 1.0.78-workflows.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.
Files changed (62) hide show
  1. package/dist/enums/issue.d.ts +0 -1
  2. package/dist/overmap-core.js +5366 -5531
  3. package/dist/overmap-core.umd.cjs +9 -9
  4. package/dist/sdk/services/IssueUpdateService.d.ts +0 -2
  5. package/dist/sdk/services/WorkflowStepEventService.d.ts +0 -1
  6. package/dist/sdk/services/index.d.ts +0 -1
  7. package/dist/store/reducers.d.ts +0 -3
  8. package/dist/store/slices/assetProcedureSlice.d.ts +0 -1
  9. package/dist/store/slices/assetProcedureStepFieldValuesAttachmentSlice.d.ts +0 -1
  10. package/dist/store/slices/assetProcedureStepFieldValuesSlice.d.ts +0 -1
  11. package/dist/store/slices/assetProcedureStepFieldsAttachmentSlice.d.ts +0 -1
  12. package/dist/store/slices/assetProcedureStepFieldsSlice.d.ts +0 -2
  13. package/dist/store/slices/assetProcedureStepSlice.d.ts +0 -1
  14. package/dist/store/slices/assetProcedureTypeAttachmentSlice.d.ts +0 -1
  15. package/dist/store/slices/assetProcedureTypeFieldValuesAttachmentSlice.d.ts +0 -1
  16. package/dist/store/slices/assetProcedureTypeFieldValuesSlice.d.ts +0 -1
  17. package/dist/store/slices/assetProcedureTypeFieldsAttachmentSlice.d.ts +0 -1
  18. package/dist/store/slices/assetSlice.d.ts +0 -1
  19. package/dist/store/slices/assetStageCompletionSlice.d.ts +0 -1
  20. package/dist/store/slices/assetStageSlice.d.ts +0 -1
  21. package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +0 -1
  22. package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +0 -1
  23. package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +0 -1
  24. package/dist/store/slices/assetTypeFieldsSlice.d.ts +0 -1
  25. package/dist/store/slices/assetTypeStatusSlice.d.ts +0 -1
  26. package/dist/store/slices/emailDomainsSlice.d.ts +0 -1
  27. package/dist/store/slices/formRevisionAttachmentSlice.d.ts +0 -1
  28. package/dist/store/slices/formRevisionSlice.d.ts +0 -1
  29. package/dist/store/slices/formSlice.d.ts +0 -1
  30. package/dist/store/slices/geoImageSlice.d.ts +0 -1
  31. package/dist/store/slices/index.d.ts +0 -1
  32. package/dist/store/slices/issueAssociationSlice.d.ts +0 -1
  33. package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +0 -1
  34. package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +0 -1
  35. package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +0 -1
  36. package/dist/store/slices/issueTypeFieldsSlice.d.ts +0 -1
  37. package/dist/store/slices/issueTypeStatusSlice.d.ts +0 -1
  38. package/dist/store/slices/issueUpdateSlice.d.ts +0 -3
  39. package/dist/store/slices/organizationSlice.d.ts +0 -1
  40. package/dist/store/slices/projectFileSlice.d.ts +0 -1
  41. package/dist/store/slices/projectSlice.d.ts +0 -1
  42. package/dist/store/slices/userSlice.d.ts +0 -1
  43. package/dist/store/slices/workflowStepAssigneeSlice.d.ts +0 -1
  44. package/dist/store/slices/workflowStepCommentSlice.d.ts +0 -1
  45. package/dist/store/slices/workflowStepCompletionSlice.d.ts +0 -1
  46. package/dist/store/slices/workflowStepEventSlice.d.ts +0 -1
  47. package/dist/store/slices/workflowStepFieldValuesAttachmentSlice.d.ts +0 -1
  48. package/dist/store/slices/workflowStepFieldValuesSlice.d.ts +0 -1
  49. package/dist/store/slices/workflowStepFieldsAttachmentSlice.d.ts +0 -1
  50. package/dist/store/slices/workflowStepFieldsSlice.d.ts +0 -2
  51. package/dist/store/slices/workflowStepReviewRequestSlice.d.ts +0 -1
  52. package/dist/store/slices/workflowStepReviewSlice.d.ts +0 -1
  53. package/dist/store/slices/workflowStepReviewerSlice.d.ts +0 -1
  54. package/dist/store/slices/workflowStepSlice.d.ts +0 -1
  55. package/dist/typings/models/base.d.ts +4 -1
  56. package/dist/typings/models/index.d.ts +0 -1
  57. package/dist/typings/models/issues.d.ts +3 -10
  58. package/dist/typings/models/projects.d.ts +4 -4
  59. package/package.json +1 -1
  60. package/dist/sdk/services/CategoryService.d.ts +0 -28
  61. package/dist/store/slices/categorySlice.d.ts +0 -127
  62. package/dist/typings/models/categories.d.ts +0 -7
@@ -8,7 +8,6 @@ export declare enum IssuePriority {
8
8
  export declare enum IssueUpdateChange {
9
9
  STATUS = "status",
10
10
  PRIORITY = "priority",
11
- CATEGORY = "category",
12
11
  DESCRIPTION = "description",
13
12
  TITLE = "title",
14
13
  ASSIGNED_TO = "assigned_to",