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,5 +1,4 @@
1
- import { n as __decorateMetadata, t as __decorate } from "../../decorate-DHEOvewm.mjs";
2
- import { ApiProperty } from "@nestjs/swagger";
1
+ import { n as __decorateMetadata, t as __decorate } from "../../decorate-DEb1C2pD.mjs";
3
2
  import { IsBoolean, IsString } from "class-validator";
4
3
  import { languageString } from "warframe-worldstate-data/utilities";
5
4
  //#region lib/models/Simaris.ts
@@ -32,15 +31,7 @@ var Simaris = class {
32
31
  return `Simaris's ${this.isTargetActive ? "current" : "previous"} objective ${this.isTargetActive ? "is" : "was"} ${this.target}`;
33
32
  }
34
33
  };
35
- __decorate([
36
- ApiProperty({ description: "The sanctuary target" }),
37
- IsString(),
38
- __decorateMetadata("design:type", String)
39
- ], Simaris.prototype, "target", void 0);
40
- __decorate([
41
- ApiProperty({ description: "Whether or not the target is currently active" }),
42
- IsBoolean(),
43
- __decorateMetadata("design:type", Boolean)
44
- ], Simaris.prototype, "isTargetActive", void 0);
34
+ __decorate([IsString(), __decorateMetadata("design:type", String)], Simaris.prototype, "target", void 0);
35
+ __decorate([IsBoolean(), __decorateMetadata("design:type", Boolean)], Simaris.prototype, "isTargetActive", void 0);
45
36
  //#endregion
46
37
  export { Simaris };
@@ -1,2 +1,2 @@
1
- import { C as Sortie, S as RawSortie } from "../../index-BiofND5v.mjs";
1
+ import { C as Sortie, S as RawSortie } from "../../index-C1rBnvm4.mjs";
2
2
  export { RawSortie, Sortie };
@@ -1,8 +1,7 @@
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
4
  import { SortieVariant } from "./SortieVariant.mjs";
5
- import { ApiProperty } from "@nestjs/swagger";
6
5
  import { Type } from "class-transformer";
7
6
  import { IsArray, IsString, ValidateNested } from "class-validator";
8
7
  import wsData from "warframe-worldstate-data";
@@ -71,45 +70,21 @@ var Sortie = class extends WorldStateObject {
71
70
  return fromNow(this.expiry) < 0;
72
71
  }
73
72
  };
73
+ __decorate([IsString(), __decorateMetadata("design:type", String)], Sortie.prototype, "rewardPool", void 0);
74
74
  __decorate([
75
- ApiProperty({ description: "Sortie reward pool name" }),
76
- IsString(),
77
- __decorateMetadata("design:type", String)
78
- ], Sortie.prototype, "rewardPool", void 0);
79
- __decorate([
80
- ApiProperty({
81
- description: "Sortie mission variants",
82
- type: [SortieVariant]
83
- }),
84
75
  IsArray(),
85
76
  ValidateNested({ each: true }),
86
77
  Type(() => SortieVariant),
87
78
  __decorateMetadata("design:type", Array)
88
79
  ], Sortie.prototype, "variants", void 0);
89
80
  __decorate([
90
- ApiProperty({
91
- description: "Archon hunt missions",
92
- type: [Mission]
93
- }),
94
81
  IsArray(),
95
82
  ValidateNested({ each: true }),
96
83
  Type(() => Mission),
97
84
  __decorateMetadata("design:type", Array)
98
85
  ], Sortie.prototype, "missions", void 0);
99
- __decorate([
100
- ApiProperty({ description: "Sortie boss name" }),
101
- IsString(),
102
- __decorateMetadata("design:type", String)
103
- ], Sortie.prototype, "boss", void 0);
104
- __decorate([
105
- ApiProperty({ description: "Localized faction name" }),
106
- IsString(),
107
- __decorateMetadata("design:type", String)
108
- ], Sortie.prototype, "faction", void 0);
109
- __decorate([
110
- ApiProperty({ description: "Unlocalized faction key" }),
111
- IsString(),
112
- __decorateMetadata("design:type", String)
113
- ], Sortie.prototype, "factionKey", void 0);
86
+ __decorate([IsString(), __decorateMetadata("design:type", String)], Sortie.prototype, "boss", void 0);
87
+ __decorate([IsString(), __decorateMetadata("design:type", String)], Sortie.prototype, "faction", void 0);
88
+ __decorate([IsString(), __decorateMetadata("design:type", String)], Sortie.prototype, "factionKey", void 0);
114
89
  //#endregion
