warframe-worldstate-parser 5.3.6 → 5.3.8

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 (125) hide show
  1. package/dist/{Calendar-C99Wr_NC.d.mts → Calendar-D7QlYdGs.d.mts} +1 -1
  2. package/dist/{CambionCycle-CEVo0BPO.d.mts → CambionCycle-zMzaSuKG.d.mts} +2 -2
  3. package/dist/{CetusCycle-sbJ_VYPO.d.mts → CetusCycle-LdcGs_wx.d.mts} +1 -1
  4. package/dist/{ConstructionProgress-CffeDtau.d.mts → ConstructionProgress-fM9jbjFW.d.mts} +1 -1
  5. package/dist/{DarkSectorBattle-DwaJyGk3.d.mts → DarkSectorBattle-Cr-K4LmW.d.mts} +1 -1
  6. package/dist/{Dependency-CtryMjKU.d.mts → Dependency-fgtm0qdZ.d.mts} +1 -1
  7. package/dist/{EarthCycle-BsMMsVT4.d.mts → EarthCycle-tuV5mFzh.d.mts} +1 -1
  8. package/dist/{MidrathCycle-UgLh7wgF.d.mts → MidrathCycle-DBZgxYyZ.d.mts} +1 -1
  9. package/dist/{News-CmoQ_nEf.d.mts → News-CKODxayp.d.mts} +1 -1
  10. package/dist/{Nightwave-BBRJbyr8.d.mts → Nightwave-D7wrORCe.d.mts} +2 -2
  11. package/dist/{NightwaveChallenge-C6J7ymli.d.mts → NightwaveChallenge-Cm_BhnRu.d.mts} +1 -1
  12. package/dist/{PersistentEnemy-WkvIZ9Mx.d.mts → PersistentEnemy-CgRe5bWz.d.mts} +1 -1
  13. package/dist/{VallisCycle-BTYgGev7.d.mts → VallisCycle-DpoQ9hBT.d.mts} +1 -1
  14. package/dist/{ZarimanCycle-D4YCSLmR.d.mts → ZarimanCycle-crkro6pa.d.mts} +1 -1
  15. package/dist/{decorate-DHEOvewm.mjs → decorate-DEb1C2pD.mjs} +2 -2
  16. package/dist/{index-BiofND5v.d.mts → index-C1rBnvm4.d.mts} +9 -9
  17. package/dist/lib/WorldState.d.mts +16 -16
  18. package/dist/lib/WorldState.mjs +2 -142
  19. package/dist/lib/models/Alert.d.mts +1 -1
  20. package/dist/lib/models/Alert.mjs +1 -11
  21. package/dist/lib/models/Archimedea.d.mts +1 -1
  22. package/dist/lib/models/Archimedea.mjs +18 -103
  23. package/dist/lib/models/Calendar.d.mts +1 -1
  24. package/dist/lib/models/CambionCycle.d.mts +1 -1
  25. package/dist/lib/models/CambionCycle.mjs +3 -12
  26. package/dist/lib/models/CetusCycle.d.mts +1 -1
  27. package/dist/lib/models/CetusCycle.mjs +5 -25
  28. package/dist/lib/models/ChallengeInstance.d.mts +1 -1
  29. package/dist/lib/models/ChallengeInstance.mjs +2 -12
  30. package/dist/lib/models/ConclaveChallenge.d.mts +1 -1
  31. package/dist/lib/models/ConclaveChallenge.mjs +8 -33
  32. package/dist/lib/models/ConstructionProgress.d.mts +1 -1
  33. package/dist/lib/models/ConstructionProgress.mjs +4 -17
  34. package/dist/lib/models/DailyDeal.d.mts +1 -1
  35. package/dist/lib/models/DailyDeal.mjs +4 -22
  36. package/dist/lib/models/DarkSector.d.mts +1 -1
  37. package/dist/lib/models/DarkSector.mjs +13 -80
  38. package/dist/lib/models/DarkSectorBattle.d.mts +1 -1
  39. package/dist/lib/models/DarkSectorBattle.mjs +6 -35
  40. package/dist/lib/models/DuviriCycle.d.mts +1 -1
  41. package/dist/lib/models/DuviriCycle.mjs +2 -11
  42. package/dist/lib/models/EarthCycle.d.mts +1 -1
  43. package/dist/lib/models/EarthCycle.mjs +4 -20
  44. package/dist/lib/models/Fissure.d.mts +1 -1
  45. package/dist/lib/models/Fissure.mjs +10 -48
  46. package/dist/lib/models/FlashSale.d.mts +1 -1
  47. package/dist/lib/models/FlashSale.mjs +6 -30
  48. package/dist/lib/models/GlobalUpgrade.d.mts +1 -1
  49. package/dist/lib/models/GlobalUpgrade.mjs +5 -22
  50. package/dist/lib/models/Invasion.d.mts +1 -1
  51. package/dist/lib/models/Invasion.mjs +11 -62
  52. package/dist/lib/models/Kinepage.d.mts +1 -1
  53. package/dist/lib/models/Kinepage.mjs +3 -16
  54. package/dist/lib/models/Kuva.d.mts +1 -1
  55. package/dist/lib/models/Kuva.mjs +1 -10
  56. package/dist/lib/models/MidrathCycle.d.mts +1 -1
  57. package/dist/lib/models/MidrathCycle.mjs +4 -13
  58. package/dist/lib/models/Mission.d.mts +1 -1
  59. package/dist/lib/models/Mission.mjs +14 -90
  60. package/dist/lib/models/News.d.mts +1 -1
  61. package/dist/lib/models/News.mjs +10 -54
  62. package/dist/lib/models/Nightwave.d.mts +1 -1
  63. package/dist/lib/models/Nightwave.mjs +3 -25
  64. package/dist/lib/models/NightwaveChallenge.d.mts +1 -1
  65. package/dist/lib/models/NightwaveChallenge.mjs +6 -28
  66. package/dist/lib/models/PersistentEnemy.d.mts +1 -1
  67. package/dist/lib/models/PersistentEnemy.mjs +8 -44
  68. package/dist/lib/models/Reward.d.mts +1 -1
  69. package/dist/lib/models/Reward.mjs +4 -39
  70. package/dist/lib/models/SentientOutpost.d.mts +1 -1
  71. package/dist/lib/models/SentientOutpost.mjs +5 -29
  72. package/dist/lib/models/Simaris.d.mts +1 -1
  73. package/dist/lib/models/Simaris.mjs +3 -12
  74. package/dist/lib/models/Sortie.d.mts +1 -1
  75. package/dist/lib/models/Sortie.mjs +5 -30
  76. package/dist/lib/models/SortieVariant.d.mts +1 -1
  77. package/dist/lib/models/SortieVariant.mjs +7 -32
  78. package/dist/lib/models/SteelPathOffering.d.mts +1 -1
  79. package/dist/lib/models/SteelPathOffering.mjs +6 -49
  80. package/dist/lib/models/SyndicateJob.d.mts +1 -1
  81. package/dist/lib/models/SyndicateJob.mjs +4 -37
  82. package/dist/lib/models/SyndicateMission.d.mts +1 -1
  83. package/dist/lib/models/SyndicateMission.mjs +3 -20
  84. package/dist/lib/models/Tmp.d.mts +1 -1
  85. package/dist/lib/models/Tmp.mjs +1 -32
  86. package/dist/lib/models/VallisCycle.d.mts +1 -1
  87. package/dist/lib/models/VallisCycle.mjs +3 -12
  88. package/dist/lib/models/VoidTrader.d.mts +1 -1
  89. package/dist/lib/models/VoidTrader.mjs +5 -34
  90. package/dist/lib/models/VoidTraderItem.d.mts +1 -1
  91. package/dist/lib/models/VoidTraderItem.mjs +3 -14
  92. package/dist/lib/models/VoidTraderSchedule.d.mts +1 -1
  93. package/dist/lib/models/VoidTraderSchedule.mjs +2 -11
  94. package/dist/lib/models/WeeklyChallenge.d.mts +1 -1
  95. package/dist/lib/models/WeeklyChallenge.mjs +1 -6
  96. package/dist/lib/models/WorldEvent.d.mts +1 -1
  97. package/dist/lib/models/WorldEvent.mjs +10 -112
  98. package/dist/lib/models/WorldStateObject.d.mts +1 -1
  99. package/dist/lib/models/WorldStateObject.mjs +1 -11
  100. package/dist/lib/models/ZarimanCycle.d.mts +1 -1
  101. package/dist/lib/models/ZarimanCycle.mjs +4 -17
  102. package/dist/lib/models/index.d.mts +17 -17
  103. package/dist/lib/supporting/Dependency.d.mts +1 -1
  104. package/dist/lib/supporting/DuviriChoice.d.mts +1 -1
  105. package/dist/lib/supporting/DuviriChoice.mjs +3 -16
  106. package/dist/lib/supporting/ExternalMission.d.mts +1 -1
  107. package/dist/lib/supporting/ExternalMission.mjs +17 -100
  108. package/dist/lib/supporting/FetchProxy.d.mts +1 -1
  109. package/dist/lib/supporting/ImgCdn.d.mts +1 -1
  110. package/dist/lib/supporting/KuvaLogEntry.d.mts +1 -1
  111. package/dist/lib/supporting/RewardData.d.mts +1 -1
  112. package/dist/lib/supporting/RewardTypes.d.mts +1 -1
  113. package/dist/lib/supporting/index.d.mts +8 -8
  114. package/dist/main.d.mts +24 -24
  115. package/dist/main.mjs +1 -0
  116. package/package.json +2 -3
  117. /package/dist/{ExternalMission-Be-eX0Pc.d.mts → ExternalMission-CyjaiHtM.d.mts} +0 -0
  118. /package/dist/{FetchProxy-Bgoi37sM.d.mts → FetchProxy-Bx4hAhWN.d.mts} +0 -0
  119. /package/dist/{ImgCdn-By4Qj9kk.d.mts → ImgCdn-BNwfDNfV.d.mts} +0 -0
  120. /package/dist/{Kinepage-BDZm950n.d.mts → Kinepage-ChaoLN-v.d.mts} +0 -0
  121. /package/dist/{KuvaLogEntry-B0SaM7MX.d.mts → KuvaLogEntry-DD9nXgqP.d.mts} +0 -0
  122. /package/dist/{RewardData-B5TstL-h.d.mts → RewardData-CWoi9KgM.d.mts} +0 -0
  123. /package/dist/{RewardTypes-DMW4dYrB.d.mts → RewardTypes-CdOLYOdA.d.mts} +0 -0
  124. /package/dist/{SteelPathOffering-K2Ji4d5c.d.mts → SteelPathOffering-BRZtir78.d.mts} +0 -0
  125. /package/dist/{WorldStateObject-BgeCocs9.d.mts → WorldStateObject-CIJgXUCx.d.mts} +0 -0
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-BgeCocs9.mjs";
1
+ import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-CIJgXUCx.mjs";
2
2
 
