@verma-consulting/common-library 0.1.54 → 0.1.55

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
@@ -3061,6 +3061,7 @@ declare const defaults: {
3061
3061
  statementDescriptor: string;
3062
3062
  statementDescriptorSuffix: string;
3063
3063
  calculatedStatementDescriptor: string;
3064
+ canceledAt: null;
3064
3065
  confirm: boolean;
3065
3066
  paid: boolean;
3066
3067
  captured: boolean;
package/dist/index.d.ts CHANGED
@@ -3061,6 +3061,7 @@ declare const defaults: {
3061
3061
  statementDescriptor: string;
3062
3062
  statementDescriptorSuffix: string;
3063
3063
  calculatedStatementDescriptor: string;
3064
+ canceledAt: null;
3064
3065
  confirm: boolean;
3065
3066
  paid: boolean;
3066
3067
  captured: boolean;
package/dist/index.js CHANGED
@@ -2515,11 +2515,12 @@ var defaults = {
2515
2515
  amountReceived: 0,
2516
2516
  applicationFeeAmount: 0,
2517
2517
  cancellationReason: "",
2518
- captureMethod: "",
2519
- confirmationMethod: "",
2518
+ captureMethod: "automatic",
2519
+ confirmationMethod: "automatic",
2520
2520
  statementDescriptor: "",
2521
2521
  statementDescriptorSuffix: "",
2522
2522
  calculatedStatementDescriptor: "",
2523
+ canceledAt: null,
2523
2524
  confirm: false,
2524
2525
  paid: false,
2525
2526
  captured: false,
@@ -2597,7 +2598,7 @@ var defaults = {
2597
2598
  status: "Ready",
2598
2599
  currency: "usd",
2599
2600
  disputeStatus: "warning_needs_response",
2600
- reason: "",
2601
+ reason: "general",
2601
2602
  amount: 0,
2602
2603
  isChargeRefundable: false,
2603
2604
  livemode: false,