@luomus/laji-schema 2.0.23 → 2.0.25
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/dto/AdministrativeStatus.dto.ts +21 -0
- package/dist/dto/Agent.dto.ts +11 -0
- package/dist/dto/Annotation.dto.ts +80 -0
- package/dist/dto/AnnotationOccurrence.dto.ts +20 -0
- package/dist/dto/Area.dto.ts +52 -0
- package/dist/dto/Audio.dto.ts +142 -0
- package/dist/dto/BibliographicResource.dto.ts +13 -0
- package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +19 -0
- package/dist/dto/Branch.dto.ts +28 -0
- package/dist/dto/Checklist.dto.ts +20 -0
- package/dist/dto/ChecklistVersion.dto.ts +23 -0
- package/dist/dto/Collection.dto.ts +347 -0
- package/dist/dto/CompleteList.dto.ts +19 -0
- package/dist/dto/Concept.dto.ts +17 -0
- package/dist/dto/ContentContextDescription.dto.ts +11 -0
- package/dist/dto/DataField.dto.ts +36 -0
- package/dist/dto/Dataset.dto.ts +67 -0
- package/dist/dto/DateRange.dto.ts +13 -0
- package/dist/dto/Device.dto.ts +19 -0
- package/dist/dto/DeviceIndividual.dto.ts +27 -0
- package/dist/dto/Document.dto.ts +319 -0
- package/dist/dto/DownloadRequest.dto.ts +32 -0
- package/dist/dto/Endangerment.dto.ts +42 -0
- package/dist/dto/Event.dto.ts +85 -0
- package/dist/dto/Field.dto.ts +35 -0
- package/dist/dto/Fieldset.dto.ts +11 -0
- package/dist/dto/Form.dto.ts +70 -0
- package/dist/dto/FormFooter.dto.ts +21 -0
- package/dist/dto/FormInstructions.dto.ts +11 -0
- package/dist/dto/FormNamedPlaceOptions.dto.ts +172 -0
- package/dist/dto/FormOptions.dto.ts +232 -0
- package/dist/dto/FormPermission.dto.ts +15 -0
- package/dist/dto/FormPermissionPerson.dto.ts +15 -0
- package/dist/dto/FormPermissionSingle.dto.ts +20 -0
- package/dist/dto/FormSeason.dto.ts +19 -0
- package/dist/dto/Gathering.dto.ts +546 -0
- package/dist/dto/GatheringEvent.dto.ts +114 -0
- package/dist/dto/GatheringFact.dto.ts +329 -0
- package/dist/dto/Habitat.dto.ts +124 -0
- package/dist/dto/Identification.dto.ts +204 -0
- package/dist/dto/Image.dto.ts +147 -0
- package/dist/dto/Individual.dto.ts +59 -0
- package/dist/dto/InformalTaxonGroup.dto.ts +21 -0
- package/dist/dto/InformationSystem.dto.ts +58 -0
- package/dist/dto/IucnRedListEvaluation.dto.ts +554 -0
- package/dist/dto/IucnRedListEvaluationYear.dto.ts +13 -0
- package/dist/dto/IucnRedListTaxonGroup.dto.ts +19 -0
- package/dist/dto/Measurement.dto.ts +38 -0
- package/dist/dto/Model.dto.ts +141 -0
- package/dist/dto/Multimedia.dto.ts +11 -0
- package/dist/dto/NamedPlace.dto.ts +83 -0
- package/dist/dto/News.dto.ts +23 -0
- package/dist/dto/Notification.dto.ts +24 -0
- package/dist/dto/Occurrence.dto.ts +65 -0
- package/dist/dto/Organization.dto.ts +136 -0
- package/dist/dto/Pdf.dto.ts +61 -0
- package/dist/dto/Permit.dto.ts +36 -0
- package/dist/dto/Person.dto.ts +80 -0
- package/dist/dto/Pinkka.dto.ts +11 -0
- package/dist/dto/Preparation.dto.ts +70 -0
- package/dist/dto/Profile.dto.ts +43 -0
- package/dist/dto/Publication.dto.ts +17 -0
- package/dist/dto/RegionalStatus.dto.ts +60 -0
- package/dist/dto/Reserve.dto.ts +13 -0
- package/dist/dto/Sample.dto.ts +246 -0
- package/dist/dto/SatelliteTrackingProject.dto.ts +22 -0
- package/dist/dto/SpecimenTransaction.dto.ts +234 -0
- package/dist/dto/SpecimenTransactionEvent.dto.ts +19 -0
- package/dist/dto/SubUnit.dto.ts +31 -0
- package/dist/dto/Tag.dto.ts +50 -0
- package/dist/dto/Taxon.dto.ts +600 -0
- package/dist/dto/TaxonCensus.dto.ts +44 -0
- package/dist/dto/TaxonConcept.dto.ts +15 -0
- package/dist/dto/TaxonGroupIucnEditors.dto.ts +13 -0
- package/dist/dto/TaxonInteraction.dto.ts +75 -0
- package/dist/dto/TaxonSet.dto.ts +11 -0
- package/dist/dto/Trait.dto.ts +20 -0
- package/dist/dto/TraitEnumValue.dto.ts +16 -0
- package/dist/dto/TraitGroup.dto.ts +13 -0
- package/dist/dto/Transaction.dto.ts +249 -0
- package/dist/dto/TransactionEvent.dto.ts +32 -0
- package/dist/dto/TransactionItem.dto.ts +29 -0
- package/dist/dto/Translation.dto.ts +20 -0
- package/dist/dto/TypeSpecimen.dto.ts +108 -0
- package/dist/dto/Unit.dto.ts +831 -0
- package/dist/dto/UnitFact.dto.ts +126 -0
- package/dist/dto/UnitGathering.dto.ts +25 -0
- package/dist/dto/UnitOfMeasurement.dto.ts +19 -0
- package/dist/dto/Validator.dto.ts +11 -0
- package/dist/dto/Video.dto.ts +139 -0
- package/dist/dto/index.dto.ts +181 -0
- package/dist/types/classes/Audio.d.ts +2 -0
- package/dist/types/classes/DataField.d.ts +1 -0
- package/dist/types/classes/Image.d.ts +1 -0
- package/dist/types/classes/InformationSystem.d.ts +4 -0
- package/dist/types/classes/Model.d.ts +1 -0
- package/dist/types/classes/TraitEnumValue.d.ts +1 -0
- package/dist/types/classes/Video.d.ts +1 -0
- package/dist/types/models/Audio.d.ts +2 -0
- package/dist/types/models/DataField.d.ts +1 -0
- package/dist/types/models/Image.d.ts +1 -0
- package/dist/types/models/InformationSystem.d.ts +4 -0
- package/dist/types/models/Model.d.ts +1 -0
- package/dist/types/models/TraitEnumValue.d.ts +1 -0
- package/dist/types/models/Video.d.ts +1 -0
- package/package.json +6 -2
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
import { Permit } from './index.dto';
|
|
2
|
+
import { SpecimenTransactionEvent } from './index.dto';
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/*
|
|
5
|
+
* This file was automatically generated.
|
|
6
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
7
|
+
* and run the command to regenerate this file.
|
|
8
|
+
*/
|
|
9
|
+
export enum AvailableForGeneticResearchEnum {
|
|
10
|
+
"empty" = "",
|
|
11
|
+
"availableForGeneticResearchYes" = "HRX.availableForGeneticResearchYes",
|
|
12
|
+
"availableForGeneticResearchWithRestrictions" = "HRX.availableForGeneticResearchWithRestrictions",
|
|
13
|
+
"availableForGeneticResearchNo" = "HRX.availableForGeneticResearchNo"
|
|
14
|
+
}
|
|
15
|
+
export enum GeneticResourceTypeEnum {
|
|
16
|
+
"empty" = "",
|
|
17
|
+
"geneticResourceTypeAnimal" = "HRX.geneticResourceTypeAnimal",
|
|
18
|
+
"geneticResourceTypePlant" = "HRX.geneticResourceTypePlant",
|
|
19
|
+
"geneticResourceTypeFungus" = "HRX.geneticResourceTypeFungus",
|
|
20
|
+
"geneticResourceTypeMicrobe" = "HRX.geneticResourceTypeMicrobe",
|
|
21
|
+
"geneticResourceTypeSoil" = "HRX.geneticResourceTypeSoil",
|
|
22
|
+
"geneticResourceTypeAqua" = "HRX.geneticResourceTypeAqua"
|
|
23
|
+
}
|
|
24
|
+
export enum ResourceImportedEnum {
|
|
25
|
+
"empty" = "",
|
|
26
|
+
"resourceImportedGeneticResources" = "HRX.resourceImportedGeneticResources",
|
|
27
|
+
"resourceImportedTraditionalKnowledge" = "HRX.resourceImportedTraditionalKnowledge",
|
|
28
|
+
"resourceImportedBoth" = "HRX.resourceImportedBoth"
|
|
29
|
+
}
|
|
30
|
+
export enum StatusEnum {
|
|
31
|
+
"empty" = "",
|
|
32
|
+
"statusInProcess" = "HRX.statusInProcess",
|
|
33
|
+
"statusOutstanding" = "HRX.statusOutstanding",
|
|
34
|
+
"statusClosed" = "HRX.statusClosed",
|
|
35
|
+
"statusOnLoan" = "HRX.statusOnLoan"
|
|
36
|
+
}
|
|
37
|
+
export enum TransportMethodEnum {
|
|
38
|
+
"empty" = "",
|
|
39
|
+
"transportMethodPriority" = "HRX.transportMethodPriority",
|
|
40
|
+
"transportMethodEconomy" = "HRX.transportMethodEconomy",
|
|
41
|
+
"transportMethodCourier" = "HRX.transportMethodCourier",
|
|
42
|
+
"transportMethodCarried" = "HRX.transportMethodCarried",
|
|
43
|
+
"transportMethodOther" = "HRX.transportMethodOther",
|
|
44
|
+
"transportMethodImage" = "HRX.transportMethodImage"
|
|
45
|
+
}
|
|
46
|
+
export enum TypeEnum {
|
|
47
|
+
"typeLoanIncoming" = "HRX.typeLoanIncoming",
|
|
48
|
+
"typeLoanOutgoing" = "HRX.typeLoanOutgoing",
|
|
49
|
+
"typeGiftIncoming" = "HRX.typeGiftIncoming",
|
|
50
|
+
"typeGiftOutgoing" = "HRX.typeGiftOutgoing",
|
|
51
|
+
"typeExchangeIncoming" = "HRX.typeExchangeIncoming",
|
|
52
|
+
"typeExchangeOutgoing" = "HRX.typeExchangeOutgoing",
|
|
53
|
+
"typeFieldCollection" = "HRX.typeFieldCollection",
|
|
54
|
+
"typeImportNotice" = "HRX.typeImportNotice",
|
|
55
|
+
"typeABSNegotiations" = "HRX.typeABSNegotiations",
|
|
56
|
+
"typeVirtualLoanOutgoing" = "HRX.typeVirtualLoanOutgoing",
|
|
57
|
+
"typeDeaccession" = "HRX.typeDeaccession"
|
|
58
|
+
}
|
|
59
|
+
export enum PublicityRestrictionsEnum {
|
|
60
|
+
"empty" = "",
|
|
61
|
+
"publicityRestrictionsPublic" = "MZ.publicityRestrictionsPublic",
|
|
62
|
+
"publicityRestrictionsProtected" = "MZ.publicityRestrictionsProtected",
|
|
63
|
+
"publicityRestrictionsPrivate" = "MZ.publicityRestrictionsPrivate"
|
|
64
|
+
}
|
|
65
|
+
export class SpecimenTransaction {
|
|
66
|
+
"@context"?: string;
|
|
67
|
+
id?: string;
|
|
68
|
+
"@type"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Internationally Recognized Certificate of Compliance. Kotka checks from the ABS Clearing House that the entered IRCC number exists and is valid.
|
|
71
|
+
*/
|
|
72
|
+
IRCC?: string;
|
|
73
|
+
attachments?: string[];
|
|
74
|
+
/**
|
|
75
|
+
* If you choose "Yes, with restrictions", explain the restrictions in the following field "Rights and obligations".
|
|
76
|
+
*/
|
|
77
|
+
availableForGeneticResearch?: AvailableForGeneticResearchEnum;
|
|
78
|
+
awayCount?: number;
|
|
79
|
+
awayIDs?: string[];
|
|
80
|
+
/**
|
|
81
|
+
* For statistical purposes. The collection where the transaction is directed to. Record transactions directed to different collections as separate transactions if you use this field.
|
|
82
|
+
*/
|
|
83
|
+
collectionID?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Select the correspondent organization from a list. If not found on the list, you need to add the new organization first.
|
|
86
|
+
*/
|
|
87
|
+
correspondentOrganization?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Name of the corresponding person. If the transaction goes to a private person, write their postal address here.
|
|
90
|
+
*/
|
|
91
|
+
correspondentPerson?: string;
|
|
92
|
+
/**
|
|
93
|
+
* Receicing researcher in the correspondent organisation for outgoing transactions.
|
|
94
|
+
*/
|
|
95
|
+
correspondentResearcher?: string;
|
|
96
|
+
damagedCount?: number;
|
|
97
|
+
damagedIDs?: string[];
|
|
98
|
+
/**
|
|
99
|
+
* Date when the loan needs to be returned.
|
|
100
|
+
*/
|
|
101
|
+
dueDate?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Sender's ID for the transaction.
|
|
104
|
+
*/
|
|
105
|
+
externalID?: string;
|
|
106
|
+
/**
|
|
107
|
+
* Country where the genetic resource or traditional knowledge was acquired from, provider country, country of origin. List of countries in Kotka is based on ISO 3166 Country Codes -standard and may differ from the country list in ABSCH.
|
|
108
|
+
*/
|
|
109
|
+
geneticResourceAcquisitionCountry?: string;
|
|
110
|
+
/**
|
|
111
|
+
* Date when the genetic resource or traditional knowledge was aqcuired.
|
|
112
|
+
*/
|
|
113
|
+
geneticResourceAcquisitionDate?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Description of the genetic resource or traditional knowledge (possible identifiers, taxa, number of specimens, region etc.). Instruction source EU DECLARE User manual and QA.
|
|
116
|
+
*/
|
|
117
|
+
geneticResourceDescription?: string;
|
|
118
|
+
/**
|
|
119
|
+
* Presence or absence of rights and obligations relating to access and benefit sharing, including rights and obligations regarding subsequent applications and commercialization. Instruction source EU DECLARE user manual and QA.
|
|
120
|
+
*/
|
|
121
|
+
geneticResourceRightsAndObligations?: string;
|
|
122
|
+
/**
|
|
123
|
+
* Person or legal entity from whom the user obtained the genetic resources directly, i.e. the previous actor in the value chain. Often a museum or other organization. If a genetic resource is obtained directly from the provider country, the name of the country should be provided. Instruction source EU DECLARE User manual and QA.
|
|
124
|
+
*/
|
|
125
|
+
geneticResourceSource?: string;
|
|
126
|
+
/**
|
|
127
|
+
* Choose the type of the genetic resource for statistical and reporting purposes.
|
|
128
|
+
*/
|
|
129
|
+
geneticResourceType?: GeneticResourceTypeEnum;
|
|
130
|
+
harmonizedSystemCode?: string;
|
|
131
|
+
/**
|
|
132
|
+
* Whether the resource has an IRCC number or not. If not, more information needs to be filled in.
|
|
133
|
+
*/
|
|
134
|
+
hasIRCC?: boolean;
|
|
135
|
+
/**
|
|
136
|
+
* Date when incoming transaction was received.
|
|
137
|
+
*/
|
|
138
|
+
incomingReceived?: string;
|
|
139
|
+
/**
|
|
140
|
+
* Date when the incoming loan was returned to the sender.
|
|
141
|
+
*/
|
|
142
|
+
incomingReturned?: string;
|
|
143
|
+
/**
|
|
144
|
+
* Private remarks that are shown only in Kotka and not to the corresponding organisation.
|
|
145
|
+
*/
|
|
146
|
+
internalRemarks?: string;
|
|
147
|
+
/**
|
|
148
|
+
* Loan/transaction number used in paper loan catalogs or old software (e.g. Curator)
|
|
149
|
+
*/
|
|
150
|
+
legacyID?: string;
|
|
151
|
+
/**
|
|
152
|
+
* Person handling the transaction at local Kotka institution.
|
|
153
|
+
*/
|
|
154
|
+
localHandler?: string;
|
|
155
|
+
localHandlerEmail?: string;
|
|
156
|
+
/**
|
|
157
|
+
* Person responsible for the transaction in our museum/local Kotka institution
|
|
158
|
+
*/
|
|
159
|
+
localPerson?: string;
|
|
160
|
+
/**
|
|
161
|
+
* Contact email for the person responsible in our museum.
|
|
162
|
+
*/
|
|
163
|
+
localPersonEmail?: string;
|
|
164
|
+
/**
|
|
165
|
+
* For incoming loans, name of the researcher receiving the loan at our local institution.
|
|
166
|
+
*/
|
|
167
|
+
localResearcher?: string;
|
|
168
|
+
/**
|
|
169
|
+
* Description of the material included in this transaction.
|
|
170
|
+
*/
|
|
171
|
+
material?: string;
|
|
172
|
+
missingCount?: number;
|
|
173
|
+
missingIDs?: string[];
|
|
174
|
+
/**
|
|
175
|
+
* In how many parcels was the transaction sent/carried.
|
|
176
|
+
*/
|
|
177
|
+
numberOfParcels?: string;
|
|
178
|
+
/**
|
|
179
|
+
* Date when the outgoing loan was returned to us
|
|
180
|
+
*/
|
|
181
|
+
outgoingReturned?: string;
|
|
182
|
+
/**
|
|
183
|
+
* When the transaction was sent out from us
|
|
184
|
+
*/
|
|
185
|
+
outgoingSent?: string;
|
|
186
|
+
permits?: Permit[];
|
|
187
|
+
/**
|
|
188
|
+
* Remarks that are shown to both parties of the transaction.
|
|
189
|
+
*/
|
|
190
|
+
publicRemarks?: string;
|
|
191
|
+
/**
|
|
192
|
+
* When signed loan receipt was received from the loanee
|
|
193
|
+
*/
|
|
194
|
+
receiptReturned?: string;
|
|
195
|
+
/**
|
|
196
|
+
* When loan request was received here.
|
|
197
|
+
*/
|
|
198
|
+
requestReceived?: string;
|
|
199
|
+
/**
|
|
200
|
+
* Are you importing genetic resources, traditional knowledge associated to genetic resources or both?
|
|
201
|
+
*/
|
|
202
|
+
resourceImported?: ResourceImportedEnum;
|
|
203
|
+
returnedCount?: number;
|
|
204
|
+
returnedIDs?: string[];
|
|
205
|
+
/**
|
|
206
|
+
* Whether the transaction is closed, outstanding or in process.
|
|
207
|
+
*/
|
|
208
|
+
status?: StatusEnum;
|
|
209
|
+
transactionEvents?: SpecimenTransactionEvent[];
|
|
210
|
+
/**
|
|
211
|
+
* Means of sending, mail, courier etc.
|
|
212
|
+
*/
|
|
213
|
+
transportMethod?: TransportMethodEnum;
|
|
214
|
+
/**
|
|
215
|
+
* What kind of transaction this is.
|
|
216
|
+
*/
|
|
217
|
+
type: TypeEnum;
|
|
218
|
+
/**
|
|
219
|
+
* Is it e.g. non-human genetic material that is going to be used for genetic research as is defined by the protocol?
|
|
220
|
+
*/
|
|
221
|
+
underNagoya?: boolean;
|
|
222
|
+
creator?: string;
|
|
223
|
+
dateCreated?: string;
|
|
224
|
+
dateEdited?: string;
|
|
225
|
+
editor?: string;
|
|
226
|
+
/**
|
|
227
|
+
* Team or organisation that owns the record and can edit it.
|
|
228
|
+
*/
|
|
229
|
+
owner?: string;
|
|
230
|
+
/**
|
|
231
|
+
* PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
|
|
232
|
+
*/
|
|
233
|
+
publicityRestrictions?: PublicityRestrictionsEnum;
|
|
234
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/*
|
|
3
|
+
* This file was automatically generated.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run the command to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
export enum EventTypeEnum {
|
|
8
|
+
"eventTypeReturn" = "HRX.eventTypeReturn",
|
|
9
|
+
"eventTypeAddition" = "HRX.eventTypeAddition"
|
|
10
|
+
}
|
|
11
|
+
export class SpecimenTransactionEvent {
|
|
12
|
+
"@context"?: string;
|
|
13
|
+
id?: string;
|
|
14
|
+
"@type"?: string;
|
|
15
|
+
eventDate: string;
|
|
16
|
+
eventHandler: string;
|
|
17
|
+
eventNotes: string;
|
|
18
|
+
eventType: EventTypeEnum;
|
|
19
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/*
|
|
3
|
+
* This file was automatically generated.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run the command to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
export enum Sexes {
|
|
8
|
+
"empty" = "",
|
|
9
|
+
"sexM" = "MY.sexM",
|
|
10
|
+
"sexF" = "MY.sexF",
|
|
11
|
+
"sexW" = "MY.sexW",
|
|
12
|
+
"sexU" = "MY.sexU",
|
|
13
|
+
"sexN" = "MY.sexN",
|
|
14
|
+
"sexX" = "MY.sexX",
|
|
15
|
+
"sexE" = "MY.sexE",
|
|
16
|
+
"sexC" = "MY.sexC"
|
|
17
|
+
}
|
|
18
|
+
export class SubUnit {
|
|
19
|
+
"@context"?: string;
|
|
20
|
+
id?: string;
|
|
21
|
+
"@type"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Estimated or known age in calendar years, years, days or other relevant unit.
|
|
24
|
+
*/
|
|
25
|
+
age?: string;
|
|
26
|
+
individualCount?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Sex of the individual(s)
|
|
29
|
+
*/
|
|
30
|
+
sex?: Sexes;
|
|
31
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/*
|
|
3
|
+
* This file was automatically generated.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run the command to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
export enum RequiredRolesEnum {
|
|
8
|
+
"empty" = "",
|
|
9
|
+
"expert" = "MMAN.expert",
|
|
10
|
+
"basic" = "MMAN.basic",
|
|
11
|
+
"owner" = "MMAN.owner",
|
|
12
|
+
"formAdmin" = "MMAN.formAdmin",
|
|
13
|
+
"ictAdmin" = "MMAN.ictAdmin"
|
|
14
|
+
}
|
|
15
|
+
export enum RequiredRolesEnum1 {
|
|
16
|
+
"empty" = "",
|
|
17
|
+
"expert" = "MMAN.expert",
|
|
18
|
+
"basic" = "MMAN.basic",
|
|
19
|
+
"owner" = "MMAN.owner",
|
|
20
|
+
"formAdmin" = "MMAN.formAdmin",
|
|
21
|
+
"ictAdmin" = "MMAN.ictAdmin"
|
|
22
|
+
}
|
|
23
|
+
export enum TypeEnum {
|
|
24
|
+
"empty" = "",
|
|
25
|
+
"typeCheck" = "MMAN.typeCheck",
|
|
26
|
+
"typeAdmin" = "MMAN.typeAdmin",
|
|
27
|
+
"typeInfo" = "MMAN.typeInfo",
|
|
28
|
+
"typeInvasive" = "MMAN.typeInvasive",
|
|
29
|
+
"typeCensus" = "MMAN.typeCensus",
|
|
30
|
+
"typeNegativeQuality" = "MMAN.typeNegativeQuality",
|
|
31
|
+
"typePositiveQuality" = "MMAN.typePositiveQuality"
|
|
32
|
+
}
|
|
33
|
+
export class Tag {
|
|
34
|
+
"@context"?: string;
|
|
35
|
+
id?: string;
|
|
36
|
+
"@type"?: string;
|
|
37
|
+
description?: {
|
|
38
|
+
en?: string;
|
|
39
|
+
fi?: string;
|
|
40
|
+
sv?: string;
|
|
41
|
+
};
|
|
42
|
+
name?: {
|
|
43
|
+
en?: string;
|
|
44
|
+
fi?: string;
|
|
45
|
+
sv?: string;
|
|
46
|
+
};
|
|
47
|
+
requiredRolesAdd?: RequiredRolesEnum[];
|
|
48
|
+
requiredRolesRemove?: RequiredRolesEnum[];
|
|
49
|
+
type?: TypeEnum;
|
|
50
|
+
}
|