@final-commerce/common 1.1.4-beta.4 → 2.0.2
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/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +0 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -13
- package/dist/index.mjs.map +1 -1
- package/dist/{interfaces-6GnQyqYd.d.mts → interfaces-DIX_ROSP.d.mts} +1 -10
- package/dist/{interfaces-6GnQyqYd.d.ts → interfaces-DIX_ROSP.d.ts} +1 -10
- package/dist/pos-types/index.d.mts +1 -1
- package/dist/pos-types/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -347,11 +347,6 @@ var ReceiptSendChannel = /* @__PURE__ */ ((ReceiptSendChannel2) => {
|
|
|
347
347
|
ReceiptSendChannel2["TEXT"] = "text";
|
|
348
348
|
return ReceiptSendChannel2;
|
|
349
349
|
})(ReceiptSendChannel || {});
|
|
350
|
-
var ReceiptType = /* @__PURE__ */ ((ReceiptType2) => {
|
|
351
|
-
ReceiptType2["ORDER"] = "order";
|
|
352
|
-
ReceiptType2["REFUND"] = "refund";
|
|
353
|
-
return ReceiptType2;
|
|
354
|
-
})(ReceiptType || {});
|
|
355
350
|
var StripeStatus = /* @__PURE__ */ ((StripeStatus2) => {
|
|
356
351
|
StripeStatus2["ACTIVE"] = "active";
|
|
357
352
|
StripeStatus2["INACTIVE"] = "inactive";
|
|
@@ -359,12 +354,6 @@ var StripeStatus = /* @__PURE__ */ ((StripeStatus2) => {
|
|
|
359
354
|
StripeStatus2["PAYMENT_METHOD_ADDED"] = "payment_method_added";
|
|
360
355
|
return StripeStatus2;
|
|
361
356
|
})(StripeStatus || {});
|
|
362
|
-
var InvoiceStatus = /* @__PURE__ */ ((InvoiceStatus2) => {
|
|
363
|
-
InvoiceStatus2["PAID"] = "paid";
|
|
364
|
-
InvoiceStatus2["PENDING"] = "pending";
|
|
365
|
-
InvoiceStatus2["EXPIRED"] = "expired";
|
|
366
|
-
return InvoiceStatus2;
|
|
367
|
-
})(InvoiceStatus || {});
|
|
368
357
|
|
|
369
358
|
// enums/stripe-currencies.enum.ts
|
|
370
359
|
var StripeCurrencyCode = /* @__PURE__ */ ((StripeCurrencyCode2) => {
|
|
@@ -2469,7 +2458,6 @@ export {
|
|
|
2469
2458
|
FeesCustomBillingStatus,
|
|
2470
2459
|
InventoryBaseActionEnum,
|
|
2471
2460
|
InventorySpecificActionType,
|
|
2472
|
-
InvoiceStatus,
|
|
2473
2461
|
LibraryItemType,
|
|
2474
2462
|
MenuProject,
|
|
2475
2463
|
NAFixedRates,
|
|
@@ -2498,7 +2486,6 @@ export {
|
|
|
2498
2486
|
REGION_MAPPING,
|
|
2499
2487
|
REPORT_NEGATE_PATHS,
|
|
2500
2488
|
ReceiptSendChannel,
|
|
2501
|
-
ReceiptType,
|
|
2502
2489
|
ResidualPaymentMethod,
|
|
2503
2490
|
ResidualStatus,
|
|
2504
2491
|
STATE_SCHEMA,
|