@studyportals/static-domain-data 7.0.0-1 → 7.0.0-3

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 (78) hide show
  1. package/cjs/src/countries/countries.js +231 -9
  2. package/cjs/src/countries/country-get-async.js +102 -0
  3. package/cjs/src/countries/country-id-chunk-mapping.js +235 -0
  4. package/cjs/src/countries/country-iso-chunk-mapping.js +235 -0
  5. package/cjs/src/currencies/currencies.js +167 -8
  6. package/cjs/src/currencies/currency-get-async.js +97 -0
  7. package/cjs/src/disciplines/chunks/subdisciplines-10.js +32 -0
  8. package/cjs/src/disciplines/chunks/subdisciplines-11.js +30 -0
  9. package/cjs/src/disciplines/chunks/subdisciplines-117.js +19 -0
  10. package/cjs/src/disciplines/chunks/subdisciplines-12.js +17 -0
  11. package/cjs/src/disciplines/chunks/subdisciplines-13.js +45 -0
  12. package/cjs/src/disciplines/chunks/subdisciplines-23.js +50 -0
  13. package/cjs/src/disciplines/chunks/subdisciplines-24.js +23 -0
  14. package/cjs/src/disciplines/chunks/subdisciplines-258.js +28 -0
  15. package/cjs/src/disciplines/chunks/subdisciplines-289.js +25 -0
  16. package/cjs/src/disciplines/chunks/subdisciplines-54.js +12 -0
  17. package/cjs/src/disciplines/chunks/subdisciplines-58.js +12 -0
  18. package/cjs/src/disciplines/chunks/subdisciplines-6.js +16 -0
  19. package/cjs/src/disciplines/chunks/subdisciplines-64.js +12 -0
  20. package/cjs/src/disciplines/chunks/subdisciplines-7.js +30 -0
  21. package/cjs/src/disciplines/chunks/subdisciplines-9.js +22 -0
  22. package/cjs/src/disciplines/discipline-get-parent-discipline.js +2 -6
  23. package/cjs/src/disciplines/discipline-get-subdiscipline-by-id-async.js +33 -0
  24. package/cjs/src/disciplines/discipline-get-subdisciplines-async.js +74 -0
  25. package/cjs/src/disciplines/i-sub-discipline-record.js +2 -0
  26. package/cjs/src/disciplines/subdiscipline-id-discipline-id-mapping.js +289 -0
  27. package/cjs/src/disciplines/subdisciplines.js +162 -162
  28. package/esm/src/countries/countries.js +231 -9
  29. package/esm/src/countries/country-get-async.d.ts +4 -0
  30. package/esm/src/countries/country-get-async.js +75 -0
  31. package/esm/src/countries/country-id-chunk-mapping.d.ts +2 -0
  32. package/esm/src/countries/country-id-chunk-mapping.js +232 -0
  33. package/esm/src/countries/country-iso-chunk-mapping.d.ts +2 -0
  34. package/esm/src/countries/country-iso-chunk-mapping.js +232 -0
  35. package/esm/src/currencies/currencies.js +167 -8
  36. package/esm/src/currencies/currency-get-async.d.ts +3 -0
  37. package/esm/src/currencies/currency-get-async.js +71 -0
  38. package/esm/src/disciplines/chunks/subdisciplines-10.d.ts +3 -0
  39. package/esm/src/disciplines/chunks/subdisciplines-10.js +29 -0
  40. package/esm/src/disciplines/chunks/subdisciplines-11.d.ts +3 -0
  41. package/esm/src/disciplines/chunks/subdisciplines-11.js +27 -0
  42. package/esm/src/disciplines/chunks/subdisciplines-117.d.ts +3 -0
  43. package/esm/src/disciplines/chunks/subdisciplines-117.js +16 -0
  44. package/esm/src/disciplines/chunks/subdisciplines-12.d.ts +3 -0
  45. package/esm/src/disciplines/chunks/subdisciplines-12.js +14 -0
  46. package/esm/src/disciplines/chunks/subdisciplines-13.d.ts +3 -0
  47. package/esm/src/disciplines/chunks/subdisciplines-13.js +42 -0
  48. package/esm/src/disciplines/chunks/subdisciplines-23.d.ts +3 -0
  49. package/esm/src/disciplines/chunks/subdisciplines-23.js +47 -0
  50. package/esm/src/disciplines/chunks/subdisciplines-24.d.ts +3 -0
  51. package/esm/src/disciplines/chunks/subdisciplines-24.js +20 -0
  52. package/esm/src/disciplines/chunks/subdisciplines-258.d.ts +3 -0
  53. package/esm/src/disciplines/chunks/subdisciplines-258.js +25 -0
  54. package/esm/src/disciplines/chunks/subdisciplines-289.d.ts +3 -0
  55. package/esm/src/disciplines/chunks/subdisciplines-289.js +22 -0
  56. package/esm/src/disciplines/chunks/subdisciplines-54.d.ts +3 -0
  57. package/esm/src/disciplines/chunks/subdisciplines-54.js +9 -0
  58. package/esm/src/disciplines/chunks/subdisciplines-58.d.ts +3 -0
  59. package/esm/src/disciplines/chunks/subdisciplines-58.js +9 -0
  60. package/esm/src/disciplines/chunks/subdisciplines-6.d.ts +3 -0
  61. package/esm/src/disciplines/chunks/subdisciplines-6.js +13 -0
  62. package/esm/src/disciplines/chunks/subdisciplines-64.d.ts +3 -0
  63. package/esm/src/disciplines/chunks/subdisciplines-64.js +9 -0
  64. package/esm/src/disciplines/chunks/subdisciplines-7.d.ts +3 -0
  65. package/esm/src/disciplines/chunks/subdisciplines-7.js +27 -0
  66. package/esm/src/disciplines/chunks/subdisciplines-9.d.ts +3 -0
  67. package/esm/src/disciplines/chunks/subdisciplines-9.js +19 -0
  68. package/esm/src/disciplines/discipline-get-parent-discipline.js +2 -6
  69. package/esm/src/disciplines/discipline-get-subdiscipline-by-id-async.d.ts +3 -0
  70. package/esm/src/disciplines/discipline-get-subdiscipline-by-id-async.js +30 -0
  71. package/esm/src/disciplines/discipline-get-subdisciplines-async.d.ts +4 -0
  72. package/esm/src/disciplines/discipline-get-subdisciplines-async.js +47 -0
  73. package/esm/src/disciplines/i-sub-discipline-record.d.ts +1 -0
  74. package/esm/src/disciplines/i-sub-discipline-record.js +1 -0
  75. package/esm/src/disciplines/subdiscipline-id-discipline-id-mapping.d.ts +2 -0
  76. package/esm/src/disciplines/subdiscipline-id-discipline-id-mapping.js +286 -0
  77. package/esm/src/disciplines/subdisciplines.js +162 -162
  78. package/package.json +1 -1
