@blocklet/payment-types 1.15.21 → 1.15.22

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.
Files changed (2) hide show
  1. package/lib/event.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/event.d.ts CHANGED
@@ -11,6 +11,7 @@ export declare class Event extends Model<InferAttributes<Event>, InferCreationAt
11
11
  request: {
12
12
  id: string;
13
13
  idempotency_key: string;
14
+ requested_by?: string;
14
15
  };
15
16
  pending_webhooks: number;
16
17
  metadata: Record<string, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.15.21",
3
+ "version": "1.15.22",
4
4
  "description": "Typings for Payment Kit SDK",
5
5
  "keywords": [
6
6
  "types",
@@ -48,5 +48,5 @@
48
48
  "sequelize": "^6.37.3",
49
49
  "type-fest": "^4.23.0"
50
50
  },
51
- "gitHead": "b27debca52a2ea7f93a2a237053b8e171f8be3a2"
51
+ "gitHead": "12a3cbcf04d0c8bdbbf33c04d07cecfb24bd3e9b"
52
52
  }