@wix/auto_sdk_ecom_orders 1.0.182 → 1.0.183

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.
Files changed (41) hide show
  1. package/build/cjs/{ecom-v1-order-orders.universal-DjlyLM24.d.ts → ecom-v1-order-orders.universal-DrysmrGc.d.ts} +506 -1
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +69 -0
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +69 -0
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +507 -2
  9. package/build/cjs/meta.js +69 -0
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{ecom-v1-order-orders.universal-DjlyLM24.d.mts → ecom-v1-order-orders.universal-DrysmrGc.d.mts} +506 -1
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +65 -0
  14. package/build/es/index.mjs.map +1 -1
  15. package/build/es/index.typings.d.mts +2 -2
  16. package/build/es/index.typings.mjs +65 -0
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +507 -2
  19. package/build/es/meta.mjs +65 -0
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{ecom-v1-order-orders.universal-Ckxu2Weo.d.ts → ecom-v1-order-orders.universal-B9v1bv9B.d.ts} +506 -1
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js +69 -0
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +2 -2
  26. package/build/internal/cjs/index.typings.js +69 -0
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +507 -2
  29. package/build/internal/cjs/meta.js +69 -0
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{ecom-v1-order-orders.universal-Ckxu2Weo.d.mts → ecom-v1-order-orders.universal-B9v1bv9B.d.mts} +506 -1
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs +65 -0
  34. package/build/internal/es/index.mjs.map +1 -1
  35. package/build/internal/es/index.typings.d.mts +2 -2
  36. package/build/internal/es/index.typings.mjs +65 -0
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +507 -2
  39. package/build/internal/es/meta.mjs +65 -0
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -3526,6 +3526,511 @@ interface PreviewResendDownloadLinksEmailResponse {
3526
3526
  }
3527
3527
  interface Empty {
3528
3528
  }
