torn-client 0.1.4 → 0.1.6

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.
package/dist/index.d.mts CHANGED
@@ -3580,6 +3580,7 @@ type UserPropertyDetailsExtendedRented = UserPropertyBasicDetails & {
3580
3580
  cost_per_day: number;
3581
3581
  rental_period: number;
3582
3582
  rental_period_remaining: number;
3583
+ rented_by: BasicUser;
3583
3584
  };
3584
3585
 
3585
3586
  /** @category Models */
package/dist/index.d.ts CHANGED
@@ -3580,6 +3580,7 @@ type UserPropertyDetailsExtendedRented = UserPropertyBasicDetails & {
3580
3580
  cost_per_day: number;
3581
3581
  rental_period: number;
3582
3582
  rental_period_remaining: number;
3583
+ rented_by: BasicUser;
3583
3584
  };
3584
3585
 
3585
3586
  /** @category Models */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "torn-client",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Fully-typed and auto-generated TypeScript client for the Torn City v2 API. Supports Node.js and browsers",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",