@bid-scents/shared-sdk 1.2.7 → 1.2.9
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.
|
@@ -185,7 +185,7 @@ export class DashboardService {
|
|
|
185
185
|
* @returns TransactionResponse Successful Response
|
|
186
186
|
* @throws ApiError
|
|
187
187
|
*/
|
|
188
|
-
static getUserTransactionsV1DashboardTransactionsGet(cursor = '2025-09-
|
|
188
|
+
static getUserTransactionsV1DashboardTransactionsGet(cursor = '2025-09-26T17:25:15.200742+00:00', limit = 20) {
|
|
189
189
|
return __request(OpenAPI, {
|
|
190
190
|
method: 'GET',
|
|
191
191
|
url: '/v1/dashboard/transactions',
|