@overmap-ai/core 1.0.78-form-title-description-migration.0 → 1.0.78-gcs-update-sync.0

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 (94) hide show
  1. package/dist/constants/index.d.ts +0 -1
  2. package/dist/enums/index.d.ts +0 -1
  3. package/dist/overmap-core.js +6357 -9013
  4. package/dist/overmap-core.umd.cjs +7 -7
  5. package/dist/sdk/services/FormService.d.ts +2 -3
  6. package/dist/sdk/services/IssueUpdateService.d.ts +0 -34
  7. package/dist/sdk/services/UserService.d.ts +5 -5
  8. package/dist/sdk/services/index.d.ts +0 -17
  9. package/dist/store/reducers.d.ts +0 -51
  10. package/dist/store/slices/assetProcedureSlice.d.ts +0 -17
  11. package/dist/store/slices/assetProcedureStepFieldValuesAttachmentSlice.d.ts +0 -17
  12. package/dist/store/slices/assetProcedureStepFieldValuesSlice.d.ts +0 -17
  13. package/dist/store/slices/assetProcedureStepFieldsAttachmentSlice.d.ts +0 -17
  14. package/dist/store/slices/assetProcedureStepFieldsSlice.d.ts +0 -34
  15. package/dist/store/slices/assetProcedureStepSlice.d.ts +0 -17
  16. package/dist/store/slices/assetProcedureTypeAttachmentSlice.d.ts +0 -17
  17. package/dist/store/slices/assetProcedureTypeFieldValuesAttachmentSlice.d.ts +0 -17
  18. package/dist/store/slices/assetProcedureTypeFieldValuesSlice.d.ts +0 -17
  19. package/dist/store/slices/assetProcedureTypeFieldsAttachmentSlice.d.ts +0 -17
  20. package/dist/store/slices/assetSlice.d.ts +0 -17
  21. package/dist/store/slices/assetStageCompletionSlice.d.ts +0 -17
  22. package/dist/store/slices/assetStageSlice.d.ts +0 -17
  23. package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +0 -17
  24. package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +0 -17
  25. package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +0 -17
  26. package/dist/store/slices/assetTypeFieldsSlice.d.ts +0 -17
  27. package/dist/store/slices/assetTypeStatusSlice.d.ts +0 -17
  28. package/dist/store/slices/formRevisionAttachmentSlice.d.ts +0 -17
  29. package/dist/store/slices/formRevisionSlice.d.ts +0 -17
  30. package/dist/store/slices/formSlice.d.ts +0 -17
  31. package/dist/store/slices/geoImageSlice.d.ts +0 -17
  32. package/dist/store/slices/index.d.ts +0 -17
  33. package/dist/store/slices/issueAssociationSlice.d.ts +0 -17
  34. package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +0 -17
  35. package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +0 -17
  36. package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +0 -17
  37. package/dist/store/slices/issueTypeFieldsSlice.d.ts +0 -17
  38. package/dist/store/slices/issueTypeStatusSlice.d.ts +0 -17
  39. package/dist/store/slices/issueUpdateSlice.d.ts +0 -51
  40. package/dist/store/slices/organizationAccessSlice.d.ts +1 -1
  41. package/dist/store/slices/organizationSlice.d.ts +0 -17
  42. package/dist/store/slices/projectAccessSlice.d.ts +1 -1
  43. package/dist/store/slices/projectFileSlice.d.ts +0 -17
  44. package/dist/store/slices/projectSlice.d.ts +1 -18
  45. package/dist/store/slices/teamMembershipSlice.d.ts +1 -1
  46. package/dist/store/slices/userSlice.d.ts +11 -29
  47. package/dist/typings/models/base.d.ts +1 -1
  48. package/dist/typings/models/emailVerification.d.ts +1 -1
  49. package/dist/typings/models/forms.d.ts +2 -2
  50. package/dist/typings/models/index.d.ts +0 -2
  51. package/dist/typings/models/issues.d.ts +4 -4
  52. package/dist/typings/models/organizations.d.ts +1 -1
  53. package/dist/typings/models/projects.d.ts +1 -1
  54. package/dist/typings/models/teams.d.ts +2 -1
  55. package/dist/typings/models/users.d.ts +11 -6
  56. package/package.json +1 -1
  57. package/dist/constants/workflows.d.ts +0 -4
  58. package/dist/enums/workflows.d.ts +0 -18
  59. package/dist/sdk/services/EmailDomainsService.d.ts +0 -26
  60. package/dist/sdk/services/WorkflowIssueLinkService.d.ts +0 -27
  61. package/dist/sdk/services/WorkflowService.d.ts +0 -28
  62. package/dist/sdk/services/WorkflowStepAssigneeService.d.ts +0 -29
  63. package/dist/sdk/services/WorkflowStepCommentService.d.ts +0 -28
  64. package/dist/sdk/services/WorkflowStepDefaultAssigneeService.d.ts +0 -27
  65. package/dist/sdk/services/WorkflowStepDefaultReviewerService.d.ts +0 -27
  66. package/dist/sdk/services/WorkflowStepEventService.d.ts +0 -24
  67. package/dist/sdk/services/WorkflowStepFieldValuesAttachmentService.d.ts +0 -31
  68. package/dist/sdk/services/WorkflowStepFieldValuesReviewRequestService.d.ts +0 -27
  69. package/dist/sdk/services/WorkflowStepFieldValuesReviewService.d.ts +0 -28
  70. package/dist/sdk/services/WorkflowStepFieldValuesService.d.ts +0 -28
  71. package/dist/sdk/services/WorkflowStepFieldsAttachmentService.d.ts +0 -30
  72. package/dist/sdk/services/WorkflowStepFieldsService.d.ts +0 -27
  73. package/dist/sdk/services/WorkflowStepReviewerService.d.ts +0 -29
  74. package/dist/sdk/services/WorkflowStepService.d.ts +0 -28
  75. package/dist/sdk/services/WorkflowTypeService.d.ts +0 -28
  76. package/dist/store/slices/emailDomainsSlice.d.ts +0 -127
  77. package/dist/store/slices/workflowIssueLinkSlice.d.ts +0 -130
  78. package/dist/store/slices/workflowSlice.d.ts +0 -23
  79. package/dist/store/slices/workflowStepAssigneeSlice.d.ts +0 -129
  80. package/dist/store/slices/workflowStepCommentSlice.d.ts +0 -129
  81. package/dist/store/slices/workflowStepDefaultAssigneeSlice.d.ts +0 -127
  82. package/dist/store/slices/workflowStepDefaultReviewerSlice.d.ts +0 -127
  83. package/dist/store/slices/workflowStepEventSlice.d.ts +0 -129
  84. package/dist/store/slices/workflowStepFieldValuesAttachmentSlice.d.ts +0 -127
  85. package/dist/store/slices/workflowStepFieldValuesReviewRequestSlice.d.ts +0 -129
  86. package/dist/store/slices/workflowStepFieldValuesReviewSlice.d.ts +0 -130
  87. package/dist/store/slices/workflowStepFieldValuesSlice.d.ts +0 -130
  88. package/dist/store/slices/workflowStepFieldsAttachmentSlice.d.ts +0 -127
  89. package/dist/store/slices/workflowStepFieldsSlice.d.ts +0 -128
  90. package/dist/store/slices/workflowStepReviewerSlice.d.ts +0 -129
  91. package/dist/store/slices/workflowStepSlice.d.ts +0 -22
  92. package/dist/store/slices/workflowTypeSlice.d.ts +0 -22
  93. package/dist/typings/models/emailDomain.d.ts +0 -6
  94. package/dist/typings/models/workflows.d.ts +0 -91
@@ -1,4 +1,3 @@
1
1
  export * from './array';
2
2
  export * from './defaults';
3
3
  export * from './offline';
4
- export * from './workflows';
@@ -3,4 +3,3 @@ export * from './api';
3
3
  export * from './asset';
4
4
  export * from './attachments';
5
5
  export * from './issue';
6
- export * from './workflows';