115
90
  export { Sortie };
@@ -1,2 +1,2 @@
1
- import { T as SortieVariant, w as RawSortieVariant } from "../../index-BiofND5v.mjs";
1
+ import { T as SortieVariant, w as RawSortieVariant } from "../../index-C1rBnvm4.mjs";
2
2
  export { RawSortieVariant, SortieVariant };
@@ -1,5 +1,4 @@
1
- import { n as __decorateMetadata, t as __decorate } from "../../decorate-DHEOvewm.mjs";
2
- import { ApiProperty } from "@nestjs/swagger";
1
+ import { n as __decorateMetadata, t as __decorate } from "../../decorate-DEb1C2pD.mjs";
3
2
  import { IsString } from "class-validator";
4
3
  import { insist, missionType, node, sortieModDesc, sortieModifier } from "warframe-worldstate-data/utilities";
5
4
  //#region lib/models/SortieVariant.ts
@@ -48,35 +47,11 @@ var SortieVariant = class {
48
47
  this.nodeKey = node(data.node, "en");
49
48
  }
50
49
  };
51
- __decorate([
52
- ApiProperty({ description: "Localized mission type" }),
53
- IsString(),
54
- __decorateMetadata("design:type", String)
55
- ], SortieVariant.prototype, "missionType", void 0);
56
- __decorate([
57
- ApiProperty({ description: "Unlocalized mission type key" }),
58
- IsString(),
59
- __decorateMetadata("design:type", String)
60
- ], SortieVariant.prototype, "missionTypeKey", void 0);
61
- __decorate([
62
- ApiProperty({ description: "Sortie modifier" }),
63
- IsString(),
64
- __decorateMetadata("design:type", String)
65
- ], SortieVariant.prototype, "modifier", void 0);
66
- __decorate([
67
- ApiProperty({ description: "Modifier description" }),
68
- IsString(),
69
- __decorateMetadata("design:type", String)
70
- ], SortieVariant.prototype, "modifierDescription", void 0);
71
- __decorate([
72
- ApiProperty({ description: "Localized node name" }),
73
- IsString(),
74
- __decorateMetadata("design:type", String)
75
- ], SortieVariant.prototype, "node", void 0);
76
- __decorate([
77
- ApiProperty({ description: "Unlocalized node key" }),
78
- IsString(),
79
- __decorateMetadata("design:type", String)
80
- ], SortieVariant.prototype, "nodeKey", void 0);
50
+ __decorate([IsString(), __decorateMetadata("design:type", String)], SortieVariant.prototype, "missionType", void 0);
51
+ __decorate([IsString(), __decorateMetadata("design:type", String)], SortieVariant.prototype, "missionTypeKey", void 0);
52
+ __decorate([IsString(), __decorateMetadata("design:type", String)], SortieVariant.prototype, "modifier", void 0);
53
+ __decorate([IsString(), __decorateMetadata("design:type", String)], SortieVariant.prototype, "modifierDescription", void 0);
54
+ __decorate([IsString(), __decorateMetadata("design:type", String)], SortieVariant.prototype, "node", void 0);
55
+ __decorate([IsString(), __decorateMetadata("design:type", String)], SortieVariant.prototype, "nodeKey", void 0);
81
56
  //#endregion
82
57
  export { SortieVariant };
@@ -1,2 +1,2 @@
1
- import { n as SteelPathOfferings, t as Incursion } from "../../SteelPathOffering-K2Ji4d5c.mjs";
1
+ import { n as SteelPathOfferings, t as Incursion } from "../../SteelPathOffering-BRZtir78.mjs";
2
2
  export { Incursion, SteelPathOfferings };
