@plyaz/types 1.18.3 → 1.18.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.
|
@@ -66,7 +66,7 @@ export interface PaymentStatusResult<TMetadata extends object = object> {
|
|
|
66
66
|
* incoming events from any payment provider.
|
|
67
67
|
*/
|
|
68
68
|
export interface WebhookPayload {
|
|
69
|
-
event
|
|
69
|
+
event?: unknown;
|
|
70
70
|
/** Raw body of the webhook request */
|
|
71
71
|
rawBody: string;
|
|
72
72
|
/** Optional raw buffer if a provider requires exact bytes (e.g., Stripe) */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plyaz/types",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.5",
|
|
4
4
|
"author": "Redeemer Pace",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"description": "Provides shared TypeScript types and schema utilities for validation and parsing in the @playz ecosystem.",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
],
|
|
218
218
|
"engines": {
|
|
219
219
|
"node": ">=22.4.0",
|
|
220
|
-
"pnpm": ">=8.
|
|
220
|
+
"pnpm": ">=8.10.0"
|
|
221
221
|
},
|
|
222
222
|
"keywords": [],
|
|
223
223
|
"packageManager": "pnpm@10.11.0",
|