@luomus/laji-schema 2.0.60 → 2.0.62

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.
Files changed (260) hide show
  1. package/dist/cjs/classes/Annotation.js +1 -51
  2. package/dist/cjs/classes/Area.js +1 -13
  3. package/dist/cjs/classes/Audio.js +1 -97
  4. package/dist/cjs/classes/BirdSongRecognitionSkillLevel.js +1 -8
  5. package/dist/cjs/classes/Collection.js +1 -76
  6. package/dist/cjs/classes/CompleteList.js +1 -8
  7. package/dist/cjs/classes/Dataset.js +1 -6
  8. package/dist/cjs/classes/Document.js +1 -100
  9. package/dist/cjs/classes/Endangerment.js +1 -30
  10. package/dist/cjs/classes/Enums.js +2238 -0
  11. package/dist/cjs/classes/Event.js +1 -48
  12. package/dist/cjs/classes/Form.js +1 -25
  13. package/dist/cjs/classes/FormOptions.js +1 -30
  14. package/dist/cjs/classes/FormPermissionSingle.js +1 -8
  15. package/dist/cjs/classes/Gathering.js +1 -325
  16. package/dist/cjs/classes/GatheringEvent.js +1 -61
  17. package/dist/cjs/classes/GatheringFact.js +1 -249
  18. package/dist/cjs/classes/Habitat.js +1 -112
  19. package/dist/cjs/classes/Identification.js +1 -112
  20. package/dist/cjs/classes/Image.js +1 -103
  21. package/dist/cjs/classes/Individual.js +1 -27
  22. package/dist/cjs/classes/InformationSystem.js +1 -25
  23. package/dist/cjs/classes/IucnRedListEvaluation.js +1 -224
  24. package/dist/cjs/classes/Model.js +1 -97
  25. package/dist/cjs/classes/NamedPlace.js +1 -30
  26. package/dist/cjs/classes/News.js +1 -7
  27. package/dist/cjs/classes/Notification.js +1 -7
  28. package/dist/cjs/classes/Occurrence.js +1 -49
  29. package/dist/cjs/classes/Organization.js +1 -7
  30. package/dist/cjs/classes/Pdf.js +1 -34
  31. package/dist/cjs/classes/Permit.js +1 -18
  32. package/dist/cjs/classes/Person.js +1 -34
  33. package/dist/cjs/classes/Preparation.js +1 -38
  34. package/dist/cjs/classes/Profile.js +1 -17
  35. package/dist/cjs/classes/RegionalStatus.js +1 -49
  36. package/dist/cjs/classes/Sample.js +1 -143
  37. package/dist/cjs/classes/SpecimenTransaction.js +1 -64
  38. package/dist/cjs/classes/SpecimenTransactionEvent.js +1 -6
  39. package/dist/cjs/classes/SubUnit.js +1 -13
  40. package/dist/cjs/classes/Tag.js +1 -30
  41. package/dist/cjs/classes/Taxon.js +1 -377
  42. package/dist/cjs/classes/TaxonCensus.js +1 -33
  43. package/dist/cjs/classes/TaxonInteraction.js +1 -62
  44. package/dist/cjs/classes/Transaction.js +1 -74
  45. package/dist/cjs/classes/TransactionEvent.js +1 -16
  46. package/dist/cjs/classes/TransactionItem.js +1 -14
  47. package/dist/cjs/classes/TypeSpecimen.js +1 -45
  48. package/dist/cjs/classes/Unit.js +1 -609
  49. package/dist/cjs/classes/UnitFact.js +1 -96
  50. package/dist/cjs/classes/Video.js +1 -97
  51. package/dist/cjs/classes/index.js +11 -0
  52. package/dist/cjs/models/Enums.js +2 -0
  53. package/dist/cjs/models/index.js +11 -0
  54. package/dist/dto/Annotation.dto.ts +8 -45
  55. package/dist/dto/Area.dto.ts +2 -11
  56. package/dist/dto/Audio.dto.ts +7 -90
  57. package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +2 -6
  58. package/dist/dto/Collection.dto.ts +9 -67
  59. package/dist/dto/CompleteList.dto.ts +2 -6
  60. package/dist/dto/Dataset.dto.ts +2 -4
  61. package/dist/dto/Document.dto.ts +7 -93
  62. package/dist/dto/Endangerment.dto.ts +2 -28
  63. package/dist/dto/Enums.dto.ts +2074 -0
  64. package/dist/dto/Event.dto.ts +3 -45
  65. package/dist/dto/Form.dto.ts +3 -21
  66. package/dist/dto/FormOptions.dto.ts +5 -25
  67. package/dist/dto/FormPermissionSingle.dto.ts +2 -6
  68. package/dist/dto/Gathering.dto.ts +15 -310
  69. package/dist/dto/GatheringEvent.dto.ts +4 -55
  70. package/dist/dto/GatheringFact.dto.ts +18 -224
  71. package/dist/dto/Habitat.dto.ts +3 -109
  72. package/dist/dto/Identification.dto.ts +6 -106
  73. package/dist/dto/Image.dto.ts +8 -95
  74. package/dist/dto/Individual.dto.ts +2 -25
  75. package/dist/dto/InformationSystem.dto.ts +4 -21
  76. package/dist/dto/IucnRedListEvaluation.dto.ts +8 -208
  77. package/dist/dto/Model.dto.ts +7 -90
  78. package/dist/dto/NamedPlace.dto.ts +4 -26
  79. package/dist/dto/News.dto.ts +2 -5
  80. package/dist/dto/Notification.dto.ts +2 -5
  81. package/dist/dto/Occurrence.dto.ts +2 -47
  82. package/dist/dto/Organization.dto.ts +2 -5
  83. package/dist/dto/Pdf.dto.ts +3 -31
  84. package/dist/dto/Permit.dto.ts +3 -15
  85. package/dist/dto/Person.dto.ts +4 -30
  86. package/dist/dto/Preparation.dto.ts +3 -35
  87. package/dist/dto/Profile.dto.ts +3 -14
  88. package/dist/dto/RegionalStatus.dto.ts +2 -47
  89. package/dist/dto/Sample.dto.ts +9 -134
  90. package/dist/dto/SpecimenTransaction.dto.ts +8 -56
  91. package/dist/dto/SpecimenTransactionEvent.dto.ts +2 -4
  92. package/dist/dto/SubUnit.dto.ts +2 -11
  93. package/dist/dto/Tag.dto.ts +3 -26
  94. package/dist/dto/Taxon.dto.ts +11 -359
  95. package/dist/dto/TaxonCensus.dto.ts +3 -30
  96. package/dist/dto/TaxonInteraction.dto.ts +3 -58
  97. package/dist/dto/Transaction.dto.ts +9 -65
  98. package/dist/dto/TransactionEvent.dto.ts +3 -13
  99. package/dist/dto/TransactionItem.dto.ts +3 -11
  100. package/dist/dto/TypeSpecimen.dto.ts +4 -41
  101. package/dist/dto/Unit.dto.ts +33 -575
  102. package/dist/dto/UnitFact.dto.ts +11 -85
  103. package/dist/dto/Video.dto.ts +7 -90
  104. package/dist/dto/index.dto.ts +2 -1
  105. package/dist/esm/classes/Annotation.js +0 -50
  106. package/dist/esm/classes/Area.js +0 -12
  107. package/dist/esm/classes/Audio.js +0 -96
  108. package/dist/esm/classes/BirdSongRecognitionSkillLevel.js +0 -7
  109. package/dist/esm/classes/Collection.js +0 -75
  110. package/dist/esm/classes/CompleteList.js +0 -7
  111. package/dist/esm/classes/Dataset.js +0 -5
  112. package/dist/esm/classes/Document.js +0 -99
  113. package/dist/esm/classes/Endangerment.js +0 -29
  114. package/dist/esm/classes/Enums.js +2232 -0
  115. package/dist/esm/classes/Event.js +0 -47
  116. package/dist/esm/classes/Form.js +0 -24
  117. package/dist/esm/classes/FormOptions.js +0 -29
  118. package/dist/esm/classes/FormPermissionSingle.js +0 -7
  119. package/dist/esm/classes/Gathering.js +0 -324
  120. package/dist/esm/classes/GatheringEvent.js +0 -60
  121. package/dist/esm/classes/GatheringFact.js +0 -248
  122. package/dist/esm/classes/Habitat.js +0 -111
  123. package/dist/esm/classes/Identification.js +0 -111
  124. package/dist/esm/classes/Image.js +0 -102
  125. package/dist/esm/classes/Individual.js +0 -26
  126. package/dist/esm/classes/InformationSystem.js +0 -24
  127. package/dist/esm/classes/IucnRedListEvaluation.js +0 -223
  128. package/dist/esm/classes/Model.js +0 -96
  129. package/dist/esm/classes/NamedPlace.js +0 -29
  130. package/dist/esm/classes/News.js +0 -6
  131. package/dist/esm/classes/Notification.js +0 -6
  132. package/dist/esm/classes/Occurrence.js +0 -48
  133. package/dist/esm/classes/Organization.js +0 -6
  134. package/dist/esm/classes/Pdf.js +0 -33
  135. package/dist/esm/classes/Permit.js +0 -17
  136. package/dist/esm/classes/Person.js +0 -33
  137. package/dist/esm/classes/Preparation.js +0 -37
  138. package/dist/esm/classes/Profile.js +0 -16
  139. package/dist/esm/classes/RegionalStatus.js +0 -48
  140. package/dist/esm/classes/Sample.js +0 -142
  141. package/dist/esm/classes/SpecimenTransaction.js +0 -63
  142. package/dist/esm/classes/SpecimenTransactionEvent.js +0 -5
  143. package/dist/esm/classes/SubUnit.js +0 -12
  144. package/dist/esm/classes/Tag.js +0 -29
  145. package/dist/esm/classes/Taxon.js +0 -376
  146. package/dist/esm/classes/TaxonCensus.js +0 -32
  147. package/dist/esm/classes/TaxonInteraction.js +0 -61
  148. package/dist/esm/classes/Transaction.js +0 -73
  149. package/dist/esm/classes/TransactionEvent.js +0 -15
  150. package/dist/esm/classes/TransactionItem.js +0 -13
  151. package/dist/esm/classes/TypeSpecimen.js +0 -44
  152. package/dist/esm/classes/Unit.js +0 -608
  153. package/dist/esm/classes/UnitFact.js +0 -95
  154. package/dist/esm/classes/Video.js +0 -96
  155. package/dist/esm/classes/index.js +1 -0
  156. package/dist/esm/models/Enums.js +1 -0
  157. package/dist/esm/models/index.js +1 -0
  158. package/dist/types/classes/Annotation.d.ts +7 -45
  159. package/dist/types/classes/Area.d.ts +1 -11
  160. package/dist/types/classes/Audio.d.ts +6 -90
  161. package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +1 -6
  162. package/dist/types/classes/Collection.d.ts +8 -67
  163. package/dist/types/classes/CompleteList.d.ts +1 -6
  164. package/dist/types/classes/Dataset.d.ts +1 -4
  165. package/dist/types/classes/Document.d.ts +6 -93
  166. package/dist/types/classes/Endangerment.d.ts +1 -28
  167. package/dist/types/classes/Enums.d.ts +2074 -0
  168. package/dist/types/classes/Event.d.ts +2 -45
  169. package/dist/types/classes/Form.d.ts +2 -21
  170. package/dist/types/classes/FormOptions.d.ts +4 -25
  171. package/dist/types/classes/FormPermissionSingle.d.ts +1 -6
  172. package/dist/types/classes/Gathering.d.ts +14 -310
  173. package/dist/types/classes/GatheringEvent.d.ts +3 -55
  174. package/dist/types/classes/GatheringFact.d.ts +17 -224
  175. package/dist/types/classes/Habitat.d.ts +2 -109
  176. package/dist/types/classes/Identification.d.ts +5 -106
  177. package/dist/types/classes/Image.d.ts +7 -95
  178. package/dist/types/classes/Individual.d.ts +1 -25
  179. package/dist/types/classes/InformationSystem.d.ts +3 -21
  180. package/dist/types/classes/IucnRedListEvaluation.d.ts +7 -208
  181. package/dist/types/classes/Model.d.ts +6 -90
  182. package/dist/types/classes/NamedPlace.d.ts +3 -26
  183. package/dist/types/classes/News.d.ts +1 -5
  184. package/dist/types/classes/Notification.d.ts +1 -5
  185. package/dist/types/classes/Occurrence.d.ts +1 -47
  186. package/dist/types/classes/Organization.d.ts +1 -5
  187. package/dist/types/classes/Pdf.d.ts +2 -31
  188. package/dist/types/classes/Permit.d.ts +2 -15
  189. package/dist/types/classes/Person.d.ts +3 -30
  190. package/dist/types/classes/Preparation.d.ts +2 -35
  191. package/dist/types/classes/Profile.d.ts +2 -14
  192. package/dist/types/classes/RegionalStatus.d.ts +1 -47
  193. package/dist/types/classes/Sample.d.ts +8 -134
  194. package/dist/types/classes/SpecimenTransaction.d.ts +7 -56
  195. package/dist/types/classes/SpecimenTransactionEvent.d.ts +1 -4
  196. package/dist/types/classes/SubUnit.d.ts +1 -11
  197. package/dist/types/classes/Tag.d.ts +2 -26
  198. package/dist/types/classes/Taxon.d.ts +10 -359
  199. package/dist/types/classes/TaxonCensus.d.ts +2 -30
  200. package/dist/types/classes/TaxonInteraction.d.ts +2 -58
  201. package/dist/types/classes/Transaction.d.ts +8 -65
  202. package/dist/types/classes/TransactionEvent.d.ts +2 -13
  203. package/dist/types/classes/TransactionItem.d.ts +2 -11
  204. package/dist/types/classes/TypeSpecimen.d.ts +3 -41
  205. package/dist/types/classes/Unit.d.ts +32 -575
  206. package/dist/types/classes/UnitFact.d.ts +10 -85
  207. package/dist/types/classes/Video.d.ts +6 -90
  208. package/dist/types/classes/index.d.ts +1 -0
  209. package/dist/types/models/Annotation.d.ts +7 -7
  210. package/dist/types/models/Area.d.ts +1 -1
  211. package/dist/types/models/Audio.d.ts +6 -6
  212. package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +1 -1
  213. package/dist/types/models/Collection.d.ts +8 -8
  214. package/dist/types/models/CompleteList.d.ts +1 -1
  215. package/dist/types/models/Dataset.d.ts +1 -1
  216. package/dist/types/models/Document.d.ts +6 -6
  217. package/dist/types/models/Endangerment.d.ts +1 -1
  218. package/dist/types/models/Enums.d.ts +158 -0
  219. package/dist/types/models/Event.d.ts +2 -2
  220. package/dist/types/models/Form.d.ts +2 -3
  221. package/dist/types/models/FormOptions.d.ts +4 -4
  222. package/dist/types/models/FormPermissionSingle.d.ts +1 -1
  223. package/dist/types/models/Gathering.d.ts +14 -14
  224. package/dist/types/models/GatheringEvent.d.ts +3 -5
  225. package/dist/types/models/GatheringFact.d.ts +17 -24
  226. package/dist/types/models/Habitat.d.ts +2 -2
  227. package/dist/types/models/Identification.d.ts +5 -5
  228. package/dist/types/models/Image.d.ts +7 -7
  229. package/dist/types/models/Individual.d.ts +1 -1
  230. package/dist/types/models/InformationSystem.d.ts +3 -3
  231. package/dist/types/models/IucnRedListEvaluation.d.ts +7 -15
  232. package/dist/types/models/Model.d.ts +6 -6
  233. package/dist/types/models/NamedPlace.d.ts +3 -3
  234. package/dist/types/models/News.d.ts +1 -1
  235. package/dist/types/models/Notification.d.ts +1 -1
  236. package/dist/types/models/Occurrence.d.ts +1 -1
  237. package/dist/types/models/Organization.d.ts +1 -1
  238. package/dist/types/models/Pdf.d.ts +2 -2
  239. package/dist/types/models/Permit.d.ts +2 -2
  240. package/dist/types/models/Person.d.ts +3 -3
  241. package/dist/types/models/Preparation.d.ts +2 -2
  242. package/dist/types/models/Profile.d.ts +2 -2
  243. package/dist/types/models/RegionalStatus.d.ts +1 -1
  244. package/dist/types/models/Sample.d.ts +8 -8
  245. package/dist/types/models/SpecimenTransaction.d.ts +7 -7
  246. package/dist/types/models/SpecimenTransactionEvent.d.ts +1 -1
  247. package/dist/types/models/SubUnit.d.ts +1 -1
  248. package/dist/types/models/Tag.d.ts +2 -3
  249. package/dist/types/models/Taxon.d.ts +10 -17
  250. package/dist/types/models/TaxonCensus.d.ts +2 -2
  251. package/dist/types/models/TaxonInteraction.d.ts +2 -3
  252. package/dist/types/models/Transaction.d.ts +8 -8
  253. package/dist/types/models/TransactionEvent.d.ts +2 -2
  254. package/dist/types/models/TransactionItem.d.ts +2 -2
  255. package/dist/types/models/TypeSpecimen.d.ts +3 -3
  256. package/dist/types/models/Unit.d.ts +32 -33
  257. package/dist/types/models/UnitFact.d.ts +10 -10
  258. package/dist/types/models/Video.d.ts +6 -6
  259. package/dist/types/models/index.d.ts +1 -0
  260. package/package.json +1 -1
