@xivdyetools/types 1.4.0 → 1.5.0

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.
@@ -21,6 +21,18 @@ export interface PriceData {
21
21
  currentMaxPrice: number;
22
22
  /** Last update timestamp (ms since epoch) */
23
23
  lastUpdate: number;
24
+ /**
25
+ * World ID where the min price listing is from (Universalis worldId).
26
+ * Can be mapped to world name using worlds.json data.
27
+ * @since 1.5.0
28
+ */
29
+ worldId?: number;
30
+ /**
31
+ * World name where the min price listing is from.
32
+ * Resolved from worldId when available.
33
+ * @since 1.5.0
34
+ */
35
+ worldName?: string;
24
36
  }
25
37
  /**
26
38
  * Rate limit result for API requests
@@ -1 +1 @@
1
- {"version":3,"file":"price.d.ts","sourceRoot":"","sources":["../../src/api/price.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACxB,oBAAoB;IACpB,MAAM,EAAE,MAAM,CAAC;IAEf,sCAAsC;IACtC,cAAc,EAAE,MAAM,CAAC;IAEvB,mCAAmC;IACnC,eAAe,EAAE,MAAM,CAAC;IAExB,oCAAoC;IACpC,eAAe,EAAE,MAAM,CAAC;IAExB,6CAA6C;IAC7C,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,iCAAiC;IACjC,OAAO,EAAE,OAAO,CAAC;IAEjB,2CAA2C;IAC3C,SAAS,EAAE,MAAM,CAAC;IAElB,wCAAwC;IACxC,OAAO,EAAE,IAAI,CAAC;IAEd,sDAAsD;IACtD,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
1
+ {"version":3,"file":"price.d.ts","sourceRoot":"","sources":["../../src/api/price.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACxB,oBAAoB;IACpB,MAAM,EAAE,MAAM,CAAC;IAEf,sCAAsC;IACtC,cAAc,EAAE,MAAM,CAAC;IAEvB,mCAAmC;IACnC,eAAe,EAAE,MAAM,CAAC;IAExB,oCAAoC;IACpC,eAAe,EAAE,MAAM,CAAC;IAExB,6CAA6C;IAC7C,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,iCAAiC;IACjC,OAAO,EAAE,OAAO,CAAC;IAEjB,2CAA2C;IAC3C,SAAS,EAAE,MAAM,CAAC;IAElB,wCAAwC;IACxC,OAAO,EAAE,IAAI,CAAC;IAEd,sDAAsD;IACtD,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xivdyetools/types",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Shared TypeScript type definitions for the xivdyetools ecosystem",
5
5
  "author": "XIV Dye Tools",
6
6
  "license": "MIT",