macbid-ts-api 1.0.0 → 1.1.0-beta.1
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/MacBid.d.ts +93 -0
- package/MacBid.d.ts.map +1 -1
- package/MacBid.js +24 -0
- package/MacBid.js.map +1 -1
- package/out/active.json +212 -0
- package/out/buildings +842 -0
- package/out/locations.json +1277 -0
- package/package.json +1 -1
- package/readme.md +3 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -65,6 +65,9 @@ For JSON storage, use `MacBid.serializeAuthState` / `MacBid.parseAuthState`.
|
|
|
65
65
|
|---|---|
|
|
66
66
|
| `authenticate(params?)` | Log in or refresh session; returns persistable state |
|
|
67
67
|
| `get_watchlist()` | Active watchlist items |
|
|
68
|
+
| `get_active()` | Active won items (e.g. awaiting pickup) |
|
|
69
|
+
| `get_buildings()` | Warehouse buildings |
|
|
70
|
+
| `get_locations()` | Pickup locations |
|
|
68
71
|
| `get(path)` / `post(path, options?)` | Authenticated API requests |
|
|
69
72
|
| `refreshToken()` | Refresh the access token |
|
|
70
73
|
| `getAuthState()` | Current persistable state |
|