@@ -1,45 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Pdf = exports.PublicityRestrictionsEnum = exports.IntellectualRightsEnum = void 0;
3
+ exports.Pdf = void 0;
4
4
  /* tslint:disable */
5
5
  /*
6
6
  * This file was automatically generated.
7
7
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
8
8
  * and run the command to regenerate this file.
9
9
  */
10
- var IntellectualRightsEnum;
11
- (function (IntellectualRightsEnum) {
12
- IntellectualRightsEnum["intellectualRightsCC-BY-SA-4.0"] = "MZ.intellectualRightsCC-BY-SA-4.0";
13
- IntellectualRightsEnum["intellectualRightsCC-BY-NC-4.0"] = "MZ.intellectualRightsCC-BY-NC-4.0";
14
- IntellectualRightsEnum["intellectualRightsCC-BY-NC-SA-4.0"] = "MZ.intellectualRightsCC-BY-NC-SA-4.0";
15
- IntellectualRightsEnum["intellectualRightsCC-BY-4.0"] = "MZ.intellectualRightsCC-BY-4.0";
16
- IntellectualRightsEnum["intellectualRightsCC0-4.0"] = "MZ.intellectualRightsCC0-4.0";
17
- IntellectualRightsEnum["intellectualRightsODBL-1.0"] = "MZ.intellectualRightsODBL-1.0";
18
- IntellectualRightsEnum["intellectualRightsPD"] = "MZ.intellectualRightsPD";
19
- IntellectualRightsEnum["intellectualRightsARR"] = "MZ.intellectualRightsARR";
20
- IntellectualRightsEnum["intellectualRightsCC-BY-2.0"] = "MZ.intellectualRightsCC-BY-2.0";
21
- IntellectualRightsEnum["intellectualRightsCC-BY-SA-2.0"] = "MZ.intellectualRightsCC-BY-SA-2.0";
22
- IntellectualRightsEnum["intellectualRightsCC-BY-SA-2.0-DE"] = "MZ.intellectualRightsCC-BY-SA-2.0-DE";
23
- IntellectualRightsEnum["intellectualRightsCC-BY-NC-2.0"] = "MZ.intellectualRightsCC-BY-NC-2.0";
24
- IntellectualRightsEnum["intellectualRightsCC-BY-NC-SA-2.0"] = "MZ.intellectualRightsCC-BY-NC-SA-2.0";
25
- IntellectualRightsEnum["intellectualRightsCC-BY-NC-ND-2.0"] = "MZ.intellectualRightsCC-BY-NC-ND-2.0";
26
- IntellectualRightsEnum["intellectualRightsCC-BY-SA-2.5"] = "MZ.intellectualRightsCC-BY-SA-2.5";
27
- IntellectualRightsEnum["intellectualRightsCC-BY-SA-2.5-SE"] = "MZ.intellectualRightsCC-BY-SA-2.5-SE";
28
- IntellectualRightsEnum["intellectualRightsCC-BY-3.0"] = "MZ.intellectualRightsCC-BY-3.0";
29
- IntellectualRightsEnum["intellectualRightsCC-BY-SA-3.0"] = "MZ.intellectualRightsCC-BY-SA-3.0";
30
- IntellectualRightsEnum["intellectualRightsCC-BY-NC-SA-3.0"] = "MZ.intellectualRightsCC-BY-NC-SA-3.0";
31
- IntellectualRightsEnum["intellectualRightsCC-BY-ND-4.0"] = "MZ.intellectualRightsCC-BY-ND-4.0";
32
- IntellectualRightsEnum["intellectualRightsCC-BY-NC-ND-4.0"] = "MZ.intellectualRightsCC-BY-NC-ND-4.0";
33
- IntellectualRightsEnum["intellectualRightsCC-BY"] = "MY.intellectualRightsCC-BY";
34
- IntellectualRightsEnum["intellectualRightsCC0"] = "MY.intellectualRightsCC0";
35
- })(IntellectualRightsEnum = exports.IntellectualRightsEnum || (exports.IntellectualRightsEnum = {}));
36
- var PublicityRestrictionsEnum;
37
- (function (PublicityRestrictionsEnum) {
38
- PublicityRestrictionsEnum["empty"] = "";
39
- PublicityRestrictionsEnum["publicityRestrictionsPublic"] = "MZ.publicityRestrictionsPublic";
40
- PublicityRestrictionsEnum["publicityRestrictionsProtected"] = "MZ.publicityRestrictionsProtected";
41
- PublicityRestrictionsEnum["publicityRestrictionsPrivate"] = "MZ.publicityRestrictionsPrivate";
42
- })(PublicityRestrictionsEnum = exports.PublicityRestrictionsEnum || (exports.PublicityRestrictionsEnum = {}));
43
10
  class Pdf {
44
11
  }
