@wix/auto_sdk_ecom_orders 1.0.203 → 1.0.205
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-DSULx1Ok.d.ts → ecom-v1-order-orders.universal-CSFucJ2f.d.ts} +159 -159
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +6 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +6 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +159 -159
- package/build/cjs/meta.js +6 -6
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{ecom-v1-order-orders.universal-DSULx1Ok.d.mts → ecom-v1-order-orders.universal-CSFucJ2f.d.mts} +159 -159
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +6 -6
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +6 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +159 -159
- package/build/es/meta.mjs +6 -6
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{ecom-v1-order-orders.universal-UPGSG2Qx.d.ts → ecom-v1-order-orders.universal-0zQEagRx.d.ts} +159 -159
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +6 -6
- 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 +6 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +159 -159
- package/build/internal/cjs/meta.js +6 -6
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{ecom-v1-order-orders.universal-UPGSG2Qx.d.mts → ecom-v1-order-orders.universal-0zQEagRx.d.mts} +159 -159
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +6 -6
- 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 +6 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +159 -159
- package/build/internal/es/meta.mjs +6 -6
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -3527,164 +3527,6 @@ interface AccountInfo {
|
|
|
3527
3527
|
*/
|
|
3528
3528
|
siteId?: string | null;
|
|
3529
3529
|
}
|
|
3530
|
-
interface UpdateInternalDocumentsEvent extends UpdateInternalDocumentsEventOperationOneOf {
|
|
3531
|
-
/** insert/update documents */
|
|
3532
|
-
update?: InternalDocumentUpdateOperation;
|
|
3533
|
-
/** delete by document ids */
|
|
3534
|
-
deleteByIds?: DeleteByIdsOperation;
|
|
3535
|
-
/** delete documents matching filter */
|
|
3536
|
-
deleteByFilter?: DeleteByFilterOperation;
|
|
3537
|
-
/** update internal documents matching filter */
|
|
3538
|
-
updateByFilter?: InternalDocumentUpdateByFilterOperation;
|
|
3539
|
-
/** update only existing documents */
|
|
3540
|
-
updateExisting?: InternalUpdateExistingOperation;
|
|
3541
|
-
/** insert/update documents with versioning */
|
|
3542
|
-
versionedUpdate?: VersionedDocumentUpdateOperation;
|
|
3543
|
-
/** delete by document ids with versioning */
|
|
3544
|
-
versionedDeleteByIds?: VersionedDeleteByIdsOperation;
|
|
3545
|
-
/**
|
|
3546
|
-
* type of the documents
|
|
3547
|
-
* @minLength 2
|
|
3548
|
-
*/
|
|
3549
|
-
documentType?: string;
|
|
3550
|
-
/**
|
|
3551
|
-
* language of the documents (mandatory)
|
|
3552
|
-
* @minLength 2
|
|
3553
|
-
*/
|
|
3554
|
-
language?: string | null;
|
|
3555
|
-
/**
|
|
3556
|
-
* one or more search documents
|
|
3557
|
-
* @deprecated
|
|
3558
|
-
*/
|
|
3559
|
-
addDocuments?: InternalDocument[];
|
|
3560
|
-
/**
|
|
3561
|
-
* one or more ids of indexed documents to be removed. Removal will happen before addition (if both provided)
|
|
3562
|
-
* @deprecated
|
|
3563
|
-
*/
|
|
3564
|
-
removeDocumentIds?: string[];
|
|
3565
|
-
/** id to pass to processing notification */
|
|
3566
|
-
correlationId?: string | null;
|
|
3567
|
-
/** when event was created / issued */
|
|
3568
|
-
issuedAt?: Date | null;
|
|
3569
|
-
}
|
|
3570
|
-
/** @oneof */
|
|
3571
|
-
interface UpdateInternalDocumentsEventOperationOneOf {
|
|
3572
|
-
/** insert/update documents */
|
|
3573
|
-
update?: InternalDocumentUpdateOperation;
|
|
3574
|
-
/** delete by document ids */
|
|
3575
|
-
deleteByIds?: DeleteByIdsOperation;
|
|
3576
|
-
/** delete documents matching filter */
|
|
3577
|
-
deleteByFilter?: DeleteByFilterOperation;
|
|
3578
|
-
/** update internal documents matching filter */
|
|
3579
|
-
updateByFilter?: InternalDocumentUpdateByFilterOperation;
|
|
3580
|
-
/** update only existing documents */
|
|
3581
|
-
updateExisting?: InternalUpdateExistingOperation;
|
|
3582
|
-
/** insert/update documents with versioning */
|
|
3583
|
-
versionedUpdate?: VersionedDocumentUpdateOperation;
|
|
3584
|
-
/** delete by document ids with versioning */
|
|
3585
|
-
versionedDeleteByIds?: VersionedDeleteByIdsOperation;
|
|
3586
|
-
}
|
|
3587
|
-
interface InternalDocument {
|
|
3588
|
-
/** document with mandatory fields (id) and with fields specific to the type of the document */
|
|
3589
|
-
document?: Record<string, any> | null;
|
|
3590
|
-
}
|
|
3591
|
-
interface InternalDocumentUpdateOperation {
|
|
3592
|
-
/** documents to index or update */
|
|
3593
|
-
documents?: InternalDocument[];
|
|
3594
|
-
}
|
|
3595
|
-
interface DeleteByIdsOperation {
|
|
3596
|
-
/** ids of the documents to delete */
|
|
3597
|
-
documentIds?: string[];
|
|
3598
|
-
/**
|
|
3599
|
-
* tenant id for custom tenancy strategy
|
|
3600
|
-
* @minLength 2
|
|
3601
|
-
* @maxLength 300
|
|
3602
|
-
*/
|
|
3603
|
-
tenantId?: string | null;
|
|
3604
|
-
}
|
|
3605
|
-
interface DeleteByFilterOperation {
|
|
3606
|
-
/** documents matching this filter wil be deleted. only filterable documents defined in document_type can be used for filtering */
|
|
3607
|
-
filter?: Record<string, any> | null;
|
|
3608
|
-
/**
|
|
3609
|
-
* tenant id for custom tenancy strategy
|
|
3610
|
-
* @minLength 2
|
|
3611
|
-
* @maxLength 300
|
|
3612
|
-
*/
|
|
3613
|
-
tenantId?: string | null;
|
|
3614
|
-
}
|
|
3615
|
-
interface InternalDocumentUpdateByFilterOperation {
|
|
3616
|
-
/** documents matching this filter will be updated */
|
|
3617
|
-
filter?: Record<string, any> | null;
|
|
3618
|
-
/** partial document to apply */
|
|
3619
|
-
document?: InternalDocument;
|
|
3620
|
-
/**
|
|
3621
|
-
* tenant id for custom tenancy strategy
|
|
3622
|
-
* @minLength 2
|
|
3623
|
-
* @maxLength 300
|
|
3624
|
-
*/
|
|
3625
|
-
tenantId?: string | null;
|
|
3626
|
-
}
|
|
3627
|
-
interface InternalUpdateExistingOperation {
|
|
3628
|
-
/** documents to update */
|
|
3629
|
-
documents?: InternalDocument[];
|
|
3630
|
-
}
|
|
3631
|
-
interface VersionedDocumentUpdateOperation {
|
|
3632
|
-
/** documents to create or overwrite */
|
|
3633
|
-
documents?: InternalDocument[];
|
|
3634
|
-
/** versioning mode to use instead of default */
|
|
3635
|
-
versioningMode?: VersioningModeWithLiterals;
|
|
3636
|
-
}
|
|
3637
|
-
declare enum VersioningMode {
|
|
3638
|
-
/** use default versioning mode agreed with search team */
|
|
3639
|
-
DEFAULT = "DEFAULT",
|
|
3640
|
-
/** execute only if version is greater than existing */
|
|
3641
|
-
GREATER_THAN = "GREATER_THAN",
|
|
3642
|
-
/** execute only if version is greater or equal to existing */
|
|
3643
|
-
GREATER_OR_EQUAL = "GREATER_OR_EQUAL"
|
|
3644
|
-
}
|
|
3645
|
-
/** @enumType */
|
|
3646
|
-
type VersioningModeWithLiterals = VersioningMode | 'DEFAULT' | 'GREATER_THAN' | 'GREATER_OR_EQUAL';
|
|
3647
|
-
interface VersionedDeleteByIdsOperation {
|
|
3648
|
-
/** ids with version of the documents to delete */
|
|
3649
|
-
documentIds?: VersionedDocumentId[];
|
|
3650
|
-
/**
|
|
3651
|
-
* tenant id for custom tenancy strategy
|
|
3652
|
-
* @minLength 2
|
|
3653
|
-
* @maxLength 300
|
|
3654
|
-
*/
|
|
3655
|
-
tenantId?: string | null;
|
|
3656
|
-
}
|
|
3657
|
-
interface VersionedDocumentId {
|
|
3658
|
-
/** document id */
|
|
3659
|
-
documentId?: string;
|
|
3660
|
-
/** document version */
|
|
3661
|
-
version?: string;
|
|
3662
|
-
/** versioning mode to use instead of default */
|
|
3663
|
-
versioningMode?: VersioningModeWithLiterals;
|
|
3664
|
-
}
|
|
3665
|
-
interface TriggerReindexRequest {
|
|
3666
|
-
/** @format GUID */
|
|
3667
|
-
metasiteId?: string;
|
|
3668
|
-
/**
|
|
3669
|
-
* @minLength 1
|
|
3670
|
-
* @maxLength 100
|
|
3671
|
-
* @maxSize 100
|
|
3672
|
-
*/
|
|
3673
|
-
orderIds?: string[];
|
|
3674
|
-
}
|
|
3675
|
-
interface TriggerReindexResponse {
|
|
3676
|
-
}
|
|
3677
|
-
interface Empty {
|
|
3678
|
-
}
|
|
3679
|
-
interface TriggerReindexOrderRequest {
|
|
3680
|
-
/** @format GUID */
|
|
3681
|
-
metasiteId?: string;
|
|
3682
|
-
/**
|
|
3683
|
-
* @minLength 1
|
|
3684
|
-
* @maxLength 100
|
|
3685
|
-
*/
|
|
3686
|
-
orderId?: string;
|
|
3687
|
-
}
|
|
3688
3530
|
interface SendBuyerConfirmationEmailRequest {
|
|
3689
3531
|
/** @format GUID */
|
|
3690
3532
|
orderId?: string;
|
|
@@ -3977,6 +3819,8 @@ interface PreviewResendDownloadLinksEmailRequest {
|
|
|
3977
3819
|
interface PreviewResendDownloadLinksEmailResponse {
|
|
3978
3820
|
emailPreview?: string;
|
|
3979
3821
|
}
|
|
3822
|
+
interface Empty {
|
|
3823
|
+
}
|
|
3980
3824
|
interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
3981
3825
|
/** Emitted on a meta site creation. */
|
|
3982
3826
|
siteCreated?: SiteCreated;
|
|
@@ -5636,6 +5480,162 @@ interface ChargeSavedPaymentMethodResponse {
|
|
|
5636
5480
|
/** Payment gateway's order ID (e.g Wix Payments) */
|
|
5637
5481
|
paymentGatewayOrderId?: string;
|
|
5638
5482
|
}
|
|
5483
|
+
interface UpdateInternalDocumentsEvent extends UpdateInternalDocumentsEventOperationOneOf {
|
|
5484
|
+
/** insert/update documents */
|
|
5485
|
+
update?: InternalDocumentUpdateOperation;
|
|
5486
|
+
/** delete by document ids */
|
|
5487
|
+
deleteByIds?: DeleteByIdsOperation;
|
|
5488
|
+
/** delete documents matching filter */
|
|
5489
|
+
deleteByFilter?: DeleteByFilterOperation;
|
|
5490
|
+
/** update internal documents matching filter */
|
|
5491
|
+
updateByFilter?: InternalDocumentUpdateByFilterOperation;
|
|
5492
|
+
/** update only existing documents */
|
|
5493
|
+
updateExisting?: InternalUpdateExistingOperation;
|
|
5494
|
+
/** insert/update documents with versioning */
|
|
5495
|
+
versionedUpdate?: VersionedDocumentUpdateOperation;
|
|
5496
|
+
/** delete by document ids with versioning */
|
|
5497
|
+
versionedDeleteByIds?: VersionedDeleteByIdsOperation;
|
|
5498
|
+
/**
|
|
5499
|
+
* type of the documents
|
|
5500
|
+
* @minLength 2
|
|
5501
|
+
*/
|
|
5502
|
+
documentType?: string;
|
|
5503
|
+
/**
|
|
5504
|
+
* language of the documents (mandatory)
|
|
5505
|
+
* @minLength 2
|
|
5506
|
+
*/
|
|
5507
|
+
language?: string | null;
|
|
5508
|
+
/**
|
|
5509
|
+
* one or more search documents
|
|
5510
|
+
* @deprecated
|
|
5511
|
+
*/
|
|
5512
|
+
addDocuments?: InternalDocument[];
|
|
5513
|
+
/**
|
|
5514
|
+
* one or more ids of indexed documents to be removed. Removal will happen before addition (if both provided)
|
|
5515
|
+
* @deprecated
|
|
5516
|
+
*/
|
|
5517
|
+
removeDocumentIds?: string[];
|
|
5518
|
+
/** id to pass to processing notification */
|
|
5519
|
+
correlationId?: string | null;
|
|
5520
|
+
/** when event was created / issued */
|
|
5521
|
+
issuedAt?: Date | null;
|
|
5522
|
+
}
|
|
5523
|
+
/** @oneof */
|
|
5524
|
+
interface UpdateInternalDocumentsEventOperationOneOf {
|
|
5525
|
+
/** insert/update documents */
|
|
5526
|
+
update?: InternalDocumentUpdateOperation;
|
|
5527
|
+
/** delete by document ids */
|
|
5528
|
+
deleteByIds?: DeleteByIdsOperation;
|
|
5529
|
+
/** delete documents matching filter */
|
|
5530
|
+
deleteByFilter?: DeleteByFilterOperation;
|
|
5531
|
+
/** update internal documents matching filter */
|
|
5532
|
+
updateByFilter?: InternalDocumentUpdateByFilterOperation;
|
|
5533
|
+
/** update only existing documents */
|
|
5534
|
+
updateExisting?: InternalUpdateExistingOperation;
|
|
5535
|
+
/** insert/update documents with versioning */
|
|
5536
|
+
versionedUpdate?: VersionedDocumentUpdateOperation;
|
|
5537
|
+
/** delete by document ids with versioning */
|
|
5538
|
+
versionedDeleteByIds?: VersionedDeleteByIdsOperation;
|
|
5539
|
+
}
|
|
5540
|
+
interface InternalDocument {
|
|
5541
|
+
/** document with mandatory fields (id) and with fields specific to the type of the document */
|
|
5542
|
+
document?: Record<string, any> | null;
|
|
5543
|
+
}
|
|
5544
|
+
interface InternalDocumentUpdateOperation {
|
|
5545
|
+
/** documents to index or update */
|
|
5546
|
+
documents?: InternalDocument[];
|
|
5547
|
+
}
|
|
5548
|
+
interface DeleteByIdsOperation {
|
|
5549
|
+
/** ids of the documents to delete */
|
|
5550
|
+
documentIds?: string[];
|
|
5551
|
+
/**
|
|
5552
|
+
* tenant id for custom tenancy strategy
|
|
5553
|
+
* @minLength 2
|
|
5554
|
+
* @maxLength 300
|
|
5555
|
+
*/
|
|
5556
|
+
tenantId?: string | null;
|
|
5557
|
+
}
|
|
5558
|
+
interface DeleteByFilterOperation {
|
|
5559
|
+
/** documents matching this filter wil be deleted. only filterable documents defined in document_type can be used for filtering */
|
|
5560
|
+
filter?: Record<string, any> | null;
|
|
5561
|
+
/**
|
|
5562
|
+
* tenant id for custom tenancy strategy
|
|
5563
|
+
* @minLength 2
|
|
5564
|
+
* @maxLength 300
|
|
5565
|
+
*/
|
|
5566
|
+
tenantId?: string | null;
|
|
5567
|
+
}
|
|
5568
|
+
interface InternalDocumentUpdateByFilterOperation {
|
|
5569
|
+
/** documents matching this filter will be updated */
|
|
5570
|
+
filter?: Record<string, any> | null;
|
|
5571
|
+
/** partial document to apply */
|
|
5572
|
+
document?: InternalDocument;
|
|
5573
|
+
/**
|
|
5574
|
+
* tenant id for custom tenancy strategy
|
|
5575
|
+
* @minLength 2
|
|
5576
|
+
* @maxLength 300
|
|
5577
|
+
*/
|
|
5578
|
+
tenantId?: string | null;
|
|
5579
|
+
}
|
|
5580
|
+
interface InternalUpdateExistingOperation {
|
|
5581
|
+
/** documents to update */
|
|
5582
|
+
documents?: InternalDocument[];
|
|
5583
|
+
}
|
|
5584
|
+
interface VersionedDocumentUpdateOperation {
|
|
5585
|
+
/** documents to create or overwrite */
|
|
5586
|
+
documents?: InternalDocument[];
|
|
5587
|
+
/** versioning mode to use instead of default */
|
|
5588
|
+
versioningMode?: VersioningModeWithLiterals;
|
|
5589
|
+
}
|
|
5590
|
+
declare enum VersioningMode {
|
|
5591
|
+
/** use default versioning mode agreed with search team */
|
|
5592
|
+
DEFAULT = "DEFAULT",
|
|
5593
|
+
/** execute only if version is greater than existing */
|
|
5594
|
+
GREATER_THAN = "GREATER_THAN",
|
|
5595
|
+
/** execute only if version is greater or equal to existing */
|
|
5596
|
+
GREATER_OR_EQUAL = "GREATER_OR_EQUAL"
|
|
5597
|
+
}
|
|
5598
|
+
/** @enumType */
|
|
5599
|
+
type VersioningModeWithLiterals = VersioningMode | 'DEFAULT' | 'GREATER_THAN' | 'GREATER_OR_EQUAL';
|
|
5600
|
+
interface VersionedDeleteByIdsOperation {
|
|
5601
|
+
/** ids with version of the documents to delete */
|
|
5602
|
+
documentIds?: VersionedDocumentId[];
|
|
5603
|
+
/**
|
|
5604
|
+
* tenant id for custom tenancy strategy
|
|
5605
|
+
* @minLength 2
|
|
5606
|
+
* @maxLength 300
|
|
5607
|
+
*/
|
|
5608
|
+
tenantId?: string | null;
|
|
5609
|
+
}
|
|
5610
|
+
interface VersionedDocumentId {
|
|
5611
|
+
/** document id */
|
|
5612
|
+
documentId?: string;
|
|
5613
|
+
/** document version */
|
|
5614
|
+
version?: string;
|
|
5615
|
+
/** versioning mode to use instead of default */
|
|
5616
|
+
versioningMode?: VersioningModeWithLiterals;
|
|
5617
|
+
}
|
|
5618
|
+
interface TriggerReindexRequest {
|
|
5619
|
+
/** @format GUID */
|
|
5620
|
+
metasiteId?: string;
|
|
5621
|
+
/**
|
|
5622
|
+
* @minLength 1
|
|
5623
|
+
* @maxLength 100
|
|
5624
|
+
* @maxSize 100
|
|
5625
|
+
*/
|
|
5626
|
+
orderIds?: string[];
|
|
5627
|
+
}
|
|
5628
|
+
interface TriggerReindexResponse {
|
|
5629
|
+
}
|
|
5630
|
+
interface TriggerReindexOrderRequest {
|
|
5631
|
+
/** @format GUID */
|
|
5632
|
+
metasiteId?: string;
|
|
5633
|
+
/**
|
|
5634
|
+
* @minLength 1
|
|
5635
|
+
* @maxLength 100
|
|
5636
|
+
*/
|
|
5637
|
+
orderId?: string;
|
|
5638
|
+
}
|
|
5639
5639
|
interface DiffmatokyPayload {
|
|
5640
5640
|
left?: string;
|
|
5641
5641
|
right?: string;
|
|
@@ -8596,4 +8596,4 @@ interface BulkUpdateOrderTagsOptions {
|
|
|
8596
8596
|
unassignTags?: TagsTags;
|
|
8597
8597
|
}
|
|
8598
8598
|
|
|
8599
|
-
export { OrderActivityTypeEnumActivityType as $, type AddActivitiesOptions as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PaymentOptionType as E, SubscriptionFrequency as F, type GetPaymentCollectabilityStatusResponse as G, AdjustmentType as H, ItemTypePreset as I, JurisdictionType as J, PaymentStatus as K, FulfillmentStatus as L, type MaskedOrder as M, VatType as N, type Order as O, type Price as P, PickupMethod as Q, OrderStatus as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, DiscountType as X, DiscountReason as Y, LineItemQuantityChangeType as Z, ActivityType as _, type PreparePaymentCollectionOptions as a, type BillingAdjustmentPriceSummary as a$, AttributionSource as a0, ChannelType as a1, AdditionalFeeSource as a2, OrderActionType as a3, ChargeType as a4, DeltaPaymentOptionType as a5, InventoryAction as a6, WebhookIdentityType as a7, VersioningMode as a8, PreviewEmailType as a9, ValueType as aA, DepositType as aB, InvoiceStatus as aC, type OrderLineItem as aD, type ProductName as aE, type CatalogReference as aF, type DescriptionLine as aG, type DescriptionLineValueOneOf as aH, type DescriptionLineDescriptionLineValueOneOf as aI, type DescriptionLineName as aJ, type PlainTextValue as aK, type Color as aL, type FocalPoint as aM, type PhysicalProperties as aN, type Dimensions as aO, type ItemType as aP, type ItemTypeItemTypeDataOneOf as aQ, type ItemTaxFullDetails as aR, type LineItemTaxInfo as aS, type LineItemTaxBreakdown as aT, type DigitalFile as aU, type SubscriptionInfo as aV, type SubscriptionTitle as aW, type SubscriptionDescription as aX, type SubscriptionSettings as aY, type FreeTrialPeriod as aZ, type BillingAdjustment as a_, State as aa, SiteCreatedContext as ab, Namespace as ac, DeleteStatus as ad, ScheduledAction as ae, DurationUnit as af, PaymentCollectabilityStatus as ag, PredefinedPaymentMethod as ah, RefundableStatus as ai, NonRefundableReason as aj, ManuallyRefundableReason as ak, RestockType as al, TransactionStatus as am, AuthorizationCaptureStatus as an, AuthorizationVoidStatus as ao, Reason as ap, ActionType as aq, ChargebackStatus as ar, MembershipPaymentStatus as as, RefundStatus as at, SortOrder as au, OrderApprovalStrategy as av, Placement as aw, SubdivisionType as ax, SourceType as ay, CustomFieldGroup as az, type PreparePaymentCollectionResponse as b, type ShippingInformation as b$, type PriceDescription as b0, type LocationAndQuantity as b1, type TaxableAddress as b2, type TaxableAddressTaxableAddressDataOneOf as b3, type ExtendedFields as b4, type ModifierGroup as b5, type TranslatableString as b6, type ItemModifier as b7, type BuyerInfo as b8, type BuyerInfoIdOneOf as b9, type LineItemDiscount as bA, type ItemCombination as bB, type ItemCombinationLineItem as bC, type Activity as bD, type ActivityContentOneOf as bE, type CustomActivity as bF, type MerchantComment as bG, type OrderRefunded as bH, type OrderCreatedFromExchange as bI, type NewExchangeOrderCreated as bJ, type LineItemExchangeData as bK, type DraftOrderChangesApplied as bL, type OrderChange as bM, type OrderChangeValueOneOf as bN, type LineItemChanges as bO, type LineItemQuantityChange as bP, type LineItemPriceChange as bQ, type LineItemProductNameChange as bR, type LineItemDescriptionLineChange as bS, type LineItemModifiersChange as bT, type ManagedLineItem as bU, type ManagedDiscount as bV, type TranslatedValue as bW, type LineItemAmount as bX, type ManagedAdditionalFee as bY, type TotalPriceChange as bZ, type ShippingInformationChange as b_, type CurrencyConversionDetails as ba, type PriceSummary as bb, type AddressWithContact as bc, type Address as bd, type StreetAddress as be, type AddressLocation as bf, type FullAddressContactDetails as bg, type VatId as bh, type V1ShippingInformation as bi, type DeliveryLogistics as bj, type DeliveryLogisticsAddressOneOf as bk, type PickupDetails as bl, type PickupAddress as bm, type DeliveryTimeSlot as bn, type ShippingPrice as bo, type ShippingRegion as bp, type TaxSummary as bq, type OrderTaxInfo as br, type OrderTaxBreakdown as bs, type AppliedDiscount as bt, type AppliedDiscountDiscountSourceOneOf as bu, type Coupon as bv, type MerchantDiscount as bw, type MerchantDiscountMerchantDiscountReasonOneOf as bx, type DiscountRule as by, type DiscountRuleName as bz, type PreparePaymentCollectionApplicationErrors as c, type ItemChangedDetails as c$, type SavedPaymentMethod as c0, type AuthorizedPaymentCreated as c1, type AuthorizedPaymentCaptured as c2, type AuthorizedPaymentVoided as c3, type RefundInitiated as c4, type RefundedPayment as c5, type RefundedPaymentKindOneOf as c6, type RegularPaymentRefund as c7, type GiftCardPaymentRefund as c8, type MembershipPaymentRefund as c9, type AdditionalFee as cA, type FulfillmentStatusesAggregate as cB, type Tags as cC, type TagList as cD, type Location as cE, type OrderSettings as cF, type OrderSettingsAllowedActionsOneOf as cG, type OrderSettingsEditableByOneOf as cH, type CustomAllowedActions as cI, type OwnerApps as cJ, type FormInfo as cK, type FormIdentifier as cL, type PlatformFeeSummary as cM, type PlatformFee as cN, type OrderApproved as cO, type OrdersExperiments as cP, type OrderRejectedEventOrderRejected as cQ, type OrderItemsRestocked as cR, type V1RestockItem as cS, type OrderImported as cT, type ImportedOrderDeleted as cU, type PaymentStatusUpdated as cV, type FulfillmentStatusUpdated as cW, type OrderCanceledEventOrderCanceled as cX, type OrderDeltasCommitted as cY, type CommittedDiffs as cZ, type CommittedDiffsShippingUpdateInfoOneOf as c_, type PaymentRefunded as ca, type PaymentRefundFailed as cb, type RefundedAsStoreCredit as cc, type PaymentPending as cd, type PaymentPendingPaymentDetailsOneOf as ce, type RegularPayment as cf, type RegularPaymentPaymentMethodDetailsOneOf as cg, type CreditCardDetails as ch, type PaymentCanceled as ci, type PaymentCanceledPaymentDetailsOneOf as cj, type PaymentDeclined as ck, type PaymentDeclinedPaymentDetailsOneOf as cl, type ReceiptCreated as cm, type ReceiptCreatedReceiptInfoOneOf as cn, type WixReceipt as co, type ExternalReceipt as cp, type ReceiptSent as cq, type ReceiptSentReceiptInfoOneOf as cr, type ChargebackCreated as cs, type ChargebackReversed as ct, type CreatedBy as cu, type CreatedByStringOneOf as cv, type ChannelInfo as cw, type CustomField as cx, type BalanceSummary as cy, type Balance as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type PreviewEmailByTypeResponse as d$, type OrderLineItemChangedDetails as d0, type LineItemDelta as d1, type LineItemDeltaDeltaOneOf as d2, type AppliedDiscountDelta as d3, type AppliedDiscountDeltaDeltaOneOf as d4, type AdditionalFeeDelta as d5, type AdditionalFeeDeltaDeltaOneOf as d6, type DraftOrderCommitSettings as d7, type InventoryUpdateDetails as d8, type ImportOrderRequest as d9, type VersionedDeleteByIdsOperation as dA, type VersionedDocumentId as dB, type TriggerReindexRequest as dC, type TriggerReindexResponse as dD, type Empty as dE, type TriggerReindexOrderRequest as dF, type SendBuyerConfirmationEmailRequest as dG, type SendBuyerConfirmationEmailResponse as dH, type SendBuyerPaymentsReceivedEmailRequest as dI, type SendBuyerPaymentsReceivedEmailResponse as dJ, type SendBuyerPickupConfirmationEmailRequest as dK, type SendBuyerPickupConfirmationEmailResponse as dL, type BulkSendBuyerPickupConfirmationEmailsRequest as dM, type BulkSendBuyerPickupConfirmationEmailsResponse as dN, type SendBuyerShippingConfirmationEmailRequest as dO, type SendBuyerShippingConfirmationEmailResponse as dP, type BulkSendBuyerShippingConfirmationEmailsRequest as dQ, type BulkSendBuyerShippingConfirmationEmailsResponse as dR, type SendMerchantOrderReceivedNotificationRequest as dS, type SendMerchantOrderReceivedNotificationResponse as dT, type SendCancelRefundEmailRequest as dU, type SendCancelRefundEmailResponse as dV, type SendRefundEmailRequest as dW, type SendRefundEmailResponse as dX, type SendMerchantOrderReceivedPushRequest as dY, type SendMerchantOrderReceivedPushResponse as dZ, type PreviewEmailByTypeRequest as d_, type ImportOrderResponse as da, type SetOrderNumberCounterRequest as db, type SetOrderNumberCounterResponse as dc, type BulkDeleteImportedOrdersRequest as dd, type BulkDeleteImportedOrdersResponse as de, type DomainEvent as df, type DomainEventBodyOneOf as dg, type EntityCreatedEvent as dh, type RestoreInfo as di, type EntityUpdatedEvent as dj, type EntityDeletedEvent as dk, type ActionEvent as dl, type MessageEnvelope as dm, type IdentificationData as dn, type IdentificationDataIdOneOf as dp, type AccountInfo as dq, type UpdateInternalDocumentsEvent as dr, type UpdateInternalDocumentsEventOperationOneOf as ds, type InternalDocument as dt, type InternalDocumentUpdateOperation as du, type DeleteByIdsOperation as dv, type DeleteByFilterOperation as dw, type InternalDocumentUpdateByFilterOperation as dx, type InternalUpdateExistingOperation as dy, type VersionedDocumentUpdateOperation as dz, type PaymentCapture as e, type RecordManuallyCollectedPaymentRequest as e$, type PreviewRefundEmailRequest as e0, type RefundDetails as e1, type RefundItem as e2, type LineItemRefund as e3, type AdditionalFeeRefund as e4, type ShippingRefund as e5, type PreviewRefundEmailResponse as e6, type PreviewCancelEmailRequest as e7, type PreviewCancelEmailResponse as e8, type PreviewCancelRefundEmailRequest as e9, type SiteHardDeleted as eA, type NamespaceChanged as eB, type StudioAssigned as eC, type StudioUnassigned as eD, type SiteUrlChanged as eE, type SitePurgedExternally as eF, type OdeditorAssigned as eG, type OdeditorUnassigned as eH, type PicassoAssigned as eI, type PicassoUnassigned as eJ, type WixelAssigned as eK, type WixelUnassigned as eL, type StudioTwoAssigned as eM, type StudioTwoUnassigned as eN, type UserDomainMediaEnabled as eO, type UserDomainMediaDisabled as eP, type HasCustomEmailConfigurationsRequest as eQ, type HasCustomEmailConfigurationsResponse as eR, type AddToAutomationMigrationPopulationRequest as eS, type AddToAutomationMigrationPopulationResponse as eT, type IsInAutomationMigrationPopulationRequest as eU, type IsInAutomationMigrationPopulationResponse as eV, type PreparePaymentCollectionRequest as eW, type RedirectUrls as eX, type DelayedCaptureSettings as eY, type Duration as eZ, type GetPaymentCollectabilityStatusRequest as e_, type PreviewCancelRefundEmailResponse as ea, type PreviewBuyerPaymentsReceivedEmailRequest as eb, type PreviewBuyerPaymentsReceivedEmailResponse as ec, type PreviewBuyerConfirmationEmailRequest as ed, type PreviewBuyerConfirmationEmailResponse as ee, type PreviewBuyerPickupConfirmationEmailRequest as ef, type PreviewBuyerPickupConfirmationEmailResponse as eg, type PreviewShippingConfirmationEmailRequest as eh, type PreviewShippingConfirmationEmailResponse as ei, type PreviewResendDownloadLinksEmailRequest as ej, type PreviewResendDownloadLinksEmailResponse as ek, type MetaSiteSpecialEvent as el, type MetaSiteSpecialEventPayloadOneOf as em, type Asset as en, type SiteCreated as eo, type SiteTransferred as ep, type SiteDeleted as eq, type DeleteContext as er, type SiteUndeleted as es, type SitePublished as et, type SiteUnpublished as eu, type SiteMarkedAsTemplate as ev, type SiteMarkedAsWixSite as ew, type ServiceProvisioned as ex, type ServiceRemoved as ey, type SiteRenamed as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type GetOrderRequest as f$, type UserDefinedPaymentMethodName as f0, type UserDefinedPaymentMethodNameKindOneOf as f1, type RecordManuallyCollectedPaymentResponse as f2, type MarkOrderAsPaidRequest as f3, type MarkOrderAsPaidResponse as f4, type BulkMarkOrdersAsPaidRequest as f5, type BulkMarkOrdersAsPaidResponse as f6, type BulkOrderResult as f7, type ItemMetadata as f8, type ApplicationError as f9, type AuthorizationDetails as fA, type AuthorizationCapture as fB, type AuthorizationActionFailureDetails as fC, type AuthorizationVoid as fD, type V1ScheduledAction as fE, type Chargeback as fF, type PaymentMethodName as fG, type GiftCardPaymentDetails as fH, type MembershipPaymentDetails as fI, type WixReceiptInfo as fJ, type ExternalReceiptInfo as fK, type Refund as fL, type RefundTransaction as fM, type RefundStatusInfo as fN, type AggregatedRefundSummary as fO, type RefundItemsBreakdown as fP, type LineItemRefundSummary as fQ, type CalculateRefundRequest as fR, type CalculateRefundItemRequest as fS, type CalculateRefundResponse as fT, type CalculateRefundItemResponse as fU, type VoidAuthorizedPaymentsRequest as fV, type CaptureAuthorizedPaymentsRequest as fW, type ChargeSavedPaymentMethodRequest as fX, type ChargeSavedPaymentMethodResponse as fY, type DiffmatokyPayload as fZ, type ErrorInformation as f_, type BulkActionMetadata as fa, type GetRefundabilityStatusRequest as fb, type GetRefundabilityStatusResponse as fc, type Refundability as fd, type RefundabilityAdditionalRefundabilityInfoOneOf as fe, type CreatePaymentGatewayOrderRequest as ff, type ChargedBy as fg, type CreatePaymentGatewayOrderResponse as fh, type ChargeMembershipsRequest as fi, type MembershipChargeItem as fj, type MembershipName as fk, type ServiceProperties as fl, type ChargeMembershipsResponse as fm, type TriggerRefundRequest as fn, type PaymentRefund as fo, type RefundSideEffects as fp, type RestockInfo as fq, type RestockItem as fr, type TriggerRefundResponse as fs, type OrderTransactions as ft, type Payment as fu, type PaymentPaymentDetailsOneOf as fv, type PaymentReceiptInfoOneOf as fw, type RegularPaymentDetails as fx, type RegularPaymentDetailsPaymentMethodDetailsOneOf as fy, type CreditCardPaymentMethodDetails as fz, type GetOrderApplicationErrors as g, type OrderPaid as g$, type GetOrderResponse as g0, type InternalQueryOrdersRequest as g1, type PlatformQuery as g2, type PlatformQueryPagingMethodOneOf as g3, type Sorting as g4, type PlatformPaging as g5, type CursorPaging as g6, type InternalQueryOrdersResponse as g7, type PlatformPagingMetadata as g8, type Cursors as g9, type BulkArchiveOrdersResponse as gA, type BulkArchiveOrdersByFilterRequest as gB, type BulkArchiveOrdersByFilterResponse as gC, type UnArchiveOrderRequest as gD, type UnArchiveOrderResponse as gE, type BulkUnArchiveOrdersRequest as gF, type BulkUnArchiveOrdersResponse as gG, type BulkUnArchiveOrdersByFilterRequest as gH, type BulkUnArchiveOrdersByFilterResponse as gI, type UpdateBuyerInfoRequest as gJ, type BuyerInfoUpdate as gK, type UpdateBuyerInfoResponse as gL, type UpdateBuyerEmailRequest as gM, type UpdateBuyerEmailResponse as gN, type UpdateOrderShippingAddressRequest as gO, type UpdateOrderShippingAddressResponse as gP, type UpdateBillingContactDetailsRequest as gQ, type UpdateBillingContactDetailsResponse as gR, type UpdateOrderLineItemRequest as gS, type UpdateOrderLineItemResponse as gT, type UpdateOrderLineItemsRequest as gU, type MaskedOrderLineItem as gV, type UpdateOrderLineItemsResponse as gW, type AddInternalActivityRequest as gX, type InternalActivity as gY, type InternalActivityContentOneOf as gZ, type OrderPlaced as g_, type QueryOrderRequest as ga, type QueryOrderResponse as gb, type SearchOrdersRequest as gc, type CursorSearch as gd, type CursorSearchPagingMethodOneOf as ge, type CursorPagingMetadata as gf, type CreateOrderRequest as gg, type OrderCreationSettings as gh, type OrderCreationSettingsEditableByOneOf as gi, type OrderCreateNotifications as gj, type CreateOrderResponse as gk, type UpdateOrderRequest as gl, type UpdateOrderResponse as gm, type BulkUpdateOrdersRequest as gn, type CommitDeltasRequest as go, type DraftOrderDiffs as gp, type DraftOrderDiffsShippingUpdateInfoOneOf as gq, type DraftOrderDiffsBuyerUpdateInfoOneOf as gr, type DraftOrderDiffsBillingUpdateInfoOneOf as gs, type DraftOrderDiffsRecipientUpdateInfoOneOf as gt, type V1LineItemDelta as gu, type V1LineItemDeltaDeltaOneOf as gv, type CommitDeltasResponse as gw, type ArchiveOrderRequest as gx, type ArchiveOrderResponse as gy, type BulkArchiveOrdersRequest as gz, type OrderSearch as h, type BulkUpdateOrderTagsRequest as h$, type OrderFulfilled as h0, type OrderNotFulfilled as h1, type OrderCanceled as h2, type DownloadLinkSent as h3, type TrackingNumberAdded as h4, type TrackingNumberEdited as h5, type TrackingLinkAdded as h6, type ShippingConfirmationEmailSent as h7, type InvoiceAdded as h8, type InvoiceSent as h9, type MarkAsFulfilledResponse as hA, type BulkMarkAsFulfilledRequest as hB, type BulkMarkAsFulfilledResponse as hC, type BulkMarkAsFulfilledByFilterRequest as hD, type BulkMarkAsFulfilledByFilterResponse as hE, type MarkAsUnfulfilledRequest as hF, type MarkAsUnfulfilledResponse as hG, type BulkMarkAsUnfulfilledRequest as hH, type BulkMarkAsUnfulfilledResponse as hI, type BulkMarkAsUnfulfilledByFilterRequest as hJ, type BulkMarkAsUnfulfilledByFilterResponse as hK, type BulkSetBusinessLocationRequest as hL, type BulkSetBusinessLocationResponse as hM, type BulkSetBusinessLocationResult as hN, type V1MarkOrderAsPaidRequest as hO, type V1MarkOrderAsPaidResponse as hP, type V1BulkMarkOrdersAsPaidRequest as hQ, type V1BulkMarkOrdersAsPaidResponse as hR, type V1CreatePaymentGatewayOrderRequest as hS, type V1CreatePaymentGatewayOrderResponse as hT, type GetShipmentsRequest as hU, type GetShipmentsResponse as hV, type AggregateOrdersRequest as hW, type AggregateOrdersResponse as hX, type DecrementItemsQuantityRequest as hY, type DecrementData as hZ, type DecrementItemsQuantityResponse as h_, type FulfillerEmailSent as ha, type ShippingAddressEdited as hb, type EmailEdited as hc, type PickupReadyEmailSent as hd, type OrderPartiallyPaid as he, type OrderPending as hf, type OrderRejected as hg, type AddInternalActivityResponse as hh, type AddActivityRequest as hi, type PublicActivity as hj, type PublicActivityContentOneOf as hk, type AddActivityResponse as hl, type AddActivitiesRequest as hm, type UpdateActivityRequest as hn, type UpdateActivityResponse as ho, type DeleteActivityRequest as hp, type DeleteActivityResponse as hq, type UpdateLineItemsDescriptionLinesRequest as hr, type LineItemUpdate as hs, type UpdateLineItemsDescriptionLinesResponse as ht, type MarkOrderAsSeenByHumanRequest as hu, type MarkOrderAsSeenByHumanResponse as hv, type CancelOrderRequest as hw, type UpdateOrderStatusRequest as hx, type UpdateOrderStatusResponse as hy, type MarkAsFulfilledRequest as hz, type CreateOrderOptions as i, type AggregateOrdersOptions as i$, type TagsTags as i0, type TagsTagList as i1, type BulkUpdateOrderTagsResult as i2, type SendOrderUpdatedDomainEventRequest as i3, type SendOrderUpdatedDomainEventResponse as i4, type Task as i5, type TaskKey as i6, type TaskAction as i7, type TaskActionActionOneOf as i8, type Complete as i9, type ItemizedFee as iA, type Discount as iB, type DiscountOneDiscountTypeOneOf as iC, type CalculatedTaxes as iD, type CalculatedTax as iE, type Payments as iF, type InvoicesPayment as iG, type MetaData as iH, type InvoiceDynamicPriceTotals as iI, type CustomFieldValue as iJ, type Value as iK, type Deposit as iL, type BaseEventMetadata as iM, type EventMetadata as iN, type AccountInfoMetadata as iO, type SetOrderNumberCounterOptions as iP, type BulkDeleteImportedOrdersOptions as iQ, type RecordManuallyCollectedPaymentOptions as iR, type PaymentCollectionMarkOrderAsPaidOptions as iS, type PaymentCollectionCreatePaymentGatewayOrderOptions as iT, type ChargeMembershipsOptions as iU, type TriggerRefundOptions as iV, type OrderSearchSpec as iW, type UpdateOrderLineItemIdentifiers as iX, type UpdateOrderLineItem as iY, type UpdateActivityIdentifiers as iZ, type DeleteActivityIdentifiers as i_, type Cancel as ia, type Reschedule as ib, type InvoiceSentEvent as ic, type IdAndVersion as id, type InvoiceFields as ie, type Customer as ig, type Email as ih, type QuotesAddress as ii, type AddressDescription as ij, type Phone as ik, type Company as il, type CommonAddress as im, type CommonAddressStreetOneOf as io, type Subdivision as ip, type StandardDetails as iq, type InvoiceDates as ir, type LineItems as is, type LineItem as it, type BigDecimalWrapper as iu, type LineItemTax as iv, type Source as iw, type LineItemMetaData as ix, type Locale as iy, type TotalPrice as iz, type CreateOrderApplicationErrors as j, type CommonSearchWithEntityContext as j$, type DescriptionLineTypeWithLiterals as j0, type DimensionsUnitWithLiterals as j1, type ItemTypePresetWithLiterals as j2, type PaymentOptionTypeWithLiterals as j3, type JurisdictionTypeWithLiterals as j4, type SubscriptionFrequencyWithLiterals as j5, type AdjustmentTypeWithLiterals as j6, type TaxableAddressTypeWithLiterals as j7, type PaymentStatusWithLiterals as j8, type FulfillmentStatusWithLiterals as j9, type PredefinedPaymentMethodWithLiterals as jA, type RefundableStatusWithLiterals as jB, type NonRefundableReasonWithLiterals as jC, type ManuallyRefundableReasonWithLiterals as jD, type RestockTypeWithLiterals as jE, type TransactionStatusWithLiterals as jF, type AuthorizationCaptureStatusWithLiterals as jG, type AuthorizationVoidStatusWithLiterals as jH, type ReasonWithLiterals as jI, type ActionTypeWithLiterals as jJ, type ChargebackStatusWithLiterals as jK, type MembershipPaymentStatusWithLiterals as jL, type RefundStatusWithLiterals as jM, type SortOrderWithLiterals as jN, type OrderApprovalStrategyWithLiterals as jO, type PlacementWithLiterals as jP, type SubdivisionTypeWithLiterals as jQ, type SourceTypeWithLiterals as jR, type CustomFieldGroupWithLiterals as jS, type ValueTypeWithLiterals as jT, type DepositTypeWithLiterals as jU, type InvoiceStatusWithLiterals as jV, type RecordManuallyCollectedPaymentApplicationErrors as jW, type PaymentCollectionMarkOrderAsPaidApplicationErrors as jX, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as jY, type TriggerRefundApplicationErrors as jZ, type UpdateOrderStatusApplicationErrors as j_, type WeightUnitWithLiterals as ja, type VatTypeWithLiterals as jb, type PickupMethodWithLiterals as jc, type OrderStatusWithLiterals as jd, type DiscountTypeWithLiterals as je, type DiscountReasonWithLiterals as jf, type LineItemQuantityChangeTypeWithLiterals as jg, type ActivityTypeWithLiterals as jh, type OrderActivityTypeEnumActivityTypeWithLiterals as ji, type AttributionSourceWithLiterals as jj, type ChannelTypeWithLiterals as jk, type AdditionalFeeSourceWithLiterals as jl, type OrderActionTypeWithLiterals as jm, type ChargeTypeWithLiterals as jn, type DeltaPaymentOptionTypeWithLiterals as jo, type InventoryActionWithLiterals as jp, type WebhookIdentityTypeWithLiterals as jq, type VersioningModeWithLiterals as jr, type PreviewEmailTypeWithLiterals as js, type StateWithLiterals as jt, type SiteCreatedContextWithLiterals as ju, type NamespaceWithLiterals as jv, type DeleteStatusWithLiterals as jw, type ScheduledActionWithLiterals as jx, type DurationUnitWithLiterals as jy, type PaymentCollectabilityStatusWithLiterals as jz, type UpdateOrderApplicationErrors as k, onOrderApproved as k0, onOrderCanceled as k1, onOrderCommitted as k2, onOrderCreated as k3, onOrderFulfilled as k4, onOrderPaymentStatusUpdated as k5, onOrderUpdated as k6, preparePaymentCollection as k7, getPaymentCollectabilityStatus as k8, voidAuthorizedPayments as k9, captureAuthorizedPayments as ka, getOrder as kb, createOrder as kc, updateOrder as kd, bulkUpdateOrders as ke, addActivities as kf, cancelOrder as kg, bulkUpdateOrderTags as kh, type BulkUpdateOrdersResponse as l, type AddActivitiesResponse as m, type CancelOrderOptions as n, type CancelOrderResponse as o, type CancelOrderApplicationErrors as p, type BulkUpdateOrderTagsOptions as q, type BulkUpdateOrderTagsResponse as r, type OrderApprovedEnvelope as s, type OrderCanceledEnvelope as t, type OrderCommittedEnvelope as u, type OrderCreatedEnvelope as v, type OrderFulfilledEnvelope as w, type OrderPaymentStatusUpdatedEnvelope as x, type OrderUpdatedEnvelope as y, DimensionsUnit as z };
|
|
8599
|
+
export { OrderActivityTypeEnumActivityType as $, type AddActivitiesOptions as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PaymentOptionType as E, SubscriptionFrequency as F, type GetPaymentCollectabilityStatusResponse as G, AdjustmentType as H, ItemTypePreset as I, JurisdictionType as J, PaymentStatus as K, FulfillmentStatus as L, type MaskedOrder as M, VatType as N, type Order as O, type Price as P, PickupMethod as Q, OrderStatus as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, DiscountType as X, DiscountReason as Y, LineItemQuantityChangeType as Z, ActivityType as _, type PreparePaymentCollectionOptions as a, type BillingAdjustmentPriceSummary as a$, AttributionSource as a0, ChannelType as a1, AdditionalFeeSource as a2, OrderActionType as a3, ChargeType as a4, DeltaPaymentOptionType as a5, InventoryAction as a6, WebhookIdentityType as a7, PreviewEmailType as a8, State as a9, ValueType as aA, DepositType as aB, InvoiceStatus as aC, type OrderLineItem as aD, type ProductName as aE, type CatalogReference as aF, type DescriptionLine as aG, type DescriptionLineValueOneOf as aH, type DescriptionLineDescriptionLineValueOneOf as aI, type DescriptionLineName as aJ, type PlainTextValue as aK, type Color as aL, type FocalPoint as aM, type PhysicalProperties as aN, type Dimensions as aO, type ItemType as aP, type ItemTypeItemTypeDataOneOf as aQ, type ItemTaxFullDetails as aR, type LineItemTaxInfo as aS, type LineItemTaxBreakdown as aT, type DigitalFile as aU, type SubscriptionInfo as aV, type SubscriptionTitle as aW, type SubscriptionDescription as aX, type SubscriptionSettings as aY, type FreeTrialPeriod as aZ, type BillingAdjustment as a_, SiteCreatedContext as aa, Namespace as ab, DeleteStatus as ac, ScheduledAction as ad, DurationUnit as ae, PaymentCollectabilityStatus as af, PredefinedPaymentMethod as ag, RefundableStatus as ah, NonRefundableReason as ai, ManuallyRefundableReason as aj, RestockType as ak, TransactionStatus as al, AuthorizationCaptureStatus as am, AuthorizationVoidStatus as an, Reason as ao, ActionType as ap, ChargebackStatus as aq, MembershipPaymentStatus as ar, RefundStatus as as, VersioningMode as at, SortOrder as au, OrderApprovalStrategy as av, Placement as aw, SubdivisionType as ax, SourceType as ay, CustomFieldGroup as az, type PreparePaymentCollectionResponse as b, type ShippingInformation as b$, type PriceDescription as b0, type LocationAndQuantity as b1, type TaxableAddress as b2, type TaxableAddressTaxableAddressDataOneOf as b3, type ExtendedFields as b4, type ModifierGroup as b5, type TranslatableString as b6, type ItemModifier as b7, type BuyerInfo as b8, type BuyerInfoIdOneOf as b9, type LineItemDiscount as bA, type ItemCombination as bB, type ItemCombinationLineItem as bC, type Activity as bD, type ActivityContentOneOf as bE, type CustomActivity as bF, type MerchantComment as bG, type OrderRefunded as bH, type OrderCreatedFromExchange as bI, type NewExchangeOrderCreated as bJ, type LineItemExchangeData as bK, type DraftOrderChangesApplied as bL, type OrderChange as bM, type OrderChangeValueOneOf as bN, type LineItemChanges as bO, type LineItemQuantityChange as bP, type LineItemPriceChange as bQ, type LineItemProductNameChange as bR, type LineItemDescriptionLineChange as bS, type LineItemModifiersChange as bT, type ManagedLineItem as bU, type ManagedDiscount as bV, type TranslatedValue as bW, type LineItemAmount as bX, type ManagedAdditionalFee as bY, type TotalPriceChange as bZ, type ShippingInformationChange as b_, type CurrencyConversionDetails as ba, type PriceSummary as bb, type AddressWithContact as bc, type Address as bd, type StreetAddress as be, type AddressLocation as bf, type FullAddressContactDetails as bg, type VatId as bh, type V1ShippingInformation as bi, type DeliveryLogistics as bj, type DeliveryLogisticsAddressOneOf as bk, type PickupDetails as bl, type PickupAddress as bm, type DeliveryTimeSlot as bn, type ShippingPrice as bo, type ShippingRegion as bp, type TaxSummary as bq, type OrderTaxInfo as br, type OrderTaxBreakdown as bs, type AppliedDiscount as bt, type AppliedDiscountDiscountSourceOneOf as bu, type Coupon as bv, type MerchantDiscount as bw, type MerchantDiscountMerchantDiscountReasonOneOf as bx, type DiscountRule as by, type DiscountRuleName as bz, type PreparePaymentCollectionApplicationErrors as c, type ItemChangedDetails as c$, type SavedPaymentMethod as c0, type AuthorizedPaymentCreated as c1, type AuthorizedPaymentCaptured as c2, type AuthorizedPaymentVoided as c3, type RefundInitiated as c4, type RefundedPayment as c5, type RefundedPaymentKindOneOf as c6, type RegularPaymentRefund as c7, type GiftCardPaymentRefund as c8, type MembershipPaymentRefund as c9, type AdditionalFee as cA, type FulfillmentStatusesAggregate as cB, type Tags as cC, type TagList as cD, type Location as cE, type OrderSettings as cF, type OrderSettingsAllowedActionsOneOf as cG, type OrderSettingsEditableByOneOf as cH, type CustomAllowedActions as cI, type OwnerApps as cJ, type FormInfo as cK, type FormIdentifier as cL, type PlatformFeeSummary as cM, type PlatformFee as cN, type OrderApproved as cO, type OrdersExperiments as cP, type OrderRejectedEventOrderRejected as cQ, type OrderItemsRestocked as cR, type V1RestockItem as cS, type OrderImported as cT, type ImportedOrderDeleted as cU, type PaymentStatusUpdated as cV, type FulfillmentStatusUpdated as cW, type OrderCanceledEventOrderCanceled as cX, type OrderDeltasCommitted as cY, type CommittedDiffs as cZ, type CommittedDiffsShippingUpdateInfoOneOf as c_, type PaymentRefunded as ca, type PaymentRefundFailed as cb, type RefundedAsStoreCredit as cc, type PaymentPending as cd, type PaymentPendingPaymentDetailsOneOf as ce, type RegularPayment as cf, type RegularPaymentPaymentMethodDetailsOneOf as cg, type CreditCardDetails as ch, type PaymentCanceled as ci, type PaymentCanceledPaymentDetailsOneOf as cj, type PaymentDeclined as ck, type PaymentDeclinedPaymentDetailsOneOf as cl, type ReceiptCreated as cm, type ReceiptCreatedReceiptInfoOneOf as cn, type WixReceipt as co, type ExternalReceipt as cp, type ReceiptSent as cq, type ReceiptSentReceiptInfoOneOf as cr, type ChargebackCreated as cs, type ChargebackReversed as ct, type CreatedBy as cu, type CreatedByStringOneOf as cv, type ChannelInfo as cw, type CustomField as cx, type BalanceSummary as cy, type Balance as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type PreviewBuyerConfirmationEmailResponse as d$, type OrderLineItemChangedDetails as d0, type LineItemDelta as d1, type LineItemDeltaDeltaOneOf as d2, type AppliedDiscountDelta as d3, type AppliedDiscountDeltaDeltaOneOf as d4, type AdditionalFeeDelta as d5, type AdditionalFeeDeltaDeltaOneOf as d6, type DraftOrderCommitSettings as d7, type InventoryUpdateDetails as d8, type ImportOrderRequest as d9, type SendBuyerShippingConfirmationEmailResponse as dA, type BulkSendBuyerShippingConfirmationEmailsRequest as dB, type BulkSendBuyerShippingConfirmationEmailsResponse as dC, type SendMerchantOrderReceivedNotificationRequest as dD, type SendMerchantOrderReceivedNotificationResponse as dE, type SendCancelRefundEmailRequest as dF, type SendCancelRefundEmailResponse as dG, type SendRefundEmailRequest as dH, type SendRefundEmailResponse as dI, type SendMerchantOrderReceivedPushRequest as dJ, type SendMerchantOrderReceivedPushResponse as dK, type PreviewEmailByTypeRequest as dL, type PreviewEmailByTypeResponse as dM, type PreviewRefundEmailRequest as dN, type RefundDetails as dO, type RefundItem as dP, type LineItemRefund as dQ, type AdditionalFeeRefund as dR, type ShippingRefund as dS, type PreviewRefundEmailResponse as dT, type PreviewCancelEmailRequest as dU, type PreviewCancelEmailResponse as dV, type PreviewCancelRefundEmailRequest as dW, type PreviewCancelRefundEmailResponse as dX, type PreviewBuyerPaymentsReceivedEmailRequest as dY, type PreviewBuyerPaymentsReceivedEmailResponse as dZ, type PreviewBuyerConfirmationEmailRequest as d_, type ImportOrderResponse as da, type SetOrderNumberCounterRequest as db, type SetOrderNumberCounterResponse as dc, type BulkDeleteImportedOrdersRequest as dd, type BulkDeleteImportedOrdersResponse as de, type DomainEvent as df, type DomainEventBodyOneOf as dg, type EntityCreatedEvent as dh, type RestoreInfo as di, type EntityUpdatedEvent as dj, type EntityDeletedEvent as dk, type ActionEvent as dl, type MessageEnvelope as dm, type IdentificationData as dn, type IdentificationDataIdOneOf as dp, type AccountInfo as dq, type SendBuyerConfirmationEmailRequest as dr, type SendBuyerConfirmationEmailResponse as ds, type SendBuyerPaymentsReceivedEmailRequest as dt, type SendBuyerPaymentsReceivedEmailResponse as du, type SendBuyerPickupConfirmationEmailRequest as dv, type SendBuyerPickupConfirmationEmailResponse as dw, type BulkSendBuyerPickupConfirmationEmailsRequest as dx, type BulkSendBuyerPickupConfirmationEmailsResponse as dy, type SendBuyerShippingConfirmationEmailRequest as dz, type PaymentCapture as e, type Refundability as e$, type PreviewBuyerPickupConfirmationEmailRequest as e0, type PreviewBuyerPickupConfirmationEmailResponse as e1, type PreviewShippingConfirmationEmailRequest as e2, type PreviewShippingConfirmationEmailResponse as e3, type PreviewResendDownloadLinksEmailRequest as e4, type PreviewResendDownloadLinksEmailResponse as e5, type Empty as e6, type MetaSiteSpecialEvent as e7, type MetaSiteSpecialEventPayloadOneOf as e8, type Asset as e9, type UserDomainMediaEnabled as eA, type UserDomainMediaDisabled as eB, type HasCustomEmailConfigurationsRequest as eC, type HasCustomEmailConfigurationsResponse as eD, type AddToAutomationMigrationPopulationRequest as eE, type AddToAutomationMigrationPopulationResponse as eF, type IsInAutomationMigrationPopulationRequest as eG, type IsInAutomationMigrationPopulationResponse as eH, type PreparePaymentCollectionRequest as eI, type RedirectUrls as eJ, type DelayedCaptureSettings as eK, type Duration as eL, type GetPaymentCollectabilityStatusRequest as eM, type RecordManuallyCollectedPaymentRequest as eN, type UserDefinedPaymentMethodName as eO, type UserDefinedPaymentMethodNameKindOneOf as eP, type RecordManuallyCollectedPaymentResponse as eQ, type MarkOrderAsPaidRequest as eR, type MarkOrderAsPaidResponse as eS, type BulkMarkOrdersAsPaidRequest as eT, type BulkMarkOrdersAsPaidResponse as eU, type BulkOrderResult as eV, type ItemMetadata as eW, type ApplicationError as eX, type BulkActionMetadata as eY, type GetRefundabilityStatusRequest as eZ, type GetRefundabilityStatusResponse as e_, type SiteCreated as ea, type SiteTransferred as eb, type SiteDeleted as ec, type DeleteContext as ed, type SiteUndeleted as ee, type SitePublished as ef, type SiteUnpublished as eg, type SiteMarkedAsTemplate as eh, type SiteMarkedAsWixSite as ei, type ServiceProvisioned as ej, type ServiceRemoved as ek, type SiteRenamed as el, type SiteHardDeleted as em, type NamespaceChanged as en, type StudioAssigned as eo, type StudioUnassigned as ep, type SiteUrlChanged as eq, type SitePurgedExternally as er, type OdeditorAssigned as es, type OdeditorUnassigned as et, type PicassoAssigned as eu, type PicassoUnassigned as ev, type WixelAssigned as ew, type WixelUnassigned as ex, type StudioTwoAssigned as ey, type StudioTwoUnassigned as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type GetOrderRequest as f$, type RefundabilityAdditionalRefundabilityInfoOneOf as f0, type CreatePaymentGatewayOrderRequest as f1, type ChargedBy as f2, type CreatePaymentGatewayOrderResponse as f3, type ChargeMembershipsRequest as f4, type MembershipChargeItem as f5, type MembershipName as f6, type ServiceProperties as f7, type ChargeMembershipsResponse as f8, type TriggerRefundRequest as f9, type AggregatedRefundSummary as fA, type RefundItemsBreakdown as fB, type LineItemRefundSummary as fC, type CalculateRefundRequest as fD, type CalculateRefundItemRequest as fE, type CalculateRefundResponse as fF, type CalculateRefundItemResponse as fG, type VoidAuthorizedPaymentsRequest as fH, type CaptureAuthorizedPaymentsRequest as fI, type ChargeSavedPaymentMethodRequest as fJ, type ChargeSavedPaymentMethodResponse as fK, type UpdateInternalDocumentsEvent as fL, type UpdateInternalDocumentsEventOperationOneOf as fM, type InternalDocument as fN, type InternalDocumentUpdateOperation as fO, type DeleteByIdsOperation as fP, type DeleteByFilterOperation as fQ, type InternalDocumentUpdateByFilterOperation as fR, type InternalUpdateExistingOperation as fS, type VersionedDocumentUpdateOperation as fT, type VersionedDeleteByIdsOperation as fU, type VersionedDocumentId as fV, type TriggerReindexRequest as fW, type TriggerReindexResponse as fX, type TriggerReindexOrderRequest as fY, type DiffmatokyPayload as fZ, type ErrorInformation as f_, type PaymentRefund as fa, type RefundSideEffects as fb, type RestockInfo as fc, type RestockItem as fd, type TriggerRefundResponse as fe, type OrderTransactions as ff, type Payment as fg, type PaymentPaymentDetailsOneOf as fh, type PaymentReceiptInfoOneOf as fi, type RegularPaymentDetails as fj, type RegularPaymentDetailsPaymentMethodDetailsOneOf as fk, type CreditCardPaymentMethodDetails as fl, type AuthorizationDetails as fm, type AuthorizationCapture as fn, type AuthorizationActionFailureDetails as fo, type AuthorizationVoid as fp, type V1ScheduledAction as fq, type Chargeback as fr, type PaymentMethodName as fs, type GiftCardPaymentDetails as ft, type MembershipPaymentDetails as fu, type WixReceiptInfo as fv, type ExternalReceiptInfo as fw, type Refund as fx, type RefundTransaction as fy, type RefundStatusInfo as fz, type GetOrderApplicationErrors as g, type OrderPaid as g$, type GetOrderResponse as g0, type InternalQueryOrdersRequest as g1, type PlatformQuery as g2, type PlatformQueryPagingMethodOneOf as g3, type Sorting as g4, type PlatformPaging as g5, type CursorPaging as g6, type InternalQueryOrdersResponse as g7, type PlatformPagingMetadata as g8, type Cursors as g9, type BulkArchiveOrdersResponse as gA, type BulkArchiveOrdersByFilterRequest as gB, type BulkArchiveOrdersByFilterResponse as gC, type UnArchiveOrderRequest as gD, type UnArchiveOrderResponse as gE, type BulkUnArchiveOrdersRequest as gF, type BulkUnArchiveOrdersResponse as gG, type BulkUnArchiveOrdersByFilterRequest as gH, type BulkUnArchiveOrdersByFilterResponse as gI, type UpdateBuyerInfoRequest as gJ, type BuyerInfoUpdate as gK, type UpdateBuyerInfoResponse as gL, type UpdateBuyerEmailRequest as gM, type UpdateBuyerEmailResponse as gN, type UpdateOrderShippingAddressRequest as gO, type UpdateOrderShippingAddressResponse as gP, type UpdateBillingContactDetailsRequest as gQ, type UpdateBillingContactDetailsResponse as gR, type UpdateOrderLineItemRequest as gS, type UpdateOrderLineItemResponse as gT, type UpdateOrderLineItemsRequest as gU, type MaskedOrderLineItem as gV, type UpdateOrderLineItemsResponse as gW, type AddInternalActivityRequest as gX, type InternalActivity as gY, type InternalActivityContentOneOf as gZ, type OrderPlaced as g_, type QueryOrderRequest as ga, type QueryOrderResponse as gb, type SearchOrdersRequest as gc, type CursorSearch as gd, type CursorSearchPagingMethodOneOf as ge, type CursorPagingMetadata as gf, type CreateOrderRequest as gg, type OrderCreationSettings as gh, type OrderCreationSettingsEditableByOneOf as gi, type OrderCreateNotifications as gj, type CreateOrderResponse as gk, type UpdateOrderRequest as gl, type UpdateOrderResponse as gm, type BulkUpdateOrdersRequest as gn, type CommitDeltasRequest as go, type DraftOrderDiffs as gp, type DraftOrderDiffsShippingUpdateInfoOneOf as gq, type DraftOrderDiffsBuyerUpdateInfoOneOf as gr, type DraftOrderDiffsBillingUpdateInfoOneOf as gs, type DraftOrderDiffsRecipientUpdateInfoOneOf as gt, type V1LineItemDelta as gu, type V1LineItemDeltaDeltaOneOf as gv, type CommitDeltasResponse as gw, type ArchiveOrderRequest as gx, type ArchiveOrderResponse as gy, type BulkArchiveOrdersRequest as gz, type OrderSearch as h, type BulkUpdateOrderTagsRequest as h$, type OrderFulfilled as h0, type OrderNotFulfilled as h1, type OrderCanceled as h2, type DownloadLinkSent as h3, type TrackingNumberAdded as h4, type TrackingNumberEdited as h5, type TrackingLinkAdded as h6, type ShippingConfirmationEmailSent as h7, type InvoiceAdded as h8, type InvoiceSent as h9, type MarkAsFulfilledResponse as hA, type BulkMarkAsFulfilledRequest as hB, type BulkMarkAsFulfilledResponse as hC, type BulkMarkAsFulfilledByFilterRequest as hD, type BulkMarkAsFulfilledByFilterResponse as hE, type MarkAsUnfulfilledRequest as hF, type MarkAsUnfulfilledResponse as hG, type BulkMarkAsUnfulfilledRequest as hH, type BulkMarkAsUnfulfilledResponse as hI, type BulkMarkAsUnfulfilledByFilterRequest as hJ, type BulkMarkAsUnfulfilledByFilterResponse as hK, type BulkSetBusinessLocationRequest as hL, type BulkSetBusinessLocationResponse as hM, type BulkSetBusinessLocationResult as hN, type V1MarkOrderAsPaidRequest as hO, type V1MarkOrderAsPaidResponse as hP, type V1BulkMarkOrdersAsPaidRequest as hQ, type V1BulkMarkOrdersAsPaidResponse as hR, type V1CreatePaymentGatewayOrderRequest as hS, type V1CreatePaymentGatewayOrderResponse as hT, type GetShipmentsRequest as hU, type GetShipmentsResponse as hV, type AggregateOrdersRequest as hW, type AggregateOrdersResponse as hX, type DecrementItemsQuantityRequest as hY, type DecrementData as hZ, type DecrementItemsQuantityResponse as h_, type FulfillerEmailSent as ha, type ShippingAddressEdited as hb, type EmailEdited as hc, type PickupReadyEmailSent as hd, type OrderPartiallyPaid as he, type OrderPending as hf, type OrderRejected as hg, type AddInternalActivityResponse as hh, type AddActivityRequest as hi, type PublicActivity as hj, type PublicActivityContentOneOf as hk, type AddActivityResponse as hl, type AddActivitiesRequest as hm, type UpdateActivityRequest as hn, type UpdateActivityResponse as ho, type DeleteActivityRequest as hp, type DeleteActivityResponse as hq, type UpdateLineItemsDescriptionLinesRequest as hr, type LineItemUpdate as hs, type UpdateLineItemsDescriptionLinesResponse as ht, type MarkOrderAsSeenByHumanRequest as hu, type MarkOrderAsSeenByHumanResponse as hv, type CancelOrderRequest as hw, type UpdateOrderStatusRequest as hx, type UpdateOrderStatusResponse as hy, type MarkAsFulfilledRequest as hz, type CreateOrderOptions as i, type AggregateOrdersOptions as i$, type TagsTags as i0, type TagsTagList as i1, type BulkUpdateOrderTagsResult as i2, type SendOrderUpdatedDomainEventRequest as i3, type SendOrderUpdatedDomainEventResponse as i4, type Task as i5, type TaskKey as i6, type TaskAction as i7, type TaskActionActionOneOf as i8, type Complete as i9, type ItemizedFee as iA, type Discount as iB, type DiscountOneDiscountTypeOneOf as iC, type CalculatedTaxes as iD, type CalculatedTax as iE, type Payments as iF, type InvoicesPayment as iG, type MetaData as iH, type InvoiceDynamicPriceTotals as iI, type CustomFieldValue as iJ, type Value as iK, type Deposit as iL, type BaseEventMetadata as iM, type EventMetadata as iN, type AccountInfoMetadata as iO, type SetOrderNumberCounterOptions as iP, type BulkDeleteImportedOrdersOptions as iQ, type RecordManuallyCollectedPaymentOptions as iR, type PaymentCollectionMarkOrderAsPaidOptions as iS, type PaymentCollectionCreatePaymentGatewayOrderOptions as iT, type ChargeMembershipsOptions as iU, type TriggerRefundOptions as iV, type OrderSearchSpec as iW, type UpdateOrderLineItemIdentifiers as iX, type UpdateOrderLineItem as iY, type UpdateActivityIdentifiers as iZ, type DeleteActivityIdentifiers as i_, type Cancel as ia, type Reschedule as ib, type InvoiceSentEvent as ic, type IdAndVersion as id, type InvoiceFields as ie, type Customer as ig, type Email as ih, type QuotesAddress as ii, type AddressDescription as ij, type Phone as ik, type Company as il, type CommonAddress as im, type CommonAddressStreetOneOf as io, type Subdivision as ip, type StandardDetails as iq, type InvoiceDates as ir, type LineItems as is, type LineItem as it, type BigDecimalWrapper as iu, type LineItemTax as iv, type Source as iw, type LineItemMetaData as ix, type Locale as iy, type TotalPrice as iz, type CreateOrderApplicationErrors as j, type CommonSearchWithEntityContext as j$, type DescriptionLineTypeWithLiterals as j0, type DimensionsUnitWithLiterals as j1, type ItemTypePresetWithLiterals as j2, type PaymentOptionTypeWithLiterals as j3, type JurisdictionTypeWithLiterals as j4, type SubscriptionFrequencyWithLiterals as j5, type AdjustmentTypeWithLiterals as j6, type TaxableAddressTypeWithLiterals as j7, type PaymentStatusWithLiterals as j8, type FulfillmentStatusWithLiterals as j9, type RefundableStatusWithLiterals as jA, type NonRefundableReasonWithLiterals as jB, type ManuallyRefundableReasonWithLiterals as jC, type RestockTypeWithLiterals as jD, type TransactionStatusWithLiterals as jE, type AuthorizationCaptureStatusWithLiterals as jF, type AuthorizationVoidStatusWithLiterals as jG, type ReasonWithLiterals as jH, type ActionTypeWithLiterals as jI, type ChargebackStatusWithLiterals as jJ, type MembershipPaymentStatusWithLiterals as jK, type RefundStatusWithLiterals as jL, type VersioningModeWithLiterals as jM, type SortOrderWithLiterals as jN, type OrderApprovalStrategyWithLiterals as jO, type PlacementWithLiterals as jP, type SubdivisionTypeWithLiterals as jQ, type SourceTypeWithLiterals as jR, type CustomFieldGroupWithLiterals as jS, type ValueTypeWithLiterals as jT, type DepositTypeWithLiterals as jU, type InvoiceStatusWithLiterals as jV, type RecordManuallyCollectedPaymentApplicationErrors as jW, type PaymentCollectionMarkOrderAsPaidApplicationErrors as jX, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as jY, type TriggerRefundApplicationErrors as jZ, type UpdateOrderStatusApplicationErrors as j_, type WeightUnitWithLiterals as ja, type VatTypeWithLiterals as jb, type PickupMethodWithLiterals as jc, type OrderStatusWithLiterals as jd, type DiscountTypeWithLiterals as je, type DiscountReasonWithLiterals as jf, type LineItemQuantityChangeTypeWithLiterals as jg, type ActivityTypeWithLiterals as jh, type OrderActivityTypeEnumActivityTypeWithLiterals as ji, type AttributionSourceWithLiterals as jj, type ChannelTypeWithLiterals as jk, type AdditionalFeeSourceWithLiterals as jl, type OrderActionTypeWithLiterals as jm, type ChargeTypeWithLiterals as jn, type DeltaPaymentOptionTypeWithLiterals as jo, type InventoryActionWithLiterals as jp, type WebhookIdentityTypeWithLiterals as jq, type PreviewEmailTypeWithLiterals as jr, type StateWithLiterals as js, type SiteCreatedContextWithLiterals as jt, type NamespaceWithLiterals as ju, type DeleteStatusWithLiterals as jv, type ScheduledActionWithLiterals as jw, type DurationUnitWithLiterals as jx, type PaymentCollectabilityStatusWithLiterals as jy, type PredefinedPaymentMethodWithLiterals as jz, type UpdateOrderApplicationErrors as k, onOrderApproved as k0, onOrderCanceled as k1, onOrderCommitted as k2, onOrderCreated as k3, onOrderFulfilled as k4, onOrderPaymentStatusUpdated as k5, onOrderUpdated as k6, preparePaymentCollection as k7, getPaymentCollectabilityStatus as k8, voidAuthorizedPayments as k9, captureAuthorizedPayments as ka, getOrder as kb, createOrder as kc, updateOrder as kd, bulkUpdateOrders as ke, addActivities as kf, cancelOrder as kg, bulkUpdateOrderTags as kh, type BulkUpdateOrdersResponse as l, type AddActivitiesResponse as m, type CancelOrderOptions as n, type CancelOrderResponse as o, type CancelOrderApplicationErrors as p, type BulkUpdateOrderTagsOptions as q, type BulkUpdateOrderTagsResponse as r, type OrderApprovedEnvelope as s, type OrderCanceledEnvelope as t, type OrderCommittedEnvelope as u, type OrderCreatedEnvelope as v, type OrderFulfilledEnvelope as w, type OrderPaymentStatusUpdatedEnvelope as x, type OrderUpdatedEnvelope as y, DimensionsUnit as z };
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, V as VoidAuthorizedPaymentsResponse, d as VoidAuthorizedPaymentsApplicationErrors, e as PaymentCapture, C as CaptureAuthorizedPaymentsResponse, f as CaptureAuthorizedPaymentsApplicationErrors, O as Order, g as GetOrderApplicationErrors, h as OrderSearch, S as SearchOrdersResponse, i as CreateOrderOptions, j as CreateOrderApplicationErrors, U as UpdateOrder, k as UpdateOrderApplicationErrors, M as MaskedOrder, B as BulkUpdateOrdersOptions, l as BulkUpdateOrdersResponse, A as AddActivitiesOptions, m as AddActivitiesResponse, n as CancelOrderOptions, o as CancelOrderResponse, p as CancelOrderApplicationErrors, q as BulkUpdateOrderTagsOptions, r as BulkUpdateOrderTagsResponse, s as OrderApprovedEnvelope, t as OrderCanceledEnvelope, u as OrderCommittedEnvelope, v as OrderCreatedEnvelope, w as OrderFulfilledEnvelope, x as OrderPaymentStatusUpdatedEnvelope, y as OrderUpdatedEnvelope } from './ecom-v1-order-orders.universal-
|
|
3
|
-
export { dq as AccountInfo, iO as AccountInfoMetadata, dl as ActionEvent, aq as ActionType, jJ as ActionTypeWithLiterals, bD as Activity, bE as ActivityContentOneOf, _ as ActivityType, jh as ActivityTypeWithLiterals, hm as AddActivitiesRequest, hi as AddActivityRequest, hl as AddActivityResponse, gX as AddInternalActivityRequest, hh as AddInternalActivityResponse, eS as AddToAutomationMigrationPopulationRequest, eT as AddToAutomationMigrationPopulationResponse, cA as AdditionalFee, d5 as AdditionalFeeDelta, d6 as AdditionalFeeDeltaDeltaOneOf, e4 as AdditionalFeeRefund, a2 as AdditionalFeeSource, jl as AdditionalFeeSourceWithLiterals, bd as Address, ij as AddressDescription, bf as AddressLocation, bc as AddressWithContact, H as AdjustmentType, j6 as AdjustmentTypeWithLiterals, i$ as AggregateOrdersOptions, hW as AggregateOrdersRequest, hX as AggregateOrdersResponse, fO as AggregatedRefundSummary, f9 as ApplicationError, bt as AppliedDiscount, d3 as AppliedDiscountDelta, d4 as AppliedDiscountDeltaDeltaOneOf, bu as AppliedDiscountDiscountSourceOneOf, gx as ArchiveOrderRequest, gy as ArchiveOrderResponse, en as Asset, a0 as AttributionSource, jj as AttributionSourceWithLiterals, fC as AuthorizationActionFailureDetails, fB as AuthorizationCapture, an as AuthorizationCaptureStatus, jG as AuthorizationCaptureStatusWithLiterals, fA as AuthorizationDetails, fD as AuthorizationVoid, ao as AuthorizationVoidStatus, jH as AuthorizationVoidStatusWithLiterals, c2 as AuthorizedPaymentCaptured, c1 as AuthorizedPaymentCreated, c3 as AuthorizedPaymentVoided, cz as Balance, cy as BalanceSummary, iM as BaseEventMetadata, iu as BigDecimalWrapper, a_ as BillingAdjustment, a$ as BillingAdjustmentPriceSummary, fa as BulkActionMetadata, gB as BulkArchiveOrdersByFilterRequest, gC as BulkArchiveOrdersByFilterResponse, gz as BulkArchiveOrdersRequest, gA as BulkArchiveOrdersResponse, iQ as BulkDeleteImportedOrdersOptions, dd as BulkDeleteImportedOrdersRequest, de as BulkDeleteImportedOrdersResponse, hD as BulkMarkAsFulfilledByFilterRequest, hE as BulkMarkAsFulfilledByFilterResponse, hB as BulkMarkAsFulfilledRequest, hC as BulkMarkAsFulfilledResponse, hJ as BulkMarkAsUnfulfilledByFilterRequest, hK as BulkMarkAsUnfulfilledByFilterResponse, hH as BulkMarkAsUnfulfilledRequest, hI as BulkMarkAsUnfulfilledResponse, f5 as BulkMarkOrdersAsPaidRequest, f6 as BulkMarkOrdersAsPaidResponse, f7 as BulkOrderResult, dM as BulkSendBuyerPickupConfirmationEmailsRequest, dN as BulkSendBuyerPickupConfirmationEmailsResponse, dQ as BulkSendBuyerShippingConfirmationEmailsRequest, dR as BulkSendBuyerShippingConfirmationEmailsResponse, hL as BulkSetBusinessLocationRequest, hM as BulkSetBusinessLocationResponse, hN as BulkSetBusinessLocationResult, gH as BulkUnArchiveOrdersByFilterRequest, gI as BulkUnArchiveOrdersByFilterResponse, gF as BulkUnArchiveOrdersRequest, gG as BulkUnArchiveOrdersResponse, h$ as BulkUpdateOrderTagsRequest, i2 as BulkUpdateOrderTagsResult, gn as BulkUpdateOrdersRequest, b8 as BuyerInfo, b9 as BuyerInfoIdOneOf, gK as BuyerInfoUpdate, fS as CalculateRefundItemRequest, fU as CalculateRefundItemResponse, fR as CalculateRefundRequest, fT as CalculateRefundResponse, iE as CalculatedTax, iD as CalculatedTaxes, ia as Cancel, hw as CancelOrderRequest, fW as CaptureAuthorizedPaymentsRequest, aF as CatalogReference, cw as ChannelInfo, a1 as ChannelType, jk as ChannelTypeWithLiterals, iU as ChargeMembershipsOptions, fi as ChargeMembershipsRequest, fm as ChargeMembershipsResponse, fX as ChargeSavedPaymentMethodRequest, fY as ChargeSavedPaymentMethodResponse, a4 as ChargeType, jn as ChargeTypeWithLiterals, fF as Chargeback, cs as ChargebackCreated, ct as ChargebackReversed, ar as ChargebackStatus, jK as ChargebackStatusWithLiterals, fg as ChargedBy, aL as Color, go as CommitDeltasRequest, gw as CommitDeltasResponse, cZ as CommittedDiffs, c_ as CommittedDiffsShippingUpdateInfoOneOf, im as CommonAddress, io as CommonAddressStreetOneOf, j$ as CommonSearchWithEntityContext, il as Company, i9 as Complete, bv as Coupon, gg as CreateOrderRequest, gk as CreateOrderResponse, ff as CreatePaymentGatewayOrderRequest, fh as CreatePaymentGatewayOrderResponse, cu as CreatedBy, cv as CreatedByStringOneOf, ch as CreditCardDetails, fz as CreditCardPaymentMethodDetails, ba as CurrencyConversionDetails, g6 as CursorPaging, gf as CursorPagingMetadata, gd as CursorSearch, ge as CursorSearchPagingMethodOneOf, g9 as Cursors, bF as CustomActivity, cI as CustomAllowedActions, cx as CustomField, az as CustomFieldGroup, jS as CustomFieldGroupWithLiterals, iJ as CustomFieldValue, ig as Customer, hZ as DecrementData, hY as DecrementItemsQuantityRequest, h_ as DecrementItemsQuantityResponse, eY as DelayedCaptureSettings, i_ as DeleteActivityIdentifiers, hp as DeleteActivityRequest, hq as DeleteActivityResponse, dw as DeleteByFilterOperation, dv as DeleteByIdsOperation, er as DeleteContext, ad as DeleteStatus, jw as DeleteStatusWithLiterals, bj as DeliveryLogistics, bk as DeliveryLogisticsAddressOneOf, bn as DeliveryTimeSlot, a5 as DeltaPaymentOptionType, jo as DeltaPaymentOptionTypeWithLiterals, iL as Deposit, aB as DepositType, jU as DepositTypeWithLiterals, aG as DescriptionLine, aI as DescriptionLineDescriptionLineValueOneOf, aJ as DescriptionLineName, D as DescriptionLineType, j0 as DescriptionLineTypeWithLiterals, aH as DescriptionLineValueOneOf, fZ as DiffmatokyPayload, aU as DigitalFile, aO as Dimensions, z as DimensionsUnit, j1 as DimensionsUnitWithLiterals, iB as Discount, iC as DiscountOneDiscountTypeOneOf, Y as DiscountReason, jf as DiscountReasonWithLiterals, by as DiscountRule, bz as DiscountRuleName, X as DiscountType, je as DiscountTypeWithLiterals, df as DomainEvent, dg as DomainEventBodyOneOf, h3 as DownloadLinkSent, bL as DraftOrderChangesApplied, d7 as DraftOrderCommitSettings, gp as DraftOrderDiffs, gs as DraftOrderDiffsBillingUpdateInfoOneOf, gr as DraftOrderDiffsBuyerUpdateInfoOneOf, gt as DraftOrderDiffsRecipientUpdateInfoOneOf, gq as DraftOrderDiffsShippingUpdateInfoOneOf, eZ as Duration, af as DurationUnit, jy as DurationUnitWithLiterals, ih as Email, hc as EmailEdited, dE as Empty, dh as EntityCreatedEvent, dk as EntityDeletedEvent, dj as EntityUpdatedEvent, f_ as ErrorInformation, iN as EventMetadata, b4 as ExtendedFields, cp as ExternalReceipt, fK as ExternalReceiptInfo, aM as FocalPoint, cL as FormIdentifier, cK as FormInfo, aZ as FreeTrialPeriod, ha as FulfillerEmailSent, L as FulfillmentStatus, cW as FulfillmentStatusUpdated, j9 as FulfillmentStatusWithLiterals, cB as FulfillmentStatusesAggregate, bg as FullAddressContactDetails, f$ as GetOrderRequest, g0 as GetOrderResponse, e_ as GetPaymentCollectabilityStatusRequest, fb as GetRefundabilityStatusRequest, fc as GetRefundabilityStatusResponse, hU as GetShipmentsRequest, hV as GetShipmentsResponse, fH as GiftCardPaymentDetails, c8 as GiftCardPaymentRefund, eQ as HasCustomEmailConfigurationsRequest, eR as HasCustomEmailConfigurationsResponse, id as IdAndVersion, dn as IdentificationData, dp as IdentificationDataIdOneOf, d9 as ImportOrderRequest, da as ImportOrderResponse, cU as ImportedOrderDeleted, gY as InternalActivity, gZ as InternalActivityContentOneOf, dt as InternalDocument, dx as InternalDocumentUpdateByFilterOperation, du as InternalDocumentUpdateOperation, g1 as InternalQueryOrdersRequest, g7 as InternalQueryOrdersResponse, dy as InternalUpdateExistingOperation, a6 as InventoryAction, jp as InventoryActionWithLiterals, d8 as InventoryUpdateDetails, h8 as InvoiceAdded, ir as InvoiceDates, iI as InvoiceDynamicPriceTotals, ie as InvoiceFields, h9 as InvoiceSent, ic as InvoiceSentEvent, aC as InvoiceStatus, jV as InvoiceStatusWithLiterals, iG as InvoicesPayment, eU as IsInAutomationMigrationPopulationRequest, eV as IsInAutomationMigrationPopulationResponse, c$ as ItemChangedDetails, bB as ItemCombination, bC as ItemCombinationLineItem, f8 as ItemMetadata, b7 as ItemModifier, aR as ItemTaxFullDetails, aP as ItemType, aQ as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, j2 as ItemTypePresetWithLiterals, iA as ItemizedFee, J as JurisdictionType, j4 as JurisdictionTypeWithLiterals, it as LineItem, bX as LineItemAmount, bO as LineItemChanges, d1 as LineItemDelta, d2 as LineItemDeltaDeltaOneOf, bS as LineItemDescriptionLineChange, bA as LineItemDiscount, bK as LineItemExchangeData, ix as LineItemMetaData, bT as LineItemModifiersChange, bQ as LineItemPriceChange, bR as LineItemProductNameChange, bP as LineItemQuantityChange, Z as LineItemQuantityChangeType, jg as LineItemQuantityChangeTypeWithLiterals, e3 as LineItemRefund, fQ as LineItemRefundSummary, iv as LineItemTax, aT as LineItemTaxBreakdown, aS as LineItemTaxInfo, hs as LineItemUpdate, is as LineItems, iy as Locale, cE as Location, b1 as LocationAndQuantity, bY as ManagedAdditionalFee, bV as ManagedDiscount, bU as ManagedLineItem, ak as ManuallyRefundableReason, jD as ManuallyRefundableReasonWithLiterals, hz as MarkAsFulfilledRequest, hA as MarkAsFulfilledResponse, hF as MarkAsUnfulfilledRequest, hG as MarkAsUnfulfilledResponse, f3 as MarkOrderAsPaidRequest, f4 as MarkOrderAsPaidResponse, hu as MarkOrderAsSeenByHumanRequest, hv as MarkOrderAsSeenByHumanResponse, gV as MaskedOrderLineItem, fj as MembershipChargeItem, fk as MembershipName, fI as MembershipPaymentDetails, c9 as MembershipPaymentRefund, as as MembershipPaymentStatus, jL as MembershipPaymentStatusWithLiterals, bG as MerchantComment, bw as MerchantDiscount, bx as MerchantDiscountMerchantDiscountReasonOneOf, dm as MessageEnvelope, iH as MetaData, el as MetaSiteSpecialEvent, em as MetaSiteSpecialEventPayloadOneOf, b5 as ModifierGroup, ac as Namespace, eB as NamespaceChanged, jv as NamespaceWithLiterals, bJ as NewExchangeOrderCreated, aj as NonRefundableReason, jC as NonRefundableReasonWithLiterals, eG as OdeditorAssigned, eH as OdeditorUnassigned, a3 as OrderActionType, jm as OrderActionTypeWithLiterals, $ as OrderActivityTypeEnumActivityType, ji as OrderActivityTypeEnumActivityTypeWithLiterals, av as OrderApprovalStrategy, jO as OrderApprovalStrategyWithLiterals, cO as OrderApproved, h2 as OrderCanceled, cX as OrderCanceledEventOrderCanceled, bM as OrderChange, bN as OrderChangeValueOneOf, gj as OrderCreateNotifications, bI as OrderCreatedFromExchange, gh as OrderCreationSettings, gi as OrderCreationSettingsEditableByOneOf, cY as OrderDeltasCommitted, h0 as OrderFulfilled, cT as OrderImported, cR as OrderItemsRestocked, aD as OrderLineItem, d0 as OrderLineItemChangedDetails, h1 as OrderNotFulfilled, g$ as OrderPaid, he as OrderPartiallyPaid, hf as OrderPending, g_ as OrderPlaced, bH as OrderRefunded, hg as OrderRejected, cQ as OrderRejectedEventOrderRejected, iW as OrderSearchSpec, cF as OrderSettings, cG as OrderSettingsAllowedActionsOneOf, cH as OrderSettingsEditableByOneOf, R as OrderStatus, jd as OrderStatusWithLiterals, bs as OrderTaxBreakdown, br as OrderTaxInfo, ft as OrderTransactions, cP as OrdersExperiments, cJ as OwnerApps, fu as Payment, ci as PaymentCanceled, cj as PaymentCanceledPaymentDetailsOneOf, ag as PaymentCollectabilityStatus, jz as PaymentCollectabilityStatusWithLiterals, jY as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, iT as PaymentCollectionCreatePaymentGatewayOrderOptions, jX as PaymentCollectionMarkOrderAsPaidApplicationErrors, iS as PaymentCollectionMarkOrderAsPaidOptions, ck as PaymentDeclined, cl as PaymentDeclinedPaymentDetailsOneOf, fG as PaymentMethodName, E as PaymentOptionType, j3 as PaymentOptionTypeWithLiterals, fv as PaymentPaymentDetailsOneOf, cd as PaymentPending, ce as PaymentPendingPaymentDetailsOneOf, fw as PaymentReceiptInfoOneOf, fo as PaymentRefund, cb as PaymentRefundFailed, ca as PaymentRefunded, K as PaymentStatus, cV as PaymentStatusUpdated, j8 as PaymentStatusWithLiterals, iF as Payments, ik as Phone, aN as PhysicalProperties, eI as PicassoAssigned, eJ as PicassoUnassigned, bm as PickupAddress, bl as PickupDetails, Q as PickupMethod, jc as PickupMethodWithLiterals, hd as PickupReadyEmailSent, aw as Placement, jP as PlacementWithLiterals, aK as PlainTextValue, cN as PlatformFee, cM as PlatformFeeSummary, g5 as PlatformPaging, g8 as PlatformPagingMetadata, g2 as PlatformQuery, g3 as PlatformQueryPagingMethodOneOf, ah as PredefinedPaymentMethod, jA as PredefinedPaymentMethodWithLiterals, eW as PreparePaymentCollectionRequest, ed as PreviewBuyerConfirmationEmailRequest, ee as PreviewBuyerConfirmationEmailResponse, eb as PreviewBuyerPaymentsReceivedEmailRequest, ec as PreviewBuyerPaymentsReceivedEmailResponse, ef as PreviewBuyerPickupConfirmationEmailRequest, eg as PreviewBuyerPickupConfirmationEmailResponse, e7 as PreviewCancelEmailRequest, e8 as PreviewCancelEmailResponse, e9 as PreviewCancelRefundEmailRequest, ea as PreviewCancelRefundEmailResponse, d_ as PreviewEmailByTypeRequest, d$ as PreviewEmailByTypeResponse, a9 as PreviewEmailType, js as PreviewEmailTypeWithLiterals, e0 as PreviewRefundEmailRequest, e6 as PreviewRefundEmailResponse, ej as PreviewResendDownloadLinksEmailRequest, ek as PreviewResendDownloadLinksEmailResponse, eh as PreviewShippingConfirmationEmailRequest, ei as PreviewShippingConfirmationEmailResponse, b0 as PriceDescription, bb as PriceSummary, aE as ProductName, hj as PublicActivity, hk as PublicActivityContentOneOf, ga as QueryOrderRequest, gb as QueryOrderResponse, ii as QuotesAddress, ap as Reason, jI as ReasonWithLiterals, cm as ReceiptCreated, cn as ReceiptCreatedReceiptInfoOneOf, cq as ReceiptSent, cr as ReceiptSentReceiptInfoOneOf, jW as RecordManuallyCollectedPaymentApplicationErrors, iR as RecordManuallyCollectedPaymentOptions, e$ as RecordManuallyCollectedPaymentRequest, f2 as RecordManuallyCollectedPaymentResponse, eX as RedirectUrls, fL as Refund, e1 as RefundDetails, c4 as RefundInitiated, e2 as RefundItem, fP as RefundItemsBreakdown, fp as RefundSideEffects, at as RefundStatus, fN as RefundStatusInfo, jM as RefundStatusWithLiterals, fM as RefundTransaction, fd as Refundability, fe as RefundabilityAdditionalRefundabilityInfoOneOf, ai as RefundableStatus, jB as RefundableStatusWithLiterals, cc as RefundedAsStoreCredit, c5 as RefundedPayment, c6 as RefundedPaymentKindOneOf, cf as RegularPayment, fx as RegularPaymentDetails, fy as RegularPaymentDetailsPaymentMethodDetailsOneOf, cg as RegularPaymentPaymentMethodDetailsOneOf, c7 as RegularPaymentRefund, ib as Reschedule, fq as RestockInfo, fr as RestockItem, al as RestockType, jE as RestockTypeWithLiterals, di as RestoreInfo, c0 as SavedPaymentMethod, ae as ScheduledAction, jx as ScheduledActionWithLiterals, gc as SearchOrdersRequest, dG as SendBuyerConfirmationEmailRequest, dH as SendBuyerConfirmationEmailResponse, dI as SendBuyerPaymentsReceivedEmailRequest, dJ as SendBuyerPaymentsReceivedEmailResponse, dK as SendBuyerPickupConfirmationEmailRequest, dL as SendBuyerPickupConfirmationEmailResponse, dO as SendBuyerShippingConfirmationEmailRequest, dP as SendBuyerShippingConfirmationEmailResponse, dU as SendCancelRefundEmailRequest, dV as SendCancelRefundEmailResponse, dS as SendMerchantOrderReceivedNotificationRequest, dT as SendMerchantOrderReceivedNotificationResponse, dY as SendMerchantOrderReceivedPushRequest, dZ as SendMerchantOrderReceivedPushResponse, i3 as SendOrderUpdatedDomainEventRequest, i4 as SendOrderUpdatedDomainEventResponse, dW as SendRefundEmailRequest, dX as SendRefundEmailResponse, fl as ServiceProperties, ex as ServiceProvisioned, ey as ServiceRemoved, iP as SetOrderNumberCounterOptions, db as SetOrderNumberCounterRequest, dc as SetOrderNumberCounterResponse, hb as ShippingAddressEdited, h7 as ShippingConfirmationEmailSent, b$ as ShippingInformation, b_ as ShippingInformationChange, bo as ShippingPrice, e5 as ShippingRefund, bp as ShippingRegion, eo as SiteCreated, ab as SiteCreatedContext, ju as SiteCreatedContextWithLiterals, eq as SiteDeleted, eA as SiteHardDeleted, ev as SiteMarkedAsTemplate, ew as SiteMarkedAsWixSite, et as SitePublished, eF as SitePurgedExternally, ez as SiteRenamed, ep as SiteTransferred, es as SiteUndeleted, eu as SiteUnpublished, eE as SiteUrlChanged, au as SortOrder, jN as SortOrderWithLiterals, g4 as Sorting, iw as Source, ay as SourceType, jR as SourceTypeWithLiterals, iq as StandardDetails, aa as State, jt as StateWithLiterals, be as StreetAddress, eC as StudioAssigned, eM as StudioTwoAssigned, eN as StudioTwoUnassigned, eD as StudioUnassigned, ip as Subdivision, ax as SubdivisionType, jQ as SubdivisionTypeWithLiterals, aX as SubscriptionDescription, F as SubscriptionFrequency, j5 as SubscriptionFrequencyWithLiterals, aV as SubscriptionInfo, aY as SubscriptionSettings, aW as SubscriptionTitle, cD as TagList, cC as Tags, i1 as TagsTagList, i0 as TagsTags, i5 as Task, i7 as TaskAction, i8 as TaskActionActionOneOf, i6 as TaskKey, bq as TaxSummary, b2 as TaxableAddress, b3 as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, j7 as TaxableAddressTypeWithLiterals, iz as TotalPrice, bZ as TotalPriceChange, h6 as TrackingLinkAdded, h4 as TrackingNumberAdded, h5 as TrackingNumberEdited, am as TransactionStatus, jF as TransactionStatusWithLiterals, b6 as TranslatableString, bW as TranslatedValue, jZ as TriggerRefundApplicationErrors, iV as TriggerRefundOptions, fn as TriggerRefundRequest, fs as TriggerRefundResponse, dF as TriggerReindexOrderRequest, dC as TriggerReindexRequest, dD as TriggerReindexResponse, gD as UnArchiveOrderRequest, gE as UnArchiveOrderResponse, iZ as UpdateActivityIdentifiers, hn as UpdateActivityRequest, ho as UpdateActivityResponse, gQ as UpdateBillingContactDetailsRequest, gR as UpdateBillingContactDetailsResponse, gM as UpdateBuyerEmailRequest, gN as UpdateBuyerEmailResponse, gJ as UpdateBuyerInfoRequest, gL as UpdateBuyerInfoResponse, dr as UpdateInternalDocumentsEvent, ds as UpdateInternalDocumentsEventOperationOneOf, hr as UpdateLineItemsDescriptionLinesRequest, ht as UpdateLineItemsDescriptionLinesResponse, iY as UpdateOrderLineItem, iX as UpdateOrderLineItemIdentifiers, gS as UpdateOrderLineItemRequest, gT as UpdateOrderLineItemResponse, gU as UpdateOrderLineItemsRequest, gW as UpdateOrderLineItemsResponse, gl as UpdateOrderRequest, gm as UpdateOrderResponse, gO as UpdateOrderShippingAddressRequest, gP as UpdateOrderShippingAddressResponse, j_ as UpdateOrderStatusApplicationErrors, hx as UpdateOrderStatusRequest, hy as UpdateOrderStatusResponse, f0 as UserDefinedPaymentMethodName, f1 as UserDefinedPaymentMethodNameKindOneOf, eP as UserDomainMediaDisabled, eO as UserDomainMediaEnabled, hQ as V1BulkMarkOrdersAsPaidRequest, hR as V1BulkMarkOrdersAsPaidResponse, hS as V1CreatePaymentGatewayOrderRequest, hT as V1CreatePaymentGatewayOrderResponse, gu as V1LineItemDelta, gv as V1LineItemDeltaDeltaOneOf, hO as V1MarkOrderAsPaidRequest, hP as V1MarkOrderAsPaidResponse, cS as V1RestockItem, fE as V1ScheduledAction, bi as V1ShippingInformation, iK as Value, aA as ValueType, jT as ValueTypeWithLiterals, bh as VatId, N as VatType, jb as VatTypeWithLiterals, dA as VersionedDeleteByIdsOperation, dB as VersionedDocumentId, dz as VersionedDocumentUpdateOperation, a8 as VersioningMode, jr as VersioningModeWithLiterals, fV as VoidAuthorizedPaymentsRequest, a7 as WebhookIdentityType, jq as WebhookIdentityTypeWithLiterals, W as WeightUnit, ja as WeightUnitWithLiterals, co as WixReceipt, fJ as WixReceiptInfo, eK as WixelAssigned, eL as WixelUnassigned } from './ecom-v1-order-orders.universal-DSULx1Ok.js';
|
|
2
|
+
import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, V as VoidAuthorizedPaymentsResponse, d as VoidAuthorizedPaymentsApplicationErrors, e as PaymentCapture, C as CaptureAuthorizedPaymentsResponse, f as CaptureAuthorizedPaymentsApplicationErrors, O as Order, g as GetOrderApplicationErrors, h as OrderSearch, S as SearchOrdersResponse, i as CreateOrderOptions, j as CreateOrderApplicationErrors, U as UpdateOrder, k as UpdateOrderApplicationErrors, M as MaskedOrder, B as BulkUpdateOrdersOptions, l as BulkUpdateOrdersResponse, A as AddActivitiesOptions, m as AddActivitiesResponse, n as CancelOrderOptions, o as CancelOrderResponse, p as CancelOrderApplicationErrors, q as BulkUpdateOrderTagsOptions, r as BulkUpdateOrderTagsResponse, s as OrderApprovedEnvelope, t as OrderCanceledEnvelope, u as OrderCommittedEnvelope, v as OrderCreatedEnvelope, w as OrderFulfilledEnvelope, x as OrderPaymentStatusUpdatedEnvelope, y as OrderUpdatedEnvelope } from './ecom-v1-order-orders.universal-CSFucJ2f.js';
|
|
3
|
+
export { dq as AccountInfo, iO as AccountInfoMetadata, dl as ActionEvent, ap as ActionType, jI as ActionTypeWithLiterals, bD as Activity, bE as ActivityContentOneOf, _ as ActivityType, jh as ActivityTypeWithLiterals, hm as AddActivitiesRequest, hi as AddActivityRequest, hl as AddActivityResponse, gX as AddInternalActivityRequest, hh as AddInternalActivityResponse, eE as AddToAutomationMigrationPopulationRequest, eF as AddToAutomationMigrationPopulationResponse, cA as AdditionalFee, d5 as AdditionalFeeDelta, d6 as AdditionalFeeDeltaDeltaOneOf, dR as AdditionalFeeRefund, a2 as AdditionalFeeSource, jl as AdditionalFeeSourceWithLiterals, bd as Address, ij as AddressDescription, bf as AddressLocation, bc as AddressWithContact, H as AdjustmentType, j6 as AdjustmentTypeWithLiterals, i$ as AggregateOrdersOptions, hW as AggregateOrdersRequest, hX as AggregateOrdersResponse, fA as AggregatedRefundSummary, eX as ApplicationError, bt as AppliedDiscount, d3 as AppliedDiscountDelta, d4 as AppliedDiscountDeltaDeltaOneOf, bu as AppliedDiscountDiscountSourceOneOf, gx as ArchiveOrderRequest, gy as ArchiveOrderResponse, e9 as Asset, a0 as AttributionSource, jj as AttributionSourceWithLiterals, fo as AuthorizationActionFailureDetails, fn as AuthorizationCapture, am as AuthorizationCaptureStatus, jF as AuthorizationCaptureStatusWithLiterals, fm as AuthorizationDetails, fp as AuthorizationVoid, an as AuthorizationVoidStatus, jG as AuthorizationVoidStatusWithLiterals, c2 as AuthorizedPaymentCaptured, c1 as AuthorizedPaymentCreated, c3 as AuthorizedPaymentVoided, cz as Balance, cy as BalanceSummary, iM as BaseEventMetadata, iu as BigDecimalWrapper, a_ as BillingAdjustment, a$ as BillingAdjustmentPriceSummary, eY as BulkActionMetadata, gB as BulkArchiveOrdersByFilterRequest, gC as BulkArchiveOrdersByFilterResponse, gz as BulkArchiveOrdersRequest, gA as BulkArchiveOrdersResponse, iQ as BulkDeleteImportedOrdersOptions, dd as BulkDeleteImportedOrdersRequest, de as BulkDeleteImportedOrdersResponse, hD as BulkMarkAsFulfilledByFilterRequest, hE as BulkMarkAsFulfilledByFilterResponse, hB as BulkMarkAsFulfilledRequest, hC as BulkMarkAsFulfilledResponse, hJ as BulkMarkAsUnfulfilledByFilterRequest, hK as BulkMarkAsUnfulfilledByFilterResponse, hH as BulkMarkAsUnfulfilledRequest, hI as BulkMarkAsUnfulfilledResponse, eT as BulkMarkOrdersAsPaidRequest, eU as BulkMarkOrdersAsPaidResponse, eV as BulkOrderResult, dx as BulkSendBuyerPickupConfirmationEmailsRequest, dy as BulkSendBuyerPickupConfirmationEmailsResponse, dB as BulkSendBuyerShippingConfirmationEmailsRequest, dC as BulkSendBuyerShippingConfirmationEmailsResponse, hL as BulkSetBusinessLocationRequest, hM as BulkSetBusinessLocationResponse, hN as BulkSetBusinessLocationResult, gH as BulkUnArchiveOrdersByFilterRequest, gI as BulkUnArchiveOrdersByFilterResponse, gF as BulkUnArchiveOrdersRequest, gG as BulkUnArchiveOrdersResponse, h$ as BulkUpdateOrderTagsRequest, i2 as BulkUpdateOrderTagsResult, gn as BulkUpdateOrdersRequest, b8 as BuyerInfo, b9 as BuyerInfoIdOneOf, gK as BuyerInfoUpdate, fE as CalculateRefundItemRequest, fG as CalculateRefundItemResponse, fD as CalculateRefundRequest, fF as CalculateRefundResponse, iE as CalculatedTax, iD as CalculatedTaxes, ia as Cancel, hw as CancelOrderRequest, fI as CaptureAuthorizedPaymentsRequest, aF as CatalogReference, cw as ChannelInfo, a1 as ChannelType, jk as ChannelTypeWithLiterals, iU as ChargeMembershipsOptions, f4 as ChargeMembershipsRequest, f8 as ChargeMembershipsResponse, fJ as ChargeSavedPaymentMethodRequest, fK as ChargeSavedPaymentMethodResponse, a4 as ChargeType, jn as ChargeTypeWithLiterals, fr as Chargeback, cs as ChargebackCreated, ct as ChargebackReversed, aq as ChargebackStatus, jJ as ChargebackStatusWithLiterals, f2 as ChargedBy, aL as Color, go as CommitDeltasRequest, gw as CommitDeltasResponse, cZ as CommittedDiffs, c_ as CommittedDiffsShippingUpdateInfoOneOf, im as CommonAddress, io as CommonAddressStreetOneOf, j$ as CommonSearchWithEntityContext, il as Company, i9 as Complete, bv as Coupon, gg as CreateOrderRequest, gk as CreateOrderResponse, f1 as CreatePaymentGatewayOrderRequest, f3 as CreatePaymentGatewayOrderResponse, cu as CreatedBy, cv as CreatedByStringOneOf, ch as CreditCardDetails, fl as CreditCardPaymentMethodDetails, ba as CurrencyConversionDetails, g6 as CursorPaging, gf as CursorPagingMetadata, gd as CursorSearch, ge as CursorSearchPagingMethodOneOf, g9 as Cursors, bF as CustomActivity, cI as CustomAllowedActions, cx as CustomField, az as CustomFieldGroup, jS as CustomFieldGroupWithLiterals, iJ as CustomFieldValue, ig as Customer, hZ as DecrementData, hY as DecrementItemsQuantityRequest, h_ as DecrementItemsQuantityResponse, eK as DelayedCaptureSettings, i_ as DeleteActivityIdentifiers, hp as DeleteActivityRequest, hq as DeleteActivityResponse, fQ as DeleteByFilterOperation, fP as DeleteByIdsOperation, ed as DeleteContext, ac as DeleteStatus, jv as DeleteStatusWithLiterals, bj as DeliveryLogistics, bk as DeliveryLogisticsAddressOneOf, bn as DeliveryTimeSlot, a5 as DeltaPaymentOptionType, jo as DeltaPaymentOptionTypeWithLiterals, iL as Deposit, aB as DepositType, jU as DepositTypeWithLiterals, aG as DescriptionLine, aI as DescriptionLineDescriptionLineValueOneOf, aJ as DescriptionLineName, D as DescriptionLineType, j0 as DescriptionLineTypeWithLiterals, aH as DescriptionLineValueOneOf, fZ as DiffmatokyPayload, aU as DigitalFile, aO as Dimensions, z as DimensionsUnit, j1 as DimensionsUnitWithLiterals, iB as Discount, iC as DiscountOneDiscountTypeOneOf, Y as DiscountReason, jf as DiscountReasonWithLiterals, by as DiscountRule, bz as DiscountRuleName, X as DiscountType, je as DiscountTypeWithLiterals, df as DomainEvent, dg as DomainEventBodyOneOf, h3 as DownloadLinkSent, bL as DraftOrderChangesApplied, d7 as DraftOrderCommitSettings, gp as DraftOrderDiffs, gs as DraftOrderDiffsBillingUpdateInfoOneOf, gr as DraftOrderDiffsBuyerUpdateInfoOneOf, gt as DraftOrderDiffsRecipientUpdateInfoOneOf, gq as DraftOrderDiffsShippingUpdateInfoOneOf, eL as Duration, ae as DurationUnit, jx as DurationUnitWithLiterals, ih as Email, hc as EmailEdited, e6 as Empty, dh as EntityCreatedEvent, dk as EntityDeletedEvent, dj as EntityUpdatedEvent, f_ as ErrorInformation, iN as EventMetadata, b4 as ExtendedFields, cp as ExternalReceipt, fw as ExternalReceiptInfo, aM as FocalPoint, cL as FormIdentifier, cK as FormInfo, aZ as FreeTrialPeriod, ha as FulfillerEmailSent, L as FulfillmentStatus, cW as FulfillmentStatusUpdated, j9 as FulfillmentStatusWithLiterals, cB as FulfillmentStatusesAggregate, bg as FullAddressContactDetails, f$ as GetOrderRequest, g0 as GetOrderResponse, eM as GetPaymentCollectabilityStatusRequest, eZ as GetRefundabilityStatusRequest, e_ as GetRefundabilityStatusResponse, hU as GetShipmentsRequest, hV as GetShipmentsResponse, ft as GiftCardPaymentDetails, c8 as GiftCardPaymentRefund, eC as HasCustomEmailConfigurationsRequest, eD as HasCustomEmailConfigurationsResponse, id as IdAndVersion, dn as IdentificationData, dp as IdentificationDataIdOneOf, d9 as ImportOrderRequest, da as ImportOrderResponse, cU as ImportedOrderDeleted, gY as InternalActivity, gZ as InternalActivityContentOneOf, fN as InternalDocument, fR as InternalDocumentUpdateByFilterOperation, fO as InternalDocumentUpdateOperation, g1 as InternalQueryOrdersRequest, g7 as InternalQueryOrdersResponse, fS as InternalUpdateExistingOperation, a6 as InventoryAction, jp as InventoryActionWithLiterals, d8 as InventoryUpdateDetails, h8 as InvoiceAdded, ir as InvoiceDates, iI as InvoiceDynamicPriceTotals, ie as InvoiceFields, h9 as InvoiceSent, ic as InvoiceSentEvent, aC as InvoiceStatus, jV as InvoiceStatusWithLiterals, iG as InvoicesPayment, eG as IsInAutomationMigrationPopulationRequest, eH as IsInAutomationMigrationPopulationResponse, c$ as ItemChangedDetails, bB as ItemCombination, bC as ItemCombinationLineItem, eW as ItemMetadata, b7 as ItemModifier, aR as ItemTaxFullDetails, aP as ItemType, aQ as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, j2 as ItemTypePresetWithLiterals, iA as ItemizedFee, J as JurisdictionType, j4 as JurisdictionTypeWithLiterals, it as LineItem, bX as LineItemAmount, bO as LineItemChanges, d1 as LineItemDelta, d2 as LineItemDeltaDeltaOneOf, bS as LineItemDescriptionLineChange, bA as LineItemDiscount, bK as LineItemExchangeData, ix as LineItemMetaData, bT as LineItemModifiersChange, bQ as LineItemPriceChange, bR as LineItemProductNameChange, bP as LineItemQuantityChange, Z as LineItemQuantityChangeType, jg as LineItemQuantityChangeTypeWithLiterals, dQ as LineItemRefund, fC as LineItemRefundSummary, iv as LineItemTax, aT as LineItemTaxBreakdown, aS as LineItemTaxInfo, hs as LineItemUpdate, is as LineItems, iy as Locale, cE as Location, b1 as LocationAndQuantity, bY as ManagedAdditionalFee, bV as ManagedDiscount, bU as ManagedLineItem, aj as ManuallyRefundableReason, jC as ManuallyRefundableReasonWithLiterals, hz as MarkAsFulfilledRequest, hA as MarkAsFulfilledResponse, hF as MarkAsUnfulfilledRequest, hG as MarkAsUnfulfilledResponse, eR as MarkOrderAsPaidRequest, eS as MarkOrderAsPaidResponse, hu as MarkOrderAsSeenByHumanRequest, hv as MarkOrderAsSeenByHumanResponse, gV as MaskedOrderLineItem, f5 as MembershipChargeItem, f6 as MembershipName, fu as MembershipPaymentDetails, c9 as MembershipPaymentRefund, ar as MembershipPaymentStatus, jK as MembershipPaymentStatusWithLiterals, bG as MerchantComment, bw as MerchantDiscount, bx as MerchantDiscountMerchantDiscountReasonOneOf, dm as MessageEnvelope, iH as MetaData, e7 as MetaSiteSpecialEvent, e8 as MetaSiteSpecialEventPayloadOneOf, b5 as ModifierGroup, ab as Namespace, en as NamespaceChanged, ju as NamespaceWithLiterals, bJ as NewExchangeOrderCreated, ai as NonRefundableReason, jB as NonRefundableReasonWithLiterals, es as OdeditorAssigned, et as OdeditorUnassigned, a3 as OrderActionType, jm as OrderActionTypeWithLiterals, $ as OrderActivityTypeEnumActivityType, ji as OrderActivityTypeEnumActivityTypeWithLiterals, av as OrderApprovalStrategy, jO as OrderApprovalStrategyWithLiterals, cO as OrderApproved, h2 as OrderCanceled, cX as OrderCanceledEventOrderCanceled, bM as OrderChange, bN as OrderChangeValueOneOf, gj as OrderCreateNotifications, bI as OrderCreatedFromExchange, gh as OrderCreationSettings, gi as OrderCreationSettingsEditableByOneOf, cY as OrderDeltasCommitted, h0 as OrderFulfilled, cT as OrderImported, cR as OrderItemsRestocked, aD as OrderLineItem, d0 as OrderLineItemChangedDetails, h1 as OrderNotFulfilled, g$ as OrderPaid, he as OrderPartiallyPaid, hf as OrderPending, g_ as OrderPlaced, bH as OrderRefunded, hg as OrderRejected, cQ as OrderRejectedEventOrderRejected, iW as OrderSearchSpec, cF as OrderSettings, cG as OrderSettingsAllowedActionsOneOf, cH as OrderSettingsEditableByOneOf, R as OrderStatus, jd as OrderStatusWithLiterals, bs as OrderTaxBreakdown, br as OrderTaxInfo, ff as OrderTransactions, cP as OrdersExperiments, cJ as OwnerApps, fg as Payment, ci as PaymentCanceled, cj as PaymentCanceledPaymentDetailsOneOf, af as PaymentCollectabilityStatus, jy as PaymentCollectabilityStatusWithLiterals, jY as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, iT as PaymentCollectionCreatePaymentGatewayOrderOptions, jX as PaymentCollectionMarkOrderAsPaidApplicationErrors, iS as PaymentCollectionMarkOrderAsPaidOptions, ck as PaymentDeclined, cl as PaymentDeclinedPaymentDetailsOneOf, fs as PaymentMethodName, E as PaymentOptionType, j3 as PaymentOptionTypeWithLiterals, fh as PaymentPaymentDetailsOneOf, cd as PaymentPending, ce as PaymentPendingPaymentDetailsOneOf, fi as PaymentReceiptInfoOneOf, fa as PaymentRefund, cb as PaymentRefundFailed, ca as PaymentRefunded, K as PaymentStatus, cV as PaymentStatusUpdated, j8 as PaymentStatusWithLiterals, iF as Payments, ik as Phone, aN as PhysicalProperties, eu as PicassoAssigned, ev as PicassoUnassigned, bm as PickupAddress, bl as PickupDetails, Q as PickupMethod, jc as PickupMethodWithLiterals, hd as PickupReadyEmailSent, aw as Placement, jP as PlacementWithLiterals, aK as PlainTextValue, cN as PlatformFee, cM as PlatformFeeSummary, g5 as PlatformPaging, g8 as PlatformPagingMetadata, g2 as PlatformQuery, g3 as PlatformQueryPagingMethodOneOf, ag as PredefinedPaymentMethod, jz as PredefinedPaymentMethodWithLiterals, eI as PreparePaymentCollectionRequest, d_ as PreviewBuyerConfirmationEmailRequest, d$ as PreviewBuyerConfirmationEmailResponse, dY as PreviewBuyerPaymentsReceivedEmailRequest, dZ as PreviewBuyerPaymentsReceivedEmailResponse, e0 as PreviewBuyerPickupConfirmationEmailRequest, e1 as PreviewBuyerPickupConfirmationEmailResponse, dU as PreviewCancelEmailRequest, dV as PreviewCancelEmailResponse, dW as PreviewCancelRefundEmailRequest, dX as PreviewCancelRefundEmailResponse, dL as PreviewEmailByTypeRequest, dM as PreviewEmailByTypeResponse, a8 as PreviewEmailType, jr as PreviewEmailTypeWithLiterals, dN as PreviewRefundEmailRequest, dT as PreviewRefundEmailResponse, e4 as PreviewResendDownloadLinksEmailRequest, e5 as PreviewResendDownloadLinksEmailResponse, e2 as PreviewShippingConfirmationEmailRequest, e3 as PreviewShippingConfirmationEmailResponse, b0 as PriceDescription, bb as PriceSummary, aE as ProductName, hj as PublicActivity, hk as PublicActivityContentOneOf, ga as QueryOrderRequest, gb as QueryOrderResponse, ii as QuotesAddress, ao as Reason, jH as ReasonWithLiterals, cm as ReceiptCreated, cn as ReceiptCreatedReceiptInfoOneOf, cq as ReceiptSent, cr as ReceiptSentReceiptInfoOneOf, jW as RecordManuallyCollectedPaymentApplicationErrors, iR as RecordManuallyCollectedPaymentOptions, eN as RecordManuallyCollectedPaymentRequest, eQ as RecordManuallyCollectedPaymentResponse, eJ as RedirectUrls, fx as Refund, dO as RefundDetails, c4 as RefundInitiated, dP as RefundItem, fB as RefundItemsBreakdown, fb as RefundSideEffects, as as RefundStatus, fz as RefundStatusInfo, jL as RefundStatusWithLiterals, fy as RefundTransaction, e$ as Refundability, f0 as RefundabilityAdditionalRefundabilityInfoOneOf, ah as RefundableStatus, jA as RefundableStatusWithLiterals, cc as RefundedAsStoreCredit, c5 as RefundedPayment, c6 as RefundedPaymentKindOneOf, cf as RegularPayment, fj as RegularPaymentDetails, fk as RegularPaymentDetailsPaymentMethodDetailsOneOf, cg as RegularPaymentPaymentMethodDetailsOneOf, c7 as RegularPaymentRefund, ib as Reschedule, fc as RestockInfo, fd as RestockItem, ak as RestockType, jD as RestockTypeWithLiterals, di as RestoreInfo, c0 as SavedPaymentMethod, ad as ScheduledAction, jw as ScheduledActionWithLiterals, gc as SearchOrdersRequest, dr as SendBuyerConfirmationEmailRequest, ds as SendBuyerConfirmationEmailResponse, dt as SendBuyerPaymentsReceivedEmailRequest, du as SendBuyerPaymentsReceivedEmailResponse, dv as SendBuyerPickupConfirmationEmailRequest, dw as SendBuyerPickupConfirmationEmailResponse, dz as SendBuyerShippingConfirmationEmailRequest, dA as SendBuyerShippingConfirmationEmailResponse, dF as SendCancelRefundEmailRequest, dG as SendCancelRefundEmailResponse, dD as SendMerchantOrderReceivedNotificationRequest, dE as SendMerchantOrderReceivedNotificationResponse, dJ as SendMerchantOrderReceivedPushRequest, dK as SendMerchantOrderReceivedPushResponse, i3 as SendOrderUpdatedDomainEventRequest, i4 as SendOrderUpdatedDomainEventResponse, dH as SendRefundEmailRequest, dI as SendRefundEmailResponse, f7 as ServiceProperties, ej as ServiceProvisioned, ek as ServiceRemoved, iP as SetOrderNumberCounterOptions, db as SetOrderNumberCounterRequest, dc as SetOrderNumberCounterResponse, hb as ShippingAddressEdited, h7 as ShippingConfirmationEmailSent, b$ as ShippingInformation, b_ as ShippingInformationChange, bo as ShippingPrice, dS as ShippingRefund, bp as ShippingRegion, ea as SiteCreated, aa as SiteCreatedContext, jt as SiteCreatedContextWithLiterals, ec as SiteDeleted, em as SiteHardDeleted, eh as SiteMarkedAsTemplate, ei as SiteMarkedAsWixSite, ef as SitePublished, er as SitePurgedExternally, el as SiteRenamed, eb as SiteTransferred, ee as SiteUndeleted, eg as SiteUnpublished, eq as SiteUrlChanged, au as SortOrder, jN as SortOrderWithLiterals, g4 as Sorting, iw as Source, ay as SourceType, jR as SourceTypeWithLiterals, iq as StandardDetails, a9 as State, js as StateWithLiterals, be as StreetAddress, eo as StudioAssigned, ey as StudioTwoAssigned, ez as StudioTwoUnassigned, ep as StudioUnassigned, ip as Subdivision, ax as SubdivisionType, jQ as SubdivisionTypeWithLiterals, aX as SubscriptionDescription, F as SubscriptionFrequency, j5 as SubscriptionFrequencyWithLiterals, aV as SubscriptionInfo, aY as SubscriptionSettings, aW as SubscriptionTitle, cD as TagList, cC as Tags, i1 as TagsTagList, i0 as TagsTags, i5 as Task, i7 as TaskAction, i8 as TaskActionActionOneOf, i6 as TaskKey, bq as TaxSummary, b2 as TaxableAddress, b3 as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, j7 as TaxableAddressTypeWithLiterals, iz as TotalPrice, bZ as TotalPriceChange, h6 as TrackingLinkAdded, h4 as TrackingNumberAdded, h5 as TrackingNumberEdited, al as TransactionStatus, jE as TransactionStatusWithLiterals, b6 as TranslatableString, bW as TranslatedValue, jZ as TriggerRefundApplicationErrors, iV as TriggerRefundOptions, f9 as TriggerRefundRequest, fe as TriggerRefundResponse, fY as TriggerReindexOrderRequest, fW as TriggerReindexRequest, fX as TriggerReindexResponse, gD as UnArchiveOrderRequest, gE as UnArchiveOrderResponse, iZ as UpdateActivityIdentifiers, hn as UpdateActivityRequest, ho as UpdateActivityResponse, gQ as UpdateBillingContactDetailsRequest, gR as UpdateBillingContactDetailsResponse, gM as UpdateBuyerEmailRequest, gN as UpdateBuyerEmailResponse, gJ as UpdateBuyerInfoRequest, gL as UpdateBuyerInfoResponse, fL as UpdateInternalDocumentsEvent, fM as UpdateInternalDocumentsEventOperationOneOf, hr as UpdateLineItemsDescriptionLinesRequest, ht as UpdateLineItemsDescriptionLinesResponse, iY as UpdateOrderLineItem, iX as UpdateOrderLineItemIdentifiers, gS as UpdateOrderLineItemRequest, gT as UpdateOrderLineItemResponse, gU as UpdateOrderLineItemsRequest, gW as UpdateOrderLineItemsResponse, gl as UpdateOrderRequest, gm as UpdateOrderResponse, gO as UpdateOrderShippingAddressRequest, gP as UpdateOrderShippingAddressResponse, j_ as UpdateOrderStatusApplicationErrors, hx as UpdateOrderStatusRequest, hy as UpdateOrderStatusResponse, eO as UserDefinedPaymentMethodName, eP as UserDefinedPaymentMethodNameKindOneOf, eB as UserDomainMediaDisabled, eA as UserDomainMediaEnabled, hQ as V1BulkMarkOrdersAsPaidRequest, hR as V1BulkMarkOrdersAsPaidResponse, hS as V1CreatePaymentGatewayOrderRequest, hT as V1CreatePaymentGatewayOrderResponse, gu as V1LineItemDelta, gv as V1LineItemDeltaDeltaOneOf, hO as V1MarkOrderAsPaidRequest, hP as V1MarkOrderAsPaidResponse, cS as V1RestockItem, fq as V1ScheduledAction, bi as V1ShippingInformation, iK as Value, aA as ValueType, jT as ValueTypeWithLiterals, bh as VatId, N as VatType, jb as VatTypeWithLiterals, fU as VersionedDeleteByIdsOperation, fV as VersionedDocumentId, fT as VersionedDocumentUpdateOperation, at as VersioningMode, jM as VersioningModeWithLiterals, fH as VoidAuthorizedPaymentsRequest, a7 as WebhookIdentityType, jq as WebhookIdentityTypeWithLiterals, W as WeightUnit, ja as WeightUnitWithLiterals, co as WixReceipt, fv as WixReceiptInfo, ew as WixelAssigned, ex as WixelUnassigned } from './ecom-v1-order-orders.universal-CSFucJ2f.js';
|
|
4
4
|
|
|
5
5
|
declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
|
|
6
6
|
interface PreparePaymentCollectionSignature {
|
package/build/cjs/index.js
CHANGED
|
@@ -2079,12 +2079,6 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
2079
2079
|
WebhookIdentityType2["APP"] = "APP";
|
|
2080
2080
|
return WebhookIdentityType2;
|
|
2081
2081
|
})(WebhookIdentityType || {});
|
|
2082
|
-
var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
|
|
2083
|
-
VersioningMode2["DEFAULT"] = "DEFAULT";
|
|
2084
|
-
VersioningMode2["GREATER_THAN"] = "GREATER_THAN";
|
|
2085
|
-
VersioningMode2["GREATER_OR_EQUAL"] = "GREATER_OR_EQUAL";
|
|
2086
|
-
return VersioningMode2;
|
|
2087
|
-
})(VersioningMode || {});
|
|
2088
2082
|
var PreviewEmailType = /* @__PURE__ */ ((PreviewEmailType2) => {
|
|
2089
2083
|
PreviewEmailType2["ORDER_PLACED"] = "ORDER_PLACED";
|
|
2090
2084
|
PreviewEmailType2["DOWNLOAD_LINKS"] = "DOWNLOAD_LINKS";
|
|
@@ -2281,6 +2275,12 @@ var RefundStatus = /* @__PURE__ */ ((RefundStatus2) => {
|
|
|
2281
2275
|
RefundStatus2["STARTED"] = "STARTED";
|
|
2282
2276
|
return RefundStatus2;
|
|
2283
2277
|
})(RefundStatus || {});
|
|
2278
|
+
var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
|
|
2279
|
+
VersioningMode2["DEFAULT"] = "DEFAULT";
|
|
2280
|
+
VersioningMode2["GREATER_THAN"] = "GREATER_THAN";
|
|
2281
|
+
VersioningMode2["GREATER_OR_EQUAL"] = "GREATER_OR_EQUAL";
|
|
2282
|
+
return VersioningMode2;
|
|
2283
|
+
})(VersioningMode || {});
|
|
2284
2284
|
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
2285
2285
|
SortOrder2["ASC"] = "ASC";
|
|
2286
2286
|
SortOrder2["DESC"] = "DESC";
|