@wix/auto_sdk_pricing-plans_orders 1.0.76 → 1.0.77

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/es/meta.mjs CHANGED
@@ -770,6 +770,100 @@ function getPricePreview(payload) {
770
770
  return __getPricePreview;
771
771
  }
772
772
 
773
+ // src/pricing-plans-v2-order-orders.types.ts
774
+ var PeriodUnit = /* @__PURE__ */ ((PeriodUnit2) => {
775
+ PeriodUnit2["UNDEFINED"] = "UNDEFINED";
776
+ PeriodUnit2["DAY"] = "DAY";
777
+ PeriodUnit2["WEEK"] = "WEEK";
778
+ PeriodUnit2["MONTH"] = "MONTH";
779
+ PeriodUnit2["YEAR"] = "YEAR";
780
+ return PeriodUnit2;
781
+ })(PeriodUnit || {});
782
+ var OrderType = /* @__PURE__ */ ((OrderType2) => {
783
+ OrderType2["UNDEFINED"] = "UNDEFINED";
784
+ OrderType2["ONLINE"] = "ONLINE";
785
+ OrderType2["OFFLINE"] = "OFFLINE";
786
+ OrderType2["EXTERNAL"] = "EXTERNAL";
787
+ return OrderType2;
788
+ })(OrderType || {});
789
+ var OrderMethod = /* @__PURE__ */ ((OrderMethod2) => {
790
+ OrderMethod2["UNKNOWN"] = "UNKNOWN";
791
+ OrderMethod2["MOTO"] = "MOTO";
792
+ OrderMethod2["POS"] = "POS";
793
+ return OrderMethod2;
794
+ })(OrderMethod || {});
795
+ var OrderStatus = /* @__PURE__ */ ((OrderStatus2) => {
796
+ OrderStatus2["UNDEFINED"] = "UNDEFINED";
797
+ OrderStatus2["DRAFT"] = "DRAFT";
798
+ OrderStatus2["PENDING"] = "PENDING";
799
+ OrderStatus2["ACTIVE"] = "ACTIVE";
800
+ OrderStatus2["PAUSED"] = "PAUSED";
801
+ OrderStatus2["ENDED"] = "ENDED";
802
+ OrderStatus2["CANCELED"] = "CANCELED";
803
+ return OrderStatus2;
804
+ })(OrderStatus || {});
805
+ var CancellationCause = /* @__PURE__ */ ((CancellationCause2) => {
806
+ CancellationCause2["UNDEFINED"] = "UNDEFINED";
807
+ CancellationCause2["OWNER_ACTION"] = "OWNER_ACTION";
808
+ CancellationCause2["MEMBER_ACTION"] = "MEMBER_ACTION";
809
+ CancellationCause2["PAYMENT_FAILURE"] = "PAYMENT_FAILURE";
810
+ CancellationCause2["PAYMENT_SETUP_FAILURE"] = "PAYMENT_SETUP_FAILURE";
811
+ CancellationCause2["UNKNOWN"] = "UNKNOWN";
812
+ return CancellationCause2;
813
+ })(CancellationCause || {});
814
+ var CancellationEffectiveAt = /* @__PURE__ */ ((CancellationEffectiveAt2) => {
815
+ CancellationEffectiveAt2["UNDEFINED"] = "UNDEFINED";
816
+ CancellationEffectiveAt2["IMMEDIATELY"] = "IMMEDIATELY";
817
+ CancellationEffectiveAt2["NEXT_PAYMENT_DATE"] = "NEXT_PAYMENT_DATE";
818
+ return CancellationEffectiveAt2;
819
+ })(CancellationEffectiveAt || {});
820
+ var PaymentStatus = /* @__PURE__ */ ((PaymentStatus2) => {
821
+ PaymentStatus2["UNDEFINED"] = "UNDEFINED";
822
+ PaymentStatus2["PAID"] = "PAID";
823
+ PaymentStatus2["REFUNDED"] = "REFUNDED";
824
+ PaymentStatus2["FAILED"] = "FAILED";
825
+ PaymentStatus2["UNPAID"] = "UNPAID";
826
+ PaymentStatus2["PENDING"] = "PENDING";
827
+ PaymentStatus2["NOT_APPLICABLE"] = "NOT_APPLICABLE";
828
+ return PaymentStatus2;
829
+ })(PaymentStatus || {});
830
+ var Status = /* @__PURE__ */ ((Status2) => {
831
+ Status2["UNDEFINED"] = "UNDEFINED";
832
+ Status2["ACTIVE"] = "ACTIVE";
833
+ Status2["ENDED"] = "ENDED";
834
+ return Status2;
835
+ })(Status || {});
836
+ var Set = /* @__PURE__ */ ((Set2) => {
837
+ Set2["UNKNOWN_SET"] = "UNKNOWN_SET";
838
+ Set2["BASIC"] = "BASIC";
839
+ Set2["FULL"] = "FULL";
840
+ return Set2;
841
+ })(Set || {});
842
+ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
843
+ SortOrder2["ASC"] = "ASC";
844
+ SortOrder2["DESC"] = "DESC";
845
+ return SortOrder2;
846
+ })(SortOrder || {});
847
+ var ReasonNotSuspendable = /* @__PURE__ */ ((ReasonNotSuspendable2) => {
848
+ ReasonNotSuspendable2["UNDEFINED"] = "UNDEFINED";
849
+ ReasonNotSuspendable2["PENDING"] = "PENDING";
850
+ ReasonNotSuspendable2["TRIAL"] = "TRIAL";
851
+ ReasonNotSuspendable2["CANCELED"] = "CANCELED";
852
+ ReasonNotSuspendable2["ENDED"] = "ENDED";
853
+ ReasonNotSuspendable2["NOT_STARTED"] = "NOT_STARTED";
854
+ ReasonNotSuspendable2["ALREADY_SUSPENDED"] = "ALREADY_SUSPENDED";
855
+ ReasonNotSuspendable2["OLD_STRIPE"] = "OLD_STRIPE";
856
+ return ReasonNotSuspendable2;
857
+ })(ReasonNotSuspendable || {});
858
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
859
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
860
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
861
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
862
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
863
+ WebhookIdentityType2["APP"] = "APP";
864
+ return WebhookIdentityType2;
865
+ })(WebhookIdentityType || {});
866
+
773
867
  // src/pricing-plans-v2-order-orders.meta.ts
774
868
  function managementGetOrder2() {
775
869
  const payload = { id: ":id" };
@@ -1042,6 +1136,18 @@ function getPricePreview2() {
1042
1136
  };
1043
1137
  }
1044
1138
  export {
1139
+ CancellationCause as CancellationCauseOriginal,
1140
+ CancellationEffectiveAt as CancellationEffectiveAtOriginal,
1141
+ OrderMethod as OrderMethodOriginal,
1142
+ OrderStatus as OrderStatusOriginal,
1143
+ OrderType as OrderTypeOriginal,
1144
+ PaymentStatus as PaymentStatusOriginal,
1145
+ PeriodUnit as PeriodUnitOriginal,
1146
+ ReasonNotSuspendable as ReasonNotSuspendableOriginal,
1147
+ Set as SetOriginal,
1148
+ SortOrder as SortOrderOriginal,
1149
+ Status as StatusOriginal,
1150
+ WebhookIdentityType as WebhookIdentityTypeOriginal,
1045
1151
  cancelOrder2 as cancelOrder,
1046
1152
  createOfflineOrder2 as createOfflineOrder,
1047
1153
  createOnlineOrder2 as createOnlineOrder,