45
12
  exports.Pdf = Pdf;
@@ -1,29 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Permit = exports.PermitTypeEnum = exports.PermitStatusEnum = void 0;
3
+ exports.Permit = void 0;
4
4
  /* tslint:disable */
5
5
  /*
6
6
  * This file was automatically generated.
7
7
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
8
8
  * and run the command to regenerate this file.
9
9
  */
10
- var PermitStatusEnum;
11
- (function (PermitStatusEnum) {
12
- PermitStatusEnum["empty"] = "";
13
- PermitStatusEnum["permitStatusAvailable"] = "HRA.permitStatusAvailable";
14
- PermitStatusEnum["permitStatusNotRequired"] = "HRA.permitStatusNotRequired";
15
- })(PermitStatusEnum = exports.PermitStatusEnum || (exports.PermitStatusEnum = {}));
16
- var PermitTypeEnum;
17
- (function (PermitTypeEnum) {
18
- PermitTypeEnum["empty"] = "";
19
- PermitTypeEnum["permitTypePIC"] = "HRA.permitTypePIC";
20
- PermitTypeEnum["permitTypeMAT"] = "HRA.permitTypeMAT";
21
- PermitTypeEnum["permitTypeMTA"] = "HRA.permitTypeMTA";
22
- PermitTypeEnum["permitCollectingPermit"] = "HRA.permitCollectingPermit";
23
- PermitTypeEnum["permitTypeExportPermit"] = "HRA.permitTypeExportPermit";
24
- PermitTypeEnum["permitTypeOther"] = "HRA.permitTypeOther";
25
- PermitTypeEnum["permitTypeMemorandumOfUnderstanding"] = "HRA.permitTypeMemorandumOfUnderstanding";
26
- })(PermitTypeEnum = exports.PermitTypeEnum || (exports.PermitTypeEnum = {}));
27
10
  class Permit {
28
11
  }
