@temboplus/afloat 0.1.77-beta.2 → 0.1.77-beta.4

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.
@@ -91,6 +91,12 @@ export declare class PayoutQuery extends QueryBuilder {
91
91
  * Create new instance with channel filter
92
92
  */
93
93
  withChannel(channel?: string): PayoutQuery;
94
+ /**
95
+ * Includes default relations for eager loading.
96
+ * This ensures that related data (createdBy, actionedBy) is fetched automatically.
97
+ * @returns The current query builder instance.
98
+ */
99
+ includeDefaultRelations(): this;
94
100
  /**
95
101
  * Reset to first page
96
102
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temboplus/afloat",
3
- "version": "0.1.77-beta.2",
3
+ "version": "0.1.77-beta.4",
4
4
  "description": "A foundational library for Temboplus-Afloat projects.",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",