@temboplus/afloat 0.1.64 → 0.1.65

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.
@@ -59,24 +59,7 @@ export declare class Payout {
59
59
  /** Information about who last actioned the payout */
60
60
  get actionedBy(): PayoutAuthorizer | undefined | null;
61
61
  /**
62
- * Constructs contact information based on payout channel
63
- *
64
- * @returns {ContactInfo | undefined} Contact information object:
65
- * - MobileContactInfo for mobile money payouts
66
- * - BankContactInfo for bank transfers
67
- * - undefined if contact info cannot be constructed
68
- *
69
- * @remarks
70
- * For bank payouts, expects msisdn in format "SWIFTCODE:ACCOUNTNUMBER"
71
- *
72
- * @example
73
- * ``
74
- * // Mobile payout
75
- * payout.contactInfo // Returns MobileContactInfo with phone details
76
- *
77
- * // Bank payout
78
- * payout.contactInfo // Returns BankContactInfo with bank and account details
79
- * ```
62
+ * Tries to construct contact information from the payout data.
80
63
  */
81
64
  get contactInfo(): ContactInfo | undefined;
82
65
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temboplus/afloat",
3
- "version": "0.1.64",
3
+ "version": "0.1.65",
4
4
  "description": "A foundational library for Temboplus-Afloat projects.",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",