@paris-ias/trees 2.2.17 → 2.2.19

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.
@@ -327,7 +327,7 @@ const data = {
327
327
  "items": {
328
328
  "ShortStay": "SHORT_STAY",
329
329
  "LongStay": "LONG_STAY",
330
- "Group": "GROUP"
330
+ "Group": "IN_GROUP"
331
331
  },
332
332
  "meta": "fellowshipType"
333
333
  },
@@ -29,7 +29,7 @@ export interface Fellowships {
29
29
  export enum FellowshipType {
30
30
  ShortStay = "SHORT_STAY",
31
31
  LongStay = "LONG_STAY",
32
- Group = "GROUP",
32
+ Group = "IN_GROUP",
33
33
  }
34
34
 
35
35
  export enum FellowshipStatus {
@@ -325,7 +325,7 @@ const data = {
325
325
  "items": {
326
326
  "ShortStay": "SHORT_STAY",
327
327
  "LongStay": "LONG_STAY",
328
- "Group": "GROUP"
328
+ "Group": "IN_GROUP"
329
329
  },
330
330
  "meta": "fellowshipType"
331
331
  },
@@ -183,7 +183,7 @@ const data = {
183
183
  "items": {
184
184
  "ShortStay": "SHORT_STAY",
185
185
  "LongStay": "LONG_STAY",
186
- "Group": "GROUP"
186
+ "Group": "IN_GROUP"
187
187
  },
188
188
  "value": ""
189
189
  },
@@ -29,7 +29,7 @@ export interface Fellowships {
29
29
  export enum FellowshipType {
30
30
  ShortStay = "SHORT_STAY",
31
31
  LongStay = "LONG_STAY",
32
- Group = "GROUP",
32
+ Group = "IN_GROUP",
33
33
  }
34
34
 
35
35
  export enum FellowshipStatus {
@@ -181,7 +181,7 @@ const data = {
181
181
  "items": {
182
182
  "ShortStay": "SHORT_STAY",
183
183
  "LongStay": "LONG_STAY",
184
- "Group": "GROUP"
184
+ "Group": "IN_GROUP"
185
185
  },
186
186
  "value": ""
187
187
  },
@@ -196,7 +196,10 @@ const data = {
196
196
  "News": "NEWS"
197
197
  },
198
198
  "multiple": true,
199
- "value": ""
199
+ "value": "",
200
+ "appId": [
201
+ "apex"
202
+ ]
200
203
  },
201
204
  "thematics": {
202
205
  "type": "AutoComplete",
@@ -230,16 +233,10 @@ const data = {
230
233
  "default": true,
231
234
  "switchIf": [
232
235
  {
233
- "type": "NEWS"
234
- },
235
- {
236
- "type": "VIDEO"
236
+ "modifier": "news"
237
237
  },
238
238
  {
239
- "type": "AUDIO"
240
- },
241
- {
242
- "type": "PODCAST"
239
+ "modifier": "media"
243
240
  }
244
241
  ],
245
242
  "disjonctive": true
@@ -284,16 +281,10 @@ const data = {
284
281
  "default": false,
285
282
  "switchIf": [
286
283
  {
287
- "type": "NEWS"
288
- },
289
- {
290
- "type": "VIDEO"
291
- },
292
- {
293
- "type": "AUDIO"
284
+ "modifier": "news"
294
285
  },
295
286
  {
296
- "type": "PODCAST"
287
+ "modifier": "media"
297
288
  }
298
289
  ],
299
290
  "disjonctive": true
@@ -314,13 +305,7 @@ const data = {
314
305
  "default": false,
315
306
  "switchIf": [
316
307
  {
317
- "type": "VIDEO"
318
- },
319
- {
320
- "type": "AUDIO"
321
- },
322
- {
323
- "type": "PODCAST"
308
+ "modifier": "media"
324
309
  }
325
310
  ],
326
311
  "disjonctive": true
@@ -359,7 +344,7 @@ const data = {
359
344
  "default": false,
360
345
  "switchIf": [
361
346
  {
362
- "type": "NEWS"
347
+ "modifier": "news"
363
348
  }
364
349
  ],
365
350
  "disjonctive": false
@@ -194,7 +194,10 @@ const data = {
194
194
  "News": "NEWS"
195
195
  },
196
196
  "multiple": true,
197
- "value": ""
197
+ "value": "",
198
+ "appId": [
199
+ "apex"
200
+ ]
198
201
  },
199
202
  "thematics": {
200
203
  "type": "AutoComplete",
@@ -228,16 +231,10 @@ const data = {
228
231
  "default": true,
229
232
  "switchIf": [
230
233
  {
231
- "type": "NEWS"
232
- },
233
- {
234
- "type": "VIDEO"
234
+ "modifier": "news"
235
235
  },
236
236
  {
237
- "type": "AUDIO"
238
- },
239
- {
240
- "type": "PODCAST"
237
+ "modifier": "media"
241
238
  }
242
239
  ],
243
240
  "disjonctive": true
@@ -282,16 +279,10 @@ const data = {
282
279
  "default": false,
283
280
  "switchIf": [
284
281
  {
285
- "type": "NEWS"
286
- },
287
- {
288
- "type": "VIDEO"
289
- },
290
- {
291
- "type": "AUDIO"
282
+ "modifier": "news"
292
283
  },
293
284
  {
294
- "type": "PODCAST"
285
+ "modifier": "media"
295
286
  }
296
287
  ],
297
288
  "disjonctive": true
@@ -312,13 +303,7 @@ const data = {
312
303
  "default": false,
313
304
  "switchIf": [
314
305
  {
315
- "type": "VIDEO"
316
- },
317
- {
318
- "type": "AUDIO"
319
- },
320
- {
321
- "type": "PODCAST"
306
+ "modifier": "media"
322
307
  }
323
308
  ],
324
309
  "disjonctive": true
@@ -357,7 +342,7 @@ const data = {
357
342
  "default": false,
358
343
  "switchIf": [
359
344
  {
360
- "type": "NEWS"
345
+ "modifier": "news"
361
346
  }
362
347
  ],
363
348
  "disjonctive": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.2.17",
3
+ "version": "2.2.19",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",