@verma-consulting/common-library 0.1.51 → 0.1.53

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.mjs CHANGED
@@ -2109,7 +2109,7 @@ var defaults = {
2109
2109
  deletionAlerts: false,
2110
2110
  device: "Do Not Notify"
2111
2111
  },
2112
- platformSettings: { mode: "light", language: "english", currency: "usd" }
2112
+ platformSettings: { mode: "light", language: "English", currency: "usd" }
2113
2113
  },
2114
2114
  clients: {
2115
2115
  name: "",
@@ -2408,7 +2408,6 @@ var defaults = {
2408
2408
  client: "",
2409
2409
  subscription: "",
2410
2410
  invoice: "",
2411
- paymentMethod: "",
2412
2411
  automaticPaymentMethods: { allowRedirects: "never", enabled: false },
2413
2412
  amountDetails: {
2414
2413
  discountAmount: null,
@@ -2426,7 +2425,7 @@ var defaults = {
2426
2425
  description: "",
2427
2426
  status: "Ready",
2428
2427
  paymentMethodType: "",
2429
- allowRedisplay: "",
2428
+ allowRedisplay: "unspecified",
2430
2429
  livemode: false
2431
2430
  },
2432
2431
  billingDetails: {
@@ -2463,7 +2462,7 @@ var defaults = {
2463
2462
  currency: "usd",
2464
2463
  instructionsEmail: "",
2465
2464
  receiptNumber: "",
2466
- refundStatus: "",
2465
+ refundStatus: "pending",
2467
2466
  reason: "",
2468
2467
  pendingReason: "",
2469
2468
  failureReason: "",
@@ -2476,7 +2475,7 @@ var defaults = {
2476
2475
  description: "",
2477
2476
  status: "Ready",
2478
2477
  currency: "usd",
2479
- disputeStatus: "",
2478
+ disputeStatus: "warning_needs_response",
2480
2479
  reason: "",
2481
2480
  amount: 0,
2482
2481
  isChargeRefundable: false,