@overmap-ai/core 1.0.78-procedures.1 → 1.0.78-procedures.11

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 (115) hide show
  1. package/README.md +0 -0
  2. package/dist/constants/index.d.ts +0 -1
  3. package/dist/enums/index.d.ts +0 -1
  4. package/dist/enums/procedures.d.ts +1 -3
  5. package/dist/overmap-core.js +9245 -11946
  6. package/dist/overmap-core.umd.cjs +6 -6
  7. package/dist/sdk/services/FormService.d.ts +4 -2
  8. package/dist/sdk/services/IssueAssociationService.d.ts +2 -1
  9. package/dist/sdk/services/IssueUpdateService.d.ts +6 -38
  10. package/dist/sdk/services/ProcedureFieldValuesAttachmentService.d.ts +31 -0
  11. package/dist/sdk/services/ProcedureFieldValuesService.d.ts +28 -0
  12. package/dist/sdk/services/ProcedureStepAssigneeService.d.ts +1 -1
  13. package/dist/sdk/services/ProcedureStepFieldValuesService.d.ts +1 -6
  14. package/dist/sdk/services/ProcedureStepService.d.ts +1 -1
  15. package/dist/sdk/services/ProcedureTypeAttachmentService.d.ts +30 -0
  16. package/dist/sdk/services/index.d.ts +3 -19
  17. package/dist/store/adapters/selectionAdapter.d.ts +9 -10
  18. package/dist/store/adapters/typings.d.ts +1 -3
  19. package/dist/store/reducers.d.ts +9 -57
  20. package/dist/store/slices/assetProcedureSlice.d.ts +3 -19
  21. package/dist/store/slices/assetProcedureStepFieldValuesAttachmentSlice.d.ts +3 -19
  22. package/dist/store/slices/assetProcedureStepFieldValuesSlice.d.ts +3 -19
  23. package/dist/store/slices/assetProcedureStepFieldsAttachmentSlice.d.ts +3 -19
  24. package/dist/store/slices/assetProcedureStepFieldsSlice.d.ts +6 -38
  25. package/dist/store/slices/assetProcedureStepSlice.d.ts +3 -19
  26. package/dist/store/slices/assetProcedureTypeAttachmentSlice.d.ts +3 -19
  27. package/dist/store/slices/assetProcedureTypeFieldValuesAttachmentSlice.d.ts +3 -19
  28. package/dist/store/slices/assetProcedureTypeFieldValuesSlice.d.ts +3 -19
  29. package/dist/store/slices/assetProcedureTypeFieldsAttachmentSlice.d.ts +3 -19
  30. package/dist/store/slices/assetSlice.d.ts +3 -19
  31. package/dist/store/slices/assetStageCompletionSlice.d.ts +3 -19
  32. package/dist/store/slices/assetStageSlice.d.ts +3 -19
  33. package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +3 -19
  34. package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +3 -19
  35. package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +3 -19
  36. package/dist/store/slices/assetTypeFieldsSlice.d.ts +3 -19
  37. package/dist/store/slices/assetTypeStatusSlice.d.ts +3 -19
  38. package/dist/store/slices/emailDomainsSlice.d.ts +3 -19
  39. package/dist/store/slices/formRevisionAttachmentSlice.d.ts +3 -19
  40. package/dist/store/slices/formRevisionSlice.d.ts +3 -19
  41. package/dist/store/slices/formSlice.d.ts +3 -19
  42. package/dist/store/slices/geoImageSlice.d.ts +3 -19
  43. package/dist/store/slices/index.d.ts +2 -18
  44. package/dist/store/slices/issueAssociationSlice.d.ts +3 -19
  45. package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +3 -19
  46. package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +3 -19
  47. package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +3 -19
  48. package/dist/store/slices/issueTypeFieldsSlice.d.ts +3 -19
  49. package/dist/store/slices/issueTypeStatusSlice.d.ts +3 -19
  50. package/dist/store/slices/issueUpdateSlice.d.ts +9 -57
  51. package/dist/store/slices/organizationSlice.d.ts +3 -19
  52. package/dist/store/slices/{procedureTypeFieldValuesSlice.d.ts → procedureFieldValuesSlice.d.ts} +28 -44
  53. package/dist/store/slices/procedureStepAssigneeSlice.d.ts +3 -19
  54. package/dist/store/slices/procedureStepCommentSlice.d.ts +3 -19
  55. package/dist/store/slices/procedureStepDefaultAssigneeSlice.d.ts +3 -19
  56. package/dist/store/slices/procedureStepDefaultReviewerSlice.d.ts +3 -19
  57. package/dist/store/slices/procedureStepEventSlice.d.ts +3 -19
  58. package/dist/store/slices/procedureStepFieldValuesAttachmentSlice.d.ts +3 -19
  59. package/dist/store/slices/procedureStepFieldValuesReviewSlice.d.ts +3 -19
  60. package/dist/store/slices/procedureStepFieldValuesSlice.d.ts +4 -21
  61. package/dist/store/slices/procedureStepFieldsAttachmentSlice.d.ts +3 -19
  62. package/dist/store/slices/procedureStepFieldsSlice.d.ts +6 -38
  63. package/dist/store/slices/procedureStepReviewerSlice.d.ts +3 -19
  64. package/dist/store/slices/procedureStepSlice.d.ts +3 -20
  65. package/dist/store/slices/{workflowStepEventSlice.d.ts → procedureTypeAttachmentSlice.d.ts} +25 -63
  66. package/dist/store/slices/procedureTypeFieldValuesAttachmentSlice.d.ts +28 -44
  67. package/dist/store/slices/procedureTypeFieldsAttachmentSlice.d.ts +3 -19
  68. package/dist/store/slices/procedureTypeSlice.d.ts +2 -3
  69. package/dist/store/slices/projectFileSlice.d.ts +3 -19
  70. package/dist/store/slices/projectSlice.d.ts +3 -19
  71. package/dist/store/slices/userSlice.d.ts +3 -19
  72. package/dist/typings/models/forms.d.ts +3 -2
  73. package/dist/typings/models/index.d.ts +0 -1
  74. package/dist/typings/models/procedures.d.ts +9 -15
  75. package/dist/utils/models/index.d.ts +0 -1
  76. package/package.json +1 -1
  77. package/dist/constants/workflows.d.ts +0 -4
  78. package/dist/enums/workflows.d.ts +0 -18
  79. package/dist/sdk/services/ProcedureStepFieldValuesReviewRequestService.d.ts +0 -27
  80. package/dist/sdk/services/ProcedureTypeFieldValuesAttachmentService.d.ts +0 -31
  81. package/dist/sdk/services/ProcedureTypeFieldValuesService.d.ts +0 -33
  82. package/dist/sdk/services/WorkflowIssueLinkService.d.ts +0 -27
  83. package/dist/sdk/services/WorkflowService.d.ts +0 -28
  84. package/dist/sdk/services/WorkflowStepAssigneeService.d.ts +0 -29
  85. package/dist/sdk/services/WorkflowStepCommentService.d.ts +0 -28
  86. package/dist/sdk/services/WorkflowStepDefaultAssigneeService.d.ts +0 -27
  87. package/dist/sdk/services/WorkflowStepDefaultReviewerService.d.ts +0 -27
  88. package/dist/sdk/services/WorkflowStepEventService.d.ts +0 -24
  89. package/dist/sdk/services/WorkflowStepFieldValuesAttachmentService.d.ts +0 -31
  90. package/dist/sdk/services/WorkflowStepFieldValuesReviewRequestService.d.ts +0 -27
  91. package/dist/sdk/services/WorkflowStepFieldValuesReviewService.d.ts +0 -28
  92. package/dist/sdk/services/WorkflowStepFieldValuesService.d.ts +0 -28
  93. package/dist/sdk/services/WorkflowStepFieldsAttachmentService.d.ts +0 -30
  94. package/dist/sdk/services/WorkflowStepFieldsService.d.ts +0 -27
  95. package/dist/sdk/services/WorkflowStepReviewerService.d.ts +0 -29
  96. package/dist/sdk/services/WorkflowStepService.d.ts +0 -28
  97. package/dist/sdk/services/WorkflowTypeService.d.ts +0 -28
  98. package/dist/store/slices/procedureStepFieldValuesReviewRequestSlice.d.ts +0 -148
  99. package/dist/store/slices/workflowIssueLinkSlice.d.ts +0 -149
  100. package/dist/store/slices/workflowSlice.d.ts +0 -23
  101. package/dist/store/slices/workflowStepAssigneeSlice.d.ts +0 -148
  102. package/dist/store/slices/workflowStepCommentSlice.d.ts +0 -148
  103. package/dist/store/slices/workflowStepDefaultAssigneeSlice.d.ts +0 -146
  104. package/dist/store/slices/workflowStepDefaultReviewerSlice.d.ts +0 -146
  105. package/dist/store/slices/workflowStepFieldValuesAttachmentSlice.d.ts +0 -146
  106. package/dist/store/slices/workflowStepFieldValuesReviewRequestSlice.d.ts +0 -148
  107. package/dist/store/slices/workflowStepFieldValuesReviewSlice.d.ts +0 -149
  108. package/dist/store/slices/workflowStepFieldValuesSlice.d.ts +0 -149
  109. package/dist/store/slices/workflowStepFieldsAttachmentSlice.d.ts +0 -146
  110. package/dist/store/slices/workflowStepFieldsSlice.d.ts +0 -147
  111. package/dist/store/slices/workflowStepReviewerSlice.d.ts +0 -148
  112. package/dist/store/slices/workflowStepSlice.d.ts +0 -22
  113. package/dist/store/slices/workflowTypeSlice.d.ts +0 -22
  114. package/dist/typings/models/workflows.d.ts +0 -91
  115. package/dist/utils/models/procedures.d.ts +0 -4
package/README.md CHANGED
File without changes
@@ -1,4 +1,3 @@
1
1
  export * from './array';
2
2
  export * from './defaults';
3
3
  export * from './offline';
4
- export * from './workflows';
@@ -3,5 +3,4 @@ export * from './api';
3
3
  export * from './asset';
4
4
  export * from './attachments';
5
5
  export * from './issue';
6
- export * from './workflows';
7
6
  export * from './procedures';
@@ -2,9 +2,7 @@ export declare enum ProcedureStepEventType {
2
2
  ADD_ASSIGNEE = 0,
3
3
  REMOVE_ASSIGNEE = 2,
4
4
  ADD_REVIEWER = 4,
5
- REMOVE_REVIEWER = 6,
6
- ADD_REVIEW_REQUEST = 8,
7
- REMOVE_REVIEW_REQUEST = 10
5
+ REMOVE_REVIEWER = 6
8
6
  }
9
7
  export declare enum ProcedureStepFieldValuesReviewType {
10
8
  APPROVED = 0,