@wix/auto_sdk_ecom_order-transactions 1.0.77 → 1.0.78
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/index.js +0 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +6 -13
- package/build/cjs/index.typings.js +0 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +6 -13
- package/build/cjs/meta.js +0 -6
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +0 -6
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -13
- package/build/es/index.typings.mjs +0 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +6 -13
- package/build/es/meta.mjs +0 -6
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +0 -6
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -13
- package/build/internal/cjs/index.typings.js +0 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +6 -13
- package/build/internal/cjs/meta.js +0 -6
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +0 -6
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -13
- package/build/internal/es/index.typings.mjs +0 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +6 -13
- package/build/internal/es/meta.mjs +0 -6
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -556,39 +556,33 @@ var TransactionStatus = /* @__PURE__ */ ((TransactionStatus2) => {
|
|
|
556
556
|
return TransactionStatus2;
|
|
557
557
|
})(TransactionStatus || {});
|
|
558
558
|
var AuthorizationCaptureStatus = /* @__PURE__ */ ((AuthorizationCaptureStatus2) => {
|
|
559
|
-
AuthorizationCaptureStatus2["UNKNOWN_STATUS"] = "UNKNOWN_STATUS";
|
|
560
559
|
AuthorizationCaptureStatus2["PENDING"] = "PENDING";
|
|
561
560
|
AuthorizationCaptureStatus2["SUCCEEDED"] = "SUCCEEDED";
|
|
562
561
|
AuthorizationCaptureStatus2["FAILED"] = "FAILED";
|
|
563
562
|
return AuthorizationCaptureStatus2;
|
|
564
563
|
})(AuthorizationCaptureStatus || {});
|
|
565
564
|
var AuthorizationVoidStatus = /* @__PURE__ */ ((AuthorizationVoidStatus2) => {
|
|
566
|
-
AuthorizationVoidStatus2["UNKNOWN_STATUS"] = "UNKNOWN_STATUS";
|
|
567
565
|
AuthorizationVoidStatus2["PENDING"] = "PENDING";
|
|
568
566
|
AuthorizationVoidStatus2["SUCCEEDED"] = "SUCCEEDED";
|
|
569
567
|
AuthorizationVoidStatus2["FAILED"] = "FAILED";
|
|
570
568
|
return AuthorizationVoidStatus2;
|
|
571
569
|
})(AuthorizationVoidStatus || {});
|
|
572
570
|
var Reason = /* @__PURE__ */ ((Reason2) => {
|
|
573
|
-
Reason2["UNKNOWN_REASON"] = "UNKNOWN_REASON";
|
|
574
571
|
Reason2["MANUAL"] = "MANUAL";
|
|
575
572
|
Reason2["SCHEDULED"] = "SCHEDULED";
|
|
576
573
|
return Reason2;
|
|
577
574
|
})(Reason || {});
|
|
578
575
|
var ActionType = /* @__PURE__ */ ((ActionType2) => {
|
|
579
|
-
ActionType2["UNKNOWN_ACTION_TYPE"] = "UNKNOWN_ACTION_TYPE";
|
|
580
576
|
ActionType2["VOID"] = "VOID";
|
|
581
577
|
ActionType2["CAPTURE"] = "CAPTURE";
|
|
582
578
|
return ActionType2;
|
|
583
579
|
})(ActionType || {});
|
|
584
580
|
var ChargebackStatus = /* @__PURE__ */ ((ChargebackStatus2) => {
|
|
585
|
-
ChargebackStatus2["UNSPECIFIED"] = "UNSPECIFIED";
|
|
586
581
|
ChargebackStatus2["APPROVED"] = "APPROVED";
|
|
587
582
|
ChargebackStatus2["REVERSED"] = "REVERSED";
|
|
588
583
|
return ChargebackStatus2;
|
|
589
584
|
})(ChargebackStatus || {});
|
|
590
585
|
var PredefinedPaymentMethod = /* @__PURE__ */ ((PredefinedPaymentMethod2) => {
|
|
591
|
-
PredefinedPaymentMethod2["UNKNOWN_PREDEFINED_PAYMENT_METHOD"] = "UNKNOWN_PREDEFINED_PAYMENT_METHOD";
|
|
592
586
|
PredefinedPaymentMethod2["CASH"] = "CASH";
|
|
593
587
|
PredefinedPaymentMethod2["BANK_TRANSFER"] = "BANK_TRANSFER";
|
|
594
588
|
PredefinedPaymentMethod2["CHECK"] = "CHECK";
|