@temboplus/afloat 0.1.77-beta.3 → 0.1.77-beta.5
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
|
*/
|