SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/digitize/store/actions/actionNames.js

Summary

Maintainability
A
0 mins
Test Coverage
const ActionNames = {
  AddToContainer: 'addToContainer',
  AddTypeSpecimen: 'addTypeSpecimen',
  CloneCollectingEvent: 'cloneCollectingEvent',
  CreateDeterminationFromParams: 'createDeterminationFromParams',
  GetCOCitations: 'getCOCitations',
  GetCollectingEvent: 'getCollectingEvent',
  GetCollectionObject: 'getCollectionObject',
  GetIdentifier: 'getIdentifier',
  GetIdentifiers: 'getIdentifiers',
  GetLabels: 'getLabels',
  GetNamespace: 'getNamespace',
  SetTypeMaterial: 'setTypeMaterial',
  SetTypeMaterialTaxonName: 'setTypeMaterialTaxonName',
  GetTaxonDeterminations: 'getTaxonDeterminations',
  LoadTypeSpecimens: 'loadTypeSpecimens',
  LoadGeoreferences: 'loadGeoreferences',
  LoadBiologicalAssociations: 'loadBiologicalAssociations',
  LoadContainer: 'loadContainer',
  LoadDigitalization: 'loadDigitalization',
  LoadSoftValidations: 'loadSoftValidations',
  NewCollectingEvent: 'newCollectingEvent',
  NewCollectionObject: 'newCollectionObject',
  NewIdentifier: 'newIdentifier',
  NewLabel: 'newLabel',
  NewTypeMaterial: 'newTypeMaterial',
  RemoveCOCitation: 'removeCOCitation',
  RemoveCollectionObject: 'removeCollectionObject',
  RemoveContainer: 'removeContainer',
  RemoveContainerItem: 'removeContainerItem',
  RemoveDepictionsByImageId: 'removeDepictionsByImageId',
  RemoveTaxonDetermination: 'removeTaxonDetermination',
  RemoveTypeMaterial: 'removeTypeMaterial',
  ResetTaxonDetermination: 'resetTaxonDetermination',
  ResetStore: 'resetStore',
  ResetWithDefault: 'resetWithDefault',
  SaveBiologicalAssociations: 'saveBiologicalAssociation',
  SaveCOCitations: 'saveCOCitations',
  SaveCollectingEvent: 'saveCollectingEvent',
  SaveCollectionObject: 'saveCollectionObject',
  SaveContainer: 'saveContainer',
  SaveContainerItem: 'saveContainerItem',
  SaveDeterminations: 'saveDeterminations',
  SaveDigitalization: 'saveDigitalization',
  SaveIdentifier: 'saveIdentifier',
  SaveLabel: 'saveLabel',
  SaveTypeMaterial: 'saveTypeMaterial',
  UpdateLayoutPreferences: 'updateLayoutPreferences',
  UpdateLastChange: 'updateLastChange',
  UpdateCEChange: 'updateCEChange'
}

export default ActionNames