29
12
  exports.Permit = Permit;
@@ -1,45 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Person = exports.RoleKotkaEnum = exports.RequiredRolesEnum = exports.Roles = void 0;
3
+ exports.Person = void 0;
4
4
  /* tslint:disable */
5
5
  /*
6
6
  * This file was automatically generated.
7
7
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
8
8
  * and run the command to regenerate this file.
9
9
  */
10
- var Roles;
11
- (function (Roles) {
12
- Roles["empty"] = "";
13
- Roles["admin"] = "MA.admin";
14
- Roles["securePortalUser"] = "MA.securePortalUser";
15
- Roles["sensitiveInformationApprovalRequestHandler"] = "MA.sensitiveInformationApprovalRequestHandler";
16
- Roles["taxonEditorUser"] = "MA.taxonEditorUser";
17
- Roles["taxonEditorUserDescriptionWriterOnly"] = "MA.taxonEditorUserDescriptionWriterOnly";
18
- Roles["haukkaUser"] = "MA.haukkaUser";
19
- Roles["satelliteDataManagementUser"] = "MA.satelliteDataManagementUser";
20
- Roles["invasivePortalAdmin"] = "MA.invasivePortalAdmin";
21
- Roles["speciesChallengeAdmin"] = "MA.speciesChallengeAdmin";
22
- Roles["luomusSpaceCalendarUser"] = "MA.luomusSpaceCalendarUser";
23
- Roles["luomusSpaceOpeningTimesUser"] = "MA.luomusSpaceOpeningTimesUser";
24
- Roles["taxonIdEditor"] = "MA.taxonIdEditor";
25
- })(Roles = exports.Roles || (exports.Roles = {}));
26
- var RequiredRolesEnum;
27
- (function (RequiredRolesEnum) {
28
- RequiredRolesEnum["empty"] = "";
29
- RequiredRolesEnum["expert"] = "MMAN.expert";
30
- RequiredRolesEnum["basic"] = "MMAN.basic";
31
- RequiredRolesEnum["owner"] = "MMAN.owner";
32
- RequiredRolesEnum["formAdmin"] = "MMAN.formAdmin";
33
- RequiredRolesEnum["ictAdmin"] = "MMAN.ictAdmin";
34
- })(RequiredRolesEnum = exports.RequiredRolesEnum || (exports.RequiredRolesEnum = {}));
35
- var RoleKotkaEnum;
36
- (function (RoleKotkaEnum) {
37
- RoleKotkaEnum["empty"] = "";
38
- RoleKotkaEnum["admin"] = "MA.admin";
39
- RoleKotkaEnum["advanced"] = "MA.advanced";
40
- RoleKotkaEnum["member"] = "MA.member";
41
- RoleKotkaEnum["guest"] = "MA.guest";
42
- })(RoleKotkaEnum = exports.RoleKotkaEnum || (exports.RoleKotkaEnum = {}));
43
10
  class Person {
44
11
  }
45
12
  exports.Person = Person;
@@ -1,49 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Preparation = exports.PreparationProcessEnum = exports.PreparationMaterialsEnum = void 0;
3
+ exports.Preparation = void 0;
4
4
  /* tslint:disable */
5
5
  /*
6
6
  * This file was automatically generated.
7
7
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
8
8
  * and run the command to regenerate this file.
9
9
  */
10
- var PreparationMaterialsEnum;
11
- (function (PreparationMaterialsEnum) {
12
- PreparationMaterialsEnum["empty"] = "";
13
- PreparationMaterialsEnum["preparationMaterialsAcetone"] = "MF.preparationMaterialsAcetone";
14
- PreparationMaterialsEnum["preparationMaterialsAmmonia"] = "MF.preparationMaterialsAmmonia";
15
- PreparationMaterialsEnum["preparationMaterialsBasyntan"] = "MF.preparationMaterialsBasyntan";
16
- PreparationMaterialsEnum["preparationMaterialsBorax"] = "MF.preparationMaterialsBorax";
17
- PreparationMaterialsEnum["preparationMaterialsEulan"] = "MF.preparationMaterialsEulan";
18
- PreparationMaterialsEnum["preparationMaterialsHydrogenPeroxide"] = "MF.preparationMaterialsHydrogenPeroxide";
19
- PreparationMaterialsEnum["preparationMaterialsMethyleneChloride"] = "MF.preparationMaterialsMethyleneChloride";
20
- PreparationMaterialsEnum["preparationMaterialsNovaltan"] = "MF.preparationMaterialsNovaltan";
21
- PreparationMaterialsEnum["preparationMaterialsPapaine"] = "MF.preparationMaterialsPapaine";
22
- PreparationMaterialsEnum["preparationMaterialsPlaster"] = "MF.preparationMaterialsPlaster";
23
- PreparationMaterialsEnum["preparationMaterialsPolyurethane"] = "MF.preparationMaterialsPolyurethane";
24
- PreparationMaterialsEnum["preparationMaterialsPretanix"] = "MF.preparationMaterialsPretanix";
25
- PreparationMaterialsEnum["preparationMaterialsPurifiedGasoline"] = "MF.preparationMaterialsPurifiedGasoline";
26
- PreparationMaterialsEnum["preparationMaterialsWoodWool"] = "MF.preparationMaterialsWoodWool";
27
- PreparationMaterialsEnum["preparationMaterialsCTAB"] = "MF.preparationMaterialsCTAB";
28
- PreparationMaterialsEnum["preparationMaterialsEZNAForensicKit"] = "MF.preparationMaterialsEZNAForensicKit";
29
- PreparationMaterialsEnum["preparationMaterialsDNEasyBloodAndTissueKit"] = "MF.preparationMaterialsDNEasyBloodAndTissueKit";
30
- PreparationMaterialsEnum["preparationMaterialsDNEasyPlantKit"] = "MF.preparationMaterialsDNEasyPlantKit";
31
- PreparationMaterialsEnum["preparationMaterialsNucleospinTissueKit"] = "MF.preparationMaterialsNucleospinTissueKit";
32
- PreparationMaterialsEnum["preparationMaterialsNucleospinPlantTwo"] = "MF.preparationMaterialsNucleospinPlantTwo";
33
- PreparationMaterialsEnum["preparationMaterialsSaltExtraction"] = "MF.preparationMaterialsSaltExtraction";
34
- PreparationMaterialsEnum["preparationMaterialsDNeasyPlantMiniKit"] = "MF.preparationMaterialsDNeasyPlantMiniKit";
35
- PreparationMaterialsEnum["preparationMaterialsMagAttractHMWDNAKit"] = "MF.preparationMaterialsMagAttractHMWDNAKit";
36
- })(PreparationMaterialsEnum = exports.PreparationMaterialsEnum || (exports.PreparationMaterialsEnum = {}));
37
- var PreparationProcessEnum;
38
- (function (PreparationProcessEnum) {
39
- PreparationProcessEnum["empty"] = "";
40
- PreparationProcessEnum["preparationProcessTanning"] = "MF.preparationProcessTanning";
41
- PreparationProcessEnum["preparationProcessEnzymaticMaceration"] = "MF.preparationProcessEnzymaticMaceration";
42
- PreparationProcessEnum["preparationProcessDegreasing"] = "MF.preparationProcessDegreasing";
43
- PreparationProcessEnum["preparationProcessBeetleCleaning"] = "MF.preparationProcessBeetleCleaning";
44
- PreparationProcessEnum["preparationProcessPEG"] = "MF.preparationProcessPEG";
45
- PreparationProcessEnum["preparationProcessFreezeDrying"] = "MF.preparationProcessFreezeDrying";
46
- })(PreparationProcessEnum = exports.PreparationProcessEnum || (exports.PreparationProcessEnum = {}));
47
10
  class Preparation {
48
11
  }
