@overmap-ai/core 1.0.78-procedures.0 → 1.0.78-procedures.2
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/overmap-core.js +5867 -5728
- package/dist/overmap-core.umd.cjs +6 -6
- package/dist/sdk/services/IssueUpdateService.d.ts +2 -0
- package/dist/sdk/services/ProcedureTypeAttachmentService.d.ts +30 -0
- package/dist/sdk/services/index.d.ts +1 -0
- package/dist/store/reducers.d.ts +3 -0
- package/dist/store/slices/assetProcedureSlice.d.ts +1 -0
- package/dist/store/slices/assetProcedureStepFieldValuesAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/assetProcedureStepFieldValuesSlice.d.ts +1 -0
- package/dist/store/slices/assetProcedureStepFieldsAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/assetProcedureStepFieldsSlice.d.ts +2 -0
- package/dist/store/slices/assetProcedureStepSlice.d.ts +1 -0
- package/dist/store/slices/assetProcedureTypeAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/assetProcedureTypeFieldValuesAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/assetProcedureTypeFieldValuesSlice.d.ts +1 -0
- package/dist/store/slices/assetProcedureTypeFieldsAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/assetSlice.d.ts +1 -0
- package/dist/store/slices/assetStageCompletionSlice.d.ts +1 -0
- package/dist/store/slices/assetStageSlice.d.ts +1 -0
- package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +1 -0
- package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/assetTypeFieldsSlice.d.ts +1 -0
- package/dist/store/slices/assetTypeStatusSlice.d.ts +1 -0
- package/dist/store/slices/emailDomainsSlice.d.ts +1 -0
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/formRevisionSlice.d.ts +1 -0
- package/dist/store/slices/formSlice.d.ts +1 -0
- package/dist/store/slices/geoImageSlice.d.ts +1 -0
- package/dist/store/slices/index.d.ts +1 -0
- package/dist/store/slices/issueAssociationSlice.d.ts +1 -0
- package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +1 -0
- package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/issueTypeFieldsSlice.d.ts +1 -0
- package/dist/store/slices/issueTypeStatusSlice.d.ts +1 -0
- package/dist/store/slices/issueUpdateSlice.d.ts +3 -0
- package/dist/store/slices/organizationSlice.d.ts +1 -0
- package/dist/store/slices/procedureStepAssigneeSlice.d.ts +1 -0
- package/dist/store/slices/procedureStepCommentSlice.d.ts +1 -0
- package/dist/store/slices/procedureStepDefaultAssigneeSlice.d.ts +1 -0
- package/dist/store/slices/procedureStepDefaultReviewerSlice.d.ts +1 -0
- package/dist/store/slices/procedureStepEventSlice.d.ts +1 -0
- package/dist/store/slices/procedureStepFieldValuesAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/procedureStepFieldValuesReviewRequestSlice.d.ts +1 -0
- package/dist/store/slices/procedureStepFieldValuesReviewSlice.d.ts +1 -0
- package/dist/store/slices/procedureStepFieldValuesSlice.d.ts +1 -0
- package/dist/store/slices/procedureStepFieldsAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/procedureStepFieldsSlice.d.ts +2 -0
- package/dist/store/slices/procedureStepReviewerSlice.d.ts +1 -0
- package/dist/store/slices/procedureStepSlice.d.ts +1 -0
- package/dist/store/slices/procedureTypeAttachmentSlice.d.ts +127 -0
- package/dist/store/slices/procedureTypeFieldValuesAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/procedureTypeFieldValuesSlice.d.ts +1 -0
- package/dist/store/slices/procedureTypeFieldsAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/projectFileSlice.d.ts +1 -0
- package/dist/store/slices/projectSlice.d.ts +1 -0
- package/dist/store/slices/userSlice.d.ts +1 -0
- package/dist/store/slices/workflowIssueLinkSlice.d.ts +1 -0
- package/dist/store/slices/workflowStepAssigneeSlice.d.ts +1 -0
- package/dist/store/slices/workflowStepCommentSlice.d.ts +1 -0
- package/dist/store/slices/workflowStepDefaultAssigneeSlice.d.ts +1 -0
- package/dist/store/slices/workflowStepDefaultReviewerSlice.d.ts +1 -0
- package/dist/store/slices/workflowStepEventSlice.d.ts +1 -0
- package/dist/store/slices/workflowStepFieldValuesAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/workflowStepFieldValuesReviewRequestSlice.d.ts +1 -0
- package/dist/store/slices/workflowStepFieldValuesReviewSlice.d.ts +1 -0
- package/dist/store/slices/workflowStepFieldValuesSlice.d.ts +1 -0
- package/dist/store/slices/workflowStepFieldsAttachmentSlice.d.ts +1 -0
- package/dist/store/slices/workflowStepFieldsSlice.d.ts +1 -0
- package/dist/store/slices/workflowStepReviewerSlice.d.ts +1 -0
- package/dist/typings/models/procedures.d.ts +7 -1
- package/package.json +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.