szpt-driver-api 1.0.16 → 1.0.17

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.
package/accident.d.ts CHANGED
@@ -451,6 +451,16 @@ export declare class AccidentQueryBean {
451
451
  department?: string;
452
452
  /** 部门代码(In查询) */
453
453
  departmentIn?: string[];
454
+ /**
455
+ * 事故最后修改时间起始
456
+ * @format int64
457
+ */
458
+ editTimeBegin?: number;
459
+ /**
460
+ * 事故最后修改时间截止
461
+ * @format int64
462
+ */
463
+ editTimeEnd?: number;
454
464
  /** [当事人]号牌号码 */
455
465
  hphm?: string;
456
466
  /** [当事人]号牌种类 */
@@ -506,12 +516,12 @@ export declare class AccidentQueryBean {
506
516
  /** 事故状态 */
507
517
  stateIn?: string[];
508
518
  /**
509
- * 事故上报时间起始
519
+ * 事故发生时间起始
510
520
  * @format int64
511
521
  */
512
522
  timeBegin?: number;
513
523
  /**
514
- * 事故上报时间截止
524
+ * 事故发生时间截止
515
525
  * @format int64
516
526
  */
517
527
  timeEnd?: number;
@@ -961,12 +971,12 @@ export declare class DiscardAccidentQueryBean {
961
971
  /** 事故状态 */
962
972
  stateIn?: string[];
963
973
  /**
964
- * 事故上报时间起始
974
+ * 事故发生时间起始
965
975
  * @format int64
966
976
  */
967
977
  timeBegin?: number;
968
978
  /**
969
- * 事故上报时间截止
979
+ * 事故发生时间截止
970
980
  * @format int64
971
981
  */
972
982
  timeEnd?: number;
@@ -1351,6 +1361,16 @@ export declare class AccidentParams {
1351
1361
  department?: string;
1352
1362
  /** 部门代码(In查询) */
1353
1363
  departmentIn?: string[];
1364
+ /**
1365
+ * 事故最后修改时间起始
1366
+ * @format int64
1367
+ */
1368
+ editTimeBegin?: number;
1369
+ /**
1370
+ * 事故最后修改时间截止
1371
+ * @format int64
1372
+ */
1373
+ editTimeEnd?: number;
1354
1374
  /** [当事人]号牌号码 */
1355
1375
  hphm?: string;
1356
1376
  /** [当事人]号牌种类 */
@@ -1397,12 +1417,12 @@ export declare class AccidentParams {
1397
1417
  /** 事故状态 */
1398
1418
  stateIn?: string[];
1399
1419
  /**
1400
- * 事故上报时间起始
1420
+ * 事故发生时间起始
1401
1421
  * @format int64
1402
1422
  */
1403
1423
  timeBegin?: number;
1404
1424
  /**
1405
- * 事故上报时间截止
1425
+ * 事故发生时间截止
1406
1426
  * @format int64
1407
1427
  */
1408
1428
  timeEnd?: number;
@@ -1480,12 +1500,12 @@ export declare class ForDiscardParams {
1480
1500
  /** 事故状态 */
1481
1501
  stateIn?: string[];
1482
1502
  /**
1483
- * 事故上报时间起始
1503
+ * 事故发生时间起始
1484
1504
  * @format int64
1485
1505
  */
1486
1506
  timeBegin?: number;
1487
1507
  /**
1488
- * 事故上报时间截止
1508
+ * 事故发生时间截止
1489
1509
  * @format int64
1490
1510
  */
1491
1511
  timeEnd?: number;
@@ -1517,6 +1537,16 @@ export declare class ForInsuranceUserParams {
1517
1537
  department?: string;
1518
1538
  /** 部门代码(In查询) */
1519
1539
  departmentIn?: string[];
1540
+ /**
1541
+ * 事故最后修改时间起始
1542
+ * @format int64
1543
+ */
1544
+ editTimeBegin?: number;
1545
+ /**
1546
+ * 事故最后修改时间截止
1547
+ * @format int64
1548
+ */
1549
+ editTimeEnd?: number;
1520
1550
  /** [当事人]号牌号码 */
1521
1551
  hphm?: string;
1522
1552
  /** [当事人]号牌种类 */
@@ -1563,12 +1593,12 @@ export declare class ForInsuranceUserParams {
1563
1593
  /** 事故状态 */
1564
1594
  stateIn?: string[];
1565
1595
  /**
1566
- * 事故上报时间起始
1596
+ * 事故发生时间起始
1567
1597
  * @format int64
1568
1598
  */
1569
1599
  timeBegin?: number;
1570
1600
  /**
1571
- * 事故上报时间截止
1601
+ * 事故发生时间截止
1572
1602
  * @format int64
1573
1603
  */
1574
1604
  timeEnd?: number;
@@ -1600,6 +1630,16 @@ export declare class HeatmapParams {
1600
1630
  department?: string;
1601
1631
  /** 部门代码(In查询) */
1602
1632
  departmentIn?: string[];
1633
+ /**
1634
+ * 事故最后修改时间起始
1635
+ * @format int64
1636
+ */
1637
+ editTimeBegin?: number;
1638
+ /**
1639
+ * 事故最后修改时间截止
1640
+ * @format int64
1641
+ */
1642
+ editTimeEnd?: number;
1603
1643
  /** [当事人]号牌号码 */
1604
1644
  hphm?: string;
1605
1645
  /** [当事人]号牌种类 */
@@ -1646,12 +1686,12 @@ export declare class HeatmapParams {
1646
1686
  /** 事故状态 */
1647
1687
  stateIn?: string[];
1648
1688
  /**
1649
- * 事故上报时间起始
1689
+ * 事故发生时间起始
1650
1690
  * @format int64
1651
1691
  */
1652
1692
  timeBegin?: number;
1653
1693
  /**
1654
- * 事故上报时间截止
1694
+ * 事故发生时间截止
1655
1695
  * @format int64
1656
1696
  */
1657
1697
  timeEnd?: number;
@@ -1687,6 +1727,16 @@ export declare class SimpleParams {
1687
1727
  department?: string;
1688
1728
  /** 部门代码(In查询) */
1689
1729
  departmentIn?: string[];
1730
+ /**
1731
+ * 事故最后修改时间起始
1732
+ * @format int64
1733
+ */
1734
+ editTimeBegin?: number;
1735
+ /**
1736
+ * 事故最后修改时间截止
1737
+ * @format int64
1738
+ */
1739
+ editTimeEnd?: number;
1690
1740
  /** [当事人]号牌号码 */
1691
1741
  hphm?: string;
1692
1742
  /** [当事人]号牌种类 */
@@ -1733,12 +1783,12 @@ export declare class SimpleParams {
1733
1783
  /** 事故状态 */
1734
1784
  stateIn?: string[];
1735
1785
  /**
1736
- * 事故上报时间起始
1786
+ * 事故发生时间起始
1737
1787
  * @format int64
1738
1788
  */
1739
1789
  timeBegin?: number;
1740
1790
  /**
1741
- * 事故上报时间截止
1791
+ * 事故发生时间截止
1742
1792
  * @format int64
1743
1793
  */
1744
1794
  timeEnd?: number;
@@ -1816,12 +1866,12 @@ export declare class SimpleForDiscardParams {
1816
1866
  /** 事故状态 */
1817
1867
  stateIn?: string[];
1818
1868
  /**
1819
- * 事故上报时间起始
1869
+ * 事故发生时间起始
1820
1870
  * @format int64
1821
1871
  */
1822
1872
  timeBegin?: number;
1823
1873
  /**
1824
- * 事故上报时间截止
1874
+ * 事故发生时间截止
1825
1875
  * @format int64
1826
1876
  */
1827
1877
  timeEnd?: number;