@aptos-scp/scp-component-store-selling-features-domain-model 1.17.0 → 1.17.1
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.
|
@@ -273,6 +273,9 @@ export declare enum UiInputKey {
|
|
|
273
273
|
SUSPEND_TRANSACTION_RESUME_TOKEN = "input_suspendResumeToken",
|
|
274
274
|
SUBSCRIPTION_PAYMENT_TENDER_LINE = "input_subscriptionInputTenderLine",
|
|
275
275
|
TAX_CUSTOMER = "input_taxCustomer",
|
|
276
|
+
/**
|
|
277
|
+
* @deprecated TAX_EXEMPT_CERTIFICATE_ID will be removed in future releases, use TAX_EXEMPT_CERTIFICATE instead
|
|
278
|
+
*/
|
|
276
279
|
TAX_EXEMPT_CERTIFICATE_ID = "input_taxExemptCertificateId",
|
|
277
280
|
TAX_EXEMPT_CERTIFICATE = "input_taxExemptCertificate",
|
|
278
281
|
TAX_EXEMPT_LINE_NUMBER = "input_taxExemptLineNumber",
|
|
@@ -448,6 +451,9 @@ export declare enum CollectedDataKey {
|
|
|
448
451
|
CashDrawerStatus = "CashDrawerStatus",
|
|
449
452
|
CashDrawerStatusChangeSuccess = "cashDrawerStatusChangeSuccess",
|
|
450
453
|
CashDrawerRequestType = "cashDrawerRequestType",
|
|
454
|
+
/**
|
|
455
|
+
* @deprecated CertificateId will be removed in future releases, use Certificate instead
|
|
456
|
+
*/
|
|
451
457
|
CertificateId = "CertificateId",
|
|
452
458
|
Certificate = "Certificate",
|
|
453
459
|
CustomFeeType = "CustomFeeType",
|
|
@@ -276,6 +276,9 @@ var UiInputKey;
|
|
|
276
276
|
UiInputKey["SUSPEND_TRANSACTION_RESUME_TOKEN"] = "input_suspendResumeToken";
|
|
277
277
|
UiInputKey["SUBSCRIPTION_PAYMENT_TENDER_LINE"] = "input_subscriptionInputTenderLine";
|
|
278
278
|
UiInputKey["TAX_CUSTOMER"] = "input_taxCustomer";
|
|
279
|
+
/**
|
|
280
|
+
* @deprecated TAX_EXEMPT_CERTIFICATE_ID will be removed in future releases, use TAX_EXEMPT_CERTIFICATE instead
|
|
281
|
+
*/
|
|
279
282
|
UiInputKey["TAX_EXEMPT_CERTIFICATE_ID"] = "input_taxExemptCertificateId";
|
|
280
283
|
UiInputKey["TAX_EXEMPT_CERTIFICATE"] = "input_taxExemptCertificate";
|
|
281
284
|
UiInputKey["TAX_EXEMPT_LINE_NUMBER"] = "input_taxExemptLineNumber";
|
|
@@ -457,6 +460,9 @@ var CollectedDataKey;
|
|
|
457
460
|
CollectedDataKey["CashDrawerStatus"] = "CashDrawerStatus";
|
|
458
461
|
CollectedDataKey["CashDrawerStatusChangeSuccess"] = "cashDrawerStatusChangeSuccess";
|
|
459
462
|
CollectedDataKey["CashDrawerRequestType"] = "cashDrawerRequestType";
|
|
463
|
+
/**
|
|
464
|
+
* @deprecated CertificateId will be removed in future releases, use Certificate instead
|
|
465
|
+
*/
|
|
460
466
|
CollectedDataKey["CertificateId"] = "CertificateId";
|
|
461
467
|
CollectedDataKey["Certificate"] = "Certificate";
|
|
462
468
|
CollectedDataKey["CustomFeeType"] = "CustomFeeType";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aptos-scp/scp-component-store-selling-features-domain-model",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.1",
|
|
4
4
|
"description": "This component library provides the common components to handle the coordination of processing the business events from the UI.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|