Files
huly-platform/plugins/training-resources/src/utils/index.ts
T
2024-06-03 19:55:54 +04:00

49 lines
1.9 KiB
TypeScript

//
// Copyright © 2024 Hardcore Engineering Inc.
//
// Licensed under the Eclipse Public License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. You may
// obtain a copy of the License at https://www.eclipse.org/legal/epl-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//
// See the License for the specific language governing permissions and
// limitations under the License.
//
export * from './canCancelTrainingRequest'
export * from './canChangeTrainingOwner'
export * from './canChangeTrainingRequestOwner'
export * from './canCreateTraining'
export * from './canCreateTrainingAttempt'
export * from './canCreateTrainingRequest'
export * from './canDeleteTraining'
export * from './canReleaseTraining'
export * from './canUpdateTrainingAttempt'
export * from './canUpdateTrainingOverview'
export * from './canUpdateTrainingQuestions'
export * from './canUpdateTrainingRequest'
export * from './canViewTraining'
export * from './canViewTrainingAttempt'
export * from './canViewTrainingIncomingRequests'
export * from './canViewTrainingMyResults'
export * from './canViewTrainingOverview'
export * from './canViewTrainingQuestsions'
export * from './canViewTrainingRequest'
export * from './canViewTrainingSentRequests'
export * from './canViewTrainingTraineesResults'
export * from './changeTrainingOwner'
export * from './changeTrainingRequestOwner'
export * from './CompletionMap'
export * from './copyTrainingAttachments'
export * from './copyTrainingQuestions'
export * from './createTraining'
export * from './createTrainingAttempt'
export * from './createTrainingRequest'
export * from './getCurrentEmployeeRef'
export * from './getNextTrainingSeqNumber'
export * from './queryLatestOwnAttempt'
export * from './submitTrainingAttempt'