summaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/declaration.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/merchant-backoffice-ui/src/declaration.d.ts')
-rw-r--r--packages/merchant-backoffice-ui/src/declaration.d.ts15
1 files changed, 6 insertions, 9 deletions
diff --git a/packages/merchant-backoffice-ui/src/declaration.d.ts b/packages/merchant-backoffice-ui/src/declaration.d.ts
index e65835bfd..c9380760c 100644
--- a/packages/merchant-backoffice-ui/src/declaration.d.ts
+++ b/packages/merchant-backoffice-ui/src/declaration.d.ts
@@ -1283,10 +1283,9 @@ export namespace MerchantBackend {
// Human-readable description for the template.
template_description: string;
- // A base64-encoded image selected by the merchant.
+ // A base64-encoded key of the point-of-sale.
// This parameter is optional.
- // We are not sure about it.
- image?: ImageDataUrl;
+ pos_key?: string;
// Additional information in a separate template.
template_contract: TemplateContractDetails;
@@ -1310,10 +1309,9 @@ export namespace MerchantBackend {
// Human-readable description for the template.
template_description: string;
- // A base64-encoded image selected by the merchant.
+ // A base64-encoded key of the point-of-sale.
// This parameter is optional.
- // We are not sure about it.
- image?: ImageDataUrl;
+ pos_key?: string;
// Additional information in a separate template.
template_contract: TemplateContractDetails;
@@ -1336,10 +1334,9 @@ export namespace MerchantBackend {
// Human-readable description for the template.
template_description: string;
- // A base64-encoded image selected by the merchant.
+ // A base64-encoded key of the point-of-sale.
// This parameter is optional.
- // We are not sure about it.
- image?: ImageDataUrl;
+ pos_key?: string;
// Additional information in a separate template.
template_contract: TemplateContractDetails;