@temboplus/afloat 0.1.62 → 0.1.63

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.
@@ -50,6 +50,8 @@ export declare class Payout {
50
50
  get createdAt(): Date;
51
51
  /** Timestamp when payout was last updated */
52
52
  get updatedAt(): Date;
53
+ /** Timestamp when payout was last updated */
54
+ get actionedAt(): Date | undefined | null;
53
55
  /** Current approval status of the payout */
54
56
  get approvalStatus(): PayoutApprovalStatus | undefined | null;
55
57
  /** Information about who created the payout */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temboplus/afloat",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
4
4
  "description": "A foundational library for Temboplus-Afloat projects.",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",