49
12
  exports.Preparation = Preparation;
@@ -1,28 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Profile = exports.FinnishBirdSongRecognitionSkillLevelEnum = exports.BirdwatchingActivityLevelEnum = void 0;
3
+ exports.Profile = void 0;
4
4
  /* tslint:disable */
5
5
  /*
6
6
  * This file was automatically generated.
7
7
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
8
8
  * and run the command to regenerate this file.
9
9
  */
10
- var BirdwatchingActivityLevelEnum;
11
- (function (BirdwatchingActivityLevelEnum) {
12
- BirdwatchingActivityLevelEnum["empty"] = "";
13
- BirdwatchingActivityLevelEnum["birdwatchingActivityLevelEnum1"] = "MA.birdwatchingActivityLevelEnum1";
14
- BirdwatchingActivityLevelEnum["birdwatchingActivityLevelEnum2"] = "MA.birdwatchingActivityLevelEnum2";
15
- BirdwatchingActivityLevelEnum["birdwatchingActivityLevelEnum3"] = "MA.birdwatchingActivityLevelEnum3";
16
- BirdwatchingActivityLevelEnum["birdwatchingActivityLevelEnum4"] = "MA.birdwatchingActivityLevelEnum4";
17
- })(BirdwatchingActivityLevelEnum = exports.BirdwatchingActivityLevelEnum || (exports.BirdwatchingActivityLevelEnum = {}));
18
- var FinnishBirdSongRecognitionSkillLevelEnum;
19
- (function (FinnishBirdSongRecognitionSkillLevelEnum) {
20
- FinnishBirdSongRecognitionSkillLevelEnum["empty"] = "";
21
- FinnishBirdSongRecognitionSkillLevelEnum["finnishBirdSongRecognitionSkillLevelEnum1"] = "MA.finnishBirdSongRecognitionSkillLevelEnum1";
22
- FinnishBirdSongRecognitionSkillLevelEnum["finnishBirdSongRecognitionSkillLevelEnum2"] = "MA.finnishBirdSongRecognitionSkillLevelEnum2";
23
- FinnishBirdSongRecognitionSkillLevelEnum["finnishBirdSongRecognitionSkillLevelEnum3"] = "MA.finnishBirdSongRecognitionSkillLevelEnum3";
24
- FinnishBirdSongRecognitionSkillLevelEnum["finnishBirdSongRecognitionSkillLevelEnum4"] = "MA.finnishBirdSongRecognitionSkillLevelEnum4";
25
- })(FinnishBirdSongRecognitionSkillLevelEnum = exports.FinnishBirdSongRecognitionSkillLevelEnum || (exports.FinnishBirdSongRecognitionSkillLevelEnum = {}));
26
10
  class Profile {
27
11
  }
28
12
  exports.Profile = Profile;
@@ -1,60 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegionalStatus = exports.TypeOfOccurrenceEnum = void 0;
3
+ exports.RegionalStatus = void 0;
4
4
  /* tslint:disable */
5
5
  /*
6
6
  * This file was automatically generated.
7
7
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
8
8
  * and run the command to regenerate this file.
9
9
  */
10
- var TypeOfOccurrenceEnum;
11
- (function (TypeOfOccurrenceEnum) {
12
- TypeOfOccurrenceEnum["MX.doesNotOccur"] = "MX.doesNotOccur";
13
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceOccurs"] = "MX.typeOfOccurrenceOccurs";
14
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceStablePopulation"] = "MX.typeOfOccurrenceStablePopulation";
15
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceCommon"] = "MX.typeOfOccurrenceCommon";
16
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceRare"] = "MX.typeOfOccurrenceRare";
17
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceVeryRare"] = "MX.typeOfOccurrenceVeryRare";
18
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceVagrant"] = "MX.typeOfOccurrenceVagrant";
19
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceRareVagrant"] = "MX.typeOfOccurrenceRareVagrant";
20
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceMigrant"] = "MX.typeOfOccurrenceMigrant";
21
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceImport"] = "MX.typeOfOccurrenceImport";
22
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceAnthropogenic"] = "MX.typeOfOccurrenceAnthropogenic";
23
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceNotEstablished"] = "MX.typeOfOccurrenceNotEstablished";
24
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceExtirpated"] = "MX.typeOfOccurrenceExtirpated";
25
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceOldRecords"] = "MX.typeOfOccurrenceOldRecords";
26
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceUncertain"] = "MX.typeOfOccurrenceUncertain";
27
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceSpontaneousOldResident"] = "MX.typeOfOccurrenceSpontaneousOldResident";
28
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceSpontaneousNewResident"] = "MX.typeOfOccurrenceSpontaneousNewResident";
29
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceAlienOldResident"] = "MX.typeOfOccurrenceAlienOldResident";
30
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceSpontaneousNewEphemeral"] = "MX.typeOfOccurrenceSpontaneousNewEphemeral";
31
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceSpontaneousNewEphemeralOnlyOld"] = "MX.typeOfOccurrenceSpontaneousNewEphemeralOnlyOld";
32
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceSpontaneousOldFormerlyResidentPossiblyExtinct"] = "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentPossiblyExtinct";
33
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceSpontaneousOldFormerlyResidentExtinct"] = "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentExtinct";
34
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceAlienNewEphemeral"] = "MX.typeOfOccurrenceAlienNewEphemeral";
35
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceAlienNewEphemeralOnlyold"] = "MX.typeOfOccurrenceAlienNewEphemeralOnlyold";
36
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceAlienNewResident"] = "MX.typeOfOccurrenceAlienNewResident";
37
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceAlienOldFormerlyResidentPossiblyExtinct"] = "MX.typeOfOccurrenceAlienOldFormerlyResidentPossiblyExtinct";
38
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceAlienOldExtinct"] = "MX.typeOfOccurrenceAlienOldExtinct";
39
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceSmallDegreeCultivatedOrigin"] = "MX.typeOfOccurrenceSmallDegreeCultivatedOrigin";
40
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceNotableDegreeCultivatedOrigin"] = "MX.typeOfOccurrenceNotableDegreeCultivatedOrigin";
41
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceCompletelyCultivatedOrigin"] = "MX.typeOfOccurrenceCompletelyCultivatedOrigin";
42
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceOnlyCultivated"] = "MX.typeOfOccurrenceOnlyCultivated";
43
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceMaxShortDistanceEscape"] = "MX.typeOfOccurrenceMaxShortDistanceEscape";
44
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceMaxSoilImmigrant"] = "MX.typeOfOccurrenceMaxSoilImmigrant";
45
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceMaxReplanted"] = "MX.typeOfOccurrenceMaxReplanted";
46
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceMaxRelict"] = "MX.typeOfOccurrenceMaxRelict";
47
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceNotEvaluated"] = "MX.typeOfOccurrenceNotEvaluated";
48
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceRegularBreeder"] = "MX.typeOfOccurrenceRegularBreeder";
49
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceIrregularBreeder"] = "MX.typeOfOccurrenceIrregularBreeder";
50
- TypeOfOccurrenceEnum["MX.typeOfOccurrencePassageMigrant"] = "MX.typeOfOccurrencePassageMigrant";
51
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceBirdLifeCategoryA"] = "MX.typeOfOccurrenceBirdLifeCategoryA";
52
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceBirdLifeCategoryB"] = "MX.typeOfOccurrenceBirdLifeCategoryB";
53
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceBirdLifeCategoryC"] = "MX.typeOfOccurrenceBirdLifeCategoryC";
54
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceBirdLifeCategoryD"] = "MX.typeOfOccurrenceBirdLifeCategoryD";
55
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceBirdLifeCategoryE"] = "MX.typeOfOccurrenceBirdLifeCategoryE";
56
- TypeOfOccurrenceEnum["MX.typeOfOccurrenceOccursBasedOnOccurrences"] = "MX.typeOfOccurrenceOccursBasedOnOccurrences";
57
- })(TypeOfOccurrenceEnum = exports.TypeOfOccurrenceEnum || (exports.TypeOfOccurrenceEnum = {}));
58
10
  class RegionalStatus {
59
11
  }
