@wix/auto_sdk_ecom_orders 1.0.151 → 1.0.152
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.
- package/build/cjs/{ecom-v1-order-orders.universal-BymejMdD.d.ts → ecom-v1-order-orders.universal-rM7XIM5J.d.ts} +30 -30
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +30 -30
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{ecom-v1-order-orders.universal-BymejMdD.d.mts → ecom-v1-order-orders.universal-rM7XIM5J.d.mts} +30 -30
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +30 -30
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{ecom-v1-order-orders.universal-Dj5XDyHJ.d.ts → ecom-v1-order-orders.universal-CxuQcKw1.d.ts} +30 -30
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +30 -30
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{ecom-v1-order-orders.universal-Dj5XDyHJ.d.mts → ecom-v1-order-orders.universal-CxuQcKw1.d.mts} +30 -30
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +30 -30
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { de as ImportOrderRequest$1, I as ImportOrderResponse$1, df as SetOrderNumberCounterRequest$1, a as SetOrderNumberCounterResponse$1, dg as BulkDeleteImportedOrdersRequest$1, b as BulkDeleteImportedOrdersResponse$1, en as PreparePaymentCollectionRequest$1, d as PreparePaymentCollectionResponse$1, er as GetPaymentCollectabilityStatusRequest$1, G as GetPaymentCollectabilityStatusResponse$1, es as RecordManuallyCollectedPaymentRequest$1, et as RecordManuallyCollectedPaymentResponse$1, eu as MarkOrderAsPaidRequest$1, M as MarkOrderAsPaidResponse$1, ev as BulkMarkOrdersAsPaidRequest$1, g as BulkMarkOrdersAsPaidResponse$1, eA as GetRefundabilityStatusRequest$1, h as GetRefundabilityStatusResponse$1, eD as CreatePaymentGatewayOrderRequest$1, C as CreatePaymentGatewayOrderResponse$1, eF as ChargeMembershipsRequest$1, eJ as ChargeMembershipsResponse$1, eK as TriggerRefundRequest$1, m as TriggerRefundResponse$1, fd as VoidAuthorizedPaymentsRequest$1, V as VoidAuthorizedPaymentsResponse$1, fe as CaptureAuthorizedPaymentsRequest$1, q as CaptureAuthorizedPaymentsResponse$1, fj as GetOrderRequest$1, fk as GetOrderResponse$1, fw as SearchOrdersRequest$1, u as SearchOrdersResponse$1, fA as CreateOrderRequest$1, fD as CreateOrderResponse$1, fE as UpdateOrderRequest$1, fF as UpdateOrderResponse$1, fG as BulkUpdateOrdersRequest$1, A as BulkUpdateOrdersResponse$1, gm as UpdateOrderLineItemRequest$1, F as UpdateOrderLineItemResponse$1, gN as AddActivityRequest$1, J as AddActivityResponse$1, gP as AddActivitiesRequest$1, L as AddActivitiesResponse$1, gQ as UpdateActivityRequest$1, Q as UpdateActivityResponse$1, gR as DeleteActivityRequest$1, X as DeleteActivityResponse$1, gX as CancelOrderRequest$1, Z as CancelOrderResponse$1, gZ as UpdateOrderStatusRequest$1, a0 as UpdateOrderStatusResponse$1, hn as AggregateOrdersRequest$1, a3 as AggregateOrdersResponse$1, hr as BulkUpdateOrderTagsRequest$1, a5 as BulkUpdateOrderTagsResponse$1 } from './ecom-v1-order-orders.universal-CxuQcKw1.mjs';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
interface Order {
|
|
@@ -1491,6 +1491,35 @@ interface LineItemDiscount {
|
|
|
1491
1491
|
/** Total discount for this line item. */
|
|
1492
1492
|
totalDiscount?: Price;
|
|
1493
1493
|
}
|
|
1494
|
+
interface ItemCombination {
|
|
1495
|
+
/**
|
|
1496
|
+
* The number of times this exact combination of items (with the specified quantities) was applied together in the order.
|
|
1497
|
+
* @min 1
|
|
1498
|
+
* @max 100000
|
|
1499
|
+
*/
|
|
1500
|
+
count?: number;
|
|
1501
|
+
/**
|
|
1502
|
+
* Line items that participated together in this combination.
|
|
1503
|
+
* @minSize 1
|
|
1504
|
+
* @maxSize 100
|
|
1505
|
+
*/
|
|
1506
|
+
lineItems?: ItemCombinationLineItem[];
|
|
1507
|
+
}
|
|
1508
|
+
interface ItemCombinationLineItem {
|
|
1509
|
+
/**
|
|
1510
|
+
* The unique ID of the line item to which this discount applies.
|
|
1511
|
+
* @format GUID
|
|
1512
|
+
*/
|
|
1513
|
+
lineItemId?: string;
|
|
1514
|
+
/** Total discount amount for all units (quantity) of this line item in this combination. */
|
|
1515
|
+
discountAmount?: Price;
|
|
1516
|
+
/**
|
|
1517
|
+
* Number of units from this line item that participated in a single combination.
|
|
1518
|
+
* @min 1
|
|
1519
|
+
* @max 100000
|
|
1520
|
+
*/
|
|
1521
|
+
quantity?: number;
|
|
1522
|
+
}
|
|
1494
1523
|
interface Activity extends ActivityContentOneOf {
|
|
1495
1524
|
/** Custom activity details (optional). `activity.type` must be `CUSTOM_ACTIVITY`. */
|
|
1496
1525
|
customActivity?: CustomActivity;
|
|
@@ -4710,35 +4739,6 @@ interface ChargeSavedPaymentMethodResponse {
|
|
|
4710
4739
|
/** Payment gateway's order ID (e.g Wix Payments) */
|
|
4711
4740
|
paymentGatewayOrderId?: string;
|
|
4712
4741
|
}
|
|
4713
|
-
interface ItemCombination {
|
|
4714
|
-
/**
|
|
4715
|
-
* The number of times this exact combination of items (with the specified quantities) was applied together in the order.
|
|
4716
|
-
* @min 1
|
|
4717
|
-
* @max 100000
|
|
4718
|
-
*/
|
|
4719
|
-
count?: number;
|
|
4720
|
-
/**
|
|
4721
|
-
* Line items that participated together in this combination.
|
|
4722
|
-
* @minSize 1
|
|
4723
|
-
* @maxSize 100
|
|
4724
|
-
*/
|
|
4725
|
-
lineItems?: ItemCombinationLineItem[];
|
|
4726
|
-
}
|
|
4727
|
-
interface ItemCombinationLineItem {
|
|
4728
|
-
/**
|
|
4729
|
-
* The unique ID of the line item to which this discount applies.
|
|
4730
|
-
* @format GUID
|
|
4731
|
-
*/
|
|
4732
|
-
lineItemId?: string;
|
|
4733
|
-
/** Total discount amount for all units (quantity) of this line item in this combination. */
|
|
4734
|
-
discountAmount?: Price;
|
|
4735
|
-
/**
|
|
4736
|
-
* Number of units from this line item that participated in a single combination.
|
|
4737
|
-
* @min 1
|
|
4738
|
-
* @max 100000
|
|
4739
|
-
*/
|
|
4740
|
-
quantity?: number;
|
|
4741
|
-
}
|
|
4742
4742
|
interface DiffmatokyPayload {
|
|
4743
4743
|
left?: string;
|
|
4744
4744
|
right?: string;
|