@wix/auto_sdk_ecom_orders 1.0.159 → 1.0.160
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-BiCcv9PZ.d.ts → ecom-v1-order-orders.universal-Cc78aFHS.d.ts} +22 -22
- 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 +22 -22
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{ecom-v1-order-orders.universal-BiCcv9PZ.d.mts → ecom-v1-order-orders.universal-Cc78aFHS.d.mts} +22 -22
- 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 +22 -22
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{ecom-v1-order-orders.universal-C-pDaGVr.d.ts → ecom-v1-order-orders.universal-BFOFQnGK.d.ts} +22 -22
- 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 +22 -22
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{ecom-v1-order-orders.universal-C-pDaGVr.d.mts → ecom-v1-order-orders.universal-BFOFQnGK.d.mts} +22 -22
- 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 +22 -22
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { cM as ImportOrderRequest$1, cN as ImportOrderResponse$1, cO as SetOrderNumberCounterRequest$1, cP as SetOrderNumberCounterResponse$1, cQ as BulkDeleteImportedOrdersRequest$1, cR as BulkDeleteImportedOrdersResponse$1,
|
|
1
|
+
import { cM as ImportOrderRequest$1, cN as ImportOrderResponse$1, cO as SetOrderNumberCounterRequest$1, cP as SetOrderNumberCounterResponse$1, cQ as BulkDeleteImportedOrdersRequest$1, cR as BulkDeleteImportedOrdersResponse$1, dL as PreparePaymentCollectionRequest$1, b as PreparePaymentCollectionResponse$1, dP as GetPaymentCollectabilityStatusRequest$1, G as GetPaymentCollectabilityStatusResponse$1, dQ as RecordManuallyCollectedPaymentRequest$1, dR as RecordManuallyCollectedPaymentResponse$1, dS as MarkOrderAsPaidRequest$1, dT as MarkOrderAsPaidResponse$1, dU as BulkMarkOrdersAsPaidRequest$1, dV as BulkMarkOrdersAsPaidResponse$1, d_ as GetRefundabilityStatusRequest$1, d$ as GetRefundabilityStatusResponse$1, e2 as CreatePaymentGatewayOrderRequest$1, e4 as CreatePaymentGatewayOrderResponse$1, e5 as ChargeMembershipsRequest$1, e9 as ChargeMembershipsResponse$1, ea as TriggerRefundRequest$1, ef as TriggerRefundResponse$1, eH as VoidAuthorizedPaymentsRequest$1, V as VoidAuthorizedPaymentsResponse$1, eI as CaptureAuthorizedPaymentsRequest$1, C as CaptureAuthorizedPaymentsResponse$1, f0 as GetOrderRequest$1, f1 as GetOrderResponse$1, fd as SearchOrdersRequest$1, S as SearchOrdersResponse$1, fh as CreateOrderRequest$1, fk as CreateOrderResponse$1, fl as UpdateOrderRequest$1, fm as UpdateOrderResponse$1, fn as BulkUpdateOrdersRequest$1, l as BulkUpdateOrdersResponse$1, g3 as UpdateOrderLineItemRequest$1, g4 as UpdateOrderLineItemResponse$1, gv as AddActivityRequest$1, gy as AddActivityResponse$1, gz as AddActivitiesRequest$1, m as AddActivitiesResponse$1, gA as UpdateActivityRequest$1, gB as UpdateActivityResponse$1, gC as DeleteActivityRequest$1, gD as DeleteActivityResponse$1, gJ as CancelOrderRequest$1, o as CancelOrderResponse$1, gL as UpdateOrderStatusRequest$1, gM as UpdateOrderStatusResponse$1, ha as AggregateOrdersRequest$1, hb as AggregateOrdersResponse$1, hf as BulkUpdateOrderTagsRequest$1, r as BulkUpdateOrderTagsResponse$1 } from './ecom-v1-order-orders.universal-Cc78aFHS.mjs';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
interface Order {
|
|
@@ -3233,19 +3233,19 @@ declare enum WebhookIdentityType {
|
|
|
3233
3233
|
}
|
|
3234
3234
|
/** @enumType */
|
|
3235
3235
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
3236
|
-
interface
|
|
3236
|
+
interface AccountInfo {
|
|
3237
3237
|
/**
|
|
3238
|
-
* ID of the account.
|
|
3238
|
+
* ID of the Wix account associated with the event.
|
|
3239
3239
|
* @format GUID
|
|
3240
3240
|
*/
|
|
3241
3241
|
accountId?: string | null;
|
|
3242
3242
|
/**
|
|
3243
|
-
* ID of the parent account.
|
|
3243
|
+
* ID of the parent Wix account. Only included when accountId belongs to a child account.
|
|
3244
3244
|
* @format GUID
|
|
3245
3245
|
*/
|
|
3246
3246
|
parentAccountId?: string | null;
|
|
3247
3247
|
/**
|
|
3248
|
-
* ID of the site
|
|
3248
|
+
* ID of the Wix site associated with the event. Only included when the event is tied to a specific site.
|
|
3249
3249
|
* @format GUID
|
|
3250
3250
|
*/
|
|
3251
3251
|
siteId?: string | null;
|
|
@@ -3544,6 +3544,23 @@ interface PreviewResendDownloadLinksEmailResponse {
|
|
|
3544
3544
|
}
|
|
3545
3545
|
interface Empty {
|
|
3546
3546
|
}
|
|
3547
|
+
interface AccountDetails {
|
|
3548
|
+
/**
|
|
3549
|
+
* ID of the account.
|
|
3550
|
+
* @format GUID
|
|
3551
|
+
*/
|
|
3552
|
+
accountId?: string | null;
|
|
3553
|
+
/**
|
|
3554
|
+
* ID of the parent account.
|
|
3555
|
+
* @format GUID
|
|
3556
|
+
*/
|
|
3557
|
+
parentAccountId?: string | null;
|
|
3558
|
+
/**
|
|
3559
|
+
* ID of the site, if applicable.
|
|
3560
|
+
* @format GUID
|
|
3561
|
+
*/
|
|
3562
|
+
siteId?: string | null;
|
|
3563
|
+
}
|
|
3547
3564
|
interface PreparePaymentCollectionRequest {
|
|
3548
3565
|
/**
|
|
3549
3566
|
* Ecom order ID.
|
|
@@ -6688,23 +6705,6 @@ declare enum InvoiceStatus {
|
|
|
6688
6705
|
}
|
|
6689
6706
|
/** @enumType */
|
|
6690
6707
|
type InvoiceStatusWithLiterals = InvoiceStatus | 'Draft' | 'Sent' | 'Processing' | 'Paid' | 'Overdue' | 'Void' | 'Deleted' | 'PartiallyPaid' | 'PartialAndOverdue';
|
|
6691
|
-
interface AccountInfo {
|
|
6692
|
-
/**
|
|
6693
|
-
* ID of the Wix account associated with the event.
|
|
6694
|
-
* @format GUID
|
|
6695
|
-
*/
|
|
6696
|
-
accountId?: string | null;
|
|
6697
|
-
/**
|
|
6698
|
-
* ID of the parent Wix account. Only included when accountId belongs to a child account.
|
|
6699
|
-
* @format GUID
|
|
6700
|
-
*/
|
|
6701
|
-
parentAccountId?: string | null;
|
|
6702
|
-
/**
|
|
6703
|
-
* ID of the Wix site associated with the event. Only included when the event is tied to a specific site.
|
|
6704
|
-
* @format GUID
|
|
6705
|
-
*/
|
|
6706
|
-
siteId?: string | null;
|
|
6707
|
-
}
|
|
6708
6708
|
/** @docsIgnore */
|
|
6709
6709
|
type PreparePaymentCollectionApplicationErrors = {
|
|
6710
6710
|
code?: 'PAYMENT_METHODS_NOT_FOUND';
|