|
134 | 134 | $ref: "./paths/economy.yaml#/paths/~1economy~1purchases~1{productPurchaseId}" |
135 | 135 | "/economy/purchases/{productPurchaseId}/stacks": |
136 | 136 | $ref: "./paths/economy.yaml#/paths/~1economy~1purchases~1{productPurchaseId}~1stacks" |
| 137 | +/economy/stores: |
| 138 | + $ref: "./paths/economy.yaml#/paths/~1economy~1stores" |
137 | 139 | /economy/seller/eligibility: |
138 | 140 | $ref: "./paths/economy.yaml#/paths/~1economy~1seller~1eligibility" |
139 | 141 | /economy/store: |
|
288 | 290 | $ref: "./paths/miscellaneous.yaml#/paths/~1js~1app.js" |
289 | 291 | "/licenseGroups/{licenseGroupId}": |
290 | 292 | $ref: "./paths/economy.yaml#/paths/~1licenseGroups~1{licenseGroupId}" |
| 293 | +/listing: |
| 294 | + $ref: "./paths/economy.yaml#/paths/~1listing" |
291 | 295 | "/listing/{productId}": |
292 | 296 | $ref: "./paths/economy.yaml#/paths/~1listing~1{productId}" |
293 | 297 | /logout: |
|
320 | 324 | $ref: "./paths/prints.yaml#/paths/~1prints~1user~1{userId}" |
321 | 325 | "/prints/{printId}": |
322 | 326 | $ref: "./paths/prints.yaml#/paths/~1prints~1{printId}" |
| 327 | +/products: |
| 328 | + $ref: "./paths/economy.yaml#/paths/~1products" |
323 | 329 | "/products/{productId}": |
324 | 330 | $ref: "./paths/economy.yaml#/paths/~1products~1{productId}" |
325 | 331 | /props: |
|
352 | 358 | $ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1balance~1earnings" |
353 | 359 | "/user/{userId}/economy/account": |
354 | 360 | $ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1account" |
| 361 | +"/user/{userId}/economy/balances": |
| 362 | + $ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1balances" |
| 363 | +"/user/{userId}/economy/payouts/list": |
| 364 | + $ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1payouts~1list" |
| 365 | +"/user/{userId}/economy/payouts/status": |
| 366 | + $ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1payouts~1status" |
355 | 367 | "/user/{userId}/economy/transactions": |
356 | 368 | $ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1transactions" |
357 | 369 | "/user/{userId}/friendRequest": |
|
362 | 374 | $ref: "./paths/inventory.yaml#/paths/~1user~1{userId}~1inventory~1{inventoryItemId}" |
363 | 375 | "/user/{userId}/listings": |
364 | 376 | $ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1listings" |
| 377 | +"/user/{userId}/products": |
| 378 | + $ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1products" |
| 379 | +"/user/{userId}/tilia/kyc": |
| 380 | + $ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1tilia~1kyc" |
365 | 381 | "/user/{userId}/tilia/tos": |
366 | 382 | $ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1tilia~1tos" |
367 | 383 | /userNotes: |
|
0 commit comments