@coin-voyage/shared 0.0.9 → 0.0.10

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.
@@ -334,7 +334,7 @@ export interface WebhookEvent {
334
334
  export interface WebhookDelivery {
335
335
  id: string;
336
336
  event_id: string;
337
- http_status: string;
337
+ http_status: number;
338
338
  body: string | null;
339
339
  created_at: Date;
340
340
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coin-voyage/shared",
3
3
  "description": "Shared utilities for Coin Voyage",
4
- "version": "0.0.9",
4
+ "version": "0.0.10",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {