@cometh/checkout-sdk
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -616,2 +616,7 @@ export declare const $LydiaSettings: { | ||
}; | ||
readonly webhookNotified: { | ||
readonly type: "boolean"; | ||
readonly description: "Wether or not the webhook was notified about mint"; | ||
readonly example: false; | ||
}; | ||
}; | ||
@@ -618,0 +623,0 @@ }; |
@@ -626,2 +626,7 @@ // This file is auto-generated by @hey-api/openapi-ts | ||
'$ref': '#/components/schemas/Error' | ||
}, | ||
webhookNotified: { | ||
type: 'boolean', | ||
description: 'Wether or not the webhook was notified about mint', | ||
example: false | ||
} | ||
@@ -628,0 +633,0 @@ } |
@@ -388,2 +388,6 @@ export type LydiaSettings = { | ||
error?: Error; | ||
/** | ||
* Wether or not the webhook was notified about mint | ||
*/ | ||
webhookNotified?: boolean; | ||
}; | ||
@@ -390,0 +394,0 @@ export type pspType = 'Lydia' | 'Stripe' | 'Crypto'; |
{ | ||
"name": "@cometh/checkout-sdk", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "SDK to use Cometh Checkout API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -653,2 +653,7 @@ // This file is auto-generated by @hey-api/openapi-ts | ||
'$ref': '#/components/schemas/Error' | ||
}, | ||
webhookNotified: { | ||
type: 'boolean', | ||
description: 'Wether or not the webhook was notified about mint', | ||
example: false | ||
} | ||
@@ -655,0 +660,0 @@ } |
@@ -427,2 +427,6 @@ // This file is auto-generated by @hey-api/openapi-ts | ||
error?: Error; | ||
/** | ||
* Wether or not the webhook was notified about mint | ||
*/ | ||
webhookNotified?: boolean; | ||
}; | ||
@@ -429,0 +433,0 @@ |
302879
9437