60
12
  exports.RegionalStatus = RegionalStatus;
@@ -1,154 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Sample = exports.Statuses = exports.QualityCheckMethodEnum = exports.QualityEnum = exports.Preservations = exports.PreparationTypeEnum = exports.MaterialEnum = exports.IndividualsInPreparationEnum = exports.ElutionMediumEnum = void 0;
3
+ exports.Sample = void 0;
4
4
  /* tslint:disable */
5
5
  /*
6
6
  * This file was automatically generated.
7
7
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
8
8
  * and run the command to regenerate this file.
9
9
  */
10
- var ElutionMediumEnum;
11
- (function (ElutionMediumEnum) {
12
- ElutionMediumEnum["empty"] = "";
13
- ElutionMediumEnum["elutionMediumUltrapureWater"] = "MF.elutionMediumUltrapureWater";
14
- ElutionMediumEnum["elutionMediumElutionBuffer"] = "MF.elutionMediumElutionBuffer";
15
- })(ElutionMediumEnum = exports.ElutionMediumEnum || (exports.ElutionMediumEnum = {}));
16
- var IndividualsInPreparationEnum;
17
- (function (IndividualsInPreparationEnum) {
18
- IndividualsInPreparationEnum["empty"] = "";
19
- IndividualsInPreparationEnum["individualsInPreparationMultiple"] = "MF.individualsInPreparationMultiple";
20
- IndividualsInPreparationEnum["individualsInPreparationSingle"] = "MF.individualsInPreparationSingle";
21
- })(IndividualsInPreparationEnum = exports.IndividualsInPreparationEnum || (exports.IndividualsInPreparationEnum = {}));
22
- var MaterialEnum;
23
- (function (MaterialEnum) {
24
- MaterialEnum["empty"] = "";
25
- MaterialEnum["materialBirdStudySkin"] = "MF.materialBirdStudySkin";
26
- MaterialEnum["materialWing"] = "MF.materialWing";
27
- MaterialEnum["materialTail"] = "MF.materialTail";
28
- MaterialEnum["materialWingAndTail"] = "MF.materialWingAndTail";
29
- MaterialEnum["materialSkull"] = "MF.materialSkull";
30
- MaterialEnum["materialEntireSkeleton"] = "MF.materialEntireSkeleton";
31
- MaterialEnum["materialBones"] = "MF.materialBones";
32
- MaterialEnum["materialSkullAndBones"] = "MF.materialSkullAndBones";
33
- MaterialEnum["materialAntlers"] = "MF.materialAntlers";
34
- MaterialEnum["materialHead"] = "MF.materialHead";
35
- MaterialEnum["materialMuscle"] = "MF.materialMuscle";
36
- MaterialEnum["materialLiver"] = "MF.materialLiver";
37
- MaterialEnum["materialLeaf"] = "MF.materialLeaf";
38
- MaterialEnum["materialBlood"] = "MF.materialBlood";
39
- MaterialEnum["materialLeg"] = "MF.materialLeg";
40
- MaterialEnum["materialSkin"] = "MF.materialSkin";
41
- MaterialEnum["materialFeather"] = "MF.materialFeather";
42
- MaterialEnum["materialEgg"] = "MF.materialEgg";
43
- MaterialEnum["materialEggContent"] = "MF.materialEggContent";
44
- MaterialEnum["materialGenomicDNA"] = "MF.materialGenomicDNA";
45
- MaterialEnum["materialMitochondrialDNA"] = "MF.materialMitochondrialDNA";
46
- MaterialEnum["materialChloroplastDNA"] = "MF.materialChloroplastDNA";
47
- MaterialEnum["materialEnvironmentalDNA"] = "MF.materialEnvironmentalDNA";
48
- MaterialEnum["materialTeeth"] = "MF.materialTeeth";
49
- MaterialEnum["materialBodyParts"] = "MF.materialBodyParts";
50
- MaterialEnum["materialEntireOrganism"] = "MF.materialEntireOrganism";
51
- MaterialEnum["materialAppendages"] = "MF.materialAppendages";
52
- MaterialEnum["materialGenitalPreparation"] = "MF.materialGenitalPreparation";
53
- MaterialEnum["materialSection"] = "MF.materialSection";
54
- MaterialEnum["materialChromosomes"] = "MF.materialChromosomes";
55
- MaterialEnum["materialShell"] = "MF.materialShell";
56
- MaterialEnum["materialHair"] = "MF.materialHair";
57
- MaterialEnum["materialClutch"] = "MF.materialClutch";
58
- MaterialEnum["materialEggshell"] = "MF.materialEggshell";
59
- MaterialEnum["materialEggshellFragments"] = "MF.materialEggshellFragments";
60
- MaterialEnum["materialNest"] = "MF.materialNest";
61
- MaterialEnum["materialNestMaterial"] = "MF.materialNestMaterial";
62
- MaterialEnum["materialOther"] = "MF.materialOther";
63
- })(MaterialEnum = exports.MaterialEnum || (exports.MaterialEnum = {}));
64
- var PreparationTypeEnum;
65
- (function (PreparationTypeEnum) {
66
- PreparationTypeEnum["preparationTypeSkin"] = "MF.preparationTypeSkin";
67
- PreparationTypeEnum["preparationTypeSkeletal"] = "MF.preparationTypeSkeletal";
68
- PreparationTypeEnum["preparationTypeMount"] = "MF.preparationTypeMount";
69
- PreparationTypeEnum["preparationTypeTissue"] = "MF.preparationTypeTissue";
70
- PreparationTypeEnum["preparationTypeTissueEcotoxicology"] = "MF.preparationTypeTissueEcotoxicology";
71
- PreparationTypeEnum["preparationTypeLiquid"] = "MF.preparationTypeLiquid";
72
- PreparationTypeEnum["preparationTypeMicroscopeSlide"] = "MF.preparationTypeMicroscopeSlide";
73
- PreparationTypeEnum["preparationTypeDNAExtract"] = "MF.preparationTypeDNAExtract";
74
- PreparationTypeEnum["preparationTypeEgg"] = "MF.preparationTypeEgg";
75
- PreparationTypeEnum["preparationTypeNest"] = "MF.preparationTypeNest";
76
- PreparationTypeEnum["preparationTypeOther"] = "MF.preparationTypeOther";
77
- })(PreparationTypeEnum = exports.PreparationTypeEnum || (exports.PreparationTypeEnum = {}));
78
- var Preservations;
79
- (function (Preservations) {
80
- Preservations["empty"] = "";
81
- Preservations["preservationPressed"] = "MY.preservationPressed";
82
- Preservations["preservationDry"] = "MY.preservationDry";
83
- Preservations["preservationCriticalPointDrying"] = "MY.preservationCriticalPointDrying";
84
- Preservations["preservationPinned"] = "MY.preservationPinned";
85
- Preservations["preservationGlued"] = "MY.preservationGlued";
86
- Preservations["preservationLiquid"] = "MY.preservationLiquid";
87
- Preservations["preservationEthanol"] = "MY.preservationEthanol";
88
- Preservations["preservationEthanolPure"] = "MY.preservationEthanolPure";
89
- Preservations["preservationEthanol70"] = "MY.preservationEthanol70";
90
- Preservations["preservationEthanol80"] = "MY.preservationEthanol80";
91
- Preservations["preservationEthanol80Pure"] = "MY.preservationEthanol80Pure";
92
- Preservations["preservationEthanol96"] = "MY.preservationEthanol96";
93
- Preservations["preservationEthanolMinus20C"] = "MY.preservationEthanolMinus20C";
94
- Preservations["preservationEthanolDenatured"] = "MY.preservationEthanolDenatured";
95
- Preservations["preservationEthanolFormalin"] = "MY.preservationEthanolFormalin";
96
- Preservations["preservationEthanolExFormalin"] = "MY.preservationEthanolExFormalin";
97
- Preservations["preservationFormalin"] = "MY.preservationFormalin";
98
- Preservations["preservationBouinSolution"] = "MY.preservationBouinSolution";
99
- Preservations["preservationPampelsFluid"] = "MY.preservationPampelsFluid";
100
- Preservations["preservationGlycerol"] = "MY.preservationGlycerol";
101
- Preservations["preservationParaffin"] = "MY.preservationParaffin";
102
- Preservations["preservationMercuricChloride"] = "MY.preservationMercuricChloride";
103
- Preservations["preservationCryopreserved"] = "MY.preservationCryopreserved";
104
- Preservations["preservationFrozen"] = "MY.preservationFrozen";
105
- Preservations["preservationFrozenMinus80C"] = "MY.preservationFrozenMinus80C";
106
- Preservations["preservationFreezeDried"] = "MY.preservationFreezeDried";
107
- Preservations["preservationGoldPlated"] = "MY.preservationGoldPlated";
108
- Preservations["preservationActiveCulture"] = "MY.preservationActiveCulture";
109
- Preservations["preservationLiving"] = "MY.preservationLiving";
110
- Preservations["preservationSlide"] = "MY.preservationSlide";
111
- Preservations["preservationSlideCanadaBalsam"] = "MY.preservationSlideCanadaBalsam";
112
- Preservations["preservationSlideEuparal"] = "MY.preservationSlideEuparal";
113
- Preservations["preservationSlidePolyviol"] = "MY.preservationSlidePolyviol";
114
- Preservations["preservationStuffed"] = "MY.preservationStuffed";
115
- Preservations["preservationCast"] = "MY.preservationCast";
116
- Preservations["preservationPlastinated"] = "MY.preservationPlastinated";
117
- Preservations["preservationFrozenMinus80CAndEthanolMinus20C"] = "MY.preservationFrozenMinus80CAndEthanolMinus20C";
118
- })(Preservations = exports.Preservations || (exports.Preservations = {}));
119
- var QualityEnum;
120
- (function (QualityEnum) {
121
- QualityEnum["empty"] = "";
122
- QualityEnum["qualityLow"] = "MF.qualityLow";
123
- QualityEnum["qualityMedium"] = "MF.qualityMedium";
124
- QualityEnum["qualityHigh"] = "MF.qualityHigh";
125
- })(QualityEnum = exports.QualityEnum || (exports.QualityEnum = {}));
126
- var QualityCheckMethodEnum;
127
- (function (QualityCheckMethodEnum) {
128
- QualityCheckMethodEnum["empty"] = "";
129
- QualityCheckMethodEnum["qualityCheckMethodNanoDrop"] = "MF.qualityCheckMethodNanoDrop";
130
- QualityCheckMethodEnum["qualityCheckMethodCubit"] = "MF.qualityCheckMethodCubit";
131
- })(QualityCheckMethodEnum = exports.QualityCheckMethodEnum || (exports.QualityCheckMethodEnum = {}));
132
- var Statuses;
133
- (function (Statuses) {
134
- Statuses["empty"] = "";
135
- Statuses["statusOk"] = "MY.statusOk";
136
- Statuses["statusMissing"] = "MY.statusMissing";
137
- Statuses["statusUnrecoverable"] = "MY.statusUnrecoverable";
138
- Statuses["statusLost"] = "MY.statusLost";
139
- Statuses["statusDonated"] = "MY.statusDonated";
140
- Statuses["statusDeposited"] = "MY.statusDeposited";
141
- Statuses["statusDeaccessioned"] = "MY.statusDeaccessioned";
142
- Statuses["statusDiscarded"] = "MY.statusDiscarded";
143
- Statuses["statusSpent"] = "MY.statusSpent";
144
- Statuses["statusDestroyed"] = "MY.statusDestroyed";
145
- Statuses["statusUndefined"] = "MY.statusUndefined";
146
- Statuses["statusAxenic"] = "MY.statusAxenic";
147
- Statuses["statusNonAxenic"] = "MY.statusNonAxenic";
148
- Statuses["statusNotAvailable"] = "MY.statusNotAvailable";
149
- Statuses["statusDead"] = "MY.statusDead";
150
- Statuses["statusNoVoucherRetained"] = "MY.statusNoVoucherRetained";
151
- })(Statuses = exports.Statuses || (exports.Statuses = {}));
152
10
  class Sample {
153
11
  }
