@firestone-hs/reference-data 1.0.53 → 1.0.55

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.
@@ -106,6 +106,13 @@ const ADAPTS = [
106
106
  "UNG_999t7",
107
107
  "UNG_999t8",
108
108
  ];
109
+ const SPY_GIZMOS = [
110
+ "SW_052t4",
111
+ "SW_052t7",
112
+ "SW_052t6",
113
+ "SW_052t5",
114
+ "SW_052t8_t",
115
+ ];
109
116
  exports.RELATED_CARDS_DATA = {
110
117
  ["TSC_924"]: ["TSC_955t"],
111
118
  ["ULD_724"]: ["ULD_724p"],
@@ -277,14 +284,18 @@ exports.RELATED_CARDS_DATA = {
277
284
  "SW_039t3_t",
278
285
  ],
279
286
  ["SW_052"]: [
280
- "SW_052t4",
281
- "SW_052t7",
282
287
  "SW_052t",
283
288
  "SW_052t2",
284
- "SW_052t6",
285
- "SW_052t5",
286
289
  "SW_052t3",
290
+ ...SPY_GIZMOS,
291
+ ],
292
+ ["SW_052t"]: [
293
+ "SW_052t2",
294
+ "SW_052t3",
295
+ ...SPY_GIZMOS,
287
296
  ],
297
+ ["SW_052t2"]: ["SW_052t3", ...SPY_GIZMOS],
298
+ ["SW_052t3"]: [...SPY_GIZMOS],
288
299
  ["DMF_101"]: ["DMF_101t"],
289
300
  ["SW_108"]: ["SW_108t"],
290
301
  ["AV_269"]: ["AV_269"],
@@ -2118,5 +2129,24 @@ exports.RELATED_CARDS_DATA = {
2118
2129
  "BRM_010t2",
2119
2130
  "OG_044b",
2120
2131
  ],
2132
+ ["BG25_010"]: ["BG25_010t"],
2133
+ ["BG25_010_G"]: ["BG25_010_Gt"],
2134
+ ["BG25_309"]: ["BG25_309t"],
2135
+ ["BG25_309_G"]: ["BG25_309_Gt"],
2136
+ ["BG25_807"]: [
2137
+ "BG25_807t",
2138
+ "BG25_807t2",
2139
+ "BG25_807t3",
2140
+ ],
2141
+ ["BG25_807_G"]: [
2142
+ "BG25_807t_G",
2143
+ "BG25_807t2_G",
2144
+ "BG25_807t3_G",
2145
+ ],
2146
+ ["RLK_039"]: [
2147
+ "RLK_039t",
2148
+ "RLK_070t",
2149
+ ],
2150
+ ["RLK_039t"]: ["RLK_070t"],
2121
2151
  };
2122
2152
  //# sourceMappingURL=related-cards-data.js.map