@cometh/checkout-sdk
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -705,3 +705,3 @@ export declare const $LydiaSettings: { | ||
readonly type: "object"; | ||
readonly required: readonly ["name", "businessType", "email", "address", "currency"]; | ||
readonly required: readonly ["name", "businessType", "email", "address", "currency", "region"]; | ||
readonly properties: { | ||
@@ -731,2 +731,5 @@ readonly name: { | ||
}; | ||
readonly region: { | ||
readonly $ref: "#/components/schemas/ProjectRegion"; | ||
}; | ||
}; | ||
@@ -733,0 +736,0 @@ }; |
@@ -721,3 +721,3 @@ // This file is auto-generated by @hey-api/openapi-ts | ||
type: 'object', | ||
required: ['name', 'businessType', 'email', 'address', 'currency'], | ||
required: ['name', 'businessType', 'email', 'address', 'currency', 'region'], | ||
properties: { | ||
@@ -746,2 +746,5 @@ name: { | ||
example: 'eur' | ||
}, | ||
region: { | ||
'$ref': '#/components/schemas/ProjectRegion' | ||
} | ||
@@ -748,0 +751,0 @@ } |
@@ -419,2 +419,3 @@ export type LydiaSettings = { | ||
currency: string; | ||
region: ProjectRegion; | ||
}; | ||
@@ -421,0 +422,0 @@ export type businessType = 'company' | 'government_entity' | 'individual' | 'non_profit'; |
{ | ||
"name": "@cometh/checkout-sdk", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "SDK to use Cometh Checkout API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -756,3 +756,3 @@ // This file is auto-generated by @hey-api/openapi-ts | ||
type: 'object', | ||
required: ['name', 'businessType', 'email', 'address', 'currency'], | ||
required: ['name', 'businessType', 'email', 'address', 'currency', 'region'], | ||
properties: { | ||
@@ -781,2 +781,5 @@ name: { | ||
example: 'eur' | ||
}, | ||
region: { | ||
'$ref': '#/components/schemas/ProjectRegion' | ||
} | ||
@@ -783,0 +786,0 @@ } |
@@ -466,2 +466,3 @@ // This file is auto-generated by @hey-api/openapi-ts | ||
currency: string; | ||
region: ProjectRegion; | ||
}; | ||
@@ -468,0 +469,0 @@ |
258243
8009