@@ -1,5 +1,4 @@
1
- import { n as __decorateMetadata, t as __decorate } from "../../decorate-DHEOvewm.mjs";
2
- import { ApiProperty } from "@nestjs/swagger";
1
+ import { n as __decorateMetadata, t as __decorate } from "../../decorate-DEb1C2pD.mjs";
3
2
  import { Type } from "class-transformer";
4
3
  import { IsArray, IsDate, IsObject, IsString } from "class-validator";
5
4
  import { steelPath, timeDeltaToString } from "warframe-worldstate-data/utilities";
@@ -103,62 +102,20 @@ var SteelPathOfferings = class {
103
102
  };
104
103
  }
105
104
  };
105
+ __decorate([IsObject(), __decorateMetadata("design:type", Object)], SteelPathOfferings.prototype, "currentReward", void 0);
106
106
  __decorate([
107
- ApiProperty({
108
- description: "Current week's steel path reward",
109
- type: "object"
110
- }),
111
- IsObject(),
112
- __decorateMetadata("design:type", Object)
113
- ], SteelPathOfferings.prototype, "currentReward", void 0);
114
- __decorate([
115
- ApiProperty({
116
- description: "When the current rotation started",
117
- type: Date
118
- }),
119
107
  IsDate(),
120
108
  Type(() => Date),
121
109
  __decorateMetadata("design:type", typeof (_ref = typeof Date !== "undefined" && Date) === "function" ? _ref : Object)
122
110
  ], SteelPathOfferings.prototype, "activation", void 0);
123
111
  __decorate([
124
- ApiProperty({
125
- description: "When the current rotation ends",
126
- type: Date
127
- }),
128
112
  IsDate(),
129
113
  Type(() => Date),
130
114
  __decorateMetadata("design:type", typeof (_ref2 = typeof Date !== "undefined" && Date) === "function" ? _ref2 : Object)
131
115
  ], SteelPathOfferings.prototype, "expiry", void 0);
132
- __decorate([
133
- ApiProperty({ description: "Time remaining string" }),
134
- IsString(),
135
- __decorateMetadata("design:type", String)
136
- ], SteelPathOfferings.prototype, "remaining", void 0);
137
- __decorate([
138
- ApiProperty({
139
- description: "Full rotation of steel path rewards",
140
- type: "array",
141
- items: { type: "object" }
142
- }),
143
- IsArray(),
144
- __decorateMetadata("design:type", Array)
145
- ], SteelPathOfferings.prototype, "rotation", void 0);
146
- __decorate([
147
- ApiProperty({
148
- description: "Evergreen steel path rewards",
149
- type: "array",
150
- items: { type: "object" }
151
- }),
152
- IsArray(),
153
- __decorateMetadata("design:type", Array)
154
- ], SteelPathOfferings.prototype, "evergreens", void 0);
155
- __decorate([
156
- ApiProperty({
157
- description: "Steel path incursion information",
158
- type: "object"
159
- }),
160
- IsObject(),
161
- __decorateMetadata("design:type", Object)
162
- ], SteelPathOfferings.prototype, "incursions", void 0);
116
+ __decorate([IsString(), __decorateMetadata("design:type", String)], SteelPathOfferings.prototype, "remaining", void 0);
117
+ __decorate([IsArray(), __decorateMetadata("design:type", Array)], SteelPathOfferings.prototype, "rotation", void 0);
118
+ __decorate([IsArray(), __decorateMetadata("design:type", Array)], SteelPathOfferings.prototype, "evergreens", void 0);
119
+ __decorate([IsObject(), __decorateMetadata("design:type", Object)], SteelPathOfferings.prototype, "incursions", void 0);
163
120
  //#endregion
164
121
  export { SteelPathOfferings };
@@ -1,2 +1,2 @@
1
- import { b as RewardDrop, x as SyndicateJob, y as RawSyndicateJob } from "../../index-BiofND5v.mjs";
1
+ import { b as RewardDrop, x as SyndicateJob, y as RawSyndicateJob } from "../../index-C1rBnvm4.mjs";
2
2
  export { RawSyndicateJob, RewardDrop, SyndicateJob };
@@ -1,8 +1,7 @@
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 { WorldStateObject } from "./WorldStateObject.mjs";
3
3
  import { fetchProxy } from "../supporting/FetchProxy.mjs";
4
4
  import "../supporting/index.mjs";
5
- import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
6
5
  import { IsArray, IsInt, IsOptional, IsString, Min } from "class-validator";
7
6
  import { languageString } from "warframe-worldstate-data/utilities";
8
7
  //#region lib/models/SyndicateJob.ts
@@ -160,72 +159,40 @@ var SyndicateJob = class SyndicateJob extends WorldStateObject {
160
159
  } else this.timeBound = "night";
161
160
  }
162
161
  };
162
+ __decorate([IsString(), __decorateMetadata("design:type", String)], SyndicateJob.prototype, "uniqueName", void 0);
163
163
  __decorate([
164
- ApiProperty({ description: "Reward pool unique name" }),
165
- IsString(),
166
- __decorateMetadata("design:type", String)
167
- ], SyndicateJob.prototype, "uniqueName", void 0);
168
- __decorate([
169
- ApiProperty({
170
- description: "Array of strings describing rewards",
171
- type: [String]
172
- }),
173
164
  IsArray(),
174
165
  IsString({ each: true }),
175
166
  __decorateMetadata("design:type", Array)
176
167
  ], SyndicateJob.prototype, "rewardPool", void 0);
168
+ __decorate([IsArray(), __decorateMetadata("design:type", Array)], SyndicateJob.prototype, "rewardPoolDrops", void 0);
177
169
  __decorate([
178
- ApiProperty({
179
- description: "A structured version of the reward pool",
180
- type: "array",
181
- items: { type: "object" }
182
- }),
183
- IsArray(),
184
- __decorateMetadata("design:type", Array)
185
- ], SyndicateJob.prototype, "rewardPoolDrops", void 0);
186
- __decorate([
187
- ApiPropertyOptional({ description: "The type of job this is" }),
188
170
  IsOptional(),
189
171
  IsString(),
190
172
  __decorateMetadata("design:type", String)
191
173
  ], SyndicateJob.prototype, "type", void 0);
192
174
  __decorate([
193
- ApiProperty({
194
- description: "Array of enemy levels [min, max]",
195
- type: [Number]
196
- }),
197
175
  IsArray(),
198
176
  IsInt({ each: true }),
199
177
  __decorateMetadata("design:type", Array)
200
178
  ], SyndicateJob.prototype, "enemyLevels", void 0);
201
179
  __decorate([
202
- ApiProperty({
203
- description: "Array of standing gains per stage of job",
204
- type: [Number]
205
- }),
206
180
  IsArray(),
207
181
  IsInt({ each: true }),
208
182
  __decorateMetadata("design:type", Array)
209
183
  ], SyndicateJob.prototype, "standingStages", void 0);
210
184
  __decorate([
211
- ApiProperty({ description: "Minimum mastery required to participate" }),
212
185
  IsInt(),
213
186
  Min(0),
214
187
  __decorateMetadata("design:type", Number)
215
188
  ], SyndicateJob.prototype, "minMR", void 0);
189
+ __decorate([IsOptional(), __decorateMetadata("design:type", Boolean)], SyndicateJob.prototype, "isVault", void 0);
216
190
  __decorate([
217
- ApiPropertyOptional({ description: "Whether or not this is a Vault job" }),
218
- IsOptional(),
219
- __decorateMetadata("design:type", Boolean)
220
- ], SyndicateJob.prototype, "isVault", void 0);
221
- __decorate([
222
- ApiPropertyOptional({ description: "Corresponding chamber" }),
223
191
  IsOptional(),
224
192
  IsString(),
225
193
  __decorateMetadata("design:type", String)
226
194
  ], SyndicateJob.prototype, "locationTag", void 0);
