@imtbl/webhook 2.0.0-alpha.4 → 2.0.0-alpha.5

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.
@@ -277,10 +277,10 @@ export interface ZkevmOrderUpdated {
277
277
  chain_id: string;
278
278
  end_time: number;
279
279
  signature: string;
280
- buyer_fees: {
280
+ fees: {
281
281
  amount: string;
282
- fee_type: string;
283
- recipient: string;
282
+ type: string;
283
+ recipient_address: string;
284
284
  }[];
285
285
  created_at: number;
286
286
  start_time: number;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@imtbl/webhook",
3
3
  "description": "Utility for interacting with Immutable's webhook",
4
- "version": "2.0.0-alpha.4",
4
+ "version": "2.0.0-alpha.5",
5
5
  "author": "Immutable",
6
6
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
7
7
  "dependencies": {
8
- "@imtbl/config": "2.0.0-alpha.4",
9
- "@imtbl/generated-clients": "2.0.0-alpha.4",
8
+ "@imtbl/config": "2.0.0-alpha.5",
9
+ "@imtbl/generated-clients": "2.0.0-alpha.5",
10
10
  "sns-validator": "^0.3.5"
11
11
  },
12
12
  "devDependencies": {