3529
+ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
3530
+ /** Emitted on a meta site creation. */
3531
+ siteCreated?: SiteCreated;
3532
+ /** Emitted on a meta site transfer completion. */
3533
+ siteTransferred?: SiteTransferred;
3534
+ /** Emitted on a meta site deletion. */
3535
+ siteDeleted?: SiteDeleted;
3536
+ /** Emitted on a meta site restoration. */
3537
+ siteUndeleted?: SiteUndeleted;
3538
+ /** Emitted on the first* publish of the meta site (* switching from unpublished to published state). */
3539
+ sitePublished?: SitePublished;
3540
+ /** Emitted on a meta site unpublish. */
3541
+ siteUnpublished?: SiteUnpublished;
3542
+ /** Emitted when meta site is marked as template. */
3543
+ siteMarkedAsTemplate?: SiteMarkedAsTemplate;
3544
+ /** Emitted when meta site is marked as a WixSite. */
3545
+ siteMarkedAsWixSite?: SiteMarkedAsWixSite;
3546
+ /** Emitted when an application is provisioned (installed). */
3547
+ serviceProvisioned?: ServiceProvisioned;
3548
+ /** Emitted when an application is removed (uninstalled). */
3549
+ serviceRemoved?: ServiceRemoved;
3550
+ /** Emitted when meta site name (URL slug) is changed. */
3551
+ siteRenamedPayload?: SiteRenamed;
3552
+ /** Emitted when meta site was permanently deleted. */
3553
+ hardDeleted?: SiteHardDeleted;
3554
+ /** Emitted on a namespace change. */
3555
+ namespaceChanged?: NamespaceChanged;
3556
+ /** Emitted when Studio is attached. */
3557
+ studioAssigned?: StudioAssigned;
3558
+ /** Emitted when Studio is detached. */
3559
+ studioUnassigned?: StudioUnassigned;
3560
+ /**
3561
+ * Emitted when one of the URLs is changed. After this event you may call `urls-server` to fetch
3562
+ * the actual URL.
3563
+ *
3564
+ * See: https://wix.slack.com/archives/C0UHEBPFT/p1732520791210559?thread_ts=1732027914.294059&cid=C0UHEBPFT
3565
+ * See: https://wix.slack.com/archives/C0UHEBPFT/p1744115197619459
3566
+ */
3567
+ urlChanged?: SiteUrlChanged;
3568
+ /** Site is marked as PurgedExternally */
3569
+ sitePurgedExternally?: SitePurgedExternally;
3570
+ /** Emitted when Odeditor is attached. */
3571
+ odeditorAssigned?: OdeditorAssigned;
3572
+ /** Emitted when Odeditor is detached. */
3573
+ odeditorUnassigned?: OdeditorUnassigned;
3574
+ /** Emitted when Picasso is attached. */
3575
+ picassoAssigned?: PicassoAssigned;
3576
+ /** Emitted when Picasso is detached. */
3577
+ picassoUnassigned?: PicassoUnassigned;
3578
+ /** Emitted when Wixel is attached. */
3579
+ wixelAssigned?: WixelAssigned;
3580
+ /** Emitted when Wixel is detached. */
3581
+ wixelUnassigned?: WixelUnassigned;
3582
+ /** Emitted when StudioTwo is attached. */
3583
+ studioTwoAssigned?: StudioTwoAssigned;
3584
+ /** Emitted when StudioTwo is detached. */
3585
+ studioTwoUnassigned?: StudioTwoUnassigned;
3586
+ /** Emitted when media from user domain is enabled. */
3587
+ userDomainMediaEnabled?: UserDomainMediaEnabled;
3588
+ /** Emitted when media from user domain is disabled. */
3589
+ userDomainMediaDisabled?: UserDomainMediaDisabled;
3590
+ /**
3591
+ * A meta site id.
3592
+ * @format GUID
3593
+ */
3594
+ metaSiteId?: string;
3595
+ /** A meta site version. Monotonically increasing. */
3596
+ version?: string;
3597
+ /** A timestamp of the event. */
3598
+ timestamp?: string;
3599
+ /**
3600
+ * TODO(meta-site): Change validation once validations are disabled for consumers
3601
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
3602
+ * @maxSize 4000
3603
+ */
3604
+ assets?: Asset[];
3605
+ }
3606
+ /** @oneof */
3607
+ interface MetaSiteSpecialEventPayloadOneOf {
3608
+ /** Emitted on a meta site creation. */
3609
+ siteCreated?: SiteCreated;
3610
+ /** Emitted on a meta site transfer completion. */
3611
+ siteTransferred?: SiteTransferred;
3612
+ /** Emitted on a meta site deletion. */
3613
+ siteDeleted?: SiteDeleted;
3614
+ /** Emitted on a meta site restoration. */
3615
+ siteUndeleted?: SiteUndeleted;
3616
+ /** Emitted on the first* publish of the meta site (* switching from unpublished to published state). */
3617
+ sitePublished?: SitePublished;
3618
+ /** Emitted on a meta site unpublish. */
3619
+ siteUnpublished?: SiteUnpublished;
3620
+ /** Emitted when meta site is marked as template. */
3621
+ siteMarkedAsTemplate?: SiteMarkedAsTemplate;
3622
+ /** Emitted when meta site is marked as a WixSite. */
3623
+ siteMarkedAsWixSite?: SiteMarkedAsWixSite;
3624
+ /** Emitted when an application is provisioned (installed). */
3625
+ serviceProvisioned?: ServiceProvisioned;
3626
+ /** Emitted when an application is removed (uninstalled). */
3627
+ serviceRemoved?: ServiceRemoved;
3628
+ /** Emitted when meta site name (URL slug) is changed. */
3629
+ siteRenamedPayload?: SiteRenamed;
3630
+ /** Emitted when meta site was permanently deleted. */
3631
+ hardDeleted?: SiteHardDeleted;
3632
+ /** Emitted on a namespace change. */
3633
+ namespaceChanged?: NamespaceChanged;
3634
+ /** Emitted when Studio is attached. */
3635
+ studioAssigned?: StudioAssigned;
3636
+ /** Emitted when Studio is detached. */
3637
+ studioUnassigned?: StudioUnassigned;
3638
+ /**
3639
+ * Emitted when one of the URLs is changed. After this event you may call `urls-server` to fetch
3640
+ * the actual URL.
3641
+ *
3642
+ * See: https://wix.slack.com/archives/C0UHEBPFT/p1732520791210559?thread_ts=1732027914.294059&cid=C0UHEBPFT
3643
+ * See: https://wix.slack.com/archives/C0UHEBPFT/p1744115197619459
3644
+ */
3645
+ urlChanged?: SiteUrlChanged;
3646
+ /** Site is marked as PurgedExternally */
3647
+ sitePurgedExternally?: SitePurgedExternally;
3648
+ /** Emitted when Odeditor is attached. */
3649
+ odeditorAssigned?: OdeditorAssigned;
3650
+ /** Emitted when Odeditor is detached. */
3651
+ odeditorUnassigned?: OdeditorUnassigned;
3652
+ /** Emitted when Picasso is attached. */
3653
+ picassoAssigned?: PicassoAssigned;
3654
+ /** Emitted when Picasso is detached. */
3655
+ picassoUnassigned?: PicassoUnassigned;
3656
+ /** Emitted when Wixel is attached. */
3657
+ wixelAssigned?: WixelAssigned;
3658
+ /** Emitted when Wixel is detached. */
3659
+ wixelUnassigned?: WixelUnassigned;
3660
+ /** Emitted when StudioTwo is attached. */
3661
+ studioTwoAssigned?: StudioTwoAssigned;
3662
+ /** Emitted when StudioTwo is detached. */
3663
+ studioTwoUnassigned?: StudioTwoUnassigned;
3664
+ /** Emitted when media from user domain is enabled. */
3665
+ userDomainMediaEnabled?: UserDomainMediaEnabled;
3666
+ /** Emitted when media from user domain is disabled. */
3667
+ userDomainMediaDisabled?: UserDomainMediaDisabled;
3668
+ }
3669
+ interface Asset {
3670
+ /**
3671
+ * An application definition id (app_id in dev-center). For legacy reasons may be UUID or a string (from Java Enum).
3672
+ * @maxLength 36
3673
+ */
3674
+ appDefId?: string;
3675
+ /**
3676
+ * An instance id. For legacy reasons may be UUID or a string.
3677
+ * @maxLength 200
3678
+ */
3679
+ instanceId?: string;
3680
+ /** An application state. */
3681
+ state?: StateWithLiterals;
3682
+ }
3683
+ declare enum State {
3684
+ UNKNOWN = "UNKNOWN",
3685
+ ENABLED = "ENABLED",
3686
+ DISABLED = "DISABLED",
3687
+ PENDING = "PENDING",
3688
+ DEMO = "DEMO"
3689
+ }
3690
+ /** @enumType */
3691
+ type StateWithLiterals = State | 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'PENDING' | 'DEMO';
3692
+ interface SiteCreated {
3693
+ /**
3694
+ * A template identifier (empty if not created from a template).
3695
+ * @maxLength 36
3696
+ */
3697
+ originTemplateId?: string;
3698
+ /**
3699
+ * An account id of the owner.
3700
+ * @format GUID
3701
+ */
3702
+ ownerId?: string;
3703
+ /** A context in which meta site was created. */
3704
+ context?: SiteCreatedContextWithLiterals;
3705
+ /**
3706
+ * A meta site id from which this site was created.
3707
+ *
3708
+ * In case of a creation from a template it's a template id.
3709
+ * In case of a site duplication ("Save As" in dashboard or duplicate in UM) it's an id of a source site.
3710
+ * @format GUID
3711
+ */
3712
+ originMetaSiteId?: string | null;
3713
+ /**
3714
+ * A meta site name (URL slug).
3715
+ * @maxLength 20
3716
+ */
3717
+ siteName?: string;
3718
+ /** A namespace. */
3719
+ namespace?: NamespaceWithLiterals;
3720
+ }
3721
+ declare enum SiteCreatedContext {
3722
+ /** A valid option, we don't expose all reasons why site might be created. */
3723
+ OTHER = "OTHER",
3724
+ /** A meta site was created from template. */
3725
+ FROM_TEMPLATE = "FROM_TEMPLATE",
3726
+ /** A meta site was created by copying of the transfferred meta site. */
3727
+ DUPLICATE_BY_SITE_TRANSFER = "DUPLICATE_BY_SITE_TRANSFER",
3728
+ /** A copy of existing meta site. */
3729
+ DUPLICATE = "DUPLICATE",
3730
+ /** A meta site was created as a transfferred site (copy of the original), old flow, should die soon. */
3731
+ OLD_SITE_TRANSFER = "OLD_SITE_TRANSFER",
3732
+ /** deprecated A meta site was created for Flash editor. */
3733
+ FLASH = "FLASH"
3734
+ }
3735
+ /** @enumType */
3736
+ type SiteCreatedContextWithLiterals = SiteCreatedContext | 'OTHER' | 'FROM_TEMPLATE' | 'DUPLICATE_BY_SITE_TRANSFER' | 'DUPLICATE' | 'OLD_SITE_TRANSFER' | 'FLASH';
3737
+ declare enum Namespace {
3738
+ UNKNOWN_NAMESPACE = "UNKNOWN_NAMESPACE",
3739
+ /** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
3740
+ WIX = "WIX",
3741
+ /** ShoutOut stand alone product. These are siteless (no actual Wix site, no HtmlWeb). MetaSites with this namespace will *not* be shown in a user's site list by default. */
3742
+ SHOUT_OUT = "SHOUT_OUT",
3743
+ /** MetaSites created by the Albums product, they appear as part of the Albums app. MetaSites with this namespace will *not* be shown in a user's site list by default. */
3744
+ ALBUMS = "ALBUMS",
3745
+ /** Part of the WixStores migration flow, a user tries to migrate and gets this site to view and if the user likes it then stores removes this namespace and deletes the old site with the old stores. MetaSites with this namespace will *not* be shown in a user's site list by default. */
3746
+ WIX_STORES_TEST_DRIVE = "WIX_STORES_TEST_DRIVE",
3747
+ /** Hotels standalone (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
3748
+ HOTELS = "HOTELS",
3749
+ /** Clubs siteless MetaSites, a club without a wix website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
3750
+ CLUBS = "CLUBS",
3751
+ /** A partially created ADI website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
3752
+ ONBOARDING_DRAFT = "ONBOARDING_DRAFT",
3753
+ /** AppBuilder for AppStudio / shmite (c). MetaSites with this namespace will *not* be shown in a user's site list by default. */
3754
+ DEV_SITE = "DEV_SITE",
3755
+ /** LogoMaker websites offered to the user after logo purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */
3756
+ LOGOS = "LOGOS",
3757
+ /** VideoMaker websites offered to the user after video purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */
3758
+ VIDEO_MAKER = "VIDEO_MAKER",
3759
+ /** MetaSites with this namespace will *not* be shown in a user's site list by default. */
3760
+ PARTNER_DASHBOARD = "PARTNER_DASHBOARD",
3761
+ /** MetaSites with this namespace will *not* be shown in a user's site list by default. */
3762
+ DEV_CENTER_COMPANY = "DEV_CENTER_COMPANY",
3763
+ /**
3764
+ * A draft created by HTML editor on open. Upon "first save" it will be moved to be of WIX domain.
3765
+ *
3766
+ * Meta site with this namespace will *not* be shown in a user's site list by default.
3767
+ */
3768
+ HTML_DRAFT = "HTML_DRAFT",
3769
+ /**
3770
+ * the user-journey for Fitness users who want to start from managing their business instead of designing their website.
3771
+ * Will be accessible from Site List and will not have a website app.
3772
+ * Once the user attaches a site, the site will become a regular wixsite.
3773
+ */
3774
+ SITELESS_BUSINESS = "SITELESS_BUSINESS",
3775
+ /** Belongs to "strategic products" company. Supports new product in the creator's economy space. */
3776
+ CREATOR_ECONOMY = "CREATOR_ECONOMY",
3777
+ /** It is to be used in the Business First efforts. */
3778
+ DASHBOARD_FIRST = "DASHBOARD_FIRST",
3779
+ /** Bookings business flow with no site. */
3780
+ ANYWHERE = "ANYWHERE",
3781
+ /** Namespace for Headless Backoffice with no editor */
3782
+ HEADLESS = "HEADLESS",
3783
+ /**
3784
+ * Namespace for master site that will exist in parent account that will be referenced by subaccounts
3785
+ * The site will be used for account level CSM feature for enterprise
3786
+ */
3787
+ ACCOUNT_MASTER_CMS = "ACCOUNT_MASTER_CMS",
3788
+ /** Rise.ai Siteless account management for Gift Cards and Store Credit. */
3789
+ RISE = "RISE",
3790
+ /**
3791
+ * As part of the branded app new funnel, users now can create a meta site that will be branded app first.
3792
+ * There's a blank site behind the scene but it's blank).
3793
+ * The Mobile company will be the owner of this namespace.
3794
+ */
3795
+ BRANDED_FIRST = "BRANDED_FIRST",
3796
+ /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
3797
+ NOWNIA = "NOWNIA",
3798
+ /**
3799
+ * UGC Templates are templates that are created by users for personal use and to sale to other users.
3800
+ * The Partners company owns this namespace.
3801
+ */
3802
+ UGC_TEMPLATE = "UGC_TEMPLATE",
3803
+ /** Codux Headless Sites */
3804
+ CODUX = "CODUX",
3805
+ /** Bobb - AI Design Creator. */
3806
+ MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR",
3807
+ /**
3808
+ * Shared Blog Site is a unique single site across Enterprise account,
3809
+ * This site will hold all Blog posts related to the Marketing product.
3810
+ */
3811
+ SHARED_BLOG_ENTERPRISE = "SHARED_BLOG_ENTERPRISE",
3812
+ /** Standalone forms (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
3813
+ STANDALONE_FORMS = "STANDALONE_FORMS",
3814
+ /** Standalone events (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
3815
+ STANDALONE_EVENTS = "STANDALONE_EVENTS",
3816
+ /** MIMIR - Siteless account for MIMIR Ai Job runner. */
3817
+ MIMIR = "MIMIR",
3818
+ /** Wix Twins platform. */
3819
+ TWINS = "TWINS",
3820
+ /** Wix Nano. */
3821
+ NANO = "NANO",
3822
+ /** Base44 headless sites. */
3823
+ BASE44 = "BASE44"
3824
+ }
3825
+ /** @enumType */
3826
+ type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR' | 'TWINS' | 'NANO' | 'BASE44';
3827
+ /** Site transferred to another user. */
3828
+ interface SiteTransferred {
3829
+ /**
3830
+ * A previous owner id (user that transfers meta site).
3831
+ * @format GUID
3832
+ */
3833
+ oldOwnerId?: string;
3834
+ /**
3835
+ * A new owner id (user that accepts meta site).
3836
+ * @format GUID
3837
+ */
3838
+ newOwnerId?: string;
3839
+ }
3840
+ /** Soft deletion of the meta site. Could be restored. */
3841
+ interface SiteDeleted {
3842
+ /** A deletion context. */
3843
+ deleteContext?: DeleteContext;
3844
+ }
3845
+ interface DeleteContext {
3846
+ /** When the meta site was deleted. */
3847
+ dateDeleted?: Date | null;
3848
+ /** A status. */
3849
+ deleteStatus?: DeleteStatusWithLiterals;
3850
+ /**
3851
+ * A reason (flow).
3852
+ * @maxLength 255
3853
+ */
3854
+ deleteOrigin?: string;
3855
+ /**
3856
+ * A service that deleted it.
3857
+ * @maxLength 255
3858
+ */
3859
+ initiatorId?: string | null;
3860
+ }
3861
+ declare enum DeleteStatus {
3862
+ UNKNOWN = "UNKNOWN",
3863
+ TRASH = "TRASH",
3864
+ DELETED = "DELETED",
3865
+ PENDING_PURGE = "PENDING_PURGE",
3866
+ PURGED_EXTERNALLY = "PURGED_EXTERNALLY"
3867
+ }
3868
+ /** @enumType */
3869
+ type DeleteStatusWithLiterals = DeleteStatus | 'UNKNOWN' | 'TRASH' | 'DELETED' | 'PENDING_PURGE' | 'PURGED_EXTERNALLY';
3870
+ /** Restoration of the meta site. */
3871
+ interface SiteUndeleted {
3872
+ }
3873
+ /** First publish of a meta site. Or subsequent publish after unpublish. */
3874
+ interface SitePublished {
3875
+ }
3876
+ interface SiteUnpublished {
3877
+ /**
3878
+ * A list of URLs previously associated with the meta site.
3879
+ * @maxLength 4000
3880
+ * @maxSize 10000
3881
+ */
3882
+ urls?: string[];
3883
+ }
3884
+ interface SiteMarkedAsTemplate {
3885
+ }
3886
+ interface SiteMarkedAsWixSite {
3887
+ }
3888
+ /**
3889
+ * Represents a service provisioned a site.
3890
+ *
3891
+ * Note on `origin_instance_id`:
3892
+ * There is no guarantee that you will be able to find a meta site using `origin_instance_id`.
3893
+ * This is because of the following scenario:
3894
+ *
3895
+ * Imagine you have a template where a third-party application (TPA) includes some stub data,
3896
+ * such as a product catalog. When you create a site from this template, you inherit this
3897
+ * default product catalog. However, if the template's product catalog is modified,
3898
+ * your site will retain the catalog as it was at the time of site creation. This ensures that
3899
+ * your site remains consistent with what you initially received and does not include any
3900
+ * changes made to the original template afterward.
3901
+ * To ensure this, the TPA on the template gets a new instance_id.
3902
+ */
3903
+ interface ServiceProvisioned {
3904
+ /**
3905
+ * Either UUID or EmbeddedServiceType.
3906
+ * @maxLength 36
3907
+ */
3908
+ appDefId?: string;
3909
+ /**
3910
+ * Not only UUID. Something here could be something weird.
3911
+ * @maxLength 36
3912
+ */
3913
+ instanceId?: string;
3914
+ /**
3915
+ * An instance id from which this instance is originated.
3916
+ * @maxLength 36
3917
+ */
3918
+ originInstanceId?: string;
3919
+ /**
3920
+ * A version.
3921
+ * @maxLength 500
3922
+ */
3923
+ version?: string | null;
3924
+ /**
3925
+ * The origin meta site id
3926
+ * @format GUID
3927
+ */
3928
+ originMetaSiteId?: string | null;
3929
+ }
3930
+ interface ServiceRemoved {
3931
+ /**
3932
+ * Either UUID or EmbeddedServiceType.
3933
+ * @maxLength 36
3934
+ */
3935
+ appDefId?: string;
3936
+ /**
3937
+ * Not only UUID. Something here could be something weird.
3938
+ * @maxLength 36
3939
+ */
3940
+ instanceId?: string;
3941
+ /**
3942
+ * A version.
3943
+ * @maxLength 500
3944
+ */
3945
+ version?: string | null;
3946
+ }
3947
+ /** Rename of the site. Meaning, free public url has been changed as well. */
3948
+ interface SiteRenamed {
3949
+ /**
3950
+ * A new meta site name (URL slug).
3951
+ * @maxLength 20
3952
+ */
3953
+ newSiteName?: string;
3954
+ /**
3955
+ * A previous meta site name (URL slug).
3956
+ * @maxLength 255
3957
+ */
3958
+ oldSiteName?: string;
3959
+ }
3960
+ /**
3961
+ * Hard deletion of the meta site.
3962
+ *
3963
+ * Could not be restored. Therefore it's desirable to cleanup data.
3964
+ */
3965
+ interface SiteHardDeleted {
3966
+ /** A deletion context. */
3967
+ deleteContext?: DeleteContext;
3968
+ }
3969
+ interface NamespaceChanged {
3970
+ /** A previous namespace. */
3971
+ oldNamespace?: NamespaceWithLiterals;
3972
+ /** A new namespace. */
3973
+ newNamespace?: NamespaceWithLiterals;
3974
+ }
3975
+ /** Assigned Studio editor */
3976
+ interface StudioAssigned {
3977
+ }
3978
+ /** Unassigned Studio editor */
3979
+ interface StudioUnassigned {
3980
+ }
3981
+ /**
3982
+ * Fired in case site URLs were changed in any way: new secondary domain, published, account slug rename, site rename etc.
3983
+ *
3984
+ * This is an internal event, it's not propagated in special events, because it's non-actionable. If you need to keep up
3985
+ * with sites and its urls, you need to listen to another topic/event. Read about it:
3986
+ *
3987
+ * https://bo.wix.com/wix-docs/rest/meta-site/meta-site---urls-service
3988
+ */
3989
+ interface SiteUrlChanged {
3990
+ }
3991
+ /**
3992
+ * Used at the end of the deletion flow for both draft sites and when a user deletes a site.
3993
+ * Consumed by other teams to remove relevant data.
3994
+ */
3995
+ interface SitePurgedExternally {
3996
+ /**
3997
+ * @maxLength 2048
3998
+ * @maxSize 100
3999
+ * @deprecated
4000
+ * @targetRemovalDate 2025-04-15
4001
+ */
4002
+ appDefId?: string[];
4003
+ }
4004
+ /** Assigned Odeditor */
4005
+ interface OdeditorAssigned {
4006
+ }
4007
+ /** Unassigned Odeditor */
4008
+ interface OdeditorUnassigned {
4009
+ }
4010
+ /** Assigned Picasso editor */
4011
+ interface PicassoAssigned {
4012
+ }
4013
+ /** Unassigned Picasso */
4014
+ interface PicassoUnassigned {
4015
+ }
4016
+ /** Assigned Wixel */
4017
+ interface WixelAssigned {
4018
+ }
4019
+ /** Unassigned Wixel */
4020
+ interface WixelUnassigned {
4021
+ }
4022
+ /** Assigned StudioTwo */
4023
+ interface StudioTwoAssigned {
4024
+ }
4025
+ /** Unassigned StudioTwo */
4026
+ interface StudioTwoUnassigned {
4027
+ }
4028
+ /** Media from user domain is enabled. */
4029
+ interface UserDomainMediaEnabled {
4030
+ }
4031
+ /** Media from user domain is disabled. */
4032
+ interface UserDomainMediaDisabled {
4033
+ }
3529
4034
  interface PreparePaymentCollectionRequest {
3530
4035
  /**
3531
4036
  * Ecom order ID.
@@ -7894,4 +8399,4 @@ interface BulkUpdateOrderTagsOptions {
7894
8399
  unassignTags?: Tags;
7895
8400
  }
7896
8401
 
7897
- export { AdditionalFeeSource as $, type AddActivitiesOptions as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PaymentStatus as E, FulfillmentStatus as F, type GetPaymentCollectabilityStatusResponse as G, VatType as H, ItemTypePreset as I, JurisdictionType as J, PickupMethod as K, OrderStatus as L, type MaskedOrder as M, DiscountType as N, type Order as O, type Price as P, DiscountReason as Q, LineItemQuantityChangeType as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, ActivityType as X, OrderActivityTypeEnumActivityType as Y, AttributionSource as Z, ChannelType as _, type PreparePaymentCollectionOptions as a, type BuyerInfo as a$, OrderActionType as a0, ChargeType as a1, WebhookIdentityType as a2, PreviewEmailType as a3, ScheduledAction as a4, DurationUnit as a5, PaymentCollectabilityStatus as a6, RefundableStatus as a7, NonRefundableReason as a8, ManuallyRefundableReason as a9, type DescriptionLineDescriptionLineValueOneOf as aA, type DescriptionLineName as aB, type PlainTextValue as aC, type Color as aD, type FocalPoint as aE, type PhysicalProperties as aF, type ItemType as aG, type ItemTypeItemTypeDataOneOf as aH, type ItemTaxFullDetails as aI, type LineItemTaxInfo as aJ, type LineItemTaxBreakdown as aK, type DigitalFile as aL, type SubscriptionInfo as aM, type SubscriptionTitle as aN, type SubscriptionDescription as aO, type SubscriptionSettings as aP, type FreeTrialPeriod as aQ, type BillingAdjustment as aR, type BillingAdjustmentPriceSummary as aS, type PriceDescription as aT, type LocationAndQuantity as aU, type TaxableAddress as aV, type TaxableAddressTaxableAddressDataOneOf as aW, type ExtendedFields as aX, type ModifierGroup as aY, type TranslatableString as aZ, type ItemModifier as a_, RestockType as aa, TransactionStatus as ab, AuthorizationCaptureStatus as ac, AuthorizationVoidStatus as ad, Reason as ae, ActionType as af, ChargebackStatus as ag, MembershipPaymentStatus as ah, RefundStatus as ai, VersioningMode as aj, SortOrder as ak, OrderApprovalStrategy as al, DeltaPaymentOptionType as am, InventoryAction as an, Placement as ao, SubdivisionType as ap, SourceType as aq, CustomFieldGroup as ar, ValueType as as, DepositType as at, InvoiceStatus as au, type OrderLineItem as av, type ProductName as aw, type CatalogReference as ax, type DescriptionLine as ay, type DescriptionLineValueOneOf as az, type PreparePaymentCollectionResponse as b, type GiftCardPaymentRefund as b$, type BuyerInfoIdOneOf as b0, type CurrencyConversionDetails as b1, type PriceSummary as b2, type AddressWithContact as b3, type Address as b4, type StreetAddress as b5, type AddressLocation as b6, type FullAddressContactDetails as b7, type VatId as b8, type V1ShippingInformation as b9, type NewExchangeOrderCreated as bA, type LineItemExchangeData as bB, type DraftOrderChangesApplied as bC, type OrderChange as bD, type OrderChangeValueOneOf as bE, type LineItemChanges as bF, type LineItemQuantityChange as bG, type LineItemPriceChange as bH, type LineItemProductNameChange as bI, type LineItemDescriptionLineChange as bJ, type LineItemModifiersChange as bK, type ManagedLineItem as bL, type ManagedDiscount as bM, type TranslatedValue as bN, type LineItemAmount as bO, type ManagedAdditionalFee as bP, type TotalPriceChange as bQ, type ShippingInformationChange as bR, type ShippingInformation as bS, type SavedPaymentMethod as bT, type AuthorizedPaymentCreated as bU, type AuthorizedPaymentCaptured as bV, type AuthorizedPaymentVoided as bW, type RefundInitiated as bX, type RefundedPayment as bY, type RefundedPaymentKindOneOf as bZ, type RegularPaymentRefund as b_, type DeliveryLogistics as ba, type DeliveryLogisticsAddressOneOf as bb, type PickupDetails as bc, type PickupAddress as bd, type DeliveryTimeSlot as be, type ShippingPrice as bf, type ShippingRegion as bg, type TaxSummary as bh, type OrderTaxInfo as bi, type OrderTaxBreakdown as bj, type AppliedDiscount as bk, type AppliedDiscountDiscountSourceOneOf as bl, type Coupon as bm, type MerchantDiscount as bn, type MerchantDiscountMerchantDiscountReasonOneOf as bo, type DiscountRule as bp, type DiscountRuleName as bq, type LineItemDiscount as br, type ItemCombination as bs, type ItemCombinationLineItem as bt, type Activity as bu, type ActivityContentOneOf as bv, type CustomActivity as bw, type MerchantComment as bx, type OrderRefunded as by, type OrderCreatedFromExchange as bz, type PreparePaymentCollectionApplicationErrors as c, type IdentificationDataIdOneOf as c$, type MembershipPaymentRefund as c0, type PaymentRefunded as c1, type PaymentRefundFailed as c2, type RefundedAsStoreCredit as c3, type PaymentPending as c4, type PaymentPendingPaymentDetailsOneOf as c5, type RegularPayment as c6, type RegularPaymentPaymentMethodDetailsOneOf as c7, type CreditCardDetails as c8, type PaymentCanceled as c9, type OwnerApps as cA, type FormInfo as cB, type FormIdentifier as cC, type PlatformFeeSummary as cD, type PlatformFee as cE, type OrderApproved as cF, type OrdersExperiments as cG, type OrderRejectedEventOrderRejected as cH, type OrderItemsRestocked as cI, type V1RestockItem as cJ, type OrderImported as cK, type ImportedOrderDeleted as cL, type ImportOrderRequest as cM, type ImportOrderResponse as cN, type SetOrderNumberCounterRequest as cO, type SetOrderNumberCounterResponse as cP, type BulkDeleteImportedOrdersRequest as cQ, type BulkDeleteImportedOrdersResponse as cR, type DomainEvent as cS, type DomainEventBodyOneOf as cT, type EntityCreatedEvent as cU, type RestoreInfo as cV, type EntityUpdatedEvent as cW, type EntityDeletedEvent as cX, type ActionEvent as cY, type MessageEnvelope as cZ, type IdentificationData as c_, type PaymentCanceledPaymentDetailsOneOf as ca, type PaymentDeclined as cb, type PaymentDeclinedPaymentDetailsOneOf as cc, type ReceiptCreated as cd, type ReceiptCreatedReceiptInfoOneOf as ce, type WixReceipt as cf, type ExternalReceipt as cg, type ReceiptSent as ch, type ReceiptSentReceiptInfoOneOf as ci, type ChargebackCreated as cj, type ChargebackReversed as ck, type CreatedBy as cl, type CreatedByStringOneOf as cm, type ChannelInfo as cn, type CustomField as co, type BalanceSummary as cp, type Balance as cq, type AdditionalFee as cr, type FulfillmentStatusesAggregate as cs, type Tags as ct, type TagList as cu, type Location as cv, type OrderSettings as cw, type OrderSettingsAllowedActionsOneOf as cx, type OrderSettingsEditableByOneOf as cy, type CustomAllowedActions as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type Refundability as d$, type AccountInfo as d0, type SendBuyerConfirmationEmailRequest as d1, type SendBuyerConfirmationEmailResponse as d2, type SendBuyerPaymentsReceivedEmailRequest as d3, type SendBuyerPaymentsReceivedEmailResponse as d4, type SendBuyerPickupConfirmationEmailRequest as d5, type SendBuyerPickupConfirmationEmailResponse as d6, type BulkSendBuyerPickupConfirmationEmailsRequest as d7, type BulkSendBuyerPickupConfirmationEmailsResponse as d8, type SendBuyerShippingConfirmationEmailRequest as d9, type PreviewBuyerPaymentsReceivedEmailResponse as dA, type PreviewBuyerConfirmationEmailRequest as dB, type PreviewBuyerConfirmationEmailResponse as dC, type PreviewBuyerPickupConfirmationEmailRequest as dD, type PreviewBuyerPickupConfirmationEmailResponse as dE, type PreviewShippingConfirmationEmailRequest as dF, type PreviewShippingConfirmationEmailResponse as dG, type PreviewResendDownloadLinksEmailRequest as dH, type PreviewResendDownloadLinksEmailResponse as dI, type Empty as dJ, type PreparePaymentCollectionRequest as dK, type RedirectUrls as dL, type DelayedCaptureSettings as dM, type Duration as dN, type GetPaymentCollectabilityStatusRequest as dO, type RecordManuallyCollectedPaymentRequest as dP, type RecordManuallyCollectedPaymentResponse as dQ, type MarkOrderAsPaidRequest as dR, type MarkOrderAsPaidResponse as dS, type BulkMarkOrdersAsPaidRequest as dT, type BulkMarkOrdersAsPaidResponse as dU, type BulkOrderResult as dV, type ItemMetadata as dW, type ApplicationError as dX, type BulkActionMetadata as dY, type GetRefundabilityStatusRequest as dZ, type GetRefundabilityStatusResponse as d_, 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 dp, type RefundItem as dq, type LineItemRefund as dr, type AdditionalFeeRefund as ds, type ShippingRefund as dt, type PreviewRefundEmailResponse as du, type PreviewCancelEmailRequest as dv, type PreviewCancelEmailResponse as dw, type PreviewCancelRefundEmailRequest as dx, type PreviewCancelRefundEmailResponse as dy, type PreviewBuyerPaymentsReceivedEmailRequest as dz, type PaymentCapture as e, type ErrorInformation as e$, type RefundabilityAdditionalRefundabilityInfoOneOf as e0, type CreatePaymentGatewayOrderRequest as e1, type ChargedBy as e2, type CreatePaymentGatewayOrderResponse as e3, type ChargeMembershipsRequest as e4, type MembershipChargeItem as e5, type MembershipName as e6, type ServiceProperties as e7, type ChargeMembershipsResponse as e8, type TriggerRefundRequest as e9, type AggregatedRefundSummary as eA, type RefundItemsBreakdown as eB, type LineItemRefundSummary as eC, type CalculateRefundRequest as eD, type CalculateRefundItemRequest as eE, type CalculateRefundResponse as eF, type CalculateRefundItemResponse as eG, type VoidAuthorizedPaymentsRequest as eH, type CaptureAuthorizedPaymentsRequest as eI, type ChargeSavedPaymentMethodRequest as eJ, type ChargeSavedPaymentMethodResponse as eK, type UpdateInternalDocumentsEvent as eL, type UpdateInternalDocumentsEventOperationOneOf as eM, type InternalDocument as eN, type InternalDocumentUpdateOperation as eO, type DeleteByIdsOperation as eP, type DeleteByFilterOperation as eQ, type InternalDocumentUpdateByFilterOperation as eR, type InternalUpdateExistingOperation as eS, type VersionedDocumentUpdateOperation as eT, type VersionedDeleteByIdsOperation as eU, type VersionedDocumentId as eV, type TriggerReindexRequest as eW, type TriggerReindexResponse as eX, type BatchOfTriggerReindexOrderRequest as eY, type TriggerReindexOrderRequest as eZ, type DiffmatokyPayload as e_, type PaymentRefund as ea, type RefundSideEffects as eb, type RestockInfo as ec, type RestockItem as ed, type TriggerRefundResponse as ee, type OrderTransactions as ef, type Payment as eg, type PaymentPaymentDetailsOneOf as eh, type PaymentReceiptInfoOneOf as ei, type RegularPaymentDetails as ej, type RegularPaymentDetailsPaymentMethodDetailsOneOf as ek, type CreditCardPaymentMethodDetails as el, type AuthorizationDetails as em, type AuthorizationCapture as en, type AuthorizationActionFailureDetails as eo, type AuthorizationVoid as ep, type V1ScheduledAction as eq, type Chargeback as er, type PaymentMethodName as es, type GiftCardPaymentDetails as et, type MembershipPaymentDetails as eu, type WixReceiptInfo as ev, type ExternalReceiptInfo as ew, type Refund as ex, type RefundTransaction as ey, type RefundStatusInfo as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type UpdateBuyerEmailResponse as f$, type GetOrderRequest as f0, type GetOrderResponse as f1, type InternalQueryOrdersRequest as f2, type PlatformQuery as f3, type PlatformQueryPagingMethodOneOf as f4, type Sorting as f5, type PlatformPaging as f6, type CursorPaging as f7, type InternalQueryOrdersResponse as f8, type PlatformPagingMetadata as f9, type AppliedDiscountDeltaDeltaOneOf as fA, type AdditionalFeeDelta as fB, type AdditionalFeeDeltaDeltaOneOf as fC, type DraftOrderCommitSettings as fD, type InventoryUpdateDetails as fE, type CommitDeltasResponse as fF, type OrderDeltasCommitted as fG, type CommittedDiffs as fH, type CommittedDiffsShippingUpdateInfoOneOf as fI, type LineItemDelta as fJ, type LineItemDeltaDeltaOneOf as fK, type ArchiveOrderRequest as fL, type ArchiveOrderResponse as fM, type BulkArchiveOrdersRequest as fN, type BulkArchiveOrdersResponse as fO, type BulkArchiveOrdersByFilterRequest as fP, type BulkArchiveOrdersByFilterResponse as fQ, type UnArchiveOrderRequest as fR, type UnArchiveOrderResponse as fS, type BulkUnArchiveOrdersRequest as fT, type BulkUnArchiveOrdersResponse as fU, type BulkUnArchiveOrdersByFilterRequest as fV, type BulkUnArchiveOrdersByFilterResponse as fW, type UpdateBuyerInfoRequest as fX, type BuyerInfoUpdate as fY, type UpdateBuyerInfoResponse as fZ, type UpdateBuyerEmailRequest as f_, type Cursors as fa, type QueryOrderRequest as fb, type QueryOrderResponse as fc, type SearchOrdersRequest as fd, type CursorSearch as fe, type CursorSearchPagingMethodOneOf as ff, type CursorPagingMetadata as fg, type CreateOrderRequest as fh, type OrderCreationSettings as fi, type OrderCreationSettingsEditableByOneOf as fj, type OrderCreateNotifications as fk, type CreateOrderResponse as fl, type UpdateOrderRequest as fm, type UpdateOrderResponse as fn, type BulkUpdateOrdersRequest as fo, type CommitDeltasRequest as fp, type DraftOrderDiffs as fq, type DraftOrderDiffsShippingUpdateInfoOneOf as fr, type DraftOrderDiffsBuyerUpdateInfoOneOf as fs, type DraftOrderDiffsBillingUpdateInfoOneOf as ft, type DraftOrderDiffsRecipientUpdateInfoOneOf as fu, type V1LineItemDelta as fv, type V1LineItemDeltaDeltaOneOf as fw, type OrderLineItemChangedDetails as fx, type ItemChangedDetails as fy, type AppliedDiscountDelta as fz, type GetOrderApplicationErrors as g, type BulkSetBusinessLocationRequest as g$, type UpdateOrderShippingAddressRequest as g0, type UpdateOrderShippingAddressResponse as g1, type UpdateBillingContactDetailsRequest as g2, type UpdateBillingContactDetailsResponse as g3, type UpdateOrderLineItemRequest as g4, type UpdateOrderLineItemResponse as g5, type UpdateOrderLineItemsRequest as g6, type MaskedOrderLineItem as g7, type UpdateOrderLineItemsResponse as g8, type AddInternalActivityRequest as g9, type AddActivitiesRequest as gA, type UpdateActivityRequest as gB, type UpdateActivityResponse as gC, type DeleteActivityRequest as gD, type DeleteActivityResponse as gE, type UpdateLineItemsDescriptionLinesRequest as gF, type LineItemUpdate as gG, type UpdateLineItemsDescriptionLinesResponse as gH, type MarkOrderAsSeenByHumanRequest as gI, type MarkOrderAsSeenByHumanResponse as gJ, type CancelOrderRequest as gK, type OrderCanceledEventOrderCanceled as gL, type UpdateOrderStatusRequest as gM, type UpdateOrderStatusResponse as gN, type MarkAsFulfilledRequest as gO, type MarkAsFulfilledResponse as gP, type FulfillmentStatusUpdated as gQ, type BulkMarkAsFulfilledRequest as gR, type BulkMarkAsFulfilledResponse as gS, type BulkMarkAsFulfilledByFilterRequest as gT, type BulkMarkAsFulfilledByFilterResponse as gU, type MarkAsUnfulfilledRequest as gV, type MarkAsUnfulfilledResponse as gW, type BulkMarkAsUnfulfilledRequest as gX, type BulkMarkAsUnfulfilledResponse as gY, type BulkMarkAsUnfulfilledByFilterRequest as gZ, type BulkMarkAsUnfulfilledByFilterResponse as g_, type InternalActivity as ga, type InternalActivityContentOneOf as gb, type OrderPlaced as gc, type OrderPaid as gd, type OrderFulfilled as ge, type OrderNotFulfilled as gf, type OrderCanceled as gg, type DownloadLinkSent as gh, type TrackingNumberAdded as gi, type TrackingNumberEdited as gj, type TrackingLinkAdded as gk, type ShippingConfirmationEmailSent as gl, type InvoiceAdded as gm, type InvoiceSent as gn, type FulfillerEmailSent as go, type ShippingAddressEdited as gp, type EmailEdited as gq, type PickupReadyEmailSent as gr, type OrderPartiallyPaid as gs, type OrderPending as gt, type OrderRejected as gu, type AddInternalActivityResponse as gv, type AddActivityRequest as gw, type PublicActivity as gx, type PublicActivityContentOneOf as gy, type AddActivityResponse as gz, type OrderSearch as h, type BulkDeleteImportedOrdersOptions as h$, type BulkSetBusinessLocationResponse as h0, type BulkSetBusinessLocationResult as h1, type V1MarkOrderAsPaidRequest as h2, type V1MarkOrderAsPaidResponse as h3, type PaymentStatusUpdated as h4, type V1BulkMarkOrdersAsPaidRequest as h5, type V1BulkMarkOrdersAsPaidResponse as h6, type V1CreatePaymentGatewayOrderRequest as h7, type V1CreatePaymentGatewayOrderResponse as h8, type GetShipmentsRequest as h9, type Subdivision as hA, type StandardDetails as hB, type InvoiceDates as hC, type LineItems as hD, type LineItem as hE, type BigDecimalWrapper as hF, type LineItemTax as hG, type Source as hH, type LineItemMetaData as hI, type Locale as hJ, type TotalPrice as hK, type ItemizedFee as hL, type Discount as hM, type DiscountOneDiscountTypeOneOf as hN, type CalculatedTaxes as hO, type CalculatedTax as hP, type Payments as hQ, type InvoicesPayment as hR, type MetaData as hS, type InvoiceDynamicPriceTotals as hT, type CustomFieldValue as hU, type Value as hV, type Deposit as hW, type BaseEventMetadata as hX, type EventMetadata as hY, type AccountInfoMetadata as hZ, type SetOrderNumberCounterOptions as h_, type GetShipmentsResponse as ha, type AggregateOrdersRequest as hb, type AggregateOrdersResponse as hc, type DecrementItemsQuantityRequest as hd, type DecrementData as he, type DecrementItemsQuantityResponse as hf, type BulkUpdateOrderTagsRequest as hg, type BulkUpdateOrderTagsResult as hh, type Task as hi, type TaskKey as hj, type TaskAction as hk, type TaskActionActionOneOf as hl, type Complete as hm, type Cancel as hn, type Reschedule as ho, type InvoiceSentEvent as hp, type IdAndVersion as hq, type InvoiceFields as hr, type Customer as hs, type Email as ht, type QuotesAddress as hu, type AddressDescription as hv, type Phone as hw, type Company as hx, type CommonAddress as hy, type CommonAddressStreetOneOf as hz, type CreateOrderOptions as i, type RecordManuallyCollectedPaymentApplicationErrors as i$, type PaymentCollectionCreatePaymentGatewayOrderOptions as i0, type ChargeMembershipsOptions as i1, type TriggerRefundOptions as i2, type OrderSearchSpec as i3, type UpdateOrderLineItemIdentifiers as i4, type UpdateOrderLineItem as i5, type UpdateActivityIdentifiers as i6, type DeleteActivityIdentifiers as i7, type AggregateOrdersOptions as i8, type DescriptionLineTypeWithLiterals as i9, type ScheduledActionWithLiterals as iA, type DurationUnitWithLiterals as iB, type PaymentCollectabilityStatusWithLiterals as iC, type RefundableStatusWithLiterals as iD, type NonRefundableReasonWithLiterals as iE, type ManuallyRefundableReasonWithLiterals as iF, type RestockTypeWithLiterals as iG, type TransactionStatusWithLiterals as iH, type AuthorizationCaptureStatusWithLiterals as iI, type AuthorizationVoidStatusWithLiterals as iJ, type ReasonWithLiterals as iK, type ActionTypeWithLiterals as iL, type ChargebackStatusWithLiterals as iM, type MembershipPaymentStatusWithLiterals as iN, type RefundStatusWithLiterals as iO, type VersioningModeWithLiterals as iP, type SortOrderWithLiterals as iQ, type OrderApprovalStrategyWithLiterals as iR, type DeltaPaymentOptionTypeWithLiterals as iS, type InventoryActionWithLiterals as iT, type PlacementWithLiterals as iU, type SubdivisionTypeWithLiterals as iV, type SourceTypeWithLiterals as iW, type CustomFieldGroupWithLiterals as iX, type ValueTypeWithLiterals as iY, type DepositTypeWithLiterals as iZ, type InvoiceStatusWithLiterals as i_, type ItemTypePresetWithLiterals as ia, type PaymentOptionTypeWithLiterals as ib, type JurisdictionTypeWithLiterals as ic, type SubscriptionFrequencyWithLiterals as id, type AdjustmentTypeWithLiterals as ie, type TaxableAddressTypeWithLiterals as ig, type PaymentStatusWithLiterals as ih, type FulfillmentStatusWithLiterals as ii, type WeightUnitWithLiterals as ij, type VatTypeWithLiterals as ik, type PickupMethodWithLiterals as il, type OrderStatusWithLiterals as im, type DiscountTypeWithLiterals as io, type DiscountReasonWithLiterals as ip, type LineItemQuantityChangeTypeWithLiterals as iq, type ActivityTypeWithLiterals as ir, type OrderActivityTypeEnumActivityTypeWithLiterals as is, type AttributionSourceWithLiterals as it, type ChannelTypeWithLiterals as iu, type AdditionalFeeSourceWithLiterals as iv, type OrderActionTypeWithLiterals as iw, type ChargeTypeWithLiterals as ix, type WebhookIdentityTypeWithLiterals as iy, type PreviewEmailTypeWithLiterals as iz, type CreateOrderApplicationErrors as j, type PaymentCollectionMarkOrderAsPaidApplicationErrors as j0, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as j1, type TriggerRefundApplicationErrors as j2, type UpdateOrderStatusApplicationErrors as j3, type CommonSearchWithEntityContext as j4, onOrderApproved as j5, onOrderUpdated as j6, onOrderCanceled as j7, onOrderCreated as j8, onOrderPaymentStatusUpdated as j9, preparePaymentCollection as ja, getPaymentCollectabilityStatus as jb, voidAuthorizedPayments as jc, captureAuthorizedPayments as jd, getOrder as je, createOrder as jf, updateOrder as jg, bulkUpdateOrders as jh, addActivities as ji, cancelOrder as jj, bulkUpdateOrderTags as jk, type UpdateOrderApplicationErrors as k, 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 OrderUpdatedEnvelope as t, type OrderCanceledEnvelope as u, type OrderCreatedEnvelope as v, type OrderPaymentStatusUpdatedEnvelope as w, PaymentOptionType as x, SubscriptionFrequency as y, AdjustmentType as z };
8402
+ export { AdditionalFeeSource as $, type AddActivitiesOptions as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PaymentStatus as E, FulfillmentStatus as F, type GetPaymentCollectabilityStatusResponse as G, VatType as H, ItemTypePreset as I, JurisdictionType as J, PickupMethod as K, OrderStatus as L, type MaskedOrder as M, DiscountType as N, type Order as O, type Price as P, DiscountReason as Q, LineItemQuantityChangeType as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, ActivityType as X, OrderActivityTypeEnumActivityType as Y, AttributionSource as Z, ChannelType as _, type PreparePaymentCollectionOptions as a, type ExtendedFields as a$, OrderActionType as a0, ChargeType as a1, WebhookIdentityType as a2, PreviewEmailType as a3, State as a4, SiteCreatedContext as a5, Namespace as a6, DeleteStatus as a7, ScheduledAction as a8, DurationUnit as a9, type ProductName as aA, type CatalogReference as aB, type DescriptionLine as aC, type DescriptionLineValueOneOf as aD, type DescriptionLineDescriptionLineValueOneOf as aE, type DescriptionLineName as aF, type PlainTextValue as aG, type Color as aH, type FocalPoint as aI, type PhysicalProperties as aJ, type ItemType as aK, type ItemTypeItemTypeDataOneOf as aL, type ItemTaxFullDetails as aM, type LineItemTaxInfo as aN, type LineItemTaxBreakdown as aO, type DigitalFile as aP, type SubscriptionInfo as aQ, type SubscriptionTitle as aR, type SubscriptionDescription as aS, type SubscriptionSettings as aT, type FreeTrialPeriod as aU, type BillingAdjustment as aV, type BillingAdjustmentPriceSummary as aW, type PriceDescription as aX, type LocationAndQuantity as aY, type TaxableAddress as aZ, type TaxableAddressTaxableAddressDataOneOf as a_, PaymentCollectabilityStatus as aa, RefundableStatus as ab, NonRefundableReason as ac, ManuallyRefundableReason as ad, RestockType as ae, TransactionStatus as af, AuthorizationCaptureStatus as ag, AuthorizationVoidStatus as ah, Reason as ai, ActionType as aj, ChargebackStatus as ak, MembershipPaymentStatus as al, RefundStatus as am, VersioningMode as an, SortOrder as ao, OrderApprovalStrategy as ap, DeltaPaymentOptionType as aq, InventoryAction as ar, Placement as as, SubdivisionType as at, SourceType as au, CustomFieldGroup as av, ValueType as aw, DepositType as ax, InvoiceStatus as ay, type OrderLineItem as az, type PreparePaymentCollectionResponse as b, type RefundInitiated as b$, type ModifierGroup as b0, type TranslatableString as b1, type ItemModifier as b2, type BuyerInfo as b3, type BuyerInfoIdOneOf as b4, type CurrencyConversionDetails as b5, type PriceSummary as b6, type AddressWithContact as b7, type Address as b8, type StreetAddress as b9, type CustomActivity as bA, type MerchantComment as bB, type OrderRefunded as bC, type OrderCreatedFromExchange as bD, type NewExchangeOrderCreated as bE, type LineItemExchangeData as bF, type DraftOrderChangesApplied as bG, type OrderChange as bH, type OrderChangeValueOneOf as bI, type LineItemChanges as bJ, type LineItemQuantityChange as bK, type LineItemPriceChange as bL, type LineItemProductNameChange as bM, type LineItemDescriptionLineChange as bN, type LineItemModifiersChange as bO, type ManagedLineItem as bP, type ManagedDiscount as bQ, type TranslatedValue as bR, type LineItemAmount as bS, type ManagedAdditionalFee as bT, type TotalPriceChange as bU, type ShippingInformationChange as bV, type ShippingInformation as bW, type SavedPaymentMethod as bX, type AuthorizedPaymentCreated as bY, type AuthorizedPaymentCaptured as bZ, type AuthorizedPaymentVoided as b_, type AddressLocation as ba, type FullAddressContactDetails as bb, type VatId as bc, type V1ShippingInformation as bd, type DeliveryLogistics as be, type DeliveryLogisticsAddressOneOf as bf, type PickupDetails as bg, type PickupAddress as bh, type DeliveryTimeSlot as bi, type ShippingPrice as bj, type ShippingRegion as bk, type TaxSummary as bl, type OrderTaxInfo as bm, type OrderTaxBreakdown as bn, type AppliedDiscount as bo, type AppliedDiscountDiscountSourceOneOf as bp, type Coupon as bq, type MerchantDiscount as br, type MerchantDiscountMerchantDiscountReasonOneOf as bs, type DiscountRule as bt, type DiscountRuleName as bu, type LineItemDiscount as bv, type ItemCombination as bw, type ItemCombinationLineItem as bx, type Activity as by, type ActivityContentOneOf as bz, type PreparePaymentCollectionApplicationErrors as c, type EntityDeletedEvent as c$, type RefundedPayment as c0, type RefundedPaymentKindOneOf as c1, type RegularPaymentRefund as c2, type GiftCardPaymentRefund as c3, type MembershipPaymentRefund as c4, type PaymentRefunded as c5, type PaymentRefundFailed as c6, type RefundedAsStoreCredit as c7, type PaymentPending as c8, type PaymentPendingPaymentDetailsOneOf as c9, type OrderSettings as cA, type OrderSettingsAllowedActionsOneOf as cB, type OrderSettingsEditableByOneOf as cC, type CustomAllowedActions as cD, type OwnerApps as cE, type FormInfo as cF, type FormIdentifier as cG, type PlatformFeeSummary as cH, type PlatformFee as cI, type OrderApproved as cJ, type OrdersExperiments as cK, type OrderRejectedEventOrderRejected as cL, type OrderItemsRestocked as cM, type V1RestockItem as cN, type OrderImported as cO, type ImportedOrderDeleted as cP, type ImportOrderRequest as cQ, type ImportOrderResponse as cR, type SetOrderNumberCounterRequest as cS, type SetOrderNumberCounterResponse as cT, type BulkDeleteImportedOrdersRequest as cU, type BulkDeleteImportedOrdersResponse as cV, type DomainEvent as cW, type DomainEventBodyOneOf as cX, type EntityCreatedEvent as cY, type RestoreInfo as cZ, type EntityUpdatedEvent as c_, type RegularPayment as ca, type RegularPaymentPaymentMethodDetailsOneOf as cb, type CreditCardDetails as cc, type PaymentCanceled as cd, type PaymentCanceledPaymentDetailsOneOf as ce, type PaymentDeclined as cf, type PaymentDeclinedPaymentDetailsOneOf as cg, type ReceiptCreated as ch, type ReceiptCreatedReceiptInfoOneOf as ci, type WixReceipt as cj, type ExternalReceipt as ck, type ReceiptSent as cl, type ReceiptSentReceiptInfoOneOf as cm, type ChargebackCreated as cn, type ChargebackReversed as co, type CreatedBy as cp, type CreatedByStringOneOf as cq, type ChannelInfo as cr, type CustomField as cs, type BalanceSummary as ct, type Balance as cu, type AdditionalFee as cv, type FulfillmentStatusesAggregate as cw, type Tags as cx, type TagList as cy, type Location as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type ServiceRemoved as d$, type ActionEvent as d0, type MessageEnvelope as d1, type IdentificationData as d2, type IdentificationDataIdOneOf as d3, type AccountInfo as d4, type SendBuyerConfirmationEmailRequest as d5, type SendBuyerConfirmationEmailResponse as d6, type SendBuyerPaymentsReceivedEmailRequest as d7, type SendBuyerPaymentsReceivedEmailResponse as d8, type SendBuyerPickupConfirmationEmailRequest as d9, type PreviewCancelEmailResponse as dA, type PreviewCancelRefundEmailRequest as dB, type PreviewCancelRefundEmailResponse as dC, type PreviewBuyerPaymentsReceivedEmailRequest as dD, type PreviewBuyerPaymentsReceivedEmailResponse as dE, type PreviewBuyerConfirmationEmailRequest as dF, type PreviewBuyerConfirmationEmailResponse as dG, type PreviewBuyerPickupConfirmationEmailRequest as dH, type PreviewBuyerPickupConfirmationEmailResponse as dI, type PreviewShippingConfirmationEmailRequest as dJ, type PreviewShippingConfirmationEmailResponse as dK, type PreviewResendDownloadLinksEmailRequest as dL, type PreviewResendDownloadLinksEmailResponse as dM, type Empty as dN, type MetaSiteSpecialEvent as dO, type MetaSiteSpecialEventPayloadOneOf as dP, type Asset as dQ, type SiteCreated as dR, type SiteTransferred as dS, type SiteDeleted as dT, type DeleteContext as dU, type SiteUndeleted as dV, type SitePublished as dW, type SiteUnpublished as dX, type SiteMarkedAsTemplate as dY, type SiteMarkedAsWixSite as dZ, type ServiceProvisioned as d_, type SendBuyerPickupConfirmationEmailResponse as da, type BulkSendBuyerPickupConfirmationEmailsRequest as db, type BulkSendBuyerPickupConfirmationEmailsResponse as dc, type SendBuyerShippingConfirmationEmailRequest as dd, type SendBuyerShippingConfirmationEmailResponse as de, type BulkSendBuyerShippingConfirmationEmailsRequest as df, type BulkSendBuyerShippingConfirmationEmailsResponse as dg, type SendMerchantOrderReceivedNotificationRequest as dh, type SendMerchantOrderReceivedNotificationResponse as di, type SendCancelRefundEmailRequest as dj, type SendCancelRefundEmailResponse as dk, type SendRefundEmailRequest as dl, type SendRefundEmailResponse as dm, type SendMerchantOrderReceivedPushRequest as dn, type SendMerchantOrderReceivedPushResponse as dp, type PreviewEmailByTypeRequest as dq, type PreviewEmailByTypeResponse as dr, type PreviewRefundEmailRequest as ds, type RefundDetails as dt, type RefundItem as du, type LineItemRefund as dv, type AdditionalFeeRefund as dw, type ShippingRefund as dx, type PreviewRefundEmailResponse as dy, type PreviewCancelEmailRequest as dz, type PaymentCapture as e, type PaymentMethodName as e$, type SiteRenamed as e0, type SiteHardDeleted as e1, type NamespaceChanged as e2, type StudioAssigned as e3, type StudioUnassigned as e4, type SiteUrlChanged as e5, type SitePurgedExternally as e6, type OdeditorAssigned as e7, type OdeditorUnassigned as e8, type PicassoAssigned as e9, type CreatePaymentGatewayOrderRequest as eA, type ChargedBy as eB, type CreatePaymentGatewayOrderResponse as eC, type ChargeMembershipsRequest as eD, type MembershipChargeItem as eE, type MembershipName as eF, type ServiceProperties as eG, type ChargeMembershipsResponse as eH, type TriggerRefundRequest as eI, type PaymentRefund as eJ, type RefundSideEffects as eK, type RestockInfo as eL, type RestockItem as eM, type TriggerRefundResponse as eN, type OrderTransactions as eO, type Payment as eP, type PaymentPaymentDetailsOneOf as eQ, type PaymentReceiptInfoOneOf as eR, type RegularPaymentDetails as eS, type RegularPaymentDetailsPaymentMethodDetailsOneOf as eT, type CreditCardPaymentMethodDetails as eU, type AuthorizationDetails as eV, type AuthorizationCapture as eW, type AuthorizationActionFailureDetails as eX, type AuthorizationVoid as eY, type V1ScheduledAction as eZ, type Chargeback as e_, type PicassoUnassigned as ea, type WixelAssigned as eb, type WixelUnassigned as ec, type StudioTwoAssigned as ed, type StudioTwoUnassigned as ee, type UserDomainMediaEnabled as ef, type UserDomainMediaDisabled as eg, type PreparePaymentCollectionRequest as eh, type RedirectUrls as ei, type DelayedCaptureSettings as ej, type Duration as ek, type GetPaymentCollectabilityStatusRequest as el, type RecordManuallyCollectedPaymentRequest as em, type RecordManuallyCollectedPaymentResponse as en, type MarkOrderAsPaidRequest as eo, type MarkOrderAsPaidResponse as ep, type BulkMarkOrdersAsPaidRequest as eq, type BulkMarkOrdersAsPaidResponse as er, type BulkOrderResult as es, type ItemMetadata as et, type ApplicationError as eu, type BulkActionMetadata as ev, type GetRefundabilityStatusRequest as ew, type GetRefundabilityStatusResponse as ex, type Refundability as ey, type RefundabilityAdditionalRefundabilityInfoOneOf as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type DraftOrderDiffsBuyerUpdateInfoOneOf as f$, type GiftCardPaymentDetails as f0, type MembershipPaymentDetails as f1, type WixReceiptInfo as f2, type ExternalReceiptInfo as f3, type Refund as f4, type RefundTransaction as f5, type RefundStatusInfo as f6, type AggregatedRefundSummary as f7, type RefundItemsBreakdown as f8, type LineItemRefundSummary as f9, type GetOrderResponse as fA, type InternalQueryOrdersRequest as fB, type PlatformQuery as fC, type PlatformQueryPagingMethodOneOf as fD, type Sorting as fE, type PlatformPaging as fF, type CursorPaging as fG, type InternalQueryOrdersResponse as fH, type PlatformPagingMetadata as fI, type Cursors as fJ, type QueryOrderRequest as fK, type QueryOrderResponse as fL, type SearchOrdersRequest as fM, type CursorSearch as fN, type CursorSearchPagingMethodOneOf as fO, type CursorPagingMetadata as fP, type CreateOrderRequest as fQ, type OrderCreationSettings as fR, type OrderCreationSettingsEditableByOneOf as fS, type OrderCreateNotifications as fT, type CreateOrderResponse as fU, type UpdateOrderRequest as fV, type UpdateOrderResponse as fW, type BulkUpdateOrdersRequest as fX, type CommitDeltasRequest as fY, type DraftOrderDiffs as fZ, type DraftOrderDiffsShippingUpdateInfoOneOf as f_, type CalculateRefundRequest as fa, type CalculateRefundItemRequest as fb, type CalculateRefundResponse as fc, type CalculateRefundItemResponse as fd, type VoidAuthorizedPaymentsRequest as fe, type CaptureAuthorizedPaymentsRequest as ff, type ChargeSavedPaymentMethodRequest as fg, type ChargeSavedPaymentMethodResponse as fh, type UpdateInternalDocumentsEvent as fi, type UpdateInternalDocumentsEventOperationOneOf as fj, type InternalDocument as fk, type InternalDocumentUpdateOperation as fl, type DeleteByIdsOperation as fm, type DeleteByFilterOperation as fn, type InternalDocumentUpdateByFilterOperation as fo, type InternalUpdateExistingOperation as fp, type VersionedDocumentUpdateOperation as fq, type VersionedDeleteByIdsOperation as fr, type VersionedDocumentId as fs, type TriggerReindexRequest as ft, type TriggerReindexResponse as fu, type BatchOfTriggerReindexOrderRequest as fv, type TriggerReindexOrderRequest as fw, type DiffmatokyPayload as fx, type ErrorInformation as fy, type GetOrderRequest as fz, type GetOrderApplicationErrors as g, type OrderPartiallyPaid as g$, type DraftOrderDiffsBillingUpdateInfoOneOf as g0, type DraftOrderDiffsRecipientUpdateInfoOneOf as g1, type V1LineItemDelta as g2, type V1LineItemDeltaDeltaOneOf as g3, type OrderLineItemChangedDetails as g4, type ItemChangedDetails as g5, type AppliedDiscountDelta as g6, type AppliedDiscountDeltaDeltaOneOf as g7, type AdditionalFeeDelta as g8, type AdditionalFeeDeltaDeltaOneOf as g9, type UpdateOrderShippingAddressResponse as gA, type UpdateBillingContactDetailsRequest as gB, type UpdateBillingContactDetailsResponse as gC, type UpdateOrderLineItemRequest as gD, type UpdateOrderLineItemResponse as gE, type UpdateOrderLineItemsRequest as gF, type MaskedOrderLineItem as gG, type UpdateOrderLineItemsResponse as gH, type AddInternalActivityRequest as gI, type InternalActivity as gJ, type InternalActivityContentOneOf as gK, type OrderPlaced as gL, type OrderPaid as gM, type OrderFulfilled as gN, type OrderNotFulfilled as gO, type OrderCanceled as gP, type DownloadLinkSent as gQ, type TrackingNumberAdded as gR, type TrackingNumberEdited as gS, type TrackingLinkAdded as gT, type ShippingConfirmationEmailSent as gU, type InvoiceAdded as gV, type InvoiceSent as gW, type FulfillerEmailSent as gX, type ShippingAddressEdited as gY, type EmailEdited as gZ, type PickupReadyEmailSent as g_, type DraftOrderCommitSettings as ga, type InventoryUpdateDetails as gb, type CommitDeltasResponse as gc, type OrderDeltasCommitted as gd, type CommittedDiffs as ge, type CommittedDiffsShippingUpdateInfoOneOf as gf, type LineItemDelta as gg, type LineItemDeltaDeltaOneOf as gh, type ArchiveOrderRequest as gi, type ArchiveOrderResponse as gj, type BulkArchiveOrdersRequest as gk, type BulkArchiveOrdersResponse as gl, type BulkArchiveOrdersByFilterRequest as gm, type BulkArchiveOrdersByFilterResponse as gn, type UnArchiveOrderRequest as go, type UnArchiveOrderResponse as gp, type BulkUnArchiveOrdersRequest as gq, type BulkUnArchiveOrdersResponse as gr, type BulkUnArchiveOrdersByFilterRequest as gs, type BulkUnArchiveOrdersByFilterResponse as gt, type UpdateBuyerInfoRequest as gu, type BuyerInfoUpdate as gv, type UpdateBuyerInfoResponse as gw, type UpdateBuyerEmailRequest as gx, type UpdateBuyerEmailResponse as gy, type UpdateOrderShippingAddressRequest as gz, type OrderSearch as h, type Customer as h$, type OrderPending as h0, type OrderRejected as h1, type AddInternalActivityResponse as h2, type AddActivityRequest as h3, type PublicActivity as h4, type PublicActivityContentOneOf as h5, type AddActivityResponse as h6, type AddActivitiesRequest as h7, type UpdateActivityRequest as h8, type UpdateActivityResponse as h9, type BulkSetBusinessLocationResult as hA, type V1MarkOrderAsPaidRequest as hB, type V1MarkOrderAsPaidResponse as hC, type PaymentStatusUpdated as hD, type V1BulkMarkOrdersAsPaidRequest as hE, type V1BulkMarkOrdersAsPaidResponse as hF, type V1CreatePaymentGatewayOrderRequest as hG, type V1CreatePaymentGatewayOrderResponse as hH, type GetShipmentsRequest as hI, type GetShipmentsResponse as hJ, type AggregateOrdersRequest as hK, type AggregateOrdersResponse as hL, type DecrementItemsQuantityRequest as hM, type DecrementData as hN, type DecrementItemsQuantityResponse as hO, type BulkUpdateOrderTagsRequest as hP, type BulkUpdateOrderTagsResult as hQ, type Task as hR, type TaskKey as hS, type TaskAction as hT, type TaskActionActionOneOf as hU, type Complete as hV, type Cancel as hW, type Reschedule as hX, type InvoiceSentEvent as hY, type IdAndVersion as hZ, type InvoiceFields as h_, type DeleteActivityRequest as ha, type DeleteActivityResponse as hb, type UpdateLineItemsDescriptionLinesRequest as hc, type LineItemUpdate as hd, type UpdateLineItemsDescriptionLinesResponse as he, type MarkOrderAsSeenByHumanRequest as hf, type MarkOrderAsSeenByHumanResponse as hg, type CancelOrderRequest as hh, type OrderCanceledEventOrderCanceled as hi, type UpdateOrderStatusRequest as hj, type UpdateOrderStatusResponse as hk, type MarkAsFulfilledRequest as hl, type MarkAsFulfilledResponse as hm, type FulfillmentStatusUpdated as hn, type BulkMarkAsFulfilledRequest as ho, type BulkMarkAsFulfilledResponse as hp, type BulkMarkAsFulfilledByFilterRequest as hq, type BulkMarkAsFulfilledByFilterResponse as hr, type MarkAsUnfulfilledRequest as hs, type MarkAsUnfulfilledResponse as ht, type BulkMarkAsUnfulfilledRequest as hu, type BulkMarkAsUnfulfilledResponse as hv, type BulkMarkAsUnfulfilledByFilterRequest as hw, type BulkMarkAsUnfulfilledByFilterResponse as hx, type BulkSetBusinessLocationRequest as hy, type BulkSetBusinessLocationResponse as hz, type CreateOrderOptions as i, type OrderActivityTypeEnumActivityTypeWithLiterals as i$, type Email as i0, type QuotesAddress as i1, type AddressDescription as i2, type Phone as i3, type Company as i4, type CommonAddress as i5, type CommonAddressStreetOneOf as i6, type Subdivision as i7, type StandardDetails as i8, type InvoiceDates as i9, type BulkDeleteImportedOrdersOptions as iA, type PaymentCollectionCreatePaymentGatewayOrderOptions as iB, type ChargeMembershipsOptions as iC, type TriggerRefundOptions as iD, type OrderSearchSpec as iE, type UpdateOrderLineItemIdentifiers as iF, type UpdateOrderLineItem as iG, type UpdateActivityIdentifiers as iH, type DeleteActivityIdentifiers as iI, type AggregateOrdersOptions as iJ, type DescriptionLineTypeWithLiterals as iK, type ItemTypePresetWithLiterals as iL, type PaymentOptionTypeWithLiterals as iM, type JurisdictionTypeWithLiterals as iN, type SubscriptionFrequencyWithLiterals as iO, type AdjustmentTypeWithLiterals as iP, type TaxableAddressTypeWithLiterals as iQ, type PaymentStatusWithLiterals as iR, type FulfillmentStatusWithLiterals as iS, type WeightUnitWithLiterals as iT, type VatTypeWithLiterals as iU, type PickupMethodWithLiterals as iV, type OrderStatusWithLiterals as iW, type DiscountTypeWithLiterals as iX, type DiscountReasonWithLiterals as iY, type LineItemQuantityChangeTypeWithLiterals as iZ, type ActivityTypeWithLiterals as i_, type LineItems as ia, type LineItem as ib, type BigDecimalWrapper as ic, type LineItemTax as id, type Source as ie, type LineItemMetaData as ig, type Locale as ih, type TotalPrice as ii, type ItemizedFee as ij, type Discount as ik, type DiscountOneDiscountTypeOneOf as il, type CalculatedTaxes as im, type CalculatedTax as io, type Payments as ip, type InvoicesPayment as iq, type MetaData as ir, type InvoiceDynamicPriceTotals as is, type CustomFieldValue as it, type Value as iu, type Deposit as iv, type BaseEventMetadata as iw, type EventMetadata as ix, type AccountInfoMetadata as iy, type SetOrderNumberCounterOptions as iz, type CreateOrderApplicationErrors as j, type AttributionSourceWithLiterals as j0, type ChannelTypeWithLiterals as j1, type AdditionalFeeSourceWithLiterals as j2, type OrderActionTypeWithLiterals as j3, type ChargeTypeWithLiterals as j4, type WebhookIdentityTypeWithLiterals as j5, type PreviewEmailTypeWithLiterals as j6, type StateWithLiterals as j7, type SiteCreatedContextWithLiterals as j8, type NamespaceWithLiterals as j9, type DepositTypeWithLiterals as jA, type InvoiceStatusWithLiterals as jB, type RecordManuallyCollectedPaymentApplicationErrors as jC, type PaymentCollectionMarkOrderAsPaidApplicationErrors as jD, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as jE, type TriggerRefundApplicationErrors as jF, type UpdateOrderStatusApplicationErrors as jG, type CommonSearchWithEntityContext as jH, onOrderApproved as jI, onOrderUpdated as jJ, onOrderCanceled as jK, onOrderCreated as jL, onOrderPaymentStatusUpdated as jM, preparePaymentCollection as jN, getPaymentCollectabilityStatus as jO, voidAuthorizedPayments as jP, captureAuthorizedPayments as jQ, getOrder as jR, createOrder as jS, updateOrder as jT, bulkUpdateOrders as jU, addActivities as jV, cancelOrder as jW, bulkUpdateOrderTags as jX, type DeleteStatusWithLiterals as ja, type ScheduledActionWithLiterals as jb, type DurationUnitWithLiterals as jc, type PaymentCollectabilityStatusWithLiterals as jd, type RefundableStatusWithLiterals as je, type NonRefundableReasonWithLiterals as jf, type ManuallyRefundableReasonWithLiterals as jg, type RestockTypeWithLiterals as jh, type TransactionStatusWithLiterals as ji, type AuthorizationCaptureStatusWithLiterals as jj, type AuthorizationVoidStatusWithLiterals as jk, type ReasonWithLiterals as jl, type ActionTypeWithLiterals as jm, type ChargebackStatusWithLiterals as jn, type MembershipPaymentStatusWithLiterals as jo, type RefundStatusWithLiterals as jp, type VersioningModeWithLiterals as jq, type SortOrderWithLiterals as jr, type OrderApprovalStrategyWithLiterals as js, type DeltaPaymentOptionTypeWithLiterals as jt, type InventoryActionWithLiterals as ju, type PlacementWithLiterals as jv, type SubdivisionTypeWithLiterals as jw, type SourceTypeWithLiterals as jx, type CustomFieldGroupWithLiterals as jy, type ValueTypeWithLiterals as jz, type UpdateOrderApplicationErrors as k, 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 OrderUpdatedEnvelope as t, type OrderCanceledEnvelope as u, type OrderCreatedEnvelope as v, type OrderPaymentStatusUpdatedEnvelope as w, PaymentOptionType as x, SubscriptionFrequency as y, AdjustmentType as z };