@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-24T22:05:09.834009+00:00', limit = 20) {
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bid-scents/shared-sdk",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "Shared SDK for marketplace applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",