3
3
  //#region lib/models/Calendar.d.ts
4
4
  interface RawCalender extends BaseContentObject {
@@ -1,5 +1,5 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
2
- import { t as CetusCycle } from "./CetusCycle-sbJ_VYPO.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-CIJgXUCx.mjs";
2
+ import { t as CetusCycle } from "./CetusCycle-LdcGs_wx.mjs";
3
3
 
4
4
  //#region lib/models/CambionCycle.d.ts
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-CIJgXUCx.mjs";
2
2
 
3
3
  //#region lib/models/CetusCycle.d.ts
4
4
  interface CurrentCetusCycle {
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-CIJgXUCx.mjs";
2
2
 
3
3
  //#region lib/models/ConstructionProgress.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { n as Identifier } from "./WorldStateObject-BgeCocs9.mjs";
1
+ import { n as Identifier } from "./WorldStateObject-CIJgXUCx.mjs";
2
2
  import { ContentTimestamp } from "warframe-worldstate-data/utilities";
3
3
 
4
4
  //#region lib/models/DarkSectorBattle.d.ts
@@ -1,4 +1,4 @@
1
- import { t as KuvaLogEntry } from "./KuvaLogEntry-B0SaM7MX.mjs";
1
+ import { t as KuvaLogEntry } from "./KuvaLogEntry-DD9nXgqP.mjs";
2
2
  import { Locale } from "warframe-worldstate-data";
3
3
  import { SortieData } from "warframe-worldstate-data/types";
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-CIJgXUCx.mjs";
2
2
 
3
3
  //#region lib/models/EarthCycle.d.ts
4
4
  interface EarthCycleType {
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-CIJgXUCx.mjs";
2
2
 
3
3
  //#region lib/models/MidrathCycle.d.ts
4
4
  declare class MidrathCycle extends WorldStateObject {
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-BgeCocs9.mjs";
1
+ import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-CIJgXUCx.mjs";
2
2
  import { Locale } from "warframe-worldstate-data";
3
3
  import { ContentTimestamp } from "warframe-worldstate-data/utilities";
4
4
 
@@ -1,5 +1,5 @@
1
- import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-BgeCocs9.mjs";
2
- import { n as RawNightwaveChallenge, t as NightwaveChallenge } from "./NightwaveChallenge-C6J7ymli.mjs";
1
+ import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-CIJgXUCx.mjs";
2
+ import { n as RawNightwaveChallenge, t as NightwaveChallenge } from "./NightwaveChallenge-Cm_BhnRu.mjs";
3
3
  import { Locale } from "warframe-worldstate-data";
4
4
 
5
5
  //#region lib/models/Nightwave.d.ts
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-BgeCocs9.mjs";
1
+ import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-CIJgXUCx.mjs";
2
2
  import { Locale } from "warframe-worldstate-data";
3
3
 
4
4
  //#region lib/models/NightwaveChallenge.d.ts
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-BgeCocs9.mjs";
1
+ import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-CIJgXUCx.mjs";
2
2
  import { Locale } from "warframe-worldstate-data";
3
3
  import { ContentTimestamp } from "warframe-worldstate-data/utilities";
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-CIJgXUCx.mjs";
2
2
 
3
3
  //#region lib/models/VallisCycle.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-CIJgXUCx.mjs";
2
2
 
3
3
  //#region lib/models/ZarimanCycle.d.ts
4
4
  interface CurrentZarimanCycle {
@@ -1,9 +1,9 @@
1
- //#region \0@oxc-project+runtime@0.127.0/helpers/decorateMetadata.js
1
+ //#region \0@oxc-project+runtime@0.132.0/helpers/decorateMetadata.js
2
2
  function __decorateMetadata(k, v) {
3
3
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
4
4
  }
5
5
  //#endregion
6
- //#region \0@oxc-project+runtime@0.127.0/helpers/decorate.js
6
+ //#region \0@oxc-project+runtime@0.132.0/helpers/decorate.js
7
7
  function __decorate(decorators, target, key, desc) {
8
8
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
9
9
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -1,9 +1,9 @@
1
- import { t as Dependency } from "./Dependency-CtryMjKU.mjs";
2
- import { t as ExternalMission } from "./ExternalMission-Be-eX0Pc.mjs";
3
- import { t as RewardType } from "./RewardTypes-DMW4dYrB.mjs";
4
- import { n as Identifier, r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-BgeCocs9.mjs";
5
- import { n as RawDarkSectorBattle, t as DarkSectorBattle } from "./DarkSectorBattle-DwaJyGk3.mjs";
6
- import { t as Kinepage } from "./Kinepage-BDZm950n.mjs";
1
+ import { t as Dependency } from "./Dependency-fgtm0qdZ.mjs";
2
+ import { t as ExternalMission } from "./ExternalMission-CyjaiHtM.mjs";
3
+ import { t as RewardType } from "./RewardTypes-CdOLYOdA.mjs";
4
+ import { n as Identifier, r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-CIJgXUCx.mjs";
5
+ import { n as RawDarkSectorBattle, t as DarkSectorBattle } from "./DarkSectorBattle-Cr-K4LmW.mjs";
6
+ import { t as Kinepage } from "./Kinepage-ChaoLN-v.mjs";
7
7
  import { Locale } from "warframe-worldstate-data";
8
8
  import { ContentTimestamp } from "warframe-worldstate-data/utilities";
9
9
 
@@ -445,11 +445,11 @@ declare class ConclaveChallenge extends WorldStateObject {
445
445
  */
446
446
  standing?: number;
447
447
  /**
448
- * Whether or not this is a daily conclave challenge.
448
+ * Whether this is a daily conclave challenge.
449
449
  */
450
450
  daily: boolean;
451
451
  /**
452
- * Whether or not this is the root challenge
452
+ * Whether this is the root challenge
453
453
  */
454
454
  rootChallenge: boolean;
455
455
  /**
@@ -1042,7 +1042,7 @@ declare class SentientOutpost {
1042
1042
  */
1043
1043
  mission?: OutpostMission;
1044
1044
  /**
1045
- * Whether or not the object was active during creation
1045
+ * Whether the object was active during creation
1046
1046
  */
1047
1047
  active: boolean;
1048
1048
  /**
@@ -1,19 +1,19 @@
1
- import { t as Dependency } from "../Dependency-CtryMjKU.mjs";
2
- import { B as DuviriCycle, C as Sortie, D as Simaris, E as LibraryInfo, F as RawGlobalUpgrade, G as RawDailyDeal, I as FlashSale, K as ConclaveChallenge, L as RawFlashSale, N as RawInvasion, P as GlobalUpgrade, R as Fissure, S as RawSortie, U as RawDarkSector, V as DarkSector, W as DailyDeal, X as Archimedea, _ as RawSyndicateMission, a as WorldEvent, at as Alert, c as RawVoidTrader, i as RawWorldEvent, j as Invasion, k as SentientOutpost, l as VoidTrader, mt as RawChoice, o as RawWeeklyChallenge, ot as RawAlert, q as RawChallenge, rt as RawArchimedea, s as WeeklyChallenge, v as SyndicateMission, z as RawFissure } from "../index-BiofND5v.mjs";
3
- import { t as ExternalMission } from "../ExternalMission-Be-eX0Pc.mjs";
4
- import { r as WorldStateObject, t as BaseContentObject } from "../WorldStateObject-BgeCocs9.mjs";
5
- import { r as RawCalender, t as Calendar } from "../Calendar-C99Wr_NC.mjs";
6
- import { t as CetusCycle } from "../CetusCycle-sbJ_VYPO.mjs";
7
- import { t as CambionCycle } from "../CambionCycle-CEVo0BPO.mjs";
8
- import { t as ConstructionProgress } from "../ConstructionProgress-CffeDtau.mjs";
9
- import { t as EarthCycle } from "../EarthCycle-BsMMsVT4.mjs";
10
- import { t as Kinepage } from "../Kinepage-BDZm950n.mjs";
11
- import { n as RawNews, t as News } from "../News-CmoQ_nEf.mjs";
12
- import { n as RawNightwave, t as Nightwave } from "../Nightwave-BBRJbyr8.mjs";
13
- import { n as RawPersistentEnemy, t as PersistentEnemy } from "../PersistentEnemy-WkvIZ9Mx.mjs";
14
- import { n as SteelPathOfferings } from "../SteelPathOffering-K2Ji4d5c.mjs";
15
- import { t as VallisCycle } from "../VallisCycle-BTYgGev7.mjs";
16
- import { n as ZarimanCycle } from "../ZarimanCycle-D4YCSLmR.mjs";
1
+ import { t as Dependency } from "../Dependency-fgtm0qdZ.mjs";
2
+ import { B as DuviriCycle, C as Sortie, D as Simaris, E as LibraryInfo, F as RawGlobalUpgrade, G as RawDailyDeal, I as FlashSale, K as ConclaveChallenge, L as RawFlashSale, N as RawInvasion, P as GlobalUpgrade, R as Fissure, S as RawSortie, U as RawDarkSector, V as DarkSector, W as DailyDeal, X as Archimedea, _ as RawSyndicateMission, a as WorldEvent, at as Alert, c as RawVoidTrader, i as RawWorldEvent, j as Invasion, k as SentientOutpost, l as VoidTrader, mt as RawChoice, o as RawWeeklyChallenge, ot as RawAlert, q as RawChallenge, rt as RawArchimedea, s as WeeklyChallenge, v as SyndicateMission, z as RawFissure } from "../index-C1rBnvm4.mjs";
3
+ import { t as ExternalMission } from "../ExternalMission-CyjaiHtM.mjs";
4
+ import { r as WorldStateObject, t as BaseContentObject } from "../WorldStateObject-CIJgXUCx.mjs";
5
+ import { r as RawCalender, t as Calendar } from "../Calendar-D7QlYdGs.mjs";
6
+ import { t as CetusCycle } from "../CetusCycle-LdcGs_wx.mjs";
7
+ import { t as CambionCycle } from "../CambionCycle-zMzaSuKG.mjs";
8
+ import { t as ConstructionProgress } from "../ConstructionProgress-fM9jbjFW.mjs";
9
+ import { t as EarthCycle } from "../EarthCycle-tuV5mFzh.mjs";
10
+ import { t as Kinepage } from "../Kinepage-ChaoLN-v.mjs";
11
+ import { n as RawNews, t as News } from "../News-CKODxayp.mjs";
12
+ import { n as RawNightwave, t as Nightwave } from "../Nightwave-D7wrORCe.mjs";
13
+ import { n as RawPersistentEnemy, t as PersistentEnemy } from "../PersistentEnemy-CgRe5bWz.mjs";
14
+ import { n as SteelPathOfferings } from "../SteelPathOffering-BRZtir78.mjs";
15
+ import { t as VallisCycle } from "../VallisCycle-DpoQ9hBT.mjs";
16
+ import { n as ZarimanCycle } from "../ZarimanCycle-crkro6pa.mjs";
17
17
 
18
18
  //#region lib/WorldState.d.ts
19
19
  /**
@@ -1,4 +1,4 @@
1
- import { n as __decorateMetadata, t as __decorate } from "../decorate-DHEOvewm.mjs";
1
+ import { n as __decorateMetadata, t as __decorate } from "../decorate-DEb1C2pD.mjs";
2
2
  import { Alert } from "./models/Alert.mjs";
3
3
  import { Archimedea } from "./models/Archimedea.mjs";
4
4
  import { Calendar } from "./models/Calendar.mjs";
@@ -33,7 +33,6 @@ import { WorldEvent } from "./models/WorldEvent.mjs";
33
33
  import { ZarimanCycle } from "./models/ZarimanCycle.mjs";
34
34
  import "./models/index.mjs";
35
35
  import { createHash } from "node:crypto";
36
- import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
37
36
  import { Type } from "class-transformer";
38
37
  import { IsArray, IsDate, IsOptional, IsString, ValidateNested } from "class-validator";
39
38
  import wsData from "warframe-worldstate-data";
@@ -339,256 +338,147 @@ var WorldState = class WorldState {
339
338
  }
340
339
  };
341
340
  __decorate([
342
- ApiProperty({
343
- description: "Timestamp when the world state was generated",
344
- type: Date
345
- }),
346
341
  IsDate(),
347
342
  Type(() => Date),
348
343
  __decorateMetadata("design:type", typeof (_ref = typeof Date !== "undefined" && Date) === "function" ? _ref : Object)
349
344
  ], WorldState.prototype, "timestamp", void 0);
345
+ __decorate([IsString(), __decorateMetadata("design:type", String)], WorldState.prototype, "buildLabel", void 0);
350
346
  __decorate([
351
- ApiProperty({ description: "Current game build version" }),
352
- IsString(),
353
- __decorateMetadata("design:type", String)
354
- ], WorldState.prototype, "buildLabel", void 0);
355
- __decorate([
356
- ApiProperty({
357
- description: "Current in-game news articles",
358
- type: [News]
359
- }),
360
347
  IsArray(),
361
348
  ValidateNested({ each: true }),
362
349
  Type(() => News),
363
350
  __decorateMetadata("design:type", Array)
364
351
  ], WorldState.prototype, "news", void 0);
365
352
  __decorate([
366
- ApiProperty({
367
- description: "Active world events",
368
- type: [WorldEvent]
369
- }),
370
353
  IsArray(),
371
354
  ValidateNested({ each: true }),
372
355
  Type(() => WorldEvent),
373
356
  __decorateMetadata("design:type", Array)
374
357
  ], WorldState.prototype, "events", void 0);
375
358
  __decorate([
376
- ApiProperty({
377
- description: "Active alerts",
378
- type: [Alert]
379
- }),
380
359
  IsArray(),
381
360
  ValidateNested({ each: true }),
382
361
  Type(() => Alert),
383
362
  __decorateMetadata("design:type", Array)
384
363
  ], WorldState.prototype, "alerts", void 0);
385
364
  __decorate([
386
- ApiProperty({
387
- description: "Current daily sortie",
388
- type: () => Sortie
389
- }),
390
365
  ValidateNested(),
391
366
  Type(() => Sortie),
392
367
  __decorateMetadata("design:type", typeof (_ref2 = typeof Sortie !== "undefined" && Sortie) === "function" ? _ref2 : Object)
393
368
  ], WorldState.prototype, "sortie", void 0);
394
369
  __decorate([
395
- ApiProperty({
396
- description: "Active syndicate missions",
397
- type: [SyndicateMission]
398
- }),
399
370
  IsArray(),
400
371
  ValidateNested({ each: true }),
401
372
  Type(() => SyndicateMission),
402
373
  __decorateMetadata("design:type", Array)
403
374
  ], WorldState.prototype, "syndicateMissions", void 0);
404
375
  __decorate([
405
- ApiProperty({
406
- description: "Active void fissures and void storms",
407
- type: [Fissure]
408
- }),
409
376
  IsArray(),
410
377
  ValidateNested({ each: true }),
411
378
  Type(() => Fissure),
412
379
  __decorateMetadata("design:type", Array)
413
380
  ], WorldState.prototype, "fissures", void 0);
414
381
  __decorate([
415
- ApiProperty({
416
- description: "Active global upgrades",
417
- type: [GlobalUpgrade]
418
- }),
419
382
  IsArray(),
420
383
  ValidateNested({ each: true }),
421
384
  Type(() => GlobalUpgrade),
422
385
  __decorateMetadata("design:type", Array)
423
386
  ], WorldState.prototype, "globalUpgrades", void 0);
424
387
  __decorate([
425
- ApiProperty({
426
- description: "Active flash sales",
427
- type: [FlashSale]
428
- }),
429
388
  IsArray(),
430
389
  ValidateNested({ each: true }),
431
390
  Type(() => FlashSale),
432
391
  __decorateMetadata("design:type", Array)
433
392
  ], WorldState.prototype, "flashSales", void 0);
434
393
  __decorate([
435
- ApiProperty({
436
- description: "Active invasions",
437
- type: [Invasion]
438
- }),
439
394
  IsArray(),
440
395
  ValidateNested({ each: true }),
441
396
  Type(() => Invasion),
442
397
  __decorateMetadata("design:type", Array)
443
398
  ], WorldState.prototype, "invasions", void 0);
444
399
  __decorate([
445
- ApiProperty({
446
- description: "Dark sector conflicts",
447
- type: [DarkSector]
448
- }),
449
400
  IsArray(),
450
401
  ValidateNested({ each: true }),
451
402
  Type(() => DarkSector),
452
403
  __decorateMetadata("design:type", Array)
453
404
  ], WorldState.prototype, "darkSectors", void 0);
454
405
  __decorate([
455
- ApiProperty({
456
- description: "All void traders",
457
- type: [VoidTrader]
458
- }),
459
406
  IsArray(),
460
407
  ValidateNested({ each: true }),
461
408
  Type(() => VoidTrader),
462
409
  __decorateMetadata("design:type", Array)
463
410
  ], WorldState.prototype, "voidTraders", void 0);
464
411
  __decorate([
465
- ApiProperty({
466
- description: "Primary void trader (deprecated, use voidTraders)",
467
- type: () => VoidTrader,
468
- deprecated: true
469
- }),
470
412
  ValidateNested(),
471
413
  Type(() => VoidTrader),
472
414
  __decorateMetadata("design:type", typeof (_ref3 = typeof VoidTrader !== "undefined" && VoidTrader) === "function" ? _ref3 : Object)
473
415
  ], WorldState.prototype, "voidTrader", void 0);
474
416
  __decorate([
475
- ApiProperty({
476
- description: "Active daily deals",
477
- type: [DailyDeal]
478
- }),
479
417
  IsArray(),
480
418
  ValidateNested({ each: true }),
481
419
  Type(() => DailyDeal),
482
420
  __decorateMetadata("design:type", Array)
483
421
  ], WorldState.prototype, "dailyDeals", void 0);
484
422
  __decorate([
485
- ApiProperty({
486
- description: "Sanctuary synthesis targets",
487
- type: () => Simaris
488
- }),
489
423
  ValidateNested(),
490
424
  Type(() => Simaris),
491
425
  __decorateMetadata("design:type", typeof (_ref4 = typeof Simaris !== "undefined" && Simaris) === "function" ? _ref4 : Object)
492
426
  ], WorldState.prototype, "simaris", void 0);
493
427
  __decorate([
494
- ApiProperty({
495
- description: "Active conclave challenges",
496
- type: [ConclaveChallenge]
497
- }),
498
428
  IsArray(),
499
429
  ValidateNested({ each: true }),
500
430
  Type(() => ConclaveChallenge),
501
431
  __decorateMetadata("design:type", Array)
502
432
  ], WorldState.prototype, "conclaveChallenges", void 0);
503
433
  __decorate([
504
- ApiProperty({
505
- description: "Active persistent enemies (liches, sisters)",
506
- type: [PersistentEnemy]
507
- }),
508
434
  IsArray(),
509
435
  ValidateNested({ each: true }),
510
436
  Type(() => PersistentEnemy),
511
437
  __decorateMetadata("design:type", Array)
512
438
  ], WorldState.prototype, "persistentEnemies", void 0);
513
439
  __decorate([
514
- ApiProperty({
515
- description: "Earth day/night cycle",
516
- type: () => EarthCycle
517
- }),
518
440
  ValidateNested(),
519
441
  Type(() => EarthCycle),
520
442
  __decorateMetadata("design:type", typeof (_ref5 = typeof EarthCycle !== "undefined" && EarthCycle) === "function" ? _ref5 : Object)
521
443
  ], WorldState.prototype, "earthCycle", void 0);
522
444
  __decorate([
523
- ApiProperty({
524
- description: "Cetus (Plains of Eidolon) day/night cycle",
525
- type: () => CetusCycle
526
- }),
527
445
  ValidateNested(),
528
446
  Type(() => CetusCycle),
529
447
  __decorateMetadata("design:type", typeof (_ref6 = typeof CetusCycle !== "undefined" && CetusCycle) === "function" ? _ref6 : Object)
530
448
  ], WorldState.prototype, "cetusCycle", void 0);
531
449
  __decorate([
532
- ApiProperty({
533
- description: "Cambion Drift cycle",
534
- type: () => CambionCycle
535
- }),
536
450
  ValidateNested(),
537
451
  Type(() => CambionCycle),
538
452
  __decorateMetadata("design:type", typeof (_ref7 = typeof CambionCycle !== "undefined" && CambionCycle) === "function" ? _ref7 : Object)
539
453
  ], WorldState.prototype, "cambionCycle", void 0);
540
454
  __decorate([
541
- ApiProperty({
542
- description: "Zariman cycle",
543
- type: () => ZarimanCycle
544
- }),
545
455
  ValidateNested(),
546
456
  Type(() => ZarimanCycle),
547
457
  __decorateMetadata("design:type", typeof (_ref8 = typeof ZarimanCycle !== "undefined" && ZarimanCycle) === "function" ? _ref8 : Object)
548
458
  ], WorldState.prototype, "zarimanCycle", void 0);
549
459
  __decorate([
550
- ApiPropertyOptional({
551
- description: "Weekly challenges",
552
- type: () => WeeklyChallenge
553
- }),
554
460
  IsOptional(),
555
461
  ValidateNested(),
556
462
  Type(() => WeeklyChallenge),
557
463
  __decorateMetadata("design:type", typeof (_ref9 = typeof WeeklyChallenge !== "undefined" && WeeklyChallenge) === "function" ? _ref9 : Object)
558
464
  ], WorldState.prototype, "weeklyChallenges", void 0);
559
465
  __decorate([
560
- ApiProperty({
561
- description: "Construction progress for Fomorian/Razorback",
562
- type: () => ConstructionProgress
563
- }),
564
466
  ValidateNested(),
565
467
  Type(() => ConstructionProgress),
566
468
  __decorateMetadata("design:type", typeof (_ref10 = typeof ConstructionProgress !== "undefined" && ConstructionProgress) === "function" ? _ref10 : Object)
567
469
  ], WorldState.prototype, "constructionProgress", void 0);
568
470
  __decorate([
569
- ApiProperty({
570
- description: "Orb Vallis temperature cycle",
571
- type: () => VallisCycle
572
- }),
573
471
  ValidateNested(),
574
472
  Type(() => VallisCycle),
575
473
  __decorateMetadata("design:type", typeof (_ref11 = typeof VallisCycle !== "undefined" && VallisCycle) === "function" ? _ref11 : Object)
576
474
  ], WorldState.prototype, "vallisCycle", void 0);
577
475
  __decorate([
578
- ApiPropertyOptional({
579
- description: "Current Nightwave season",
580
- type: () => Nightwave
581
- }),
582
476
  IsOptional(),
583
477
  ValidateNested(),
584
478
  Type(() => Nightwave),
585
479
  __decorateMetadata("design:type", typeof (_ref12 = typeof Nightwave !== "undefined" && Nightwave) === "function" ? _ref12 : Object)
586
480
  ], WorldState.prototype, "nightwave", void 0);
587
481
  __decorate([
588
- ApiPropertyOptional({
589
- description: "Kuva siphon/flood missions",
590
- type: [ExternalMission]
591
- }),
592
482
  IsOptional(),
593
483
  IsArray(),
594
484
  ValidateNested({ each: true }),
@@ -596,68 +486,38 @@ __decorate([
596
486
  __decorateMetadata("design:type", Array)
597
487
  ], WorldState.prototype, "kuva", void 0);
598
488
  __decorate([
599
- ApiPropertyOptional({
600
- description: "Current arbitration mission",
601
- type: ExternalMission
602
- }),
603
489
  IsOptional(),
604
490
  ValidateNested(),
605
491
  Type(() => ExternalMission),
606
492
  __decorateMetadata("design:type", typeof (_ref13 = typeof ExternalMission !== "undefined" && ExternalMission) === "function" ? _ref13 : Object)
607
493
  ], WorldState.prototype, "arbitration", void 0);
608
- __decorate([ApiProperty({ description: "Sentient anomaly outposts" }), __decorateMetadata("design:type", Object)], WorldState.prototype, "sentientOutposts", void 0);
609
494
  __decorate([
610
- ApiProperty({
611
- description: "Steel Path offerings",
612
- type: () => SteelPathOfferings
613
- }),
614
495
  ValidateNested(),
615
496
  Type(() => SteelPathOfferings),
616
497
  __decorateMetadata("design:type", typeof (_ref14 = typeof SteelPathOfferings !== "undefined" && SteelPathOfferings) === "function" ? _ref14 : Object)
617
498
  ], WorldState.prototype, "steelPath", void 0);
618
499
  __decorate([
619
- ApiProperty({
620
- description: "Prime resurgence (Varzia)",
621
- type: () => VoidTrader
622
- }),
623
500
  ValidateNested(),
624
501
  Type(() => VoidTrader),
625
502
  __decorateMetadata("design:type", typeof (_ref15 = typeof VoidTrader !== "undefined" && VoidTrader) === "function" ? _ref15 : Object)
626
503
  ], WorldState.prototype, "vaultTrader", void 0);
627
504
  __decorate([
628
- ApiProperty({
629
- description: "Weekly archon hunt",
630
- type: () => Sortie
631
- }),
632
505
  ValidateNested(),
633
506
  Type(() => Sortie),
634
507
  __decorateMetadata("design:type", typeof (_ref16 = typeof Sortie !== "undefined" && Sortie) === "function" ? _ref16 : Object)
635
508
  ], WorldState.prototype, "archonHunt", void 0);
636
509
  __decorate([
637
- ApiProperty({
638
- description: "Duviri circuit rotation",
639
- type: () => DuviriCycle
640
- }),
641
510
  ValidateNested(),
642
511
  Type(() => DuviriCycle),
643
512
  __decorateMetadata("design:type", typeof (_ref17 = typeof DuviriCycle !== "undefined" && DuviriCycle) === "function" ? _ref17 : Object)
644
513
  ], WorldState.prototype, "duviriCycle", void 0);
645
- __decorate([ApiProperty({ description: "Kinepage message" }), __decorateMetadata("design:type", Object)], WorldState.prototype, "kinepage", void 0);
646
514
  __decorate([
647
- ApiProperty({
648
- description: "Archimedea missions",
649
- type: [Archimedea]
650
- }),
651
515
  IsArray(),
652
516
  ValidateNested({ each: true }),
653
517
  Type(() => Archimedea),
654
518
  __decorateMetadata("design:type", Array)
655
519
  ], WorldState.prototype, "archimedeas", void 0);
656
520
  __decorate([
657
- ApiProperty({
658
- description: "Calendar for 1999 content",
659
- type: () => Calendar
660
- }),
661
521
  ValidateNested(),
662
522
  Type(() => Calendar),
663
523
  __decorateMetadata("design:type", typeof (_ref18 = typeof Calendar !== "undefined" && Calendar) === "function" ? _ref18 : Object)
@@ -1,2 +1,2 @@
1
- import { at as Alert, ot as RawAlert } from "../../index-BiofND5v.mjs";
1
+ import { at as Alert, ot as RawAlert } from "../../index-C1rBnvm4.mjs";
2
2
  export { Alert, RawAlert };
@@ -1,7 +1,6 @@
1
- import { n as __decorateMetadata, t as __decorate } from "../../decorate-DHEOvewm.mjs";
1
+ import { n as __decorateMetadata, t as __decorate } from "../../decorate-DEb1C2pD.mjs";
2
2
  import { Mission } from "./Mission.mjs";
3
3
  import { WorldStateObject } from "./WorldStateObject.mjs";
4
- import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
5
4
  import { Type } from "class-transformer";
6
5
  import { IsArray, IsOptional, IsString, ValidateNested } from "class-validator";
7
6
  import { fromNow, timeDeltaToString } from "warframe-worldstate-data/utilities";
@@ -51,25 +50,16 @@ var Alert = class extends WorldStateObject {
51
50
  }
52
51
  };
53
52
  __decorate([
54
- ApiProperty({
55
- description: "The mission that players must complete for this alert",
56
- type: () => Mission
57
- }),
58
53
  ValidateNested(),
59
54
  Type(() => Mission),
60
55
  __decorateMetadata("design:type", typeof (_ref = typeof Mission !== "undefined" && Mission) === "function" ? _ref : Object)
61
56
  ], Alert.prototype, "mission", void 0);
62
57
  __decorate([
63
- ApiProperty({
64
- description: "Types of rewards available from this alert",
65
- type: [String]
66
- }),
67
58
  IsArray(),
68
59
  IsString({ each: true }),
69
60
  __decorateMetadata("design:type", Array)
70
61
  ], Alert.prototype, "rewardTypes", void 0);
71
62
  __decorate([
72
- ApiPropertyOptional({ description: "Special tag for the alert (e.g., LotusGift)" }),
73
63
  IsOptional(),
74
64
  IsString(),
75
65
  __decorateMetadata("design:type", String)
@@ -1,2 +1,2 @@
1
- import { $ as ArchimedeaMissionDifficultyRisk, Q as ArchimedeaMissionDifficulty, X as Archimedea, Z as ArchimedeaMission, et as DeepArchimedea, it as RawArchimedeaMission, nt as PersonalModifier, rt as RawArchimedea, tt as Difficulty } from "../../index-BiofND5v.mjs";
1
+ import { $ as ArchimedeaMissionDifficultyRisk, Q as ArchimedeaMissionDifficulty, X as Archimedea, Z as ArchimedeaMission, et as DeepArchimedea, it as RawArchimedeaMission, nt as PersonalModifier, rt as RawArchimedea, tt as Difficulty } from "../../index-C1rBnvm4.mjs";
2
2
  export { Archimedea, ArchimedeaMission, ArchimedeaMissionDifficulty, ArchimedeaMissionDifficultyRisk, DeepArchimedea, Difficulty, PersonalModifier, RawArchimedea, RawArchimedeaMission };