@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.
- package/dist/enums/issue.d.ts +0 -1
- package/dist/overmap-core.js +5366 -5531
- package/dist/overmap-core.umd.cjs +9 -9
- package/dist/sdk/services/IssueUpdateService.d.ts +0 -2
- package/dist/sdk/services/WorkflowStepEventService.d.ts +0 -1
- package/dist/sdk/services/index.d.ts +0 -1
- package/dist/store/reducers.d.ts +0 -3
- package/dist/store/slices/assetProcedureSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureStepFieldValuesAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureStepFieldValuesSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureStepFieldsAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureStepFieldsSlice.d.ts +0 -2
- package/dist/store/slices/assetProcedureStepSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureTypeAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureTypeFieldValuesAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureTypeFieldValuesSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureTypeFieldsAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetSlice.d.ts +0 -1
- package/dist/store/slices/assetStageCompletionSlice.d.ts +0 -1
- package/dist/store/slices/assetStageSlice.d.ts +0 -1
- package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +0 -1
- package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetTypeFieldsSlice.d.ts +0 -1
- package/dist/store/slices/assetTypeStatusSlice.d.ts +0 -1
- package/dist/store/slices/emailDomainsSlice.d.ts +0 -1
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/formRevisionSlice.d.ts +0 -1
- package/dist/store/slices/formSlice.d.ts +0 -1
- package/dist/store/slices/geoImageSlice.d.ts +0 -1
- package/dist/store/slices/index.d.ts +0 -1
- package/dist/store/slices/issueAssociationSlice.d.ts +0 -1
- package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +0 -1
- package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/issueTypeFieldsSlice.d.ts +0 -1
- package/dist/store/slices/issueTypeStatusSlice.d.ts +0 -1
- package/dist/store/slices/issueUpdateSlice.d.ts +0 -3
- package/dist/store/slices/organizationSlice.d.ts +0 -1
- package/dist/store/slices/projectFileSlice.d.ts +0 -1
- package/dist/store/slices/projectSlice.d.ts +0 -1
- package/dist/store/slices/userSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepAssigneeSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepCommentSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepCompletionSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepEventSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepFieldValuesAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepFieldValuesSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepFieldsAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepFieldsSlice.d.ts +0 -2
- package/dist/store/slices/workflowStepReviewRequestSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepReviewSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepReviewerSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepSlice.d.ts +0 -1
- package/dist/typings/models/base.d.ts +4 -1
- package/dist/typings/models/index.d.ts +0 -1
- package/dist/typings/models/issues.d.ts +3 -10
- package/dist/typings/models/projects.d.ts +4 -4
- package/package.json +1 -1
- package/dist/sdk/services/CategoryService.d.ts +0 -28
- package/dist/store/slices/categorySlice.d.ts +0 -127
- package/dist/typings/models/categories.d.ts +0 -7
package/dist/enums/issue.d.ts
CHANGED