@wix/auto_sdk_get-paid_receipts 1.0.155 → 1.0.157

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.
@@ -11,7 +11,7 @@ interface CreateReceiptSignature {
11
11
  * @param - Receipt to create.
12
12
  * @returns Created receipt.
13
13
  */
14
- (receipt: NonNullablePaths<Receipt, `currency` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.price` | `lineItems.${number}.quantity` | `lineItems.${number}.totals` | `lineItems.${number}.totals.totalPriceBeforeTax` | `payment` | `payment.amount` | `payment.paymentMethod` | `payment.transactionDate` | `sourceReference` | `sourceReference.appId` | `sourceReference.externalReferenceId` | `sourceReference.receiptOrderType` | `sourceReference.wixEcomOrder.transactionId` | `sourceReference.wixPaymentOrder.transactionId` | `totals` | `totals.subtotal` | `totals.total`, 5>): Promise<NonNullablePaths<Receipt, `numbering.displayNumber` | `regionalProperties.locale.languageCode` | `currency` | `sourceReference.wixPaymentOrder.orderId` | `sourceReference.wixPaymentOrder.transactionId` | `sourceReference.wixEcomOrder.orderId` | `sourceReference.wixEcomOrder.transactionId` | `sourceReference.appId` | `sourceReference.externalReferenceId` | `sourceReference.receiptOrderType` | `businessDetails.address.streetAddress.number` | `businessDetails.address.streetAddress.name` | `businessDetails.address.streetAddress.apt` | `customer.contactDetails.vatId._id` | `customer.contactDetails.vatId.type` | `lineItems` | `shippingInfo.title` | `shippingInfo.priceBeforeTax` | `shippingInfo.priceAfterTax` | `shippingInfo.taxBreakdown` | `shippingInfo.taxBreakdown.${number}.name` | `shippingInfo.taxBreakdown.${number}.rate` | `shippingInfo.taxBreakdown.${number}.amount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}.priceBeforeTax` | `additionalFees.${number}.priceAfterTax` | `discounts` | `discounts.${number}.name` | `discounts.${number}.amount` | `payment.paymentMethod` | `payment.amount` | `taxBreakdown` | `taxBreakdown.${number}.name` | `taxBreakdown.${number}.rate` | `taxBreakdown.${number}.taxAmount` | `taxBreakdown.${number}.taxableAmount` | `customFields.headerCustomFields` | `customFields.headerCustomFields.${number}.value` | `customFields.businessCustomFields` | `customFields.customerCustomFields` | `customFields.footerCustomFields` | `customFields.footerCustomFields.${number}.title` | `document.status`, 5> & {
14
+ (receipt: NonNullablePaths<Receipt, `currency` | `lineItems` | `lineItems.${number}._id` | `lineItems.${number}.price` | `lineItems.${number}.quantity` | `lineItems.${number}.totals` | `lineItems.${number}.totals.totalPriceBeforeTax` | `payment` | `payment.amount` | `payment.paymentMethod` | `payment.transactionDate` | `sourceReference` | `sourceReference.appId` | `sourceReference.externalReferenceId` | `sourceReference.receiptOrderType` | `sourceReference.wixEcomOrder.orderId` | `sourceReference.wixEcomOrder.transactionId` | `sourceReference.wixPaymentOrder.orderId` | `sourceReference.wixPaymentOrder.transactionId` | `totals` | `totals.subtotal` | `totals.total`, 5>): Promise<NonNullablePaths<Receipt, `numbering.displayNumber` | `regionalProperties.locale.languageCode` | `currency` | `sourceReference.wixPaymentOrder.orderId` | `sourceReference.wixPaymentOrder.transactionId` | `sourceReference.wixEcomOrder.orderId` | `sourceReference.wixEcomOrder.transactionId` | `sourceReference.appId` | `sourceReference.externalReferenceId` | `sourceReference.receiptOrderType` | `businessDetails.address.streetAddress.number` | `businessDetails.address.streetAddress.name` | `businessDetails.address.streetAddress.apt` | `customer.contactDetails.vatId._id` | `customer.contactDetails.vatId.type` | `lineItems` | `shippingInfo.title` | `shippingInfo.priceBeforeTax` | `shippingInfo.priceAfterTax` | `shippingInfo.taxBreakdown` | `shippingInfo.taxBreakdown.${number}.name` | `shippingInfo.taxBreakdown.${number}.rate` | `shippingInfo.taxBreakdown.${number}.amount` | `additionalFees` | `additionalFees.${number}.name` | `additionalFees.${number}.priceBeforeTax` | `additionalFees.${number}.priceAfterTax` | `discounts` | `discounts.${number}.name` | `discounts.${number}.amount` | `payment.paymentMethod` | `payment.amount` | `taxBreakdown` | `taxBreakdown.${number}.name` | `taxBreakdown.${number}.rate` | `taxBreakdown.${number}.taxAmount` | `taxBreakdown.${number}.taxableAmount` | `customFields.headerCustomFields` | `customFields.headerCustomFields.${number}.value` | `customFields.businessCustomFields` | `customFields.customerCustomFields` | `customFields.footerCustomFields` | `customFields.footerCustomFields.${number}.title` | `document.status`, 5> & {
15
15
  __applicationErrorsType?: CreateReceiptApplicationErrors;
16
16
  }>;
17
17
  }