154
12
  exports.Sample = Sample;
@@ -1,75 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SpecimenTransaction = exports.PublicityRestrictionsEnum = exports.TypeEnum = exports.TransportMethodEnum = exports.StatusEnum = exports.ResourceImportedEnum = exports.GeneticResourceTypeEnum = exports.AvailableForGeneticResearchEnum = void 0;
3
+ exports.SpecimenTransaction = void 0;
4
4
  /* tslint:disable */
5
5
  /*
6
6
  * This file was automatically generated.
7
7
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
8
8
  * and run the command to regenerate this file.
9
9
  */
10
- var AvailableForGeneticResearchEnum;
11
- (function (AvailableForGeneticResearchEnum) {
12
- AvailableForGeneticResearchEnum["empty"] = "";
13
- AvailableForGeneticResearchEnum["availableForGeneticResearchYes"] = "HRX.availableForGeneticResearchYes";
14
- AvailableForGeneticResearchEnum["availableForGeneticResearchWithRestrictions"] = "HRX.availableForGeneticResearchWithRestrictions";
15
- AvailableForGeneticResearchEnum["availableForGeneticResearchNo"] = "HRX.availableForGeneticResearchNo";
16
- })(AvailableForGeneticResearchEnum = exports.AvailableForGeneticResearchEnum || (exports.AvailableForGeneticResearchEnum = {}));
17
- var GeneticResourceTypeEnum;
18
- (function (GeneticResourceTypeEnum) {
19
- GeneticResourceTypeEnum["empty"] = "";
20
- GeneticResourceTypeEnum["geneticResourceTypeAnimal"] = "HRX.geneticResourceTypeAnimal";
21
- GeneticResourceTypeEnum["geneticResourceTypePlant"] = "HRX.geneticResourceTypePlant";
22
- GeneticResourceTypeEnum["geneticResourceTypeFungus"] = "HRX.geneticResourceTypeFungus";
23
- GeneticResourceTypeEnum["geneticResourceTypeMicrobe"] = "HRX.geneticResourceTypeMicrobe";
24
- GeneticResourceTypeEnum["geneticResourceTypeSoil"] = "HRX.geneticResourceTypeSoil";
25
- GeneticResourceTypeEnum["geneticResourceTypeAqua"] = "HRX.geneticResourceTypeAqua";
26
- })(GeneticResourceTypeEnum = exports.GeneticResourceTypeEnum || (exports.GeneticResourceTypeEnum = {}));
27
- var ResourceImportedEnum;
28
- (function (ResourceImportedEnum) {
29
- ResourceImportedEnum["empty"] = "";
30
- ResourceImportedEnum["resourceImportedGeneticResources"] = "HRX.resourceImportedGeneticResources";
31
- ResourceImportedEnum["resourceImportedTraditionalKnowledge"] = "HRX.resourceImportedTraditionalKnowledge";
32
- ResourceImportedEnum["resourceImportedBoth"] = "HRX.resourceImportedBoth";
33
- })(ResourceImportedEnum = exports.ResourceImportedEnum || (exports.ResourceImportedEnum = {}));
34
- var StatusEnum;
35
- (function (StatusEnum) {
36
- StatusEnum["empty"] = "";
37
- StatusEnum["statusInProcess"] = "HRX.statusInProcess";
38
- StatusEnum["statusOutstanding"] = "HRX.statusOutstanding";
39
- StatusEnum["statusClosed"] = "HRX.statusClosed";
40
- StatusEnum["statusOnLoan"] = "HRX.statusOnLoan";
41
- })(StatusEnum = exports.StatusEnum || (exports.StatusEnum = {}));
42
- var TransportMethodEnum;
43
- (function (TransportMethodEnum) {
44
- TransportMethodEnum["empty"] = "";
45
- TransportMethodEnum["transportMethodPriority"] = "HRX.transportMethodPriority";
46
- TransportMethodEnum["transportMethodEconomy"] = "HRX.transportMethodEconomy";
47
- TransportMethodEnum["transportMethodCourier"] = "HRX.transportMethodCourier";
48
- TransportMethodEnum["transportMethodCarried"] = "HRX.transportMethodCarried";
49
- TransportMethodEnum["transportMethodOther"] = "HRX.transportMethodOther";
50
- TransportMethodEnum["transportMethodImage"] = "HRX.transportMethodImage";
51
- })(TransportMethodEnum = exports.TransportMethodEnum || (exports.TransportMethodEnum = {}));
52
- var TypeEnum;
53
- (function (TypeEnum) {
54
- TypeEnum["typeLoanIncoming"] = "HRX.typeLoanIncoming";
55
- TypeEnum["typeLoanOutgoing"] = "HRX.typeLoanOutgoing";
56
- TypeEnum["typeGiftIncoming"] = "HRX.typeGiftIncoming";
57
- TypeEnum["typeGiftOutgoing"] = "HRX.typeGiftOutgoing";
58
- TypeEnum["typeExchangeIncoming"] = "HRX.typeExchangeIncoming";
59
- TypeEnum["typeExchangeOutgoing"] = "HRX.typeExchangeOutgoing";
60
- TypeEnum["typeFieldCollection"] = "HRX.typeFieldCollection";
61
- TypeEnum["typeImportNotice"] = "HRX.typeImportNotice";
62
- TypeEnum["typeABSNegotiations"] = "HRX.typeABSNegotiations";
63
- TypeEnum["typeVirtualLoanOutgoing"] = "HRX.typeVirtualLoanOutgoing";
64
- TypeEnum["typeDeaccession"] = "HRX.typeDeaccession";
65
- })(TypeEnum = exports.TypeEnum || (exports.TypeEnum = {}));
66
- var PublicityRestrictionsEnum;
67
- (function (PublicityRestrictionsEnum) {
68
- PublicityRestrictionsEnum["empty"] = "";
69
- PublicityRestrictionsEnum["publicityRestrictionsPublic"] = "MZ.publicityRestrictionsPublic";
70
- PublicityRestrictionsEnum["publicityRestrictionsProtected"] = "MZ.publicityRestrictionsProtected";
71
- PublicityRestrictionsEnum["publicityRestrictionsPrivate"] = "MZ.publicityRestrictionsPrivate";
72
- })(PublicityRestrictionsEnum = exports.PublicityRestrictionsEnum || (exports.PublicityRestrictionsEnum = {}));
73
10
  class SpecimenTransaction {
74
11
  }
