@overmap-ai/core 1.0.78-procedures.0 → 1.0.78-procedures.10
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/procedures.d.ts +1 -3
- package/dist/overmap-core.js +6825 -6980
- package/dist/overmap-core.umd.cjs +6 -6
- package/dist/sdk/services/FormService.d.ts +4 -2
- package/dist/sdk/services/IssueAssociationService.d.ts +2 -1
- package/dist/sdk/services/IssueUpdateService.d.ts +6 -6
- package/dist/sdk/services/ProcedureFieldValuesAttachmentService.d.ts +31 -0
- package/dist/sdk/services/ProcedureFieldValuesService.d.ts +28 -0
- package/dist/sdk/services/ProcedureStepAssigneeService.d.ts +1 -1
- package/dist/sdk/services/ProcedureStepFieldValuesService.d.ts +1 -6
- package/dist/sdk/services/ProcedureStepService.d.ts +1 -1
- package/dist/sdk/services/ProcedureTypeAttachmentService.d.ts +30 -0
- package/dist/sdk/services/index.d.ts +3 -3
- package/dist/store/adapters/selectionAdapter.d.ts +9 -10
- package/dist/store/adapters/typings.d.ts +1 -3
- package/dist/store/reducers.d.ts +9 -9
- package/dist/store/slices/assetProcedureSlice.d.ts +3 -3
- package/dist/store/slices/assetProcedureStepFieldValuesAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/assetProcedureStepFieldValuesSlice.d.ts +3 -3
- package/dist/store/slices/assetProcedureStepFieldsAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/assetProcedureStepFieldsSlice.d.ts +6 -6
- package/dist/store/slices/assetProcedureStepSlice.d.ts +3 -3
- package/dist/store/slices/assetProcedureTypeAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/assetProcedureTypeFieldValuesAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/assetProcedureTypeFieldValuesSlice.d.ts +3 -3
- package/dist/store/slices/assetProcedureTypeFieldsAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/assetSlice.d.ts +3 -3
- package/dist/store/slices/assetStageCompletionSlice.d.ts +3 -3
- package/dist/store/slices/assetStageSlice.d.ts +3 -3
- package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +3 -3
- package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/assetTypeFieldsSlice.d.ts +3 -3
- package/dist/store/slices/assetTypeStatusSlice.d.ts +3 -3
- package/dist/store/slices/emailDomainsSlice.d.ts +3 -3
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/formRevisionSlice.d.ts +3 -3
- package/dist/store/slices/formSlice.d.ts +3 -3
- package/dist/store/slices/geoImageSlice.d.ts +3 -3
- package/dist/store/slices/index.d.ts +2 -2
- package/dist/store/slices/issueAssociationSlice.d.ts +3 -3
- package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +3 -3
- package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/issueTypeFieldsSlice.d.ts +3 -3
- package/dist/store/slices/issueTypeStatusSlice.d.ts +3 -3
- package/dist/store/slices/issueUpdateSlice.d.ts +9 -9
- package/dist/store/slices/organizationSlice.d.ts +3 -3
- package/dist/store/slices/{procedureTypeFieldValuesSlice.d.ts → procedureFieldValuesSlice.d.ts} +28 -28
- package/dist/store/slices/procedureStepAssigneeSlice.d.ts +3 -3
- package/dist/store/slices/procedureStepCommentSlice.d.ts +3 -3
- package/dist/store/slices/procedureStepDefaultAssigneeSlice.d.ts +3 -3
- package/dist/store/slices/procedureStepDefaultReviewerSlice.d.ts +3 -3
- package/dist/store/slices/procedureStepEventSlice.d.ts +3 -3
- package/dist/store/slices/procedureStepFieldValuesAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/procedureStepFieldValuesReviewSlice.d.ts +3 -3
- package/dist/store/slices/procedureStepFieldValuesSlice.d.ts +4 -5
- package/dist/store/slices/procedureStepFieldsAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/procedureStepFieldsSlice.d.ts +6 -6
- package/dist/store/slices/procedureStepReviewerSlice.d.ts +3 -3
- package/dist/store/slices/procedureStepSlice.d.ts +3 -4
- package/dist/store/slices/{procedureStepFieldValuesReviewRequestSlice.d.ts → procedureTypeAttachmentSlice.d.ts} +25 -47
- package/dist/store/slices/procedureTypeFieldValuesAttachmentSlice.d.ts +28 -28
- package/dist/store/slices/procedureTypeFieldsAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/procedureTypeSlice.d.ts +2 -3
- package/dist/store/slices/projectFileSlice.d.ts +3 -3
- package/dist/store/slices/projectSlice.d.ts +3 -3
- package/dist/store/slices/userSlice.d.ts +3 -3
- package/dist/store/slices/workflowIssueLinkSlice.d.ts +3 -3
- package/dist/store/slices/workflowStepAssigneeSlice.d.ts +3 -3
- package/dist/store/slices/workflowStepCommentSlice.d.ts +3 -3
- package/dist/store/slices/workflowStepDefaultAssigneeSlice.d.ts +3 -3
- package/dist/store/slices/workflowStepDefaultReviewerSlice.d.ts +3 -3
- package/dist/store/slices/workflowStepEventSlice.d.ts +3 -3
- package/dist/store/slices/workflowStepFieldValuesAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/workflowStepFieldValuesReviewRequestSlice.d.ts +3 -3
- package/dist/store/slices/workflowStepFieldValuesReviewSlice.d.ts +3 -3
- package/dist/store/slices/workflowStepFieldValuesSlice.d.ts +3 -3
- package/dist/store/slices/workflowStepFieldsAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/workflowStepFieldsSlice.d.ts +3 -3
- package/dist/store/slices/workflowStepReviewerSlice.d.ts +3 -3
- package/dist/typings/models/forms.d.ts +3 -2
- package/dist/typings/models/procedures.d.ts +15 -15
- package/dist/utils/models/index.d.ts +0 -1
- package/package.json +1 -1
- package/dist/sdk/services/ProcedureStepFieldValuesReviewRequestService.d.ts +0 -27
- package/dist/sdk/services/ProcedureTypeFieldValuesAttachmentService.d.ts +0 -31
- package/dist/sdk/services/ProcedureTypeFieldValuesService.d.ts +0 -33
- package/dist/utils/models/procedures.d.ts +0 -4
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.