@verma-consulting/common-library 0.1.52 → 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.d.mts CHANGED
@@ -3066,7 +3066,6 @@ declare const defaults: {
3066
3066
  client: string;
3067
3067
  subscription: string;
3068
3068
  invoice: string;
3069
- paymentMethod: string;
3070
3069
  automaticPaymentMethods: {
3071
3070
  allowRedirects: string;
3072
3071
  enabled: boolean;
package/dist/index.d.ts CHANGED
@@ -3066,7 +3066,6 @@ declare const defaults: {
3066
3066
  client: string;
3067
3067
  subscription: string;
3068
3068
  invoice: string;
3069
- paymentMethod: string;
3070
3069
  automaticPaymentMethods: {
3071
3070
  allowRedirects: string;
3072
3071
  enabled: boolean;
package/dist/index.js CHANGED
@@ -2525,7 +2525,6 @@ var defaults = {
2525
2525
  client: "",
2526
2526
  subscription: "",
2527
2527
  invoice: "",
2528
- paymentMethod: "",
2529
2528
  automaticPaymentMethods: { allowRedirects: "never", enabled: false },
2530
2529
  amountDetails: {
2531
2530
  discountAmount: null,
@@ -2543,7 +2542,7 @@ var defaults = {
2543
2542
  description: "",
2544
2543
  status: "Ready",
2545
2544
  paymentMethodType: "",
2546
- allowRedisplay: "",
2545
+ allowRedisplay: "unspecified",
2547
2546
  livemode: false
2548
2547
  },
2549
2548
  billingDetails: {
@@ -2580,7 +2579,7 @@ var defaults = {
2580
2579
  currency: "usd",
2581
2580
  instructionsEmail: "",
2582
2581
  receiptNumber: "",
2583
- refundStatus: "",
2582
+ refundStatus: "pending",
2584
2583
  reason: "",
2585
2584
  pendingReason: "",
2586
2585
  failureReason: "",
@@ -2593,7 +2592,7 @@ var defaults = {
2593
2592
  description: "",
2594
2593
  status: "Ready",
2595
2594
  currency: "usd",
2596
- disputeStatus: "",
2595
+ disputeStatus: "warning_needs_response",
2597
2596
  reason: "",
2598
2597
  amount: 0,
2599
2598
  isChargeRefundable: false,