75
12
  exports.SpecimenTransaction = SpecimenTransaction;
@@ -1,17 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SpecimenTransactionEvent = exports.EventTypeEnum = void 0;
3
+ exports.SpecimenTransactionEvent = void 0;
4
4
  /* tslint:disable */
5
5
  /*
6
6
  * This file was automatically generated.
7
7
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
8
8
  * and run the command to regenerate this file.
9
9
  */
10
- var EventTypeEnum;
11
- (function (EventTypeEnum) {
12
- EventTypeEnum["eventTypeReturn"] = "HRX.eventTypeReturn";
13
- EventTypeEnum["eventTypeAddition"] = "HRX.eventTypeAddition";
14
- })(EventTypeEnum = exports.EventTypeEnum || (exports.EventTypeEnum = {}));
15
10
  class SpecimenTransactionEvent {
16
11
  }
17
12
  exports.SpecimenTransactionEvent = SpecimenTransactionEvent;
@@ -1,24 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SubUnit = exports.Sexes = void 0;
3
+ exports.SubUnit = void 0;
4
4
  /* tslint:disable */
5
5
  /*
6
6
  * This file was automatically generated.
7
7
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
8
8
  * and run the command to regenerate this file.
9
9
  */
10
- var Sexes;
11
- (function (Sexes) {
12
- Sexes["empty"] = "";
13
- Sexes["sexM"] = "MY.sexM";
14
- Sexes["sexF"] = "MY.sexF";
15
- Sexes["sexW"] = "MY.sexW";
16
- Sexes["sexU"] = "MY.sexU";
17
- Sexes["sexN"] = "MY.sexN";
18
- Sexes["sexX"] = "MY.sexX";
19
- Sexes["sexE"] = "MY.sexE";
20
- Sexes["sexC"] = "MY.sexC";
21
- })(Sexes = exports.Sexes || (exports.Sexes = {}));
22
10
  class SubUnit {
23
11
  }
24
12
  exports.SubUnit = SubUnit;
@@ -1,41 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Tag = exports.TypeEnum = exports.RequiredRolesEnum1 = exports.RequiredRolesEnum = void 0;
3
+ exports.Tag = void 0;
4
4
  /* tslint:disable */
5
5
  /*
6
6
  * This file was automatically generated.
7
7
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
8
8
  * and run the command to regenerate this file.
9
9
  */
10
- var RequiredRolesEnum;
11
- (function (RequiredRolesEnum) {
12
- RequiredRolesEnum["empty"] = "";
13
- RequiredRolesEnum["expert"] = "MMAN.expert";
14
- RequiredRolesEnum["basic"] = "MMAN.basic";
15
- RequiredRolesEnum["owner"] = "MMAN.owner";
16
- RequiredRolesEnum["formAdmin"] = "MMAN.formAdmin";
17
- RequiredRolesEnum["ictAdmin"] = "MMAN.ictAdmin";
18
- })(RequiredRolesEnum = exports.RequiredRolesEnum || (exports.RequiredRolesEnum = {}));
19
- var RequiredRolesEnum1;
20
- (function (RequiredRolesEnum1) {
21
- RequiredRolesEnum1["empty"] = "";
22
- RequiredRolesEnum1["expert"] = "MMAN.expert";
23
- RequiredRolesEnum1["basic"] = "MMAN.basic";
24
- RequiredRolesEnum1["owner"] = "MMAN.owner";
25
- RequiredRolesEnum1["formAdmin"] = "MMAN.formAdmin";
26
- RequiredRolesEnum1["ictAdmin"] = "MMAN.ictAdmin";
27
- })(RequiredRolesEnum1 = exports.RequiredRolesEnum1 || (exports.RequiredRolesEnum1 = {}));
28
- var TypeEnum;
29
- (function (TypeEnum) {
30
- TypeEnum["empty"] = "";
31
- TypeEnum["typeCheck"] = "MMAN.typeCheck";
32
- TypeEnum["typeAdmin"] = "MMAN.typeAdmin";
33
- TypeEnum["typeInfo"] = "MMAN.typeInfo";
34
- TypeEnum["typeInvasive"] = "MMAN.typeInvasive";
35
- TypeEnum["typeCensus"] = "MMAN.typeCensus";
36
- TypeEnum["typeNegativeQuality"] = "MMAN.typeNegativeQuality";
37
- TypeEnum["typePositiveQuality"] = "MMAN.typePositiveQuality";
38
- })(TypeEnum = exports.TypeEnum || (exports.TypeEnum = {}));
39
10
  class Tag {
40
11
  }
41
12
  exports.Tag = Tag;