@cometh/checkout-sdk
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -281,2 +281,7 @@ export declare const $LydiaSettings: { | ||
}; | ||
readonly clientSecret: { | ||
readonly type: "string"; | ||
readonly description: "Stripe client secret used for embedded checkout. Only present when using Stripe"; | ||
readonly example: "some-secret"; | ||
}; | ||
}; | ||
@@ -283,0 +288,0 @@ }; |
@@ -287,2 +287,7 @@ // This file is auto-generated by @hey-api/openapi-ts | ||
example: 'https://some.psp.com/uri' | ||
}, | ||
clientSecret: { | ||
type: 'string', | ||
description: 'Stripe client secret used for embedded checkout. Only present when using Stripe', | ||
example: 'some-secret' | ||
} | ||
@@ -289,0 +294,0 @@ } |
@@ -181,2 +181,6 @@ export type LydiaSettings = { | ||
url: string; | ||
/** | ||
* Stripe client secret used for embedded checkout. Only present when using Stripe | ||
*/ | ||
clientSecret?: string; | ||
}; | ||
@@ -183,0 +187,0 @@ /** |
{ | ||
"name": "@cometh/checkout-sdk", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "SDK to use Cometh Checkout API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -306,2 +306,7 @@ // This file is auto-generated by @hey-api/openapi-ts | ||
example: 'https://some.psp.com/uri' | ||
}, | ||
clientSecret: { | ||
type: 'string', | ||
description: 'Stripe client secret used for embedded checkout. Only present when using Stripe', | ||
example: 'some-secret' | ||
} | ||
@@ -308,0 +313,0 @@ } |
@@ -205,2 +205,6 @@ // This file is auto-generated by @hey-api/openapi-ts | ||
url: string; | ||
/** | ||
* Stripe client secret used for embedded checkout. Only present when using Stripe | ||
*/ | ||
clientSecret?: string; | ||
}; | ||
@@ -207,0 +211,0 @@ |
234037
7289