@@ -1,107 +1,14 @@
1
1
  const subDisciplineRecords = [
2
- ["300", "Agriculture", "54"],
3
- ["301", "Animal Science", "54"],
4
- ["302", "Marine Science", "54"],
5
- ["303", "Forestry", "54"],
6
- ["304", "Horticulture and Crop Science", "54"],
7
- ["297", "Emergency & Disaster Management", "12"],
8
- ["56", "Family & Consumer Science", "12"],
9
- ["132", "Fashion, Textiles and Luxury Goods", "12"],
10
- ["298", "Food Science", "12"],
11
- ["112", "Forensic Science", "12"],
12
- ["59", "Library Science", "12"],
13
- ["60", "Military Science", "12"],
14
- ["299", "Museum Studies", "12"],
15
- ["321", "Real Estate & Property Management", "12"],
16
- ["62", "Social Work", "12"],
17
- ["20", "Architecture", "258"],
18
- ["259", "Art History", "258"],
19
- ["63", "Design", "258"],
20
- ["260", "Fashion Design", "258"],
21
- ["261", "Graphic Design", "258"],
22
- ["69", "Film Studies", "258"],
23
- ["376", "Fine Arts", "258"],
24
- ["53", "Industrial Design", "258"],
25
- ["262", "Interior Design", "258"],
26
- ["263", "Landscape Architecture", "258"],
27
- ["104", "Music", "258"],
28
- ["374", "Music Composition", "258"],
29
- ["264", "Musicology", "258"],
30
- ["375", "Music Performance", "258"],
31
- ["318", "Drama", "258"],
32
- ["328", "Urban Planning", "258"],
33
- ["68", "Visual Arts", "258"],
34
- ["93", "Accounting", "23"],
35
- ["325", "Actuarial Science", "23"],
36
- ["232", "Agribusiness", "23"],
37
- ["233", "Auditing", "23"],
38
- ["362", "Banking", "23"],
39
- ["45", "Business Administration", "23"],
40
- ["234", "Business Intelligence", "23"],
41
- ["235", "Commerce", "23"],
42
- ["342", "Construction Management", "23"],
43
- ["236", "Corporate Communication", "23"],
44
- ["237", "Corporate Social Responsibility", "23"],
45
- ["322", "Digital Media", "23"],
46
- ["324", "Digital Marketing", "23"],
47
- ["86", "Entrepreneurship", "23"],
48
- ["238", "Executive MBA", "23"],
49
- ["87", "Finance", "23"],
50
- ["239", "Forensic Accounting", "23"],
51
- ["111", "Human Resource Management", "23"],
52
- ["240", "Innovation Management", "23"],
53
- ["241", "International Business", "23"],
54
- ["353", "IT Management", "23"],
55
- ["366", "Leadership", "23"],
56
- ["352", "Management of Creative Industries", "23"],
57
- ["89", "Management Studies", "23"],
58
- ["88", "Marketing", "23"],
59
- ["373", "Marketing Management", "23"],
60
- ["242", "Master in Business Administration (MBA)", "23"],
61
- ["243", "Master in Management (MIM)", "23"],
62
- ["356", "Operations and Quality Management", "23"],
63
- ["25", "Project Management", "23"],
64
- ["101", "Public Administration", "23"],
65
- ["244", "Retail Management", "23"],
66
- ["245", "Risk Management", "23"],
67
- ["246", "Strategic Management", "23"],
68
- ["133", "Supply Chain Management & Logistics", "23"],
69
- ["247", "Taxation", "23"],
70
- ["248", "Engineering Management", "23"],
71
- ["249", "Transport Management", "23"],
72
- ["330", "Artificial Intelligence", "24"],
73
- ["279", "Business Information Systems", "24"],
74
- ["281", "Computer Sciences", "24"],
75
- ["323", "Cyber Security", "24"],
76
- ["282", "Data Science & Big Data", "24"],
77
- ["130", "Geographical Information Systems (GIS)", "24"],
78
- ["283", "Health Informatics", "24"],
79
- ["284", "Human Computer Interaction", "24"],
80
- ["108", "Information Technology (IT)", "24"],
81
- ["331", "Machine Learning", "24"],
82
- ["329", "Software Engineering", "24"],
83
- ["265", "User Experience Design", "24"],
84
- ["280", "Game Design", "24"],
85
- ["286", "Web Technologies & Cloud Computing", "24"],
86
- ["290", "Adult Education", "289"],
87
- ["360", "Art Education", "289"],
88
- ["291", "Coaching", "289"],
89
- ["292", "School Counselling", "289"],
90
- ["333", "Early Childhood Education", "289"],
91
- ["8", "Education", "289"],
92
- ["349", "Educational Leadership", "289"],
93
- ["293", "Educational Psychology", "289"],
94
- ["98", "Educational Research", "289"],
95
- ["371", "Health Education", "289"],
96
- ["363", "Higher Education", "289"],
97
- ["355", "Instructional Design", "289"],
98
- ["370", "Literacy Education", "289"],
99
- ["348", "Primary Education", "289"],
100
- ["97", "Special Education", "289"],
101
- ["359", "Secondary Education", "289"],
102
- ["345", "STEM Education", "289"],
103
- ["295", "Teaching", "289"],
104
- ["358", "Teaching English as a Foreign Language", "289"],
2
+ ["219", "Business Law", "6"],
3
+ ["114", "Civil & Private Law", "6"],
4
+ ["341", "Criminal Justice", "6"],
5
+ ["109", "Criminal Law", "6"],
6
+ ["48", "European Law", "6"],
7
+ ["85", "International Law", "6"],
8
+ ["220", "Legal Studies", "6"],
9
+ ["221", "Master of Laws (LLM)", "6"],
10
+ ["49", "Patent & Intellectual Property Law", "6"],
11
+ ["115", "Public Law", "6"],
105
12
  ["37", "Aerospace Engineering", "7"],
106
13
  ["250", "Automotive Engineering", "7"],
107
14
  ["30", "Bio & Biomedical Engineering", "7"],
@@ -124,25 +31,8 @@ const subDisciplineRecords = [
124
31
  ["350", "Sound Engineering", "7"],
125
32
  ["256", "Sustainable Energy", "7"],
126
33
  ["257", "Transportation Engineering", "7"],
127
- ["126", "Biodiversity & Conservation", "117"],
128
- ["125", "Climate Studies & Meteorology", "117"],
129
- ["47", "Earth Sciences", "117"],
130
- ["314", "Ecology", "117"],
131
- ["128", "Environmental Economics & Policy", "117"],
132
- ["287", "Environmental Management", "117"],
133
- ["315", "Environmental Sciences", "117"],
134
- ["123", "Geology", "117"],
135
- ["124", "Hydrology & Water Management", "117"],
136
- ["288", "Natural Resource Management", "117"],
137
- ["122", "Soil Science", "117"],
138
- ["127", "Sustainable Development", "117"],
139
- ["119", "Toxicology", "117"],
140
- ["312", "Culinary Arts", "64"],
141
- ["313", "Event Management", "64"],
142
- ["311", "Hospitality Management", "64"],
143
- ["134", "Sports Management", "64"],
144
- ["317", "Sport and Exercise Science", "64"],
145
- ["319", "Tourism & Leisure", "64"],
34
+ ["397", "Production and Manufacturing Engineering", "7"],
35
+ ["399", "Structural Engineering", "7"],
146
36
  ["266", "Ancient History", "9"],
147
37
  ["267", "Christian Studies", "9"],
148
38
  ["268", "Creative Writing", "9"],
@@ -157,21 +47,8 @@ const subDisciplineRecords = [
157
47
  ["84", "Philosophy", "9"],
158
48
  ["99", "Theology and Religious Studies", "9"],
159
49
  ["332", "Linguistics", "9"],
160
- ["306", "Journalism", "58"],
161
- ["307", "Media Management", "58"],
162
- ["308", "Media Studies & Mass Media", "58"],
163
- ["309", "Public Relations", "58"],
164
- ["310", "Translation & Interpreting", "58"],
165
- ["219", "Business Law", "6"],
166
- ["114", "Civil & Private Law", "6"],
167
- ["341", "Criminal Justice", "6"],
168
- ["109", "Criminal Law", "6"],
169
- ["48", "European Law", "6"],
170
- ["85", "International Law", "6"],
171
- ["220", "Legal Studies", "6"],
172
- ["221", "Master of Laws (LLM)", "6"],
173
- ["49", "Patent & Intellectual Property Law", "6"],
174
- ["115", "Public Law", "6"],
50
+ ["415", "Classics", "9"],
51
+ ["420", "Ethics", "9"],
175
52
  ["31", "Biomedical Science", "10"],
176
53
  ["335", "Clinical Psychology", "10"],
177
54
  ["228", "Complementary & Alternative Medicine", "10"],
@@ -194,6 +71,10 @@ const subDisciplineRecords = [
194
71
  ["90", "Public Health", "10"],
195
72
  ["344", "Speech Pathology", "10"],
196
73
  ["107", "Veterinary Medicine", "10"],
74
+ ["378", "Optometry", "10"],
75
+ ["383", "Occupational Therapy", "10"],
76
+ ["384", "Pathology", "10"],
77
+ ["407", "Prosthetics and Orthotics", "10"],
197
78
  ["52", "Applied Mathematics", "11"],
198
79
  ["82", "Astronomy & Space Sciences", "11"],
199
80
  ["327", "Biochemistry", "11"],
@@ -213,6 +94,22 @@ const subDisciplineRecords = [
213
94
  ["354", "Pharmacology", "11"],
214
95
  ["38", "Physics", "11"],
215
96
  ["227", "Statistics", "11"],
97
+ ["398", "Anatomy", "11"],
98
+ ["403", "Computational Mathematics", "11"],
99
+ ["404", "Zoology", "11"],
100
+ ["405", "Operations Research", "11"],
101
+ ["408", "Oceanography", "11"],
102
+ ["297", "Emergency & Disaster Management", "12"],
103
+ ["56", "Family & Consumer Science", "12"],
104
+ ["132", "Fashion, Textiles and Luxury Goods", "12"],
105
+ ["298", "Food Science", "12"],
106
+ ["112", "Forensic Science", "12"],
107
+ ["59", "Library Science", "12"],
108
+ ["60", "Military Science", "12"],
109
+ ["299", "Museum Studies", "12"],
110
+ ["321", "Real Estate & Property Management", "12"],
111
+ ["62", "Social Work", "12"],
112
+ ["409", "Aviation Studies", "12"],
216
113
  ["274", "American and Australasian studies", "13"],
217
114
  ["72", "Anthropology", "13"],
218
115
  ["70", "Archaeology", "13"],
@@ -237,51 +134,154 @@ const subDisciplineRecords = [
237
134
  ["278", "Public Policy", "13"],
238
135
  ["80", "Sociology", "13"],
239
136
  ["320", "Terrorism & Security", "13"],
240
- ["377", "Information Systems", "24"],
241
- ["378", "Optometry", "10"],
242
137
  ["379", "Social Policy", "13"],
243
- ["380", "Financial Technology", "23"],
244
138
  ["381", "Italian studies", "13"],
245
- ["382", "Fashion Management", "23"],
246
- ["383", "Occupational Therapy", "10"],
247
- ["384", "Pathology", "10"],
248
139
  ["385", "Forensic Psychology", "13"],
249
140
  ["386", "Asian Studies", "13"],
250
141
  ["387", "Developmental Psychology", "13"],
251
142
  ["388", "Social Psychology", "13"],
252
- ["389", "Food Technology", "54"],
253
143
  ["390", "Slavic Studies", "13"],
254
144
  ["391", "Diplomacy", "13"],
255
145
  ["392", "Art Therapy", "13"],
256
146
  ["393", "African Studies", "13"],
257
147
  ["394", "Middle Eastern Studies", "13"],
258
- ["395", "Publishing", "58"],
259
- ["396", "Financial Management", "23"],
260
- ["397", "Production and Manufacturing Engineering", "7"],
261
- ["398", "Anatomy", "11"],
262
- ["399", "Structural Engineering", "7"],
263
148
  ["400", "French Studies", "13"],
264
149
  ["401", "German and Scandinavian Studies", "13"],
150
+ ["410", "Iberian Studies", "13"],
151
+ ["412", "British Studies", "13"],
152
+ ["93", "Accounting", "23"],
153
+ ["325", "Actuarial Science", "23"],
154
+ ["232", "Agribusiness", "23"],
155
+ ["233", "Auditing", "23"],
156
+ ["362", "Banking", "23"],
157
+ ["45", "Business Administration", "23"],
158
+ ["234", "Business Intelligence", "23"],
159
+ ["235", "Commerce", "23"],
160
+ ["342", "Construction Management", "23"],
161
+ ["236", "Corporate Communication", "23"],
162
+ ["237", "Corporate Social Responsibility", "23"],
163
+ ["322", "Digital Media", "23"],
164
+ ["324", "Digital Marketing", "23"],
165
+ ["86", "Entrepreneurship", "23"],
166
+ ["238", "Executive MBA", "23"],
167
+ ["87", "Finance", "23"],
168
+ ["239", "Forensic Accounting", "23"],
169
+ ["111", "Human Resource Management", "23"],
170
+ ["240", "Innovation Management", "23"],
171
+ ["241", "International Business", "23"],
172
+ ["353", "IT Management", "23"],
173
+ ["366", "Leadership", "23"],
174
+ ["352", "Management of Creative Industries", "23"],
175
+ ["89", "Management Studies", "23"],
176
+ ["88", "Marketing", "23"],
177
+ ["373", "Marketing Management", "23"],
178
+ ["242", "Master in Business Administration (MBA)", "23"],
179
+ ["243", "Master in Management (MIM)", "23"],
180
+ ["356", "Operations and Quality Management", "23"],
181
+ ["25", "Project Management", "23"],
182
+ ["101", "Public Administration", "23"],
183
+ ["244", "Retail Management", "23"],
184
+ ["245", "Risk Management", "23"],
185
+ ["246", "Strategic Management", "23"],
186
+ ["133", "Supply Chain Management & Logistics", "23"],
187
+ ["247", "Taxation", "23"],
188
+ ["248", "Engineering Management", "23"],
189
+ ["249", "Transport Management", "23"],
190
+ ["380", "Financial Technology", "23"],
191
+ ["382", "Fashion Management", "23"],
192
+ ["396", "Financial Management", "23"],
265
193
  ["402", "Advertising", "23"],
266
- ["403", "Computational Mathematics", "11"],
267
- ["404", "Zoology", "11"],
268
- ["405", "Operations Research", "11"],
269
194
  ["406", "Insurance", "23"],
270
- ["407", "Prosthetics and Orthotics", "10"],
271
- ["408", "Oceanography", "11"],
272
- ["409", "Aviation Studies", "12"],
273
- ["410", "Iberian Studies", "13"],
195
+ ["416", "Investment", "23"],
196
+ ["330", "Artificial Intelligence", "24"],
197
+ ["279", "Business Information Systems", "24"],
198
+ ["281", "Computer Sciences", "24"],
199
+ ["323", "Cyber Security", "24"],
200
+ ["282", "Data Science & Big Data", "24"],
201
+ ["130", "Geographical Information Systems (GIS)", "24"],
202
+ ["283", "Health Informatics", "24"],
203
+ ["284", "Human Computer Interaction", "24"],
204
+ ["108", "Information Technology (IT)", "24"],
205
+ ["331", "Machine Learning", "24"],
206
+ ["329", "Software Engineering", "24"],
207
+ ["265", "User Experience Design", "24"],
208
+ ["280", "Game Design", "24"],
209
+ ["286", "Web Technologies & Cloud Computing", "24"],
210
+ ["377", "Information Systems", "24"],
211
+ ["418", "Animation", "24"],
212
+ ["421", "Data Analytics", "24"],
213
+ ["300", "Agriculture", "54"],
214
+ ["301", "Animal Science", "54"],
215
+ ["302", "Marine Science", "54"],
216
+ ["303", "Forestry", "54"],
217
+ ["304", "Horticulture and Crop Science", "54"],
218
+ ["389", "Food Technology", "54"],
219
+ ["306", "Journalism", "58"],
220
+ ["307", "Media Management", "58"],
221
+ ["308", "Media Studies & Mass Media", "58"],
222
+ ["309", "Public Relations", "58"],
223
+ ["310", "Translation & Interpreting", "58"],
224
+ ["395", "Publishing", "58"],
225
+ ["312", "Culinary Arts", "64"],
226
+ ["313", "Event Management", "64"],
227
+ ["311", "Hospitality Management", "64"],
228
+ ["134", "Sports Management", "64"],
229
+ ["317", "Sport and Exercise Science", "64"],
230
+ ["319", "Tourism & Leisure", "64"],
231
+ ["126", "Biodiversity & Conservation", "117"],
232
+ ["125", "Climate Studies & Meteorology", "117"],
233
+ ["47", "Earth Sciences", "117"],
234
+ ["314", "Ecology", "117"],
235
+ ["128", "Environmental Economics & Policy", "117"],
236
+ ["287", "Environmental Management", "117"],
237
+ ["315", "Environmental Sciences", "117"],
238
+ ["123", "Geology", "117"],
239
+ ["124", "Hydrology & Water Management", "117"],
240
+ ["288", "Natural Resource Management", "117"],
241
+ ["122", "Soil Science", "117"],
242
+ ["127", "Sustainable Development", "117"],
243
+ ["119", "Toxicology", "117"],
244
+ ["20", "Architecture", "258"],
245
+ ["259", "Art History", "258"],
246
+ ["63", "Design", "258"],
247
+ ["260", "Fashion Design", "258"],
248
+ ["261", "Graphic Design", "258"],
249
+ ["69", "Film Studies", "258"],
250
+ ["376", "Fine Arts", "258"],
251
+ ["53", "Industrial Design", "258"],
252
+ ["262", "Interior Design", "258"],
253
+ ["263", "Landscape Architecture", "258"],
254
+ ["104", "Music", "258"],
255
+ ["374", "Music Composition", "258"],
256
+ ["264", "Musicology", "258"],
257
+ ["375", "Music Performance", "258"],
258
+ ["318", "Drama", "258"],
259
+ ["328", "Urban Planning", "258"],
260
+ ["68", "Visual Arts", "258"],
274
261
  ["411", "Ceramics and Sculpture", "258"],
275
- ["412", "British Studies", "13"],
276
262
  ["413", "Painting & Drawing", "258"],
277
263
  ["414", "Art and Craft", "258"],
278
- ["415", "Classics", "9"],
279
- ["416", "Investment", "23"],
280
264
  ["417", "Dance", "258"],
281
- ["418", "Animation", "24"],
282
265
  ["419", "Photography", "258"],
283
- ["420", "Ethics", "9"],
284
- ["421", "Data Analytics", "24"],
266
+ ["290", "Adult Education", "289"],
267
+ ["360", "Art Education", "289"],
268
+ ["291", "Coaching", "289"],
269
+ ["292", "School Counselling", "289"],
270
+ ["333", "Early Childhood Education", "289"],
271
+ ["8", "Education", "289"],
272
+ ["349", "Educational Leadership", "289"],
273
+ ["293", "Educational Psychology", "289"],
274
+ ["98", "Educational Research", "289"],
275
+ ["371", "Health Education", "289"],
276
+ ["363", "Higher Education", "289"],
277
+ ["355", "Instructional Design", "289"],
278
+ ["370", "Literacy Education", "289"],
279
+ ["348", "Primary Education", "289"],
280
+ ["97", "Special Education", "289"],
281
+ ["359", "Secondary Education", "289"],
282
+ ["345", "STEM Education", "289"],
283
+ ["295", "Teaching", "289"],
284
+ ["358", "Teaching English as a Foreign Language", "289"],
285
285
  ];
286
286
  const subdisciplinesAll = subDisciplineRecords.map(([id, name, disciplineId]) => ({ id, name, disciplineId }));
287
287
  export { subdisciplinesAll, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/static-domain-data",
3
- "version": "7.0.0-1",
3
+ "version": "7.0.0-3",
4
4
  "sideEffects": false,
5
5
  "exports": {
6
6
  "./*": {