227
195
  __decorate([
228
- ApiPropertyOptional({ description: "What time phase this bounty is bound to" }),
229
196
  IsOptional(),
230
197
  IsString(),
231
198
  __decorateMetadata("design:type", Object)
@@ -1,2 +1,2 @@
1
- import { _ as RawSyndicateMission, v as SyndicateMission } from "../../index-BiofND5v.mjs";
1
+ import { _ as RawSyndicateMission, v as SyndicateMission } from "../../index-C1rBnvm4.mjs";
2
2
  export { RawSyndicateMission, SyndicateMission };
@@ -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 { WorldStateObject } from "./WorldStateObject.mjs";
3
3
  import { SyndicateJob } from "./SyndicateJob.mjs";
4
- import { ApiProperty } from "@nestjs/swagger";
5
4
  import { Type } from "class-transformer";
6
5
  import { IsArray, IsString, ValidateNested } from "class-validator";
7
6
  import { fromNow, node, syndicate, timeDeltaToString } from "warframe-worldstate-data/utilities";
@@ -64,30 +63,14 @@ var SyndicateMission = class SyndicateMission extends WorldStateObject {
64
63
  return timeDeltaToString(fromNow(this.expiry));
65
64
  }
66
65
  };
66
+ __decorate([IsString(), __decorateMetadata("design:type", String)], SyndicateMission.prototype, "syndicate", void 0);
67
+ __decorate([IsString(), __decorateMetadata("design:type", String)], SyndicateMission.prototype, "syndicateKey", void 0);
67
68
  __decorate([
68
- ApiProperty({ description: "The syndicate that is offering the mission" }),
69
- IsString(),
70
- __decorateMetadata("design:type", String)
71
- ], SyndicateMission.prototype, "syndicate", void 0);
72
- __decorate([
73
- ApiProperty({ description: "The syndicate key (English)" }),
74
- IsString(),
75
- __decorateMetadata("design:type", String)
76
- ], SyndicateMission.prototype, "syndicateKey", void 0);
77
- __decorate([
78
- ApiProperty({
79
- description: "The nodes on which the missions are taking place",
80
- type: [String]
81
- }),
82
69
  IsArray(),
83
70
  IsString({ each: true }),
84
71
  __decorateMetadata("design:type", Array)
85
72
  ], SyndicateMission.prototype, "nodes", void 0);
86
73
  __decorate([
87
- ApiProperty({
88
- description: "The jobs for this syndicate",
89
- type: [SyndicateJob]
90
- }),
91
74
  IsArray(),
92
75
  ValidateNested({ each: true }),
93
76
  Type(() => SyndicateJob),
@@ -1,2 +1,2 @@
1
- import { g as Tmp, h as QuestProgress, m as InitialTmp, p as FaceoffBonus } from "../../index-BiofND5v.mjs";
1
+ import { g as Tmp, h as QuestProgress, m as InitialTmp, p as FaceoffBonus } from "../../index-C1rBnvm4.mjs";
2
2
  export { FaceoffBonus, InitialTmp, QuestProgress, Tmp };
@@ -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 { Kinepage } from "./Kinepage.mjs";
3
3
  import { SentientOutpost } from "./SentientOutpost.mjs";
4
- import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
5
4
  import { Type } from "class-transformer";
6
5
  import { IsDate, IsInt, IsOptional, Min, ValidateNested } from "class-validator";
7
6
  //#region lib/models/Tmp.ts
@@ -12,28 +11,16 @@ var FaceoffBonus = class {
12
11
  next;
13
12
  };
14
13
  __decorate([
15
- ApiProperty({
16
- description: "Faceoff bonus activation time",
17
- type: Date
18
- }),
19
14
  IsDate(),
20
15
  Type(() => Date),
21
16
  __decorateMetadata("design:type", typeof (_ref = typeof Date !== "undefined" && Date) === "function" ? _ref : Object)
22
17
  ], FaceoffBonus.prototype, "activation", void 0);
23
18
  __decorate([
24
- ApiProperty({
25
- description: "Faceoff bonus expiry time",
26
- type: Date
27
- }),
28
19
  IsDate(),
29
20
  Type(() => Date),
30
21
  __decorateMetadata("design:type", typeof (_ref2 = typeof Date !== "undefined" && Date) === "function" ? _ref2 : Object)
31
22
  ], FaceoffBonus.prototype, "expiry", void 0);
32
23
  __decorate([
33
- ApiProperty({
34
- description: "Next faceoff bonus time",
35
- type: Date
36
- }),
37
24
  IsDate(),
38
25
  Type(() => Date),
39
26
  __decorateMetadata("design:type", typeof (_ref3 = typeof Date !== "undefined" && Date) === "function" ? _ref3 : Object)
@@ -43,13 +30,11 @@ var QuestProgress = class {
43
30
  goal;
44
31
  };
45
32
  __decorate([
46
- ApiProperty({ description: "Current progress count" }),
47
33
  IsInt(),
48
34
  Min(0),
49
35
  __decorateMetadata("design:type", Number)
50
36
  ], QuestProgress.prototype, "count", void 0);
51
37
  __decorate([
52
- ApiProperty({ description: "Goal target" }),
53
38
  IsInt(),
54
39
  Min(0),
55
40
  __decorateMetadata("design:type", Number)
@@ -78,38 +63,22 @@ var Tmp = class {
78
63
  }
79
64
  };
80
65
  __decorate([
81
- ApiProperty({
82
- description: "Sentient outpost information",
83
- type: () => SentientOutpost
84
- }),
85
66
  ValidateNested(),
86
67
  Type(() => SentientOutpost),
87
68
  __decorateMetadata("design:type", typeof (_ref4 = typeof SentientOutpost !== "undefined" && SentientOutpost) === "function" ? _ref4 : Object)
88
69
  ], Tmp.prototype, "sentientOutposts", void 0);
89
70
  __decorate([
90
- ApiProperty({
91
- description: "Kinepage message",
92
- type: () => Kinepage
93
- }),
94
71
  ValidateNested(),
95
72
  Type(() => Kinepage),
96
73
  __decorateMetadata("design:type", typeof (_ref5 = typeof Kinepage !== "undefined" && Kinepage) === "function" ? _ref5 : Object)
97
74
  ], Tmp.prototype, "kinepage", void 0);
98
75
  __decorate([
99
- ApiPropertyOptional({
100
- description: "Faceoff bonus information",
101
- type: () => FaceoffBonus
102
- }),
103
76
  IsOptional(),
104
77
  ValidateNested(),
105
78
  Type(() => FaceoffBonus),
106
79
  __decorateMetadata("design:type", typeof (_ref6 = typeof FaceoffBonus !== "undefined" && FaceoffBonus) === "function" ? _ref6 : Object)
107
80
  ], Tmp.prototype, "faceoffBonus", void 0);
108
81
  __decorate([
109
- ApiPropertyOptional({
110
- description: "Quest to Conquer Cancer progress",
111
- type: () => QuestProgress
112
- }),
113
82
  IsOptional(),
114
83
  ValidateNested(),
115
84
  Type(() => QuestProgress),
@@ -1,2 +1,2 @@
1
- import { t as VallisCycle } from "../../VallisCycle-BTYgGev7.mjs";
1
+ import { t as VallisCycle } from "../../VallisCycle-DpoQ9hBT.mjs";
2
2
  export { VallisCycle };
@@ -1,6 +1,5 @@
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 { WorldStateObject } from "./WorldStateObject.mjs";
3
- import { ApiProperty } from "@nestjs/swagger";
4
3
  import { IsBoolean, IsString } from "class-validator";
5
4
  import { fromNow, timeDeltaToString } from "warframe-worldstate-data/utilities";
6
5
  //#region lib/models/VallisCycle.ts
@@ -71,15 +70,7 @@ var VallisCycle = class extends WorldStateObject {
71
70
  return `${this.timeLeft.replace(/\s\d*s/gi, "")} to ${this.isWarm ? "Cold" : "Warm"}`;
72
71
  }
73
72
  };
74
- __decorate([
75
- ApiProperty({ description: "Whether or not it is currently warm" }),
76
- IsBoolean(),
77
- __decorateMetadata("design:type", Boolean)
78
- ], VallisCycle.prototype, "isWarm", void 0);
79
- __decorate([
80
- ApiProperty({ description: "Current cycle state. One of 'warm', 'cold'" }),
81
- IsString(),
82
- __decorateMetadata("design:type", String)
83
- ], VallisCycle.prototype, "state", void 0);
73
+ __decorate([IsBoolean(), __decorateMetadata("design:type", Boolean)], VallisCycle.prototype, "isWarm", void 0);
74
+ __decorate([IsString(), __decorateMetadata("design:type", String)], VallisCycle.prototype, "state", void 0);
84
75
  //#endregion
85
76
  export { VallisCycle };
@@ -1,2 +1,2 @@
1
- import { c as RawVoidTrader, l as VoidTrader } from "../../index-BiofND5v.mjs";
1
+ import { c as RawVoidTrader, l as VoidTrader } from "../../index-C1rBnvm4.mjs";
2
2
  export { RawVoidTrader, VoidTrader };
@@ -1,8 +1,7 @@
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 { WorldStateObject } from "./WorldStateObject.mjs";
3
3
  import { VoidTraderItem } from "./VoidTraderItem.mjs";
4
4
  import { VoidTraderSchedule } from "./VoidTraderSchedule.mjs";
5
- import { ApiProperty } from "@nestjs/swagger";
6
5
  import { Type } from "class-transformer";
7
6
  import { IsArray, IsBoolean, IsDate, IsString, ValidateNested } from "class-validator";
8
7
  import { fromNow, insist, node, parseDate, timeDeltaToString } from "warframe-worldstate-data/utilities";
@@ -77,50 +76,22 @@ var VoidTrader = class extends WorldStateObject {
77
76
  return timeDeltaToString(fromNow(this.expiry));
78
77
  }
79
78
  };
79
+ __decorate([IsString(), __decorateMetadata("design:type", String)], VoidTrader.prototype, "character", void 0);
80
+ __decorate([IsString(), __decorateMetadata("design:type", String)], VoidTrader.prototype, "location", void 0);
80
81
  __decorate([
81
- ApiProperty({ description: "Void trader's name (e.g., Baro Ki'Teer)" }),
82
- IsString(),
83
- __decorateMetadata("design:type", String)
84
- ], VoidTrader.prototype, "character", void 0);
85
- __decorate([
86
- ApiProperty({ description: "Location where the trader appears" }),
87
- IsString(),
88
- __decorateMetadata("design:type", String)
89
- ], VoidTrader.prototype, "location", void 0);
90
- __decorate([
91
- ApiProperty({
92
- description: "Trader's inventory items",
93
- type: [VoidTraderItem]
94
- }),
95
82
  IsArray(),
96
83
  ValidateNested({ each: true }),
97
84
  Type(() => VoidTraderItem),
98
85
  __decorateMetadata("design:type", Array)
99
86
  ], VoidTrader.prototype, "inventory", void 0);
87
+ __decorate([IsString(), __decorateMetadata("design:type", String)], VoidTrader.prototype, "psId", void 0);
100
88
  __decorate([
101
- ApiProperty({ description: "Pseudo-ID for inventory changes" }),
102
- IsString(),
103
- __decorateMetadata("design:type", String)
104
- ], VoidTrader.prototype, "psId", void 0);
105
- __decorate([
106
- ApiProperty({
107
- description: "Initial start date",
108
- type: Date
109
- }),
110
89
  IsDate(),
111
90
  Type(() => Date),
112
91
  __decorateMetadata("design:type", typeof (_ref = typeof Date !== "undefined" && Date) === "function" ? _ref : Object)
113
92
  ], VoidTrader.prototype, "initialStart", void 0);
93
+ __decorate([IsBoolean(), __decorateMetadata("design:type", Boolean)], VoidTrader.prototype, "completed", void 0);
114
94
  __decorate([
115
- ApiProperty({ description: "Whether the trader visit is completed" }),
116
- IsBoolean(),
117
- __decorateMetadata("design:type", Boolean)
118
- ], VoidTrader.prototype, "completed", void 0);
119
- __decorate([
120
- ApiProperty({
121
- description: "Trader schedule",
122
- type: [VoidTraderSchedule]
123
- }),
124
95
  IsArray(),
125
96
  ValidateNested({ each: true }),
126
97
  Type(() => VoidTraderSchedule),
@@ -1,2 +1,2 @@
1
- import { d as RawVoidTraderItem, f as VoidTraderItem } from "../../index-BiofND5v.mjs";
1
+ import { d as RawVoidTraderItem, f as VoidTraderItem } from "../../index-C1rBnvm4.mjs";
2
2
  export { RawVoidTraderItem, VoidTraderItem };
@@ -1,5 +1,4 @@
1
- import { n as __decorateMetadata, t as __decorate } from "../../decorate-DHEOvewm.mjs";
2
- import { ApiProperty } from "@nestjs/swagger";
1
+ import { n as __decorateMetadata, t as __decorate } from "../../decorate-DEb1C2pD.mjs";
3
2
  import { IsInt, IsString, Min } from "class-validator";
4
3
  import { languageString } from "warframe-worldstate-data/utilities";
5
4
  //#region lib/models/VoidTraderItem.ts
@@ -35,24 +34,14 @@ var VoidTraderItem = class {
35
34
  this.credits = Number.parseInt(String(RegularPrice), 10);
36
35
  }
37
36
  };
37
+ __decorate([IsString(), __decorateMetadata("design:type", String)], VoidTraderItem.prototype, "uniqueName", void 0);
38
+ __decorate([IsString(), __decorateMetadata("design:type", String)], VoidTraderItem.prototype, "item", void 0);
38
39
  __decorate([
39
- ApiProperty({ description: "Unique item identifier" }),
40
- IsString(),
41
- __decorateMetadata("design:type", String)
42
- ], VoidTraderItem.prototype, "uniqueName", void 0);
43
- __decorate([
44
- ApiProperty({ description: "Localized item name" }),
45
- IsString(),
46
- __decorateMetadata("design:type", String)
47
- ], VoidTraderItem.prototype, "item", void 0);
48
- __decorate([
49
- ApiProperty({ description: "Ducat cost" }),
50
40
  IsInt(),
51
41
  Min(0),
52
42
  __decorateMetadata("design:type", Number)
53
43
  ], VoidTraderItem.prototype, "ducats", void 0);
54
44
  __decorate([
55
- ApiProperty({ description: "Credit cost" }),
56
45
  IsInt(),
57
46
  Min(0),
58
47
  __decorateMetadata("design:type", Number)
@@ -1,2 +1,2 @@
1
- import { u as VoidTraderSchedule } from "../../index-BiofND5v.mjs";
1
+ import { u as VoidTraderSchedule } from "../../index-C1rBnvm4.mjs";
2
2
  export { VoidTraderSchedule };
@@ -1,5 +1,4 @@
1
- import { n as __decorateMetadata, t as __decorate } from "../../decorate-DHEOvewm.mjs";
2
- import { ApiProperty } from "@nestjs/swagger";
1
+ import { n as __decorateMetadata, t as __decorate } from "../../decorate-DEb1C2pD.mjs";
3
2
  import { Type } from "class-transformer";
4
3
  import { IsDate, IsString } from "class-validator";
5
4
  import { languageString, parseDate } from "warframe-worldstate-data/utilities";
@@ -14,18 +13,10 @@ var VoidTraderSchedule = class {
14
13
  }
15
14
  };
16
15
  __decorate([
17
- ApiProperty({
18
- description: "Schedule expiry date",
19
- type: Date
20
- }),
21
16
  IsDate(),
22
17
  Type(() => Date),
23
18
  __decorateMetadata("design:type", typeof (_ref = typeof Date !== "undefined" && Date) === "function" ? _ref : Object)
24
19
  ], VoidTraderSchedule.prototype, "expiry", void 0);
25
- __decorate([
26
- ApiProperty({ description: "Featured item" }),
27
- IsString(),
28
- __decorateMetadata("design:type", String)
29
- ], VoidTraderSchedule.prototype, "item", void 0);
20
+ __decorate([IsString(), __decorateMetadata("design:type", String)], VoidTraderSchedule.prototype, "item", void 0);
30
21
  //#endregion
31
22
  export { VoidTraderSchedule };
@@ -1,2 +1,2 @@
1
- import { o as RawWeeklyChallenge, s as WeeklyChallenge } from "../../index-BiofND5v.mjs";
1
+ import { o as RawWeeklyChallenge, s as WeeklyChallenge } from "../../index-C1rBnvm4.mjs";
2
2
  export { RawWeeklyChallenge, WeeklyChallenge };