warframe-public-export-plus 0.5.75 → 0.5.76

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.
@@ -23,7 +23,8 @@
23
23
  "countedAttachments": [],
24
24
  "icon": "/Lotus/Interface/Icons/Player/AmirAccoladeGlyph.png",
25
25
  "highPriority": true,
26
- "customData": "Amir"
26
+ "customData": "Amir",
27
+ "cinematic": "/Lotus/Levels/1999/PlayerHomeBalconyCinematics.level"
27
28
  }
28
29
  },
29
30
  "/Lotus/Types/Items/EmailItems/AoiKissEmailItem": {
@@ -36,7 +37,8 @@
36
37
  "countedAttachments": [],
37
38
  "icon": "/Lotus/Interface/Icons/Player/AoiAccoladeGlyph.png",
38
39
  "highPriority": true,
39
- "customData": "Aoi"
40
+ "customData": "Aoi",
41
+ "cinematic": "/Lotus/Levels/1999/PlayerHomeBalconyCinematics.level"
40
42
  }
41
43
  },
42
44
  "/Lotus/Types/Items/EmailItems/ArchonShardUpgradeFeatureItemEmailItem": {
@@ -61,7 +63,8 @@
61
63
  "countedAttachments": [],
62
64
  "icon": "/Lotus/Interface/Icons/Player/ArthurAccoladeGlyph.png",
63
65
  "highPriority": true,
64
- "customData": "Arthur"
66
+ "customData": "Arthur",
67
+ "cinematic": "/Lotus/Levels/1999/PlayerHomeBalconyCinematics.level"
65
68
  }
66
69
  },
67
70
  "/Lotus/Types/Items/EmailItems/ArthurNewAreaEmailItem": {
@@ -207,7 +210,8 @@
207
210
  "countedAttachments": [],
208
211
  "icon": "/Lotus/Interface/Icons/Player/EleanorAccoladeGlyph.png",
209
212
  "highPriority": true,
210
- "customData": "Eleanor"
213
+ "customData": "Eleanor",
214
+ "cinematic": "/Lotus/Levels/1999/PlayerHomeBalconyCinematics.level"
211
215
  }
212
216
  },
213
217
  "/Lotus/Types/Items/EmailItems/FiveFatesEmailItem": {
@@ -245,7 +249,8 @@
245
249
  "countedAttachments": [],
246
250
  "icon": "/Lotus/Interface/Icons/Player/KalymosGrimoireGlyph.png",
247
251
  "highPriority": true,
248
- "customData": "Kalymos"
252
+ "customData": "Kalymos",
253
+ "cinematic": "/Lotus/Levels/1999/PlayerHomeBalconyCinematics.level"
249
254
  }
250
255
  },
251
256
  "/Lotus/Types/Items/EmailItems/KuvaLichRevealEmailItem": {
@@ -257,7 +262,8 @@
257
262
  "attachments": [],
258
263
  "countedAttachments": [],
259
264
  "icon": "/Lotus/Interface/Icons/Npcs/Grineer/Fortress/WormQueen.png",
260
- "highPriority": true
265
+ "highPriority": true,
266
+ "cinematic": "/Lotus/Levels/Cinematics/KuvaLichReveal.level"
261
267
  }
262
268
  },
263
269
  "/Lotus/Types/Items/EmailItems/LettieKissEmailItem": {
@@ -270,7 +276,8 @@
270
276
  "countedAttachments": [],
271
277
  "icon": "/Lotus/Interface/Icons/Player/LettieAccoladeGlyph.png",
272
278
  "highPriority": true,
273
- "customData": "Lettie"
279
+ "customData": "Lettie",
280
+ "cinematic": "/Lotus/Levels/1999/PlayerHomeBalconyCinematics.level"
274
281
  }
275
282
  },
276
283
  "/Lotus/Types/Items/EmailItems/LizzieShawzinSkinEmailItem": {
@@ -367,7 +374,8 @@
367
374
  "countedAttachments": [],
368
375
  "icon": "/Lotus/Interface/Icons/Player/QuincyAccoladeGlyph.png",
369
376
  "highPriority": true,
370
- "customData": "Quincy"
377
+ "customData": "Quincy",
378
+ "cinematic": "/Lotus/Levels/1999/PlayerHomeBalconyCinematics.level"
371
379
  }
372
380
  },
373
381
  "/Lotus/Types/Items/EmailItems/SentientQuestEmailItem": {
@@ -392,7 +400,8 @@
392
400
  "attachments": [],
393
401
  "countedAttachments": [],
394
402
  "icon": "/Lotus/Interface/Icons/Npcs/Ordis.png",
395
- "highPriority": true
403
+ "highPriority": true,
404
+ "cinematic": "/Lotus/Levels/Cinematics/ParvosBoardroom.level"
396
405
  }
397
406
  },
398
407
  "/Lotus/Types/Items/EmailItems/TennokaiEmailItem": {
package/index.d.ts CHANGED
@@ -399,6 +399,7 @@ export interface IInboxMessage {
399
399
  transmission?: string;
400
400
  highPriority?: boolean;
401
401
  customData?: string;
402
+ cinematic?: string;
402
403
  }
403
404
 
404
405
  export interface IMissionReward {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-public-export-plus",
3
- "version": "0.5.75",
3
+ "version": "0.5.76",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/calamity-inc/warframe-public-export-plus.git"