zova-ui-vuetify 5.1.21 → 5.1.22

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.
@@ -304,182 +304,6 @@ export interface paths {
304
304
  patch?: never;
305
305
  trace?: never;
306
306
  };
307
- '/api/cabloy/store/cabloyModule': {
308
- parameters: {
309
- query?: never;
310
- header?: never;
311
- path?: never;
312
- cookie?: never;
313
- };
314
- get: operations['CabloyStoreCabloyModule_select'];
315
- put?: never;
316
- post: operations['CabloyStoreCabloyModule_create'];
317
- delete?: never;
318
- options?: never;
319
- head?: never;
320
- patch?: never;
321
- trace?: never;
322
- };
323
- '/api/cabloy/store/cabloyModule/{id}': {
324
- parameters: {
325
- query?: never;
326
- header?: never;
327
- path?: never;
328
- cookie?: never;
329
- };
330
- get: operations['CabloyStoreCabloyModule_view'];
331
- put?: never;
332
- post?: never;
333
- delete: operations['CabloyStoreCabloyModule_delete'];
334
- options?: never;
335
- head?: never;
336
- patch: operations['CabloyStoreCabloyModule_update'];
337
- trace?: never;
338
- };
339
- '/api/cabloy/store/cabloyModule/viewByName/{name}': {
340
- parameters: {
341
- query?: never;
342
- header?: never;
343
- path?: never;
344
- cookie?: never;
345
- };
346
- get: operations['CabloyStoreCabloyModule_viewByName'];
347
- put?: never;
348
- post?: never;
349
- delete?: never;
350
- options?: never;
351
- head?: never;
352
- patch?: never;
353
- trace?: never;
354
- };
355
- '/api/cabloy/store/cabloyProvider': {
356
- parameters: {
357
- query?: never;
358
- header?: never;
359
- path?: never;
360
- cookie?: never;
361
- };
362
- get: operations['CabloyStoreCabloyProvider_select'];
363
- put?: never;
364
- post: operations['CabloyStoreCabloyProvider_create'];
365
- delete?: never;
366
- options?: never;
367
- head?: never;
368
- patch?: never;
369
- trace?: never;
370
- };
371
- '/api/cabloy/store/cabloyProvider/{id}': {
372
- parameters: {
373
- query?: never;
374
- header?: never;
375
- path?: never;
376
- cookie?: never;
377
- };
378
- get: operations['CabloyStoreCabloyProvider_view'];
379
- put?: never;
380
- post?: never;
381
- delete: operations['CabloyStoreCabloyProvider_delete'];
382
- options?: never;
383
- head?: never;
384
- patch: operations['CabloyStoreCabloyProvider_update'];
385
- trace?: never;
386
- };
387
- '/api/store/purchaseOrder': {
388
- parameters: {
389
- query?: never;
390
- header?: never;
391
- path?: never;
392
- cookie?: never;
393
- };
394
- get: operations['StorePurchaseOrder_select'];
395
- put?: never;
396
- post: operations['StorePurchaseOrder_create'];
397
- delete?: never;
398
- options?: never;
399
- head?: never;
400
- patch?: never;
401
- trace?: never;
402
- };
403
- '/api/store/purchaseOrder/{id}': {
404
- parameters: {
405
- query?: never;
406
- header?: never;
407
- path?: never;
408
- cookie?: never;
409
- };
410
- get: operations['StorePurchaseOrder_view'];
411
- put?: never;
412
- post?: never;
413
- delete: operations['StorePurchaseOrder_delete'];
414
- options?: never;
415
- head?: never;
416
- patch: operations['StorePurchaseOrder_update'];
417
- trace?: never;
418
- };
419
- '/api/store/purchaseRecord': {
420
- parameters: {
421
- query?: never;
422
- header?: never;
423
- path?: never;
424
- cookie?: never;
425
- };
426
- get: operations['StorePurchaseRecord_select'];
427
- put?: never;
428
- post: operations['StorePurchaseRecord_create'];
429
- delete?: never;
430
- options?: never;
431
- head?: never;
432
- patch?: never;
433
- trace?: never;
434
- };
435
- '/api/store/purchaseRecord/{id}': {
436
- parameters: {
437
- query?: never;
438
- header?: never;
439
- path?: never;
440
- cookie?: never;
441
- };
442
- get: operations['StorePurchaseRecord_view'];
443
- put?: never;
444
- post?: never;
445
- delete: operations['StorePurchaseRecord_delete'];
446
- options?: never;
447
- head?: never;
448
- patch: operations['StorePurchaseRecord_update'];
449
- trace?: never;
450
- };
451
- '/api/store/purchaseRecord/getByCurrentUser/{moduleId}': {
452
- parameters: {
453
- query?: never;
454
- header?: never;
455
- path?: never;
456
- cookie?: never;
457
- };
458
- get: operations['StorePurchaseRecord_getByCurrentUser'];
459
- put?: never;
460
- post?: never;
461
- delete?: never;
462
- options?: never;
463
- head?: never;
464
- patch?: never;
465
- trace?: never;
466
- };
467
- '/api/store/purchaseRecord/purchasePaypal': {
468
- parameters: {
469
- query?: never;
470
- header?: never;
471
- path?: never;
472
- cookie?: never;
473
- };
474
- get?: never;
475
- put?: never;
476
- post: operations['StorePurchaseRecord_purchasePaypal'];
477
- delete?: never;
478
- options?: never;
479
- head?: never;
480
- patch?: never;
481
- trace?: never;
482
- };
483
307
  '/api/test/auth/passport/isAuthenticated': {
484
308
  parameters: {
485
309
  query?: never;
@@ -1404,114 +1228,73 @@ export interface components {
1404
1228
  id: string;
1405
1229
  token: string;
1406
1230
  };
1407
- 'cabloy-store.dto.cabloyModuleCreate': {
1231
+ /** @description Create Product */
1232
+ 'test-rest.dto.productCreate': {
1408
1233
  /** @description Name */
1409
1234
  name: string;
1410
- /** @description Title */
1411
- title: string;
1412
1235
  /** @description Description */
1413
1236
  description?: string | undefined;
1414
- /** @description Description(Chinese) */
1415
- descriptionZhcn?: string | undefined;
1416
- /** @description Version */
1417
- version: string;
1418
- /** @description Repository */
1419
- repoUrl?: string | undefined;
1420
- /** @description Demo */
1421
- demoUrl?: string | undefined;
1422
- /** @description License */
1423
- license: number;
1237
+ /** @description Price */
1238
+ price: number;
1424
1239
  /**
1425
- * @description Price
1240
+ * @description Quantity
1426
1241
  * @default 0
1427
1242
  */
1428
- price?: number | undefined;
1429
- providerId: number | string;
1430
- userId?: number | string | undefined;
1431
- /**
1432
- * @description Language
1433
- * @default en-us
1434
- */
1435
- _locale?: string;
1436
- content?: components['schemas']['cabloy-store.entity.cabloyModuleContent_81badf1cb6c91a163ef245059a4656a90b23a2f0_1816ff740d81c738ec055c7038bbd93beb9405a7'];
1437
- _content?: unknown;
1438
- _contentZhcn?: unknown;
1439
- };
1440
- 'cabloy-store.entity.cabloyModuleContent_81badf1cb6c91a163ef245059a4656a90b23a2f0_1816ff740d81c738ec055c7038bbd93beb9405a7': {
1441
- /** @description Content */
1442
- content: string;
1443
- /** @description Content(Chinese) */
1444
- contentZhcn: string;
1445
- };
1446
- 'cabloy-store.dto.cabloyModuleQueryRes': {
1447
- list: components['schemas']['cabloy-store.dto.cabloyModuleQueryResItem'][];
1243
+ quantity?: number;
1244
+ /** @description Amount */
1245
+ amount: number;
1246
+ /** @description Custom */
1247
+ _custom?: unknown;
1248
+ /** @description Test */
1249
+ _test?: unknown;
1250
+ };
1251
+ 'test-rest.dto.productQueryRes': {
1252
+ list: {
1253
+ /**
1254
+ * Format: date
1255
+ * @description Created At
1256
+ */
1257
+ createdAt: Date;
1258
+ /**
1259
+ * Format: date
1260
+ * @description Updated At
1261
+ */
1262
+ updatedAt: Date;
1263
+ /**
1264
+ * @description Deleted
1265
+ * @default false
1266
+ */
1267
+ deleted?: boolean;
1268
+ /**
1269
+ * @description Instance ID
1270
+ * @default 0
1271
+ */
1272
+ iid?: number;
1273
+ /** @description ID */
1274
+ id: number | string;
1275
+ /** @description Name */
1276
+ name: string;
1277
+ /** @description Description */
1278
+ description?: string | undefined;
1279
+ /** @description Price */
1280
+ price: number;
1281
+ /**
1282
+ * @description Quantity
1283
+ * @default 0
1284
+ */
1285
+ quantity?: number;
1286
+ /** @description Amount */
1287
+ amount: number;
1288
+ /** @description Custom */
1289
+ _custom?: unknown;
1290
+ }[];
1448
1291
  total: string;
1449
1292
  pageCount: number;
1450
1293
  pageSize: number;
1451
1294
  pageNo: number;
1452
1295
  };
1453
- 'cabloy-store.dto.cabloyModuleQueryResItem': {
1454
- /**
1455
- * Format: date
1456
- * @description Created At
1457
- */
1458
- createdAt: Date;
1459
- /**
1460
- * Format: date
1461
- * @description Updated At
1462
- */
1463
- updatedAt: Date;
1464
- /**
1465
- * @description Deleted
1466
- * @default false
1467
- */
1468
- deleted?: boolean;
1469
- /**
1470
- * @description Instance ID
1471
- * @default 0
1472
- */
1473
- iid?: number;
1474
- /** @description ID */
1475
- id: number | string;
1476
- /** @description Name */
1477
- name: string;
1478
- /** @description Title */
1479
- title: string;
1480
- /** @description Description */
1481
- description?: string | undefined;
1482
- /** @description Description(Chinese) */
1483
- descriptionZhcn?: string | undefined;
1484
- /** @description Version */
1485
- version: string;
1486
- /** @description Repository */
1487
- repoUrl?: string | undefined;
1488
- /** @description Demo */
1489
- demoUrl?: string | undefined;
1490
- /** @description License */
1491
- license: number;
1492
- /**
1493
- * @description Price
1494
- * @default 0
1495
- */
1496
- price?: number | undefined;
1497
- providerId: number | string;
1498
- /** @description Published */
1499
- published?: boolean | undefined;
1500
- userId?: number | string | undefined;
1501
- /**
1502
- * @description Language
1503
- * @default en-us
1504
- */
1505
- _locale?: string;
1506
- provider?: components['schemas']['cabloy-store.entity.cabloyProvider_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
1507
- };
1508
- 'cabloy-store.entity.cabloyProvider_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7': {
1509
- /** @description ID */
1510
- id: number | string;
1511
- /** @description Name */
1512
- name: string;
1513
- };
1514
- 'cabloy-store.dto.cabloyModuleView':
1296
+ /** @description Product Info */
1297
+ 'test-rest.entity.product':
1515
1298
  | {
1516
1299
  /**
1517
1300
  * Format: date
@@ -1537,400 +1320,298 @@ export interface components {
1537
1320
  id: number | string;
1538
1321
  /** @description Name */
1539
1322
  name: string;
1540
- /** @description Title */
1541
- title: string;
1542
1323
  /** @description Description */
1543
1324
  description?: string | undefined;
1544
- /** @description Description(Chinese) */
1545
- descriptionZhcn?: string | undefined;
1546
- /** @description Version */
1547
- version: string;
1548
- /** @description Repository */
1549
- repoUrl?: string | undefined;
1550
- /** @description Demo */
1551
- demoUrl?: string | undefined;
1552
- /** @description License */
1553
- license: number;
1325
+ /** @description Price */
1326
+ price: number;
1554
1327
  /**
1555
- * @description Price
1328
+ * @description Quantity
1556
1329
  * @default 0
1557
1330
  */
1558
- price?: number | undefined;
1559
- providerId: number | string;
1560
- /** @description Published */
1561
- published?: boolean | undefined;
1562
- userId?: number | string | undefined;
1563
- /**
1564
- * @description Language
1565
- * @default en-us
1566
- */
1567
- _locale?: string;
1568
- content?: components['schemas']['cabloy-store.entity.cabloyModuleContent_1c9d53f3af6f7dcc5939f31fcb21323dc5f0c0f2_1816ff740d81c738ec055c7038bbd93beb9405a7'];
1569
- provider?: components['schemas']['cabloy-store.entity.cabloyProvider_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
1570
- _content?: unknown;
1571
- _contentZhcn?: unknown;
1331
+ quantity?: number;
1332
+ /** @description Amount */
1333
+ amount: number;
1334
+ /** @description Custom */
1335
+ _custom?: unknown;
1572
1336
  }
1573
1337
  | undefined;
1574
- 'cabloy-store.entity.cabloyModuleContent_1c9d53f3af6f7dcc5939f31fcb21323dc5f0c0f2_1816ff740d81c738ec055c7038bbd93beb9405a7': {
1575
- /** @description ID */
1576
- id: number | string;
1577
- /** @description Content */
1578
- content: string;
1579
- /** @description Content(Chinese) */
1580
- contentZhcn: string;
1581
- };
1582
- 'cabloy-store.dto.cabloyModuleUpdate': {
1338
+ /** @description Update Product */
1339
+ 'test-rest.dto.productUpdate': {
1583
1340
  /** @description Name */
1584
1341
  name: string;
1585
- /** @description Title */
1586
- title: string;
1587
1342
  /** @description Description */
1588
1343
  description?: string | undefined;
1589
- /** @description Description(Chinese) */
1590
- descriptionZhcn?: string | undefined;
1591
- /** @description Version */
1592
- version: string;
1593
- /** @description Repository */
1594
- repoUrl?: string | undefined;
1595
- /** @description Demo */
1596
- demoUrl?: string | undefined;
1597
- /** @description License */
1598
- license: number;
1344
+ /** @description Price */
1345
+ price: number;
1599
1346
  /**
1600
- * @description Price
1347
+ * @description Quantity
1601
1348
  * @default 0
1602
1349
  */
1603
- price?: number | undefined;
1604
- providerId: number | string;
1605
- /**
1606
- * @description Language
1607
- * @default en-us
1608
- */
1609
- _locale?: string;
1610
- content?: components['schemas']['cabloy-store.entity.cabloyModuleContent_e7b4a0d4d4633f151e39304b0c3e984921d39abe_1816ff740d81c738ec055c7038bbd93beb9405a7'];
1611
- _content?: unknown;
1612
- _contentZhcn?: unknown;
1350
+ quantity?: number;
1351
+ /** @description Amount */
1352
+ amount: number;
1353
+ /** @description Custom */
1354
+ _custom?: unknown;
1613
1355
  };
1614
- 'cabloy-store.entity.cabloyModuleContent_e7b4a0d4d4633f151e39304b0c3e984921d39abe_1816ff740d81c738ec055c7038bbd93beb9405a7': {
1356
+ 'test-ssr.dto.testResult': {
1357
+ id: number | string;
1615
1358
  /**
1616
- * @description Deleted
1617
- * @default false
1359
+ * @description Name
1360
+ * @default tom
1618
1361
  */
1619
- deleted?: boolean | undefined;
1620
- /** @description ID */
1621
- id?: number | string | undefined;
1622
- /** @description Content */
1623
- content: string;
1624
- /** @description Content(Chinese) */
1625
- contentZhcn: string;
1362
+ name?: string;
1363
+ married: boolean;
1364
+ details: components['schemas']['test-ssr.dto.testDetail'][];
1365
+ /** @default custom */
1366
+ _custom1?: string | undefined;
1367
+ /** @default custom */
1368
+ _custom2?: string | undefined;
1369
+ /** @default custom */
1370
+ _custom3?: string | undefined;
1371
+ /** @default custom */
1372
+ _custom4?: string | undefined;
1373
+ /** @default custom */
1374
+ _custom5?: string | undefined;
1375
+ _customCopy?: string | undefined;
1376
+ _customCopied?: boolean | undefined;
1626
1377
  };
1627
- 'cabloy-store.dto.cabloyModuleViewByName':
1628
- | {
1629
- /**
1630
- * Format: date
1631
- * @description Created At
1632
- */
1633
- createdAt: Date;
1634
- /**
1635
- * Format: date
1636
- * @description Updated At
1637
- */
1638
- updatedAt: Date;
1639
- /**
1640
- * @description Deleted
1641
- * @default false
1642
- */
1643
- deleted?: boolean;
1644
- /**
1645
- * @description Instance ID
1646
- * @default 0
1647
- */
1648
- iid?: number;
1649
- /** @description ID */
1650
- id: number | string;
1651
- /** @description Name */
1652
- name: string;
1653
- /** @description Title */
1654
- title: string;
1655
- /** @description Description */
1656
- description?: string | undefined;
1657
- /** @description Description(Chinese) */
1658
- descriptionZhcn?: string | undefined;
1659
- /** @description Version */
1660
- version: string;
1661
- /** @description Repository */
1662
- repoUrl?: string | undefined;
1663
- /** @description Demo */
1664
- demoUrl?: string | undefined;
1665
- /** @description License */
1666
- license: number;
1667
- /**
1668
- * @description Price
1669
- * @default 0
1670
- */
1671
- price?: number | undefined;
1672
- providerId: number | string;
1673
- /** @description Published */
1674
- published?: boolean | undefined;
1675
- userId?: number | string | undefined;
1676
- /**
1677
- * @description Language
1678
- * @default en-us
1679
- */
1680
- _locale?: string;
1681
- provider?: components['schemas']['cabloy-store.entity.cabloyProvider_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
1682
- html?: {
1683
- /** @description ID */
1684
- id: number | string;
1685
- html: string;
1686
- htmlZhcn: string;
1687
- };
1688
- }
1689
- | undefined;
1690
- 'cabloy-store.dto.cabloyProviderCreate': {
1691
- /** @description Name */
1378
+ 'test-ssr.dto.testDetail': {
1692
1379
  name: string;
1693
- /** @description Description */
1694
- description?: string | undefined;
1380
+ price: number;
1381
+ quantity: number;
1382
+ amount: number;
1383
+ };
1384
+ 'test-ssr.dto.testBody': {
1385
+ id: number | string;
1695
1386
  /**
1696
- * @description GitHub Account
1697
- * @default false
1387
+ * @description Name
1388
+ * @default tom
1698
1389
  */
1699
- githubAccount?: boolean | undefined;
1700
- userId?: number | string | undefined;
1390
+ name?: string;
1391
+ married: boolean;
1392
+ details: components['schemas']['test-ssr.dto.testDetail'][];
1393
+ /** @default custom */
1394
+ _custom1?: string | undefined;
1395
+ /** @default custom */
1396
+ _custom2?: string | undefined;
1397
+ /** @default custom */
1398
+ _custom3?: string | undefined;
1399
+ /** @default custom */
1400
+ _custom4?: string | undefined;
1401
+ /** @default custom */
1402
+ _custom5?: string | undefined;
1403
+ _customCopy?: string | undefined;
1404
+ _customCopied?: boolean | undefined;
1701
1405
  };
1702
- 'cabloy-store.dto.cabloyProviderQueryRes': {
1703
- list: {
1704
- /**
1705
- * Format: date
1706
- * @description Created At
1707
- */
1708
- createdAt: Date;
1709
- /**
1710
- * Format: date
1711
- * @description Updated At
1712
- */
1713
- updatedAt: Date;
1714
- /**
1715
- * @description Deleted
1716
- * @default false
1717
- */
1718
- deleted?: boolean;
1719
- /**
1720
- * @description Instance ID
1721
- * @default 0
1722
- */
1723
- iid?: number;
1724
- /** @description ID */
1725
- id: number | string;
1726
- /** @description Name */
1727
- name: string;
1728
- /** @description Description */
1729
- description?: string | undefined;
1730
- /**
1731
- * @description GitHub Account
1732
- * @default false
1733
- */
1734
- githubAccount?: boolean | undefined;
1735
- userId?: number | string | undefined;
1736
- }[];
1737
- total: string;
1738
- pageCount: number;
1739
- pageSize: number;
1740
- pageNo: number;
1406
+ 'test-captcha.dto.signin': {
1407
+ username: string;
1408
+ password: string;
1409
+ captcha?: unknown;
1741
1410
  };
1742
- /** @description Provider */
1743
- 'cabloy-store.entity.cabloyProvider':
1744
- | {
1745
- /**
1746
- * Format: date
1747
- * @description Created At
1748
- */
1749
- createdAt: Date;
1750
- /**
1751
- * Format: date
1752
- * @description Updated At
1753
- */
1754
- updatedAt: Date;
1755
- /**
1756
- * @description Deleted
1757
- * @default false
1758
- */
1759
- deleted?: boolean;
1760
- /**
1761
- * @description Instance ID
1762
- * @default 0
1763
- */
1764
- iid?: number;
1765
- /** @description ID */
1766
- id: number | string;
1767
- /** @description Name */
1768
- name: string;
1769
- /** @description Description */
1770
- description?: string | undefined;
1771
- /**
1772
- * @description GitHub Account
1773
- * @default false
1774
- */
1775
- githubAccount?: boolean | undefined;
1776
- userId?: number | string | undefined;
1777
- }
1778
- | undefined;
1779
- 'cabloy-store.dto.cabloyProviderUpdate': {
1780
- /** @description Name */
1781
- name: string;
1782
- /** @description Description */
1783
- description?: string | undefined;
1411
+ 'a-paypal.entity.paypalRecord': {
1784
1412
  /**
1785
- * @description GitHub Account
1413
+ * Format: date
1414
+ * @description Created At
1415
+ */
1416
+ createdAt: Date;
1417
+ /**
1418
+ * Format: date
1419
+ * @description Updated At
1420
+ */
1421
+ updatedAt: Date;
1422
+ /**
1423
+ * @description Deleted
1786
1424
  * @default false
1787
1425
  */
1788
- githubAccount?: boolean | undefined;
1789
- };
1790
- 'store-purchase.dto.purchaseOrderCreate': {
1426
+ deleted?: boolean;
1427
+ /**
1428
+ * @description Instance ID
1429
+ * @default 0
1430
+ */
1431
+ iid?: number;
1432
+ /** @description ID */
1433
+ id: number | string;
1791
1434
  userId: number | string;
1792
- moduleId: number | string;
1793
- /** @description Remark */
1794
- remark?: string | undefined;
1795
- /** @description License */
1796
- license: number;
1797
- /** @description Amount */
1798
- amount: number;
1799
1435
  /** @default 0 */
1800
1436
  status?: number;
1801
- paypalRecordId?: number | string | undefined;
1802
- /** @description Gross Amount */
1803
- grossAmount: number;
1804
- /** @description Paypal Fee */
1805
- paypalFee: number;
1806
- /** @description Net Amount */
1807
- netAmount: number;
1808
- };
1809
- 'store-purchase.dto.purchaseOrderQueryRes': {
1810
- list: {
1811
- /**
1812
- * Format: date
1813
- * @description Created At
1814
- */
1815
- createdAt: Date;
1816
- /**
1817
- * Format: date
1818
- * @description Updated At
1819
- */
1820
- updatedAt: Date;
1821
- /**
1822
- * @description Deleted
1823
- * @default false
1824
- */
1825
- deleted?: boolean;
1826
- /**
1827
- * @description Instance ID
1828
- * @default 0
1829
- */
1830
- iid?: number;
1831
- /** @description ID */
1832
- id: number | string;
1833
- userId: number | string;
1834
- moduleId: number | string;
1835
- /** @description Remark */
1836
- remark?: string | undefined;
1837
- /** @description License */
1838
- license: number;
1839
- /** @description Amount */
1840
- amount: number;
1841
- /** @default 0 */
1842
- status?: number;
1843
- paypalRecordId?: number | string | undefined;
1844
- /** @description Gross Amount */
1845
- grossAmount: number;
1846
- /** @description Paypal Fee */
1847
- paypalFee: number;
1848
- /** @description Net Amount */
1849
- netAmount: number;
1850
- }[];
1437
+ prepayId: string;
1438
+ payload: components['schemas']['a-paypal.dto.paypalOrderRecordPayload'];
1439
+ options: components['schemas']['a-paypal.dto.paypalOrderRecordOptions'];
1440
+ };
1441
+ 'a-paypal.dto.paypalOrderRecordPayload': {
1442
+ remark: string;
1851
1443
  total: string;
1852
- pageCount: number;
1853
- pageSize: number;
1854
- pageNo: number;
1444
+ currencyCode: string;
1855
1445
  };
1856
- /** @description Purchase Order */
1857
- 'store-purchase.entity.purchaseOrder':
1858
- | {
1859
- /**
1860
- * Format: date
1861
- * @description Created At
1862
- */
1863
- createdAt: Date;
1864
- /**
1865
- * Format: date
1866
- * @description Updated At
1867
- */
1868
- updatedAt: Date;
1869
- /**
1870
- * @description Deleted
1871
- * @default false
1872
- */
1873
- deleted?: boolean;
1874
- /**
1875
- * @description Instance ID
1876
- * @default 0
1877
- */
1878
- iid?: number;
1879
- /** @description ID */
1880
- id: number | string;
1881
- userId: number | string;
1882
- moduleId: number | string;
1883
- /** @description Remark */
1884
- remark?: string | undefined;
1885
- /** @description License */
1886
- license: number;
1887
- /** @description Amount */
1888
- amount: number;
1889
- /** @default 0 */
1890
- status?: number;
1891
- paypalRecordId?: number | string | undefined;
1892
- /** @description Gross Amount */
1893
- grossAmount: number;
1894
- /** @description Paypal Fee */
1895
- paypalFee: number;
1896
- /** @description Net Amount */
1897
- netAmount: number;
1898
- }
1899
- | undefined;
1900
- 'store-purchase.dto.purchaseOrderUpdate': {
1901
- userId: number | string;
1902
- moduleId: number | string;
1446
+ 'a-paypal.dto.paypalOrderRecordOptions': {
1447
+ brandName: string;
1448
+ returnUrl: string;
1449
+ cancelUrl: string;
1450
+ returnTo: string;
1451
+ scene: string;
1452
+ orderId: number | string;
1453
+ };
1454
+ 'a-play.dto.play': {
1455
+ args: string[];
1456
+ projectPath: string;
1457
+ };
1458
+ 'test-vona.dto.userLazy': {
1459
+ name: string;
1460
+ user?: components['schemas']['test-vona.dto.userLazy'];
1461
+ roles?: components['schemas']['test-vona.dto.roleLazy'][] | undefined;
1462
+ };
1463
+ 'test-vona.dto.roleLazy': {
1464
+ name: string;
1465
+ users?: components['schemas']['test-vona.dto.userLazy'][] | undefined;
1466
+ };
1467
+ 'test-vona.entity.user_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7': {
1468
+ /** @description ID */
1469
+ id: number | string;
1470
+ name: string;
1471
+ };
1472
+ 'test-vona.entity.post_a6ba2076b5b70a3c098374cc82d418bd1ab226c3': {
1473
+ count_all?: string | undefined;
1474
+ count_title?: string | undefined;
1475
+ sum_stars?: string | undefined;
1476
+ };
1477
+ 'test-vona.entity.post_729883d7de16ce4401b26f75bebe618c8948ff64': {
1478
+ /** @description Title */
1479
+ title: string;
1480
+ count_all?: string | undefined;
1481
+ count_title?: string | undefined;
1482
+ sum_stars?: string | undefined;
1483
+ };
1484
+ 'test-vona.dto.userUpdate': {
1485
+ name: string;
1486
+ age?: number | undefined;
1487
+ scores?: number | undefined;
1488
+ posts?:
1489
+ | {
1490
+ /**
1491
+ * @description Deleted
1492
+ * @default false
1493
+ */
1494
+ deleted?: boolean | undefined;
1495
+ /** @description ID */
1496
+ id?: number | string | undefined;
1497
+ /** @description Title */
1498
+ title: string;
1499
+ }[]
1500
+ | undefined;
1501
+ };
1502
+ 'test-vona.entity.category_2c7d642ee581efa300341e343180fbb0ecdc785d': {
1503
+ /** @description ID */
1504
+ id: number | string;
1505
+ name: string;
1506
+ children: components['schemas']['test-vona.entity.category_2c7d642ee581efa300341e343180fbb0ecdc785d'][];
1507
+ };
1508
+ 'test-vona.dto.categoryTree': {
1509
+ /** @description ID */
1510
+ id: number | string;
1511
+ name: string;
1512
+ children: components['schemas']['test-vona.entity.category_2c7d642ee581efa300341e343180fbb0ecdc785d'][];
1513
+ };
1514
+ /** @description User */
1515
+ 'test-vona.dto.user': {
1516
+ /** @description User ID */
1517
+ id: number | string;
1518
+ name: string;
1519
+ married: boolean;
1520
+ };
1521
+ 'test-vona.dto.orderCreate': {
1522
+ /**
1523
+ * @description Order No
1524
+ * @default
1525
+ */
1526
+ orderNo?: string;
1903
1527
  /** @description Remark */
1904
1528
  remark?: string | undefined;
1905
- /** @description License */
1906
- license: number;
1529
+ products?: components['schemas']['test-vona.entity.product_29731960f3f38d3572bc2f8a01a7498bfe927055'][] | undefined;
1530
+ };
1531
+ 'test-vona.entity.product_29731960f3f38d3572bc2f8a01a7498bfe927055': {
1532
+ /** @description Name */
1533
+ name: string;
1534
+ /** @description Price */
1535
+ price: number;
1536
+ /** @description Quantity */
1537
+ quantity: number;
1907
1538
  /** @description Amount */
1908
1539
  amount: number;
1909
- /** @default 0 */
1910
- status?: number;
1911
- paypalRecordId?: number | string | undefined;
1912
- /** @description Gross Amount */
1913
- grossAmount: number;
1914
- /** @description Paypal Fee */
1915
- paypalFee: number;
1916
- /** @description Net Amount */
1917
- netAmount: number;
1918
- };
1919
- 'store-purchase.dto.purchaseRecordCreate': {
1920
- userId: number | string;
1921
- moduleId: number | string;
1540
+ };
1541
+ 'test-vona.dto.orderUpdate': {
1542
+ /**
1543
+ * @description Order No
1544
+ * @default
1545
+ */
1546
+ orderNo?: string;
1547
+ /** @description Remark */
1548
+ remark?: string | undefined;
1549
+ products?: components['schemas']['test-vona.entity.product_9cf2c6bcd41713270c34bcfce21b7b4942e3fbc6'][] | undefined;
1550
+ };
1551
+ 'test-vona.entity.product_9cf2c6bcd41713270c34bcfce21b7b4942e3fbc6': {
1552
+ /**
1553
+ * @description Deleted
1554
+ * @default false
1555
+ */
1556
+ deleted?: boolean | undefined;
1557
+ /** @description ID */
1558
+ id?: number | string | undefined;
1559
+ /** @description Name */
1560
+ name: string;
1561
+ /** @description Price */
1562
+ price: number;
1563
+ /** @description Quantity */
1564
+ quantity: number;
1565
+ /** @description Amount */
1566
+ amount: number;
1567
+ };
1568
+ 'test-vona.dto.orderResult': {
1922
1569
  /**
1923
1570
  * Format: date
1924
- * @description Last Purchase Time
1571
+ * @description Created At
1925
1572
  */
1926
- lastPurchaseTime: Date;
1573
+ createdAt: Date;
1927
1574
  /**
1928
1575
  * Format: date
1929
- * @description Expiration Date
1576
+ * @description Updated At
1577
+ */
1578
+ updatedAt: Date;
1579
+ /**
1580
+ * @description Deleted
1581
+ * @default false
1582
+ */
1583
+ deleted?: boolean;
1584
+ /**
1585
+ * @description Instance ID
1586
+ * @default 0
1587
+ */
1588
+ iid?: number;
1589
+ /** @description ID */
1590
+ id: number | string;
1591
+ /**
1592
+ * @description Order No
1593
+ * @default
1930
1594
  */
1931
- expirationDate?: Date;
1595
+ orderNo?: string;
1596
+ /** @description Remark */
1597
+ remark?: string | undefined;
1598
+ userId: number | string;
1599
+ user?: components['schemas']['test-vona.entity.user_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
1600
+ products: components['schemas']['test-vona.entity.product_bce173590aaef19772f1ae3a82196493c2633e2e'][];
1601
+ };
1602
+ 'test-vona.entity.product_bce173590aaef19772f1ae3a82196493c2633e2e': {
1603
+ /** @description ID */
1604
+ id: number | string;
1605
+ /** @description Name */
1606
+ name: string;
1607
+ /** @description Price */
1608
+ price: number;
1609
+ /** @description Quantity */
1610
+ quantity: number;
1611
+ /** @description Amount */
1612
+ amount: number;
1932
1613
  };
1933
- 'store-purchase.dto.purchaseRecordQueryRes': {
1614
+ 'test-vona.dto.orderResultPage': {
1934
1615
  list: {
1935
1616
  /**
1936
1617
  * Format: date
@@ -1954,1348 +1635,169 @@ export interface components {
1954
1635
  iid?: number;
1955
1636
  /** @description ID */
1956
1637
  id: number | string;
1638
+ /**
1639
+ * @description Order No
1640
+ * @default
1641
+ */
1642
+ orderNo?: string;
1643
+ /** @description Remark */
1644
+ remark?: string | undefined;
1957
1645
  userId: number | string;
1958
- moduleId: number | string;
1646
+ user?: components['schemas']['test-vona.entity.user_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
1647
+ products: components['schemas']['test-vona.entity.product_bce173590aaef19772f1ae3a82196493c2633e2e'][];
1648
+ }[];
1649
+ total: string;
1650
+ pageCount: number;
1651
+ pageSize: number;
1652
+ pageNo: number;
1653
+ };
1654
+ 'test-vona.dto.postGroup': {
1655
+ userId: number | string;
1656
+ count_all?: string | undefined;
1657
+ sum_stars?: string | undefined;
1658
+ };
1659
+ 'test-vona.dto.postAggregate': {
1660
+ count_all?: string | undefined;
1661
+ count_stars?: string | undefined;
1662
+ sum_stars?: string | undefined;
1663
+ avg_stars?: string | undefined;
1664
+ min_stars?: string | undefined;
1665
+ max_stars?: string | undefined;
1666
+ };
1667
+ 'test-vona.dto.postQueryRes': {
1668
+ list: {
1959
1669
  /**
1960
1670
  * Format: date
1961
- * @description Last Purchase Time
1671
+ * @description Created At
1962
1672
  */
1963
- lastPurchaseTime: Date;
1673
+ createdAt: Date;
1964
1674
  /**
1965
1675
  * Format: date
1966
- * @description Expiration Date
1676
+ * @description Updated At
1677
+ */
1678
+ updatedAt: Date;
1679
+ /**
1680
+ * @description Deleted
1681
+ * @default false
1682
+ */
1683
+ deleted?: boolean;
1684
+ /**
1685
+ * @description Instance ID
1686
+ * @default 0
1967
1687
  */
1968
- expirationDate?: Date;
1969
- user?: components['schemas']['home-user.entity.user_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
1970
- module?: components['schemas']['cabloy-store.entity.cabloyModule_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
1688
+ iid?: number;
1689
+ /** @description ID */
1690
+ id: number | string;
1691
+ /** @description Title */
1692
+ title: string;
1693
+ userId: number | string;
1694
+ stars?: number | undefined;
1695
+ postContent?: {
1696
+ /** @description ID */
1697
+ id: number | string;
1698
+ content: string;
1699
+ };
1700
+ user?: components['schemas']['test-vona.entity.user_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
1971
1701
  }[];
1972
1702
  total: string;
1973
1703
  pageCount: number;
1974
1704
  pageSize: number;
1975
1705
  pageNo: number;
1976
1706
  };
1977
- 'home-user.entity.user_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7': {
1978
- /** @description ID */
1979
- id: number | string;
1980
- /** @description User Name */
1981
- name: string;
1707
+ 'test-vona.dto.serializerSimple': {
1708
+ password: string;
1709
+ password2: string;
1710
+ email?: unknown;
1711
+ /** Format: email */
1712
+ email2: string;
1713
+ /** Format: email */
1714
+ email3: string;
1715
+ email4?: unknown;
1716
+ /** Format: email */
1717
+ email5: string;
1718
+ /** Format: email */
1719
+ email6: string;
1720
+ /** Format: email */
1721
+ email7: string;
1722
+ firstName: string;
1723
+ lastName: string;
1724
+ fullName?: string | undefined;
1725
+ fullName2?: string | undefined;
1726
+ fullName3?: string | undefined;
1727
+ fullName4?: string | undefined;
1982
1728
  };
1983
- 'cabloy-store.entity.cabloyModule_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7': {
1984
- /** @description ID */
1985
- id: number | string;
1986
- /** @description Name */
1987
- name: string;
1988
- content?: components['schemas']['cabloy-store.entity.cabloyModuleContent_1c9d53f3af6f7dcc5939f31fcb21323dc5f0c0f2_1816ff740d81c738ec055c7038bbd93beb9405a7'];
1989
- provider?: components['schemas']['cabloy-store.entity.cabloyProvider_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
1990
- };
1991
- /** @description Purchase Record */
1992
- 'store-purchase.entity.purchaseRecord':
1993
- | {
1994
- /**
1995
- * Format: date
1996
- * @description Created At
1997
- */
1998
- createdAt: Date;
1999
- /**
2000
- * Format: date
2001
- * @description Updated At
2002
- */
2003
- updatedAt: Date;
2004
- /**
2005
- * @description Deleted
2006
- * @default false
2007
- */
2008
- deleted?: boolean;
2009
- /**
2010
- * @description Instance ID
2011
- * @default 0
2012
- */
2013
- iid?: number;
2014
- /** @description ID */
2015
- id: number | string;
2016
- userId: number | string;
2017
- moduleId: number | string;
2018
- /**
2019
- * Format: date
2020
- * @description Last Purchase Time
2021
- */
2022
- lastPurchaseTime: Date;
2023
- /**
2024
- * Format: date
2025
- * @description Expiration Date
2026
- */
2027
- expirationDate?: Date;
2028
- }
2029
- | undefined;
2030
- 'store-purchase.dto.purchaseRecordUpdate': {
2031
- userId: number | string;
2032
- moduleId: number | string;
2033
- /**
2034
- * Format: date
2035
- * @description Last Purchase Time
2036
- */
2037
- lastPurchaseTime: Date;
2038
- /**
2039
- * Format: date
2040
- * @description Expiration Date
2041
- */
2042
- expirationDate?: Date;
2043
- };
2044
- 'store-purchase.dto.purchaseRecordView':
2045
- | {
2046
- /**
2047
- * Format: date
2048
- * @description Created At
2049
- */
2050
- createdAt: Date;
2051
- /**
2052
- * Format: date
2053
- * @description Updated At
2054
- */
2055
- updatedAt: Date;
2056
- /**
2057
- * @description Deleted
2058
- * @default false
2059
- */
2060
- deleted?: boolean;
2061
- /**
2062
- * @description Instance ID
2063
- * @default 0
2064
- */
2065
- iid?: number;
2066
- /** @description ID */
2067
- id: number | string;
2068
- userId: number | string;
2069
- moduleId: number | string;
2070
- /**
2071
- * Format: date
2072
- * @description Last Purchase Time
2073
- */
2074
- lastPurchaseTime: Date;
2075
- /**
2076
- * Format: date
2077
- * @description Expiration Date
2078
- */
2079
- expirationDate?: Date;
2080
- user?: components['schemas']['home-user.entity.user_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
2081
- module?: components['schemas']['cabloy-store.entity.cabloyModule_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
2082
- }
2083
- | undefined;
2084
- 'store-purchase.dto.purchasePaypalResBody': {
2085
- orderId: number | string;
2086
- approveUrl: string;
2087
- };
2088
- 'store-purchase.dto.purchasePaypalReqBody': {
2089
- moduleId: number | string;
2090
- remark: string;
2091
- returnTo: string;
2092
- returnUrl: string;
2093
- cancelUrl: string;
2094
- };
2095
- /** @description Create Product */
2096
- 'test-rest.dto.productCreate': {
2097
- /** @description Name */
2098
- name: string;
2099
- /** @description Description */
2100
- description?: string | undefined;
2101
- /** @description Price */
2102
- price: number;
2103
- /**
2104
- * @description Quantity
2105
- * @default 0
2106
- */
2107
- quantity?: number;
2108
- /** @description Amount */
2109
- amount: number;
2110
- /** @description Custom */
2111
- _custom?: unknown;
2112
- /** @description Test */
2113
- _test?: unknown;
2114
- };
2115
- 'test-rest.dto.productQueryRes': {
2116
- list: {
2117
- /**
2118
- * Format: date
2119
- * @description Created At
2120
- */
2121
- createdAt: Date;
2122
- /**
2123
- * Format: date
2124
- * @description Updated At
2125
- */
2126
- updatedAt: Date;
2127
- /**
2128
- * @description Deleted
2129
- * @default false
2130
- */
2131
- deleted?: boolean;
2132
- /**
2133
- * @description Instance ID
2134
- * @default 0
2135
- */
2136
- iid?: number;
2137
- /** @description ID */
2138
- id: number | string;
2139
- /** @description Name */
2140
- name: string;
2141
- /** @description Description */
2142
- description?: string | undefined;
2143
- /** @description Price */
2144
- price: number;
2145
- /**
2146
- * @description Quantity
2147
- * @default 0
2148
- */
2149
- quantity?: number;
2150
- /** @description Amount */
2151
- amount: number;
2152
- /** @description Custom */
2153
- _custom?: unknown;
2154
- }[];
2155
- total: string;
2156
- pageCount: number;
2157
- pageSize: number;
2158
- pageNo: number;
2159
- };
2160
- /** @description Product Info */
2161
- 'test-rest.entity.product':
2162
- | {
2163
- /**
2164
- * Format: date
2165
- * @description Created At
2166
- */
2167
- createdAt: Date;
2168
- /**
2169
- * Format: date
2170
- * @description Updated At
2171
- */
2172
- updatedAt: Date;
2173
- /**
2174
- * @description Deleted
2175
- * @default false
2176
- */
2177
- deleted?: boolean;
2178
- /**
2179
- * @description Instance ID
2180
- * @default 0
2181
- */
2182
- iid?: number;
2183
- /** @description ID */
2184
- id: number | string;
2185
- /** @description Name */
2186
- name: string;
2187
- /** @description Description */
2188
- description?: string | undefined;
2189
- /** @description Price */
2190
- price: number;
2191
- /**
2192
- * @description Quantity
2193
- * @default 0
2194
- */
2195
- quantity?: number;
2196
- /** @description Amount */
2197
- amount: number;
2198
- /** @description Custom */
2199
- _custom?: unknown;
2200
- }
2201
- | undefined;
2202
- /** @description Update Product */
2203
- 'test-rest.dto.productUpdate': {
2204
- /** @description Name */
2205
- name: string;
2206
- /** @description Description */
2207
- description?: string | undefined;
2208
- /** @description Price */
2209
- price: number;
2210
- /**
2211
- * @description Quantity
2212
- * @default 0
2213
- */
2214
- quantity?: number;
2215
- /** @description Amount */
2216
- amount: number;
2217
- /** @description Custom */
2218
- _custom?: unknown;
2219
- };
2220
- 'test-ssr.dto.testResult': {
2221
- id: number | string;
2222
- /**
2223
- * @description Name
2224
- * @default tom
2225
- */
2226
- name?: string;
2227
- married: boolean;
2228
- details: components['schemas']['test-ssr.dto.testDetail'][];
2229
- /** @default custom */
2230
- _custom1?: string | undefined;
2231
- /** @default custom */
2232
- _custom2?: string | undefined;
2233
- /** @default custom */
2234
- _custom3?: string | undefined;
2235
- /** @default custom */
2236
- _custom4?: string | undefined;
2237
- /** @default custom */
2238
- _custom5?: string | undefined;
2239
- _customCopy?: string | undefined;
2240
- _customCopied?: boolean | undefined;
2241
- };
2242
- 'test-ssr.dto.testDetail': {
2243
- name: string;
2244
- price: number;
2245
- quantity: number;
2246
- amount: number;
2247
- };
2248
- 'test-ssr.dto.testBody': {
2249
- id: number | string;
2250
- /**
2251
- * @description Name
2252
- * @default tom
2253
- */
2254
- name?: string;
2255
- married: boolean;
2256
- details: components['schemas']['test-ssr.dto.testDetail'][];
2257
- /** @default custom */
2258
- _custom1?: string | undefined;
2259
- /** @default custom */
2260
- _custom2?: string | undefined;
2261
- /** @default custom */
2262
- _custom3?: string | undefined;
2263
- /** @default custom */
2264
- _custom4?: string | undefined;
2265
- /** @default custom */
2266
- _custom5?: string | undefined;
2267
- _customCopy?: string | undefined;
2268
- _customCopied?: boolean | undefined;
2269
- };
2270
- 'test-captcha.dto.signin': {
2271
- username: string;
2272
- password: string;
2273
- captcha?: unknown;
2274
- };
2275
- 'a-paypal.entity.paypalRecord': {
2276
- /**
2277
- * Format: date
2278
- * @description Created At
2279
- */
2280
- createdAt: Date;
2281
- /**
2282
- * Format: date
2283
- * @description Updated At
2284
- */
2285
- updatedAt: Date;
2286
- /**
2287
- * @description Deleted
2288
- * @default false
2289
- */
2290
- deleted?: boolean;
2291
- /**
2292
- * @description Instance ID
2293
- * @default 0
2294
- */
2295
- iid?: number;
2296
- /** @description ID */
2297
- id: number | string;
2298
- userId: number | string;
2299
- /** @default 0 */
2300
- status?: number;
2301
- prepayId: string;
2302
- payload: components['schemas']['a-paypal.dto.paypalOrderRecordPayload'];
2303
- options: components['schemas']['a-paypal.dto.paypalOrderRecordOptions'];
2304
- };
2305
- 'a-paypal.dto.paypalOrderRecordPayload': {
2306
- remark: string;
2307
- total: string;
2308
- currencyCode: string;
2309
- };
2310
- 'a-paypal.dto.paypalOrderRecordOptions': {
2311
- brandName: string;
2312
- returnUrl: string;
2313
- cancelUrl: string;
2314
- returnTo: string;
2315
- scene: string;
2316
- orderId: number | string;
2317
- };
2318
- 'a-play.dto.play': {
2319
- args: string[];
2320
- projectPath: string;
2321
- };
2322
- 'test-vona.dto.userLazy': {
2323
- name: string;
2324
- user?: components['schemas']['test-vona.dto.userLazy'];
2325
- roles?: components['schemas']['test-vona.dto.roleLazy'][] | undefined;
2326
- };
2327
- 'test-vona.dto.roleLazy': {
2328
- name: string;
2329
- users?: components['schemas']['test-vona.dto.userLazy'][] | undefined;
2330
- };
2331
- 'test-vona.entity.user_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7': {
2332
- /** @description ID */
2333
- id: number | string;
2334
- name: string;
2335
- };
2336
- 'test-vona.entity.post_a6ba2076b5b70a3c098374cc82d418bd1ab226c3': {
2337
- count_all?: string | undefined;
2338
- count_title?: string | undefined;
2339
- sum_stars?: string | undefined;
2340
- };
2341
- 'test-vona.entity.post_729883d7de16ce4401b26f75bebe618c8948ff64': {
2342
- /** @description Title */
2343
- title: string;
2344
- count_all?: string | undefined;
2345
- count_title?: string | undefined;
2346
- sum_stars?: string | undefined;
2347
- };
2348
- 'test-vona.dto.userUpdate': {
2349
- name: string;
2350
- age?: number | undefined;
2351
- scores?: number | undefined;
2352
- posts?:
2353
- | {
2354
- /**
2355
- * @description Deleted
2356
- * @default false
2357
- */
2358
- deleted?: boolean | undefined;
2359
- /** @description ID */
2360
- id?: number | string | undefined;
2361
- /** @description Title */
2362
- title: string;
2363
- }[]
2364
- | undefined;
2365
- };
2366
- 'test-vona.entity.category_2c7d642ee581efa300341e343180fbb0ecdc785d': {
2367
- /** @description ID */
2368
- id: number | string;
2369
- name: string;
2370
- children: components['schemas']['test-vona.entity.category_2c7d642ee581efa300341e343180fbb0ecdc785d'][];
2371
- };
2372
- 'test-vona.dto.categoryTree': {
2373
- /** @description ID */
2374
- id: number | string;
2375
- name: string;
2376
- children: components['schemas']['test-vona.entity.category_2c7d642ee581efa300341e343180fbb0ecdc785d'][];
2377
- };
2378
- /** @description User */
2379
- 'test-vona.dto.user': {
2380
- /** @description User ID */
2381
- id: number | string;
2382
- name: string;
2383
- married: boolean;
2384
- };
2385
- 'test-vona.dto.orderCreate': {
2386
- /**
2387
- * @description Order No
2388
- * @default
2389
- */
2390
- orderNo?: string;
2391
- /** @description Remark */
2392
- remark?: string | undefined;
2393
- products?: components['schemas']['test-vona.entity.product_29731960f3f38d3572bc2f8a01a7498bfe927055'][] | undefined;
2394
- };
2395
- 'test-vona.entity.product_29731960f3f38d3572bc2f8a01a7498bfe927055': {
2396
- /** @description Name */
2397
- name: string;
2398
- /** @description Price */
2399
- price: number;
2400
- /** @description Quantity */
2401
- quantity: number;
2402
- /** @description Amount */
2403
- amount: number;
2404
- };
2405
- 'test-vona.dto.orderUpdate': {
2406
- /**
2407
- * @description Order No
2408
- * @default
2409
- */
2410
- orderNo?: string;
2411
- /** @description Remark */
2412
- remark?: string | undefined;
2413
- products?: components['schemas']['test-vona.entity.product_9cf2c6bcd41713270c34bcfce21b7b4942e3fbc6'][] | undefined;
2414
- };
2415
- 'test-vona.entity.product_9cf2c6bcd41713270c34bcfce21b7b4942e3fbc6': {
2416
- /**
2417
- * @description Deleted
2418
- * @default false
2419
- */
2420
- deleted?: boolean | undefined;
2421
- /** @description ID */
2422
- id?: number | string | undefined;
2423
- /** @description Name */
2424
- name: string;
2425
- /** @description Price */
2426
- price: number;
2427
- /** @description Quantity */
2428
- quantity: number;
2429
- /** @description Amount */
2430
- amount: number;
2431
- };
2432
- 'test-vona.dto.orderResult': {
2433
- /**
2434
- * Format: date
2435
- * @description Created At
2436
- */
2437
- createdAt: Date;
2438
- /**
2439
- * Format: date
2440
- * @description Updated At
2441
- */
2442
- updatedAt: Date;
2443
- /**
2444
- * @description Deleted
2445
- * @default false
2446
- */
2447
- deleted?: boolean;
2448
- /**
2449
- * @description Instance ID
2450
- * @default 0
2451
- */
2452
- iid?: number;
2453
- /** @description ID */
2454
- id: number | string;
2455
- /**
2456
- * @description Order No
2457
- * @default
2458
- */
2459
- orderNo?: string;
2460
- /** @description Remark */
2461
- remark?: string | undefined;
2462
- userId: number | string;
2463
- user?: components['schemas']['test-vona.entity.user_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
2464
- products: components['schemas']['test-vona.entity.product_bce173590aaef19772f1ae3a82196493c2633e2e'][];
2465
- };
2466
- 'test-vona.entity.product_bce173590aaef19772f1ae3a82196493c2633e2e': {
2467
- /** @description ID */
2468
- id: number | string;
2469
- /** @description Name */
2470
- name: string;
2471
- /** @description Price */
2472
- price: number;
2473
- /** @description Quantity */
2474
- quantity: number;
2475
- /** @description Amount */
2476
- amount: number;
2477
- };
2478
- 'test-vona.dto.orderResultPage': {
2479
- list: {
2480
- /**
2481
- * Format: date
2482
- * @description Created At
2483
- */
2484
- createdAt: Date;
2485
- /**
2486
- * Format: date
2487
- * @description Updated At
2488
- */
2489
- updatedAt: Date;
2490
- /**
2491
- * @description Deleted
2492
- * @default false
2493
- */
2494
- deleted?: boolean;
2495
- /**
2496
- * @description Instance ID
2497
- * @default 0
2498
- */
2499
- iid?: number;
2500
- /** @description ID */
2501
- id: number | string;
2502
- /**
2503
- * @description Order No
2504
- * @default
2505
- */
2506
- orderNo?: string;
2507
- /** @description Remark */
2508
- remark?: string | undefined;
2509
- userId: number | string;
2510
- user?: components['schemas']['test-vona.entity.user_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
2511
- products: components['schemas']['test-vona.entity.product_bce173590aaef19772f1ae3a82196493c2633e2e'][];
2512
- }[];
2513
- total: string;
2514
- pageCount: number;
2515
- pageSize: number;
2516
- pageNo: number;
2517
- };
2518
- 'test-vona.dto.postGroup': {
2519
- userId: number | string;
2520
- count_all?: string | undefined;
2521
- sum_stars?: string | undefined;
2522
- };
2523
- 'test-vona.dto.postAggregate': {
2524
- count_all?: string | undefined;
2525
- count_stars?: string | undefined;
2526
- sum_stars?: string | undefined;
2527
- avg_stars?: string | undefined;
2528
- min_stars?: string | undefined;
2529
- max_stars?: string | undefined;
2530
- };
2531
- 'test-vona.dto.postQueryRes': {
2532
- list: {
2533
- /**
2534
- * Format: date
2535
- * @description Created At
2536
- */
2537
- createdAt: Date;
2538
- /**
2539
- * Format: date
2540
- * @description Updated At
2541
- */
2542
- updatedAt: Date;
2543
- /**
2544
- * @description Deleted
2545
- * @default false
2546
- */
2547
- deleted?: boolean;
2548
- /**
2549
- * @description Instance ID
2550
- * @default 0
2551
- */
2552
- iid?: number;
2553
- /** @description ID */
2554
- id: number | string;
2555
- /** @description Title */
2556
- title: string;
2557
- userId: number | string;
2558
- stars?: number | undefined;
2559
- postContent?: {
2560
- /** @description ID */
2561
- id: number | string;
2562
- content: string;
2563
- };
2564
- user?: components['schemas']['test-vona.entity.user_2c7d642ee581efa300341e343180fbb0ecdc785d_1816ff740d81c738ec055c7038bbd93beb9405a7'];
2565
- }[];
2566
- total: string;
2567
- pageCount: number;
2568
- pageSize: number;
2569
- pageNo: number;
2570
- };
2571
- 'test-vona.dto.serializerSimple': {
2572
- password: string;
2573
- password2: string;
2574
- email?: unknown;
2575
- /** Format: email */
2576
- email2: string;
2577
- /** Format: email */
2578
- email3: string;
2579
- email4?: unknown;
2580
- /** Format: email */
2581
- email5: string;
2582
- /** Format: email */
2583
- email6: string;
2584
- /** Format: email */
2585
- email7: string;
2586
- firstName: string;
2587
- lastName: string;
2588
- fullName?: string | undefined;
2589
- fullName2?: string | undefined;
2590
- fullName3?: string | undefined;
2591
- fullName4?: string | undefined;
2592
- };
2593
- 'test-vona.dto.serializerArray': {
2594
- /** @description Simple */
2595
- simples: components['schemas']['test-vona.dto.serializerSimple'][];
2596
- /** @description Simple */
2597
- simplesLazy: components['schemas']['test-vona.dto.serializerSimple'][];
2598
- };
2599
- 'test-vona.dto.serializerLazy': {
2600
- simple: components['schemas']['test-vona.dto.serializerSimple_1c4b95bcfe8fe28a56dbcc7028097cf11836b4fc'];
2601
- simpleLazy?: components['schemas']['test-vona.dto.serializerSimple_542f7be0da9b85a67248a6a1a3629e72de5fdb33_cff0ae112a392da58caf5aa905749f3c4444c4ab'];
2602
- };
2603
- 'test-vona.dto.serializerSimple_1c4b95bcfe8fe28a56dbcc7028097cf11836b4fc': {
2604
- password: string;
2605
- password2: string;
2606
- email?: unknown;
2607
- /** Format: email */
2608
- email2: string;
2609
- /** Format: email */
2610
- email3: string;
2611
- email4?: unknown;
2612
- /** Format: email */
2613
- email5: string;
2614
- /** Format: email */
2615
- email6: string;
2616
- /** Format: email */
2617
- email7: string;
2618
- firstName: string;
2619
- lastName: string;
2620
- fullName?: string | undefined;
2621
- fullName2?: string | undefined;
2622
- fullName3?: string | undefined;
2623
- fullName4?: string | undefined;
2624
- };
2625
- /**
2626
- * title
2627
- * @description description
2628
- */
2629
- 'test-vona.dto.serializerSimple_542f7be0da9b85a67248a6a1a3629e72de5fdb33_cff0ae112a392da58caf5aa905749f3c4444c4ab': {
2630
- password: string;
2631
- password2: string;
2632
- email?: unknown;
2633
- /** Format: email */
2634
- email2: string;
2635
- /** Format: email */
2636
- email3: string;
2637
- email4?: unknown;
2638
- /** Format: email */
2639
- email5: string;
2640
- /** Format: email */
2641
- email6: string;
2642
- /** Format: email */
2643
- email7: string;
2644
- firstName: string;
2645
- lastName: string;
2646
- fullName?: string | undefined;
2647
- fullName2?: string | undefined;
2648
- fullName3?: string | undefined;
2649
- fullName4?: string | undefined;
2650
- };
2651
- };
2652
- responses: never;
2653
- parameters: never;
2654
- requestBodies: never;
2655
- headers: never;
2656
- pathItems: never;
2657
- }
2658
- export type $defs = Record<string, never>;
2659
- export interface operations {
2660
- AuthMock_authorize: {
2661
- parameters: {
2662
- query?: never;
2663
- header?: never;
2664
- path?: never;
2665
- cookie?: never;
2666
- };
2667
- requestBody?: never;
2668
- responses: {
2669
- 200: {
2670
- headers: {
2671
- [name: string]: unknown;
2672
- };
2673
- content: {
2674
- 'application/json': {
2675
- code: string;
2676
- message: string;
2677
- data?: unknown;
2678
- };
2679
- };
2680
- };
2681
- };
2682
- };
2683
- AuthMock_authorizePost: {
2684
- parameters: {
2685
- query: {
2686
- redirect_uri: string;
2687
- state: string;
2688
- };
2689
- header?: never;
2690
- path?: never;
2691
- cookie?: never;
2692
- };
2693
- requestBody: {
2694
- content: {
2695
- 'application/json': {
2696
- username: string;
2697
- };
2698
- };
2699
- };
2700
- responses: {
2701
- 200: {
2702
- headers: {
2703
- [name: string]: unknown;
2704
- };
2705
- content: {
2706
- 'application/json': {
2707
- code: string;
2708
- message: string;
2709
- data?: unknown;
2710
- };
2711
- };
2712
- };
2713
- };
2714
- };
2715
- Captcha_create: {
2716
- parameters: {
2717
- query?: never;
2718
- header?: never;
2719
- path?: never;
2720
- cookie?: never;
2721
- };
2722
- requestBody: {
2723
- content: {
2724
- 'application/json': {
2725
- scene: string;
2726
- };
2727
- };
2728
- };
2729
- responses: {
2730
- 200: {
2731
- headers: {
2732
- [name: string]: unknown;
2733
- };
2734
- content: {
2735
- 'application/json': {
2736
- code: string;
2737
- message: string;
2738
- data: components['schemas']['a-captcha.dto.captchaData'];
2739
- };
2740
- };
2741
- };
2742
- };
2743
- };
2744
- Captcha_refresh: {
2745
- parameters: {
2746
- query?: never;
2747
- header?: never;
2748
- path?: never;
2749
- cookie?: never;
2750
- };
2751
- requestBody: {
2752
- content: {
2753
- 'application/json': {
2754
- id: string;
2755
- scene: string;
2756
- };
2757
- };
2758
- };
2759
- responses: {
2760
- 200: {
2761
- headers: {
2762
- [name: string]: unknown;
2763
- };
2764
- content: {
2765
- 'application/json': {
2766
- code: string;
2767
- message: string;
2768
- data: components['schemas']['a-captcha.dto.captchaData'];
2769
- };
2770
- };
2771
- };
2772
- };
2773
- };
2774
- Captcha_verifyImmediate: {
2775
- parameters: {
2776
- query?: never;
2777
- header?: never;
2778
- path?: never;
2779
- cookie?: never;
2780
- };
2781
- requestBody: {
2782
- content: {
2783
- 'application/json': {
2784
- id: string;
2785
- token?: unknown;
2786
- };
2787
- };
2788
- };
2789
- responses: {
2790
- 200: {
2791
- headers: {
2792
- [name: string]: unknown;
2793
- };
2794
- content: {
2795
- 'application/json': {
2796
- code: string;
2797
- message: string;
2798
- data: string;
2799
- };
2800
- };
2801
- };
2802
- };
2803
- };
2804
- MailconfirmMail_emailConfirmCallback: {
2805
- parameters: {
2806
- query: {
2807
- token: string;
2808
- };
2809
- header?: never;
2810
- path?: never;
2811
- cookie?: never;
2812
- };
2813
- requestBody?: never;
2814
- responses: {
2815
- 200: {
2816
- headers: {
2817
- [name: string]: unknown;
2818
- };
2819
- content: {
2820
- 'application/json': {
2821
- code: string;
2822
- message: string;
2823
- data?: unknown;
2824
- };
2825
- };
2826
- };
2827
- };
2828
- };
2829
- MailconfirmMail_passwordResetCallback: {
2830
- parameters: {
2831
- query: {
2832
- token: string;
2833
- };
2834
- header?: never;
2835
- path?: never;
2836
- cookie?: never;
2837
- };
2838
- requestBody?: never;
2839
- responses: {
2840
- 200: {
2841
- headers: {
2842
- [name: string]: unknown;
2843
- };
2844
- content: {
2845
- 'application/json': {
2846
- code: string;
2847
- message: string;
2848
- data?: unknown;
2849
- };
2850
- };
2851
- };
2852
- };
2853
- };
2854
- HomeBaseMenu_retrieveMenus: {
2855
- parameters: {
2856
- query?: never;
2857
- header?: never;
2858
- path: {
2859
- publicPath: ((string | undefined) | undefined) | undefined;
2860
- };
2861
- cookie?: never;
2862
- };
2863
- requestBody?: never;
2864
- responses: {
2865
- 200: {
2866
- headers: {
2867
- [name: string]: unknown;
2868
- };
2869
- content: {
2870
- 'application/json': {
2871
- code: string;
2872
- message: string;
2873
- data: components['schemas']['a-menu.dto.menus'];
2874
- };
2875
- };
2876
- };
2877
- };
2878
- };
2879
- HomeBasePermission_retrievePermissions: {
2880
- parameters: {
2881
- query?: never;
2882
- header?: never;
2883
- path: {
2884
- resource: string;
2885
- };
2886
- cookie?: never;
2887
- };
2888
- requestBody?: never;
2889
- responses: {
2890
- 200: {
2891
- headers: {
2892
- [name: string]: unknown;
2893
- };
2894
- content: {
2895
- 'application/json': {
2896
- code: string;
2897
- message: string;
2898
- data: components['schemas']['a-permission.dto.permissions'];
2899
- };
2900
- };
2901
- };
2902
- };
2903
- authToken: true;
2904
- };
2905
- Home_index: {
2906
- parameters: {
2907
- query?: never;
2908
- header?: never;
2909
- path?: never;
2910
- cookie?: never;
2911
- };
2912
- requestBody?: never;
2913
- responses: {
2914
- 200: {
2915
- headers: {
2916
- [name: string]: unknown;
2917
- };
2918
- content: {
2919
- 'application/json': {
2920
- code: string;
2921
- message: string;
2922
- data?: unknown;
2923
- };
2924
- };
2925
- };
2926
- };
2927
- };
2928
- HomeUserPassport_current: {
2929
- parameters: {
2930
- query?: never;
2931
- header?: never;
2932
- path?: never;
2933
- cookie?: never;
2934
- };
2935
- requestBody?: never;
2936
- responses: {
2937
- 200: {
2938
- headers: {
2939
- [name: string]: unknown;
2940
- };
2941
- content: {
2942
- 'application/json': {
2943
- code: string;
2944
- message: string;
2945
- data?: components['schemas']['home-user.dto.passport'];
2946
- };
2947
- };
2948
- };
2949
- };
2950
- };
2951
- HomeUserPassport_logout: {
2952
- parameters: {
2953
- query?: never;
2954
- header?: never;
2955
- path?: never;
2956
- cookie?: never;
2957
- };
2958
- requestBody?: never;
2959
- responses: {
2960
- 200: {
2961
- headers: {
2962
- [name: string]: unknown;
2963
- };
2964
- content: {
2965
- 'application/json': {
2966
- code: string;
2967
- message: string;
2968
- data?: unknown;
2969
- };
2970
- };
2971
- };
2972
- };
2973
- authToken: true;
2974
- };
2975
- HomeUserPassport_register: {
2976
- parameters: {
2977
- query?: never;
2978
- header?: never;
2979
- path?: never;
2980
- cookie?: never;
2981
- };
2982
- requestBody: {
2983
- content: {
2984
- 'application/json': components['schemas']['home-user.dto.register'];
2985
- };
2986
- };
2987
- responses: {
2988
- 200: {
2989
- headers: {
2990
- [name: string]: unknown;
2991
- };
2992
- content: {
2993
- 'application/json': {
2994
- code: string;
2995
- message: string;
2996
- data: components['schemas']['home-user.dto.passportJwt'];
2997
- };
2998
- };
2999
- };
3000
- };
3001
- };
3002
- HomeUserPassport_login: {
3003
- parameters: {
3004
- query?: never;
3005
- header?: never;
3006
- path?: never;
3007
- cookie?: never;
3008
- };
3009
- requestBody: {
3010
- content: {
3011
- 'application/json': components['schemas']['home-user.dto.login'];
3012
- };
3013
- };
3014
- responses: {
3015
- 200: {
3016
- headers: {
3017
- [name: string]: unknown;
3018
- };
3019
- content: {
3020
- 'application/json': {
3021
- code: string;
3022
- message: string;
3023
- data: components['schemas']['home-user.dto.passportJwt'];
3024
- };
3025
- };
3026
- };
3027
- };
3028
- };
3029
- HomeUserPassport_loginOauth: {
3030
- parameters: {
3031
- query?: {
3032
- redirect?: string | undefined;
3033
- };
3034
- header?: never;
3035
- path: {
3036
- module: string;
3037
- providerName: string;
3038
- clientName: ((string | undefined) | undefined) | undefined;
3039
- };
3040
- cookie?: never;
3041
- };
3042
- requestBody?: never;
3043
- responses: {
3044
- 200: {
3045
- headers: {
3046
- [name: string]: unknown;
3047
- };
3048
- content: {
3049
- 'application/json': {
3050
- code: string;
3051
- message: string;
3052
- data?: unknown;
3053
- };
3054
- };
3055
- };
3056
- };
3057
- };
3058
- HomeUserPassport_associate: {
3059
- parameters: {
3060
- query?: {
3061
- redirect?: string | undefined;
3062
- };
3063
- header?: never;
3064
- path: {
3065
- module: string;
3066
- providerName: string;
3067
- clientName: ((string | undefined) | undefined) | undefined;
3068
- };
3069
- cookie?: never;
3070
- };
3071
- requestBody?: never;
3072
- responses: {
3073
- 200: {
3074
- headers: {
3075
- [name: string]: unknown;
3076
- };
3077
- content: {
3078
- 'application/json': {
3079
- code: string;
3080
- message: string;
3081
- data: components['schemas']['home-user.dto.passportJwt'];
3082
- };
3083
- };
3084
- };
3085
- };
3086
- authToken: true;
3087
- };
3088
- HomeUserPassport_migrate: {
3089
- parameters: {
3090
- query?: {
3091
- redirect?: string | undefined;
3092
- };
3093
- header?: never;
3094
- path: {
3095
- module: string;
3096
- providerName: string;
3097
- clientName: ((string | undefined) | undefined) | undefined;
3098
- };
3099
- cookie?: never;
3100
- };
3101
- requestBody?: never;
3102
- responses: {
3103
- 200: {
3104
- headers: {
3105
- [name: string]: unknown;
3106
- };
3107
- content: {
3108
- 'application/json': {
3109
- code: string;
3110
- message: string;
3111
- data: components['schemas']['home-user.dto.passportJwt'];
3112
- };
3113
- };
3114
- };
3115
- };
3116
- authToken: true;
3117
- };
3118
- HomeUserPassport_refreshAuthToken: {
3119
- parameters: {
3120
- query?: never;
3121
- header?: never;
3122
- path?: never;
3123
- cookie?: never;
3124
- };
3125
- requestBody: {
3126
- content: {
3127
- 'application/json': {
3128
- refreshToken: string;
3129
- };
3130
- };
3131
- };
3132
- responses: {
3133
- 200: {
3134
- headers: {
3135
- [name: string]: unknown;
3136
- };
3137
- content: {
3138
- 'application/json': {
3139
- code: string;
3140
- message: string;
3141
- data: components['schemas']['a-jwt.dto.jwtToken'];
3142
- };
3143
- };
3144
- };
3145
- };
3146
- };
3147
- HomeUserPassport_createPassportJwtFromOauthCode: {
3148
- parameters: {
3149
- query?: never;
3150
- header?: never;
3151
- path?: never;
3152
- cookie?: never;
3153
- };
3154
- requestBody: {
3155
- content: {
3156
- 'application/json': {
3157
- code: string;
3158
- };
3159
- };
3160
- };
3161
- responses: {
3162
- 200: {
3163
- headers: {
3164
- [name: string]: unknown;
3165
- };
3166
- content: {
3167
- 'application/json': {
3168
- code: string;
3169
- message: string;
3170
- data: components['schemas']['home-user.dto.passportJwt'];
3171
- };
3172
- };
3173
- };
3174
- };
3175
- };
3176
- HomeUserPassport_createTempAuthToken: {
3177
- parameters: {
3178
- query?: {
3179
- path?: string | undefined;
3180
- };
3181
- header?: never;
3182
- path?: never;
3183
- cookie?: never;
3184
- };
3185
- requestBody?: never;
3186
- responses: {
3187
- 200: {
3188
- headers: {
3189
- [name: string]: unknown;
3190
- };
3191
- content: {
3192
- 'application/json': {
3193
- code: string;
3194
- message: string;
3195
- data: string;
3196
- };
3197
- };
3198
- };
3199
- };
3200
- authToken: true;
3201
- };
3202
- CabloyStoreCabloyModule_select: {
3203
- parameters: {
3204
- query?: {
3205
- columns?: string[] | undefined;
3206
- where?:
3207
- | {
3208
- [key: string]: unknown;
3209
- }
3210
- | undefined;
3211
- orders?: string | string[][] | undefined;
3212
- pageNo?: number;
3213
- pageSize?: number;
3214
- createdAt?: string | undefined;
3215
- name?: string | undefined;
3216
- };
3217
- header?: never;
3218
- path?: never;
3219
- cookie?: never;
3220
- };
3221
- requestBody?: never;
3222
- responses: {
3223
- 200: {
3224
- headers: {
3225
- [name: string]: unknown;
3226
- };
3227
- content: {
3228
- 'application/json': {
3229
- code: string;
3230
- message: string;
3231
- data: components['schemas']['cabloy-store.dto.cabloyModuleQueryRes'];
3232
- };
3233
- };
3234
- };
3235
- };
3236
- authToken: true;
3237
- };
3238
- CabloyStoreCabloyModule_create: {
3239
- parameters: {
3240
- query?: never;
3241
- header?: never;
3242
- path?: never;
3243
- cookie?: never;
3244
- };
3245
- requestBody: {
3246
- content: {
3247
- 'application/json': components['schemas']['cabloy-store.dto.cabloyModuleCreate'];
3248
- };
1729
+ 'test-vona.dto.serializerArray': {
1730
+ /** @description Simple */
1731
+ simples: components['schemas']['test-vona.dto.serializerSimple'][];
1732
+ /** @description Simple */
1733
+ simplesLazy: components['schemas']['test-vona.dto.serializerSimple'][];
3249
1734
  };
3250
- responses: {
3251
- 200: {
3252
- headers: {
3253
- [name: string]: unknown;
3254
- };
3255
- content: {
3256
- 'application/json': {
3257
- code: string;
3258
- message: string;
3259
- data: number | string;
3260
- };
3261
- };
3262
- };
1735
+ 'test-vona.dto.serializerLazy': {
1736
+ simple: components['schemas']['test-vona.dto.serializerSimple_1c4b95bcfe8fe28a56dbcc7028097cf11836b4fc'];
1737
+ simpleLazy?: components['schemas']['test-vona.dto.serializerSimple_542f7be0da9b85a67248a6a1a3629e72de5fdb33_cff0ae112a392da58caf5aa905749f3c4444c4ab'];
3263
1738
  };
3264
- authToken: true;
3265
- };
3266
- CabloyStoreCabloyModule_view: {
3267
- parameters: {
3268
- query?: never;
3269
- header?: never;
3270
- path: {
3271
- id: number | string;
3272
- };
3273
- cookie?: never;
1739
+ 'test-vona.dto.serializerSimple_1c4b95bcfe8fe28a56dbcc7028097cf11836b4fc': {
1740
+ password: string;
1741
+ password2: string;
1742
+ email?: unknown;
1743
+ /** Format: email */
1744
+ email2: string;
1745
+ /** Format: email */
1746
+ email3: string;
1747
+ email4?: unknown;
1748
+ /** Format: email */
1749
+ email5: string;
1750
+ /** Format: email */
1751
+ email6: string;
1752
+ /** Format: email */
1753
+ email7: string;
1754
+ firstName: string;
1755
+ lastName: string;
1756
+ fullName?: string | undefined;
1757
+ fullName2?: string | undefined;
1758
+ fullName3?: string | undefined;
1759
+ fullName4?: string | undefined;
3274
1760
  };
3275
- requestBody?: never;
3276
- responses: {
3277
- 200: {
3278
- headers: {
3279
- [name: string]: unknown;
3280
- };
3281
- content: {
3282
- 'application/json': {
3283
- code: string;
3284
- message: string;
3285
- data?: components['schemas']['cabloy-store.dto.cabloyModuleView'];
3286
- };
3287
- };
3288
- };
1761
+ /**
1762
+ * title
1763
+ * @description description
1764
+ */
1765
+ 'test-vona.dto.serializerSimple_542f7be0da9b85a67248a6a1a3629e72de5fdb33_cff0ae112a392da58caf5aa905749f3c4444c4ab': {
1766
+ password: string;
1767
+ password2: string;
1768
+ email?: unknown;
1769
+ /** Format: email */
1770
+ email2: string;
1771
+ /** Format: email */
1772
+ email3: string;
1773
+ email4?: unknown;
1774
+ /** Format: email */
1775
+ email5: string;
1776
+ /** Format: email */
1777
+ email6: string;
1778
+ /** Format: email */
1779
+ email7: string;
1780
+ firstName: string;
1781
+ lastName: string;
1782
+ fullName?: string | undefined;
1783
+ fullName2?: string | undefined;
1784
+ fullName3?: string | undefined;
1785
+ fullName4?: string | undefined;
3289
1786
  };
3290
- authToken: true;
3291
1787
  };
3292
- CabloyStoreCabloyModule_delete: {
1788
+ responses: never;
1789
+ parameters: never;
1790
+ requestBodies: never;
1791
+ headers: never;
1792
+ pathItems: never;
1793
+ }
1794
+ export type $defs = Record<string, never>;
1795
+ export interface operations {
1796
+ AuthMock_authorize: {
3293
1797
  parameters: {
3294
1798
  query?: never;
3295
1799
  header?: never;
3296
- path: {
3297
- id: number | string;
3298
- };
1800
+ path?: never;
3299
1801
  cookie?: never;
3300
1802
  };
3301
1803
  requestBody?: never;
@@ -3313,20 +1815,22 @@ export interface operations {
3313
1815
  };
3314
1816
  };
3315
1817
  };
3316
- authToken: true;
3317
1818
  };
3318
- CabloyStoreCabloyModule_update: {
1819
+ AuthMock_authorizePost: {
3319
1820
  parameters: {
3320
- query?: never;
3321
- header?: never;
3322
- path: {
3323
- id: number | string;
1821
+ query: {
1822
+ redirect_uri: string;
1823
+ state: string;
3324
1824
  };
1825
+ header?: never;
1826
+ path?: never;
3325
1827
  cookie?: never;
3326
1828
  };
3327
1829
  requestBody: {
3328
1830
  content: {
3329
- 'application/json': components['schemas']['cabloy-store.dto.cabloyModuleUpdate'];
1831
+ 'application/json': {
1832
+ username: string;
1833
+ };
3330
1834
  };
3331
1835
  };
3332
1836
  responses: {
@@ -3343,18 +1847,21 @@ export interface operations {
3343
1847
  };
3344
1848
  };
3345
1849
  };
3346
- authToken: true;
3347
1850
  };
3348
- CabloyStoreCabloyModule_viewByName: {
1851
+ Captcha_create: {
3349
1852
  parameters: {
3350
1853
  query?: never;
3351
1854
  header?: never;
3352
- path: {
3353
- name: string;
3354
- };
1855
+ path?: never;
3355
1856
  cookie?: never;
3356
1857
  };
3357
- requestBody?: never;
1858
+ requestBody: {
1859
+ content: {
1860
+ 'application/json': {
1861
+ scene: string;
1862
+ };
1863
+ };
1864
+ };
3358
1865
  responses: {
3359
1866
  200: {
3360
1867
  headers: {
@@ -3364,32 +1871,27 @@ export interface operations {
3364
1871
  'application/json': {
3365
1872
  code: string;
3366
1873
  message: string;
3367
- data?: components['schemas']['cabloy-store.dto.cabloyModuleViewByName'];
1874
+ data: components['schemas']['a-captcha.dto.captchaData'];
3368
1875
  };
3369
1876
  };
3370
1877
  };
3371
1878
  };
3372
1879
  };
3373
- CabloyStoreCabloyProvider_select: {
1880
+ Captcha_refresh: {
3374
1881
  parameters: {
3375
- query?: {
3376
- columns?: string[] | undefined;
3377
- where?:
3378
- | {
3379
- [key: string]: unknown;
3380
- }
3381
- | undefined;
3382
- orders?: string | string[][] | undefined;
3383
- pageNo?: number;
3384
- pageSize?: number;
3385
- createdAt?: string | undefined;
3386
- name?: string | undefined;
3387
- };
1882
+ query?: never;
3388
1883
  header?: never;
3389
1884
  path?: never;
3390
1885
  cookie?: never;
3391
1886
  };
3392
- requestBody?: never;
1887
+ requestBody: {
1888
+ content: {
1889
+ 'application/json': {
1890
+ id: string;
1891
+ scene: string;
1892
+ };
1893
+ };
1894
+ };
3393
1895
  responses: {
3394
1896
  200: {
3395
1897
  headers: {
@@ -3399,14 +1901,13 @@ export interface operations {
3399
1901
  'application/json': {
3400
1902
  code: string;
3401
1903
  message: string;
3402
- data: components['schemas']['cabloy-store.dto.cabloyProviderQueryRes'];
1904
+ data: components['schemas']['a-captcha.dto.captchaData'];
3403
1905
  };
3404
1906
  };
3405
1907
  };
3406
1908
  };
3407
- authToken: true;
3408
1909
  };
3409
- CabloyStoreCabloyProvider_create: {
1910
+ Captcha_verifyImmediate: {
3410
1911
  parameters: {
3411
1912
  query?: never;
3412
1913
  header?: never;
@@ -3415,7 +1916,10 @@ export interface operations {
3415
1916
  };
3416
1917
  requestBody: {
3417
1918
  content: {
3418
- 'application/json': components['schemas']['cabloy-store.dto.cabloyProviderCreate'];
1919
+ 'application/json': {
1920
+ id: string;
1921
+ token?: unknown;
1922
+ };
3419
1923
  };
3420
1924
  };
3421
1925
  responses: {
@@ -3427,20 +1931,19 @@ export interface operations {
3427
1931
  'application/json': {
3428
1932
  code: string;
3429
1933
  message: string;
3430
- data: number | string;
1934
+ data: string;
3431
1935
  };
3432
1936
  };
3433
1937
  };
3434
1938
  };
3435
- authToken: true;
3436
1939
  };
3437
- CabloyStoreCabloyProvider_view: {
1940
+ MailconfirmMail_emailConfirmCallback: {
3438
1941
  parameters: {
3439
- query?: never;
3440
- header?: never;
3441
- path: {
3442
- id: number | string;
1942
+ query: {
1943
+ token: string;
3443
1944
  };
1945
+ header?: never;
1946
+ path?: never;
3444
1947
  cookie?: never;
3445
1948
  };
3446
1949
  requestBody?: never;
@@ -3453,20 +1956,19 @@ export interface operations {
3453
1956
  'application/json': {
3454
1957
  code: string;
3455
1958
  message: string;
3456
- data?: components['schemas']['cabloy-store.entity.cabloyProvider'];
1959
+ data?: unknown;
3457
1960
  };
3458
1961
  };
3459
1962
  };
3460
1963
  };
3461
- authToken: true;
3462
1964
  };
3463
- CabloyStoreCabloyProvider_delete: {
1965
+ MailconfirmMail_passwordResetCallback: {
3464
1966
  parameters: {
3465
- query?: never;
3466
- header?: never;
3467
- path: {
3468
- id: number | string;
1967
+ query: {
1968
+ token: string;
3469
1969
  };
1970
+ header?: never;
1971
+ path?: never;
3470
1972
  cookie?: never;
3471
1973
  };
3472
1974
  requestBody?: never;
@@ -3484,22 +1986,17 @@ export interface operations {
3484
1986
  };
3485
1987
  };
3486
1988
  };
3487
- authToken: true;
3488
1989
  };
3489
- CabloyStoreCabloyProvider_update: {
1990
+ HomeBaseMenu_retrieveMenus: {
3490
1991
  parameters: {
3491
1992
  query?: never;
3492
1993
  header?: never;
3493
1994
  path: {
3494
- id: number | string;
1995
+ publicPath: ((string | undefined) | undefined) | undefined;
3495
1996
  };
3496
1997
  cookie?: never;
3497
1998
  };
3498
- requestBody: {
3499
- content: {
3500
- 'application/json': components['schemas']['cabloy-store.dto.cabloyProviderUpdate'];
3501
- };
3502
- };
1999
+ requestBody?: never;
3503
2000
  responses: {
3504
2001
  200: {
3505
2002
  headers: {
@@ -3509,29 +2006,19 @@ export interface operations {
3509
2006
  'application/json': {
3510
2007
  code: string;
3511
2008
  message: string;
3512
- data?: unknown;
2009
+ data: components['schemas']['a-menu.dto.menus'];
3513
2010
  };
3514
2011
  };
3515
2012
  };
3516
2013
  };
3517
- authToken: true;
3518
2014
  };
3519
- StorePurchaseOrder_select: {
2015
+ HomeBasePermission_retrievePermissions: {
3520
2016
  parameters: {
3521
- query?: {
3522
- columns?: string[] | undefined;
3523
- where?:
3524
- | {
3525
- [key: string]: unknown;
3526
- }
3527
- | undefined;
3528
- orders?: string | string[][] | undefined;
3529
- pageNo?: number;
3530
- pageSize?: number;
3531
- createdAt?: string | undefined;
3532
- };
2017
+ query?: never;
3533
2018
  header?: never;
3534
- path?: never;
2019
+ path: {
2020
+ resource: string;
2021
+ };
3535
2022
  cookie?: never;
3536
2023
  };
3537
2024
  requestBody?: never;
@@ -3544,25 +2031,21 @@ export interface operations {
3544
2031
  'application/json': {
3545
2032
  code: string;
3546
2033
  message: string;
3547
- data: components['schemas']['store-purchase.dto.purchaseOrderQueryRes'];
2034
+ data: components['schemas']['a-permission.dto.permissions'];
3548
2035
  };
3549
2036
  };
3550
2037
  };
3551
2038
  };
3552
2039
  authToken: true;
3553
2040
  };
3554
- StorePurchaseOrder_create: {
2041
+ Home_index: {
3555
2042
  parameters: {
3556
2043
  query?: never;
3557
2044
  header?: never;
3558
2045
  path?: never;
3559
2046
  cookie?: never;
3560
2047
  };
3561
- requestBody: {
3562
- content: {
3563
- 'application/json': components['schemas']['store-purchase.dto.purchaseOrderCreate'];
3564
- };
3565
- };
2048
+ requestBody?: never;
3566
2049
  responses: {
3567
2050
  200: {
3568
2051
  headers: {
@@ -3572,20 +2055,17 @@ export interface operations {
3572
2055
  'application/json': {
3573
2056
  code: string;
3574
2057
  message: string;
3575
- data: number | string;
2058
+ data?: unknown;
3576
2059
  };
3577
2060
  };
3578
2061
  };
3579
2062
  };
3580
- authToken: true;
3581
2063
  };
3582
- StorePurchaseOrder_view: {
2064
+ HomeUserPassport_current: {
3583
2065
  parameters: {
3584
2066
  query?: never;
3585
2067
  header?: never;
3586
- path: {
3587
- id: number | string;
3588
- };
2068
+ path?: never;
3589
2069
  cookie?: never;
3590
2070
  };
3591
2071
  requestBody?: never;
@@ -3598,20 +2078,17 @@ export interface operations {
3598
2078
  'application/json': {
3599
2079
  code: string;
3600
2080
  message: string;
3601
- data?: components['schemas']['store-purchase.entity.purchaseOrder'];
2081
+ data?: components['schemas']['home-user.dto.passport'];
3602
2082
  };
3603
2083
  };
3604
2084
  };
3605
2085
  };
3606
- authToken: true;
3607
2086
  };
3608
- StorePurchaseOrder_delete: {
2087
+ HomeUserPassport_logout: {
3609
2088
  parameters: {
3610
2089
  query?: never;
3611
2090
  header?: never;
3612
- path: {
3613
- id: number | string;
3614
- };
2091
+ path?: never;
3615
2092
  cookie?: never;
3616
2093
  };
3617
2094
  requestBody?: never;
@@ -3631,18 +2108,16 @@ export interface operations {
3631
2108
  };
3632
2109
  authToken: true;
3633
2110
  };
3634
- StorePurchaseOrder_update: {
2111
+ HomeUserPassport_register: {
3635
2112
  parameters: {
3636
2113
  query?: never;
3637
2114
  header?: never;
3638
- path: {
3639
- id: number | string;
3640
- };
2115
+ path?: never;
3641
2116
  cookie?: never;
3642
2117
  };
3643
2118
  requestBody: {
3644
2119
  content: {
3645
- 'application/json': components['schemas']['store-purchase.dto.purchaseOrderUpdate'];
2120
+ 'application/json': components['schemas']['home-user.dto.register'];
3646
2121
  };
3647
2122
  };
3648
2123
  responses: {
@@ -3654,32 +2129,24 @@ export interface operations {
3654
2129
  'application/json': {
3655
2130
  code: string;
3656
2131
  message: string;
3657
- data?: unknown;
2132
+ data: components['schemas']['home-user.dto.passportJwt'];
3658
2133
  };
3659
2134
  };
3660
2135
  };
3661
2136
  };
3662
- authToken: true;
3663
2137
  };
3664
- StorePurchaseRecord_select: {
2138
+ HomeUserPassport_login: {
3665
2139
  parameters: {
3666
- query?: {
3667
- columns?: string[] | undefined;
3668
- where?:
3669
- | {
3670
- [key: string]: unknown;
3671
- }
3672
- | undefined;
3673
- orders?: string | string[][] | undefined;
3674
- pageNo?: number;
3675
- pageSize?: number;
3676
- createdAt?: string | undefined;
3677
- };
2140
+ query?: never;
3678
2141
  header?: never;
3679
2142
  path?: never;
3680
2143
  cookie?: never;
3681
2144
  };
3682
- requestBody?: never;
2145
+ requestBody: {
2146
+ content: {
2147
+ 'application/json': components['schemas']['home-user.dto.login'];
2148
+ };
2149
+ };
3683
2150
  responses: {
3684
2151
  200: {
3685
2152
  headers: {
@@ -3689,25 +2156,26 @@ export interface operations {
3689
2156
  'application/json': {
3690
2157
  code: string;
3691
2158
  message: string;
3692
- data: components['schemas']['store-purchase.dto.purchaseRecordQueryRes'];
2159
+ data: components['schemas']['home-user.dto.passportJwt'];
3693
2160
  };
3694
2161
  };
3695
2162
  };
3696
2163
  };
3697
- authToken: true;
3698
2164
  };
3699
- StorePurchaseRecord_create: {
2165
+ HomeUserPassport_loginOauth: {
3700
2166
  parameters: {
3701
- query?: never;
2167
+ query?: {
2168
+ redirect?: string | undefined;
2169
+ };
3702
2170
  header?: never;
3703
- path?: never;
3704
- cookie?: never;
3705
- };
3706
- requestBody: {
3707
- content: {
3708
- 'application/json': components['schemas']['store-purchase.dto.purchaseRecordCreate'];
2171
+ path: {
2172
+ module: string;
2173
+ providerName: string;
2174
+ clientName: ((string | undefined) | undefined) | undefined;
3709
2175
  };
2176
+ cookie?: never;
3710
2177
  };
2178
+ requestBody?: never;
3711
2179
  responses: {
3712
2180
  200: {
3713
2181
  headers: {
@@ -3717,19 +2185,22 @@ export interface operations {
3717
2185
  'application/json': {
3718
2186
  code: string;
3719
2187
  message: string;
3720
- data: number | string;
2188
+ data?: unknown;
3721
2189
  };
3722
2190
  };
3723
2191
  };
3724
2192
  };
3725
- authToken: true;
3726
2193
  };
3727
- StorePurchaseRecord_view: {
2194
+ HomeUserPassport_associate: {
3728
2195
  parameters: {
3729
- query?: never;
2196
+ query?: {
2197
+ redirect?: string | undefined;
2198
+ };
3730
2199
  header?: never;
3731
2200
  path: {
3732
- id: number | string;
2201
+ module: string;
2202
+ providerName: string;
2203
+ clientName: ((string | undefined) | undefined) | undefined;
3733
2204
  };
3734
2205
  cookie?: never;
3735
2206
  };
@@ -3743,19 +2214,23 @@ export interface operations {
3743
2214
  'application/json': {
3744
2215
  code: string;
3745
2216
  message: string;
3746
- data?: components['schemas']['store-purchase.entity.purchaseRecord'];
2217
+ data: components['schemas']['home-user.dto.passportJwt'];
3747
2218
  };
3748
2219
  };
3749
2220
  };
3750
2221
  };
3751
2222
  authToken: true;
3752
2223
  };
3753
- StorePurchaseRecord_delete: {
2224
+ HomeUserPassport_migrate: {
3754
2225
  parameters: {
3755
- query?: never;
2226
+ query?: {
2227
+ redirect?: string | undefined;
2228
+ };
3756
2229
  header?: never;
3757
2230
  path: {
3758
- id: number | string;
2231
+ module: string;
2232
+ providerName: string;
2233
+ clientName: ((string | undefined) | undefined) | undefined;
3759
2234
  };
3760
2235
  cookie?: never;
3761
2236
  };
@@ -3769,25 +2244,25 @@ export interface operations {
3769
2244
  'application/json': {
3770
2245
  code: string;
3771
2246
  message: string;
3772
- data?: unknown;
2247
+ data: components['schemas']['home-user.dto.passportJwt'];
3773
2248
  };
3774
2249
  };
3775
2250
  };
3776
2251
  };
3777
2252
  authToken: true;
3778
2253
  };
3779
- StorePurchaseRecord_update: {
2254
+ HomeUserPassport_refreshAuthToken: {
3780
2255
  parameters: {
3781
2256
  query?: never;
3782
2257
  header?: never;
3783
- path: {
3784
- id: number | string;
3785
- };
2258
+ path?: never;
3786
2259
  cookie?: never;
3787
2260
  };
3788
2261
  requestBody: {
3789
2262
  content: {
3790
- 'application/json': components['schemas']['store-purchase.dto.purchaseRecordUpdate'];
2263
+ 'application/json': {
2264
+ refreshToken: string;
2265
+ };
3791
2266
  };
3792
2267
  };
3793
2268
  responses: {
@@ -3799,23 +2274,26 @@ export interface operations {
3799
2274
  'application/json': {
3800
2275
  code: string;
3801
2276
  message: string;
3802
- data?: unknown;
2277
+ data: components['schemas']['a-jwt.dto.jwtToken'];
3803
2278
  };
3804
2279
  };
3805
2280
  };
3806
2281
  };
3807
- authToken: true;
3808
2282
  };
3809
- StorePurchaseRecord_getByCurrentUser: {
2283
+ HomeUserPassport_createPassportJwtFromOauthCode: {
3810
2284
  parameters: {
3811
2285
  query?: never;
3812
2286
  header?: never;
3813
- path: {
3814
- moduleId: number | string;
3815
- };
2287
+ path?: never;
3816
2288
  cookie?: never;
3817
2289
  };
3818
- requestBody?: never;
2290
+ requestBody: {
2291
+ content: {
2292
+ 'application/json': {
2293
+ code: string;
2294
+ };
2295
+ };
2296
+ };
3819
2297
  responses: {
3820
2298
  200: {
3821
2299
  headers: {
@@ -3825,24 +2303,22 @@ export interface operations {
3825
2303
  'application/json': {
3826
2304
  code: string;
3827
2305
  message: string;
3828
- data?: components['schemas']['store-purchase.dto.purchaseRecordView'];
2306
+ data: components['schemas']['home-user.dto.passportJwt'];
3829
2307
  };
3830
2308
  };
3831
2309
  };
3832
2310
  };
3833
2311
  };
3834
- StorePurchaseRecord_purchasePaypal: {
2312
+ HomeUserPassport_createTempAuthToken: {
3835
2313
  parameters: {
3836
- query?: never;
2314
+ query?: {
2315
+ path?: string | undefined;
2316
+ };
3837
2317
  header?: never;
3838
2318
  path?: never;
3839
2319
  cookie?: never;
3840
2320
  };
3841
- requestBody: {
3842
- content: {
3843
- 'application/json': components['schemas']['store-purchase.dto.purchasePaypalReqBody'];
3844
- };
3845
- };
2321
+ requestBody?: never;
3846
2322
  responses: {
3847
2323
  200: {
3848
2324
  headers: {
@@ -3852,7 +2328,7 @@ export interface operations {
3852
2328
  'application/json': {
3853
2329
  code: string;
3854
2330
  message: string;
3855
- data: components['schemas']['store-purchase.dto.purchasePaypalResBody'];
2331
+ data: string;
3856
2332
  };
3857
2333
  };
3858
2334
  };