@nomalism-com/api 0.36.23 → 0.36.24

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/dist/index.cjs CHANGED
@@ -24,6 +24,7 @@ __export(main_exports, {
24
24
  DashboardClass: () => dashboard_exports,
25
25
  DeliveryMethods: () => deliveryMethods_exports,
26
26
  DocumentHeader: () => documentHeader_exports,
27
+ DocumentHeaderHistory: () => documentHeaderHistory_exports,
27
28
  DocumentLine: () => documentLine_exports,
28
29
  DocumentLineAssoc: () => documentLineAssoc_exports,
29
30
  DocumentLineMtClass: () => documentLineMt_exports,
@@ -522,8 +523,25 @@ var Repository7 = class {
522
523
  }
523
524
  };
524
525
 
525
- // src/modules/document/billOfLading.ts
526
+ // src/modules/supply/documentHeaderHistory.ts
527
+ var documentHeaderHistory_exports = {};
528
+ __export(documentHeaderHistory_exports, {
529
+ default: () => Repository8
530
+ });
526
531
  var Repository8 = class {
532
+ constructor({ api, route, publicRoute }) {
533
+ this.api = api;
534
+ this.route = route;
535
+ this.publicRoute = publicRoute;
536
+ }
537
+ async findByOwnerId(selector) {
538
+ const response = await this.api.get(`${this.route}by_owner/${selector.owner_id}`);
539
+ return response.data;
540
+ }
541
+ };
542
+
543
+ // src/modules/document/billOfLading.ts
544
+ var Repository9 = class {
527
545
  constructor({ api, route, publicRoute }) {
528
546
  this.api = api;
529
547
  this.route = route;
@@ -536,7 +554,7 @@ var Repository8 = class {
536
554
  };
537
555
 
538
556
  // src/modules/document/productionOrder.ts
539
- var Repository9 = class {
557
+ var Repository10 = class {
540
558
  constructor({ api, route, publicRoute }) {
541
559
  this.api = api;
542
560
  this.route = route;
@@ -548,7 +566,7 @@ var Repository9 = class {
548
566
  };
549
567
 
550
568
  // src/modules/document/proforma.ts
551
- var Repository10 = class {
569
+ var Repository11 = class {
552
570
  constructor({ api, route, publicRoute }) {
553
571
  this.api = api;
554
572
  this.route = route;
@@ -561,7 +579,7 @@ var Repository10 = class {
561
579
  };
562
580
 
563
581
  // src/modules/document/propostaFornecedor.ts
564
- var Repository11 = class {
582
+ var Repository12 = class {
565
583
  constructor({ api, route, publicRoute }) {
566
584
  this.api = api;
567
585
  this.route = route;
@@ -574,7 +592,7 @@ var Repository11 = class {
574
592
  };
575
593
 
576
594
  // src/modules/document/providerCreditNoteFromReturn.ts
577
- var Repository12 = class {
595
+ var Repository13 = class {
578
596
  constructor({ api, route, publicRoute }) {
579
597
  this.api = api;
580
598
  this.route = route;
@@ -592,7 +610,7 @@ var Repository12 = class {
592
610
  };
593
611
 
594
612
  // src/modules/document/providerFinancialCreditNote.ts
595
- var Repository13 = class {
613
+ var Repository14 = class {
596
614
  constructor({ api, route, publicRoute }) {
597
615
  this.api = api;
598
616
  this.route = route;
@@ -610,7 +628,7 @@ var Repository13 = class {
610
628
  };
611
629
 
612
630
  // src/modules/document/providerServiceInvoice.ts
613
- var Repository14 = class {
631
+ var Repository15 = class {
614
632
  constructor({ api, route, publicRoute }) {
615
633
  this.api = api;
616
634
  this.route = route;
@@ -624,9 +642,9 @@ var Repository14 = class {
624
642
  // src/modules/supply/documentLine.ts
625
643
  var documentLine_exports = {};
626
644
  __export(documentLine_exports, {
627
- default: () => Repository15
645
+ default: () => Repository16
628
646
  });
629
- var Repository15 = class {
647
+ var Repository16 = class {
630
648
  constructor({ api, route, publicRoute }) {
631
649
  this.api = api;
632
650
  this.route = route;
@@ -671,9 +689,9 @@ var Repository15 = class {
671
689
  // src/modules/supply/documentLineAssoc.ts
672
690
  var documentLineAssoc_exports = {};
673
691
  __export(documentLineAssoc_exports, {
674
- default: () => Repository16
692
+ default: () => Repository17
675
693
  });
676
- var Repository16 = class {
694
+ var Repository17 = class {
677
695
  constructor({ api, route, publicRoute }) {
678
696
  this.api = api;
679
697
  this.route = route;
@@ -708,9 +726,9 @@ var Repository16 = class {
708
726
  // src/modules/supply/documentType.ts
709
727
  var documentType_exports = {};
710
728
  __export(documentType_exports, {
711
- default: () => Repository17
729
+ default: () => Repository18
712
730
  });
713
- var Repository17 = class {
731
+ var Repository18 = class {
714
732
  constructor({ api, route, publicRoute }) {
715
733
  this.api = api;
716
734
  this.route = route;
@@ -745,9 +763,9 @@ var Repository17 = class {
745
763
  // src/modules/user/favorites.ts
746
764
  var favorites_exports = {};
747
765
  __export(favorites_exports, {
748
- default: () => Repository18
766
+ default: () => Repository19
749
767
  });
750
- var Repository18 = class {
768
+ var Repository19 = class {
751
769
  constructor({ api, route, publicRoute }) {
752
770
  this.api = api;
753
771
  this.route = route;
@@ -774,9 +792,9 @@ var Repository18 = class {
774
792
  // src/modules/stock/file.ts
775
793
  var file_exports = {};
776
794
  __export(file_exports, {
777
- default: () => Repository19
795
+ default: () => Repository20
778
796
  });
779
- var Repository19 = class {
797
+ var Repository20 = class {
780
798
  constructor({ api, route, publicRoute }) {
781
799
  this.api = api;
782
800
  this.route = route;
@@ -804,9 +822,9 @@ var Repository19 = class {
804
822
  // src/modules/integration/googleSheets.ts
805
823
  var googleSheets_exports = {};
806
824
  __export(googleSheets_exports, {
807
- default: () => Repository20
825
+ default: () => Repository21
808
826
  });
809
- var Repository20 = class {
827
+ var Repository21 = class {
810
828
  constructor({ api, route, publicRoute }) {
811
829
  this.api = api;
812
830
  this.route = route;
@@ -834,9 +852,9 @@ var Repository20 = class {
834
852
  // src/modules/user/groupPermission.ts
835
853
  var groupPermission_exports = {};
836
854
  __export(groupPermission_exports, {
837
- default: () => Repository21
855
+ default: () => Repository22
838
856
  });
839
- var Repository21 = class {
857
+ var Repository22 = class {
840
858
  constructor({ api, route, publicRoute }) {
841
859
  this.api = api;
842
860
  this.route = route;
@@ -865,9 +883,9 @@ var Repository21 = class {
865
883
  // src/modules/user/language.ts
866
884
  var language_exports = {};
867
885
  __export(language_exports, {
868
- default: () => Repository22
886
+ default: () => Repository23
869
887
  });
870
- var Repository22 = class {
888
+ var Repository23 = class {
871
889
  constructor({ api, route, publicRoute }) {
872
890
  this.api = api;
873
891
  this.route = route;
@@ -908,9 +926,9 @@ var Repository22 = class {
908
926
  // src/modules/stock/location.ts
909
927
  var location_exports = {};
910
928
  __export(location_exports, {
911
- default: () => Repository23
929
+ default: () => Repository24
912
930
  });
913
- var Repository23 = class {
931
+ var Repository24 = class {
914
932
  constructor({ api, route, publicRoute }) {
915
933
  this.api = api;
916
934
  this.route = route;
@@ -957,9 +975,9 @@ var Repository23 = class {
957
975
  // src/modules/user/logout.ts
958
976
  var logout_exports = {};
959
977
  __export(logout_exports, {
960
- default: () => Repository24
978
+ default: () => Repository25
961
979
  });
962
- var Repository24 = class {
980
+ var Repository25 = class {
963
981
  constructor({ api, route, publicRoute }) {
964
982
  this.api = api;
965
983
  this.route = route;
@@ -973,9 +991,9 @@ var Repository24 = class {
973
991
  // src/modules/documentManagement/multimedia.ts
974
992
  var multimedia_exports = {};
975
993
  __export(multimedia_exports, {
976
- default: () => Repository25
994
+ default: () => Repository26
977
995
  });
978
- var Repository25 = class {
996
+ var Repository26 = class {
979
997
  constructor({ api, route, publicRoute }) {
980
998
  this.api = api;
981
999
  this.route = route;
@@ -1002,9 +1020,9 @@ var Repository25 = class {
1002
1020
  // src/modules/integration/observation.ts
1003
1021
  var observation_exports = {};
1004
1022
  __export(observation_exports, {
1005
- default: () => Repository26
1023
+ default: () => Repository27
1006
1024
  });
1007
- var Repository26 = class {
1025
+ var Repository27 = class {
1008
1026
  constructor({ api, route, publicRoute }) {
1009
1027
  this.api = api;
1010
1028
  this.route = route;
@@ -1037,9 +1055,9 @@ var Repository26 = class {
1037
1055
  // src/modules/integration/observationType.ts
1038
1056
  var observationType_exports = {};
1039
1057
  __export(observationType_exports, {
1040
- default: () => Repository27
1058
+ default: () => Repository28
1041
1059
  });
1042
- var Repository27 = class {
1060
+ var Repository28 = class {
1043
1061
  constructor({ api, route, publicRoute }) {
1044
1062
  this.api = api;
1045
1063
  this.route = route;
@@ -1072,9 +1090,9 @@ var Repository27 = class {
1072
1090
  // src/modules/user/password.ts
1073
1091
  var password_exports = {};
1074
1092
  __export(password_exports, {
1075
- default: () => Repository28
1093
+ default: () => Repository29
1076
1094
  });
1077
- var Repository28 = class {
1095
+ var Repository29 = class {
1078
1096
  constructor({ api, route, publicRoute }) {
1079
1097
  this.api = api;
1080
1098
  this.route = route;
@@ -1091,9 +1109,9 @@ var Repository28 = class {
1091
1109
  // src/modules/user/permission.ts
1092
1110
  var permission_exports = {};
1093
1111
  __export(permission_exports, {
1094
- default: () => Repository29
1112
+ default: () => Repository30
1095
1113
  });
1096
- var Repository29 = class {
1114
+ var Repository30 = class {
1097
1115
  constructor({ api, route, publicRoute }) {
1098
1116
  this.api = api;
1099
1117
  this.route = route;
@@ -1122,9 +1140,9 @@ var Repository29 = class {
1122
1140
  // src/modules/stock/productImage.ts
1123
1141
  var productImage_exports = {};
1124
1142
  __export(productImage_exports, {
1125
- default: () => Repository30
1143
+ default: () => Repository31
1126
1144
  });
1127
- var Repository30 = class {
1145
+ var Repository31 = class {
1128
1146
  constructor({ api, route, publicRoute }) {
1129
1147
  this.api = api;
1130
1148
  this.route = route;
@@ -1165,9 +1183,9 @@ var Repository30 = class {
1165
1183
  // src/modules/stock/promotion.ts
1166
1184
  var promotion_exports = {};
1167
1185
  __export(promotion_exports, {
1168
- default: () => Repository31
1186
+ default: () => Repository32
1169
1187
  });
1170
- var Repository31 = class {
1188
+ var Repository32 = class {
1171
1189
  constructor({ api, route, publicRoute }) {
1172
1190
  this.api = api;
1173
1191
  this.route = route;
@@ -1226,9 +1244,9 @@ var Repository31 = class {
1226
1244
  // src/modules/stock/promotionAssoc.ts
1227
1245
  var promotionAssoc_exports = {};
1228
1246
  __export(promotionAssoc_exports, {
1229
- default: () => Repository32
1247
+ default: () => Repository33
1230
1248
  });
1231
- var Repository32 = class {
1249
+ var Repository33 = class {
1232
1250
  constructor({ api, route, publicRoute }) {
1233
1251
  this.api = api;
1234
1252
  this.route = route;
@@ -1269,9 +1287,9 @@ var Repository32 = class {
1269
1287
  // src/modules/user/provider.ts
1270
1288
  var provider_exports = {};
1271
1289
  __export(provider_exports, {
1272
- default: () => Repository33
1290
+ default: () => Repository34
1273
1291
  });
1274
- var Repository33 = class {
1292
+ var Repository34 = class {
1275
1293
  constructor({ api, route, publicRoute }) {
1276
1294
  this.api = api;
1277
1295
  this.route = route;
@@ -1328,9 +1346,9 @@ var Repository33 = class {
1328
1346
  // src/modules/user/providerType.ts
1329
1347
  var providerType_exports = {};
1330
1348
  __export(providerType_exports, {
1331
- default: () => Repository34
1349
+ default: () => Repository35
1332
1350
  });
1333
- var Repository34 = class {
1351
+ var Repository35 = class {
1334
1352
  constructor({ api, route, publicRoute }) {
1335
1353
  this.api = api;
1336
1354
  this.route = route;
@@ -1371,9 +1389,9 @@ var Repository34 = class {
1371
1389
  // src/modules/user/purchaseCondition.ts
1372
1390
  var purchaseCondition_exports = {};
1373
1391
  __export(purchaseCondition_exports, {
1374
- default: () => Repository35
1392
+ default: () => Repository36
1375
1393
  });
1376
- var Repository35 = class {
1394
+ var Repository36 = class {
1377
1395
  constructor({ api, route, publicRoute }) {
1378
1396
  this.api = api;
1379
1397
  this.route = route;
@@ -1414,9 +1432,9 @@ var Repository35 = class {
1414
1432
  // src/modules/user/reasonForExemption.ts
1415
1433
  var reasonForExemption_exports = {};
1416
1434
  __export(reasonForExemption_exports, {
1417
- default: () => Repository36
1435
+ default: () => Repository37
1418
1436
  });
1419
- var Repository36 = class {
1437
+ var Repository37 = class {
1420
1438
  constructor({ api, route, publicRoute }) {
1421
1439
  this.api = api;
1422
1440
  this.route = route;
@@ -1457,9 +1475,9 @@ var Repository36 = class {
1457
1475
  // src/modules/user/refreshToken.ts
1458
1476
  var refreshToken_exports = {};
1459
1477
  __export(refreshToken_exports, {
1460
- default: () => Repository37
1478
+ default: () => Repository38
1461
1479
  });
1462
- var Repository37 = class {
1480
+ var Repository38 = class {
1463
1481
  constructor({ api, route, publicRoute }) {
1464
1482
  this.api = api;
1465
1483
  this.route = route;
@@ -1474,9 +1492,9 @@ var Repository37 = class {
1474
1492
  // src/modules/user/segmentsArea.ts
1475
1493
  var segmentsArea_exports = {};
1476
1494
  __export(segmentsArea_exports, {
1477
- default: () => Repository38
1495
+ default: () => Repository39
1478
1496
  });
1479
- var Repository38 = class {
1497
+ var Repository39 = class {
1480
1498
  constructor({ api, route, publicRoute }) {
1481
1499
  this.api = api;
1482
1500
  this.route = route;
@@ -1517,9 +1535,9 @@ var Repository38 = class {
1517
1535
  // src/modules/user/sessions.ts
1518
1536
  var sessions_exports = {};
1519
1537
  __export(sessions_exports, {
1520
- default: () => Repository39
1538
+ default: () => Repository40
1521
1539
  });
1522
- var Repository39 = class {
1540
+ var Repository40 = class {
1523
1541
  constructor({ api, route, publicRoute }) {
1524
1542
  this.api = api;
1525
1543
  this.route = route;
@@ -1534,9 +1552,9 @@ var Repository39 = class {
1534
1552
  // src/modules/user/shippings.ts
1535
1553
  var shippings_exports = {};
1536
1554
  __export(shippings_exports, {
1537
- default: () => Repository40
1555
+ default: () => Repository41
1538
1556
  });
1539
- var Repository40 = class {
1557
+ var Repository41 = class {
1540
1558
  constructor({ api, route, publicRoute }) {
1541
1559
  this.api = api;
1542
1560
  this.route = route;
@@ -1577,9 +1595,9 @@ var Repository40 = class {
1577
1595
  // src/modules/user/storeOperator.ts
1578
1596
  var storeOperator_exports = {};
1579
1597
  __export(storeOperator_exports, {
1580
- default: () => Repository41
1598
+ default: () => Repository42
1581
1599
  });
1582
- var Repository41 = class {
1600
+ var Repository42 = class {
1583
1601
  constructor({ api, route, publicRoute }) {
1584
1602
  this.api = api;
1585
1603
  this.route = route;
@@ -1616,9 +1634,9 @@ var Repository41 = class {
1616
1634
  // src/modules/user/swift.ts
1617
1635
  var swift_exports = {};
1618
1636
  __export(swift_exports, {
1619
- default: () => Repository42
1637
+ default: () => Repository43
1620
1638
  });
1621
- var Repository42 = class {
1639
+ var Repository43 = class {
1622
1640
  constructor({ api, route, publicRoute }) {
1623
1641
  this.api = api;
1624
1642
  this.route = route;
@@ -1659,9 +1677,9 @@ var Repository42 = class {
1659
1677
  // src/modules/stock/typeOfLocation.ts
1660
1678
  var typeOfLocation_exports = {};
1661
1679
  __export(typeOfLocation_exports, {
1662
- default: () => Repository43
1680
+ default: () => Repository44
1663
1681
  });
1664
- var Repository43 = class {
1682
+ var Repository44 = class {
1665
1683
  constructor({ api, route, publicRoute }) {
1666
1684
  this.api = api;
1667
1685
  this.route = route;
@@ -1708,9 +1726,9 @@ var Repository43 = class {
1708
1726
  // src/modules/stock/unitOfMeasure.ts
1709
1727
  var unitOfMeasure_exports = {};
1710
1728
  __export(unitOfMeasure_exports, {
1711
- default: () => Repository44
1729
+ default: () => Repository45
1712
1730
  });
1713
- var Repository44 = class {
1731
+ var Repository45 = class {
1714
1732
  constructor({ api, route, publicRoute }) {
1715
1733
  this.api = api;
1716
1734
  this.route = route;
@@ -1757,9 +1775,9 @@ var Repository44 = class {
1757
1775
  // src/modules/user/userPermission.ts
1758
1776
  var userPermission_exports = {};
1759
1777
  __export(userPermission_exports, {
1760
- default: () => Repository45
1778
+ default: () => Repository46
1761
1779
  });
1762
- var Repository45 = class {
1780
+ var Repository46 = class {
1763
1781
  constructor({ api, route, publicRoute }) {
1764
1782
  this.api = api;
1765
1783
  this.route = route;
@@ -1784,9 +1802,9 @@ var Repository45 = class {
1784
1802
  // src/modules/user/userPositions.ts
1785
1803
  var userPositions_exports = {};
1786
1804
  __export(userPositions_exports, {
1787
- default: () => Repository46
1805
+ default: () => Repository47
1788
1806
  });
1789
- var Repository46 = class {
1807
+ var Repository47 = class {
1790
1808
  constructor({ api, route, publicRoute }) {
1791
1809
  this.api = api;
1792
1810
  this.route = route;
@@ -1827,9 +1845,9 @@ var Repository46 = class {
1827
1845
  // src/modules/user/user.ts
1828
1846
  var user_exports = {};
1829
1847
  __export(user_exports, {
1830
- default: () => Repository47
1848
+ default: () => Repository48
1831
1849
  });
1832
- var Repository47 = class {
1850
+ var Repository48 = class {
1833
1851
  constructor({ api, route, publicRoute }) {
1834
1852
  this.api = api;
1835
1853
  this.route = route;
@@ -1878,9 +1896,9 @@ var Repository47 = class {
1878
1896
  // src/modules/stock/vatTax.ts
1879
1897
  var vatTax_exports = {};
1880
1898
  __export(vatTax_exports, {
1881
- default: () => Repository48
1899
+ default: () => Repository49
1882
1900
  });
1883
- var Repository48 = class {
1901
+ var Repository49 = class {
1884
1902
  constructor({ api, route, publicRoute }) {
1885
1903
  this.api = api;
1886
1904
  this.route = route;
@@ -1927,9 +1945,9 @@ var Repository48 = class {
1927
1945
  // src/modules/stock/vatTaxZone.ts
1928
1946
  var vatTaxZone_exports = {};
1929
1947
  __export(vatTaxZone_exports, {
1930
- default: () => Repository49
1948
+ default: () => Repository50
1931
1949
  });
1932
- var Repository49 = class {
1950
+ var Repository50 = class {
1933
1951
  constructor({ api, route, publicRoute }) {
1934
1952
  this.api = api;
1935
1953
  this.route = route;
@@ -1976,9 +1994,9 @@ var Repository49 = class {
1976
1994
  // src/modules/supply/workflow.ts
1977
1995
  var workflow_exports = {};
1978
1996
  __export(workflow_exports, {
1979
- default: () => Repository50
1997
+ default: () => Repository51
1980
1998
  });
1981
- var Repository50 = class {
1999
+ var Repository51 = class {
1982
2000
  constructor({ api, route, publicRoute }) {
1983
2001
  this.api = api;
1984
2002
  this.route = route;
@@ -2009,9 +2027,9 @@ var Repository50 = class {
2009
2027
  // src/modules/user/deliveryMethods.ts
2010
2028
  var deliveryMethods_exports = {};
2011
2029
  __export(deliveryMethods_exports, {
2012
- default: () => Repository51
2030
+ default: () => Repository52
2013
2031
  });
2014
- var Repository51 = class {
2032
+ var Repository52 = class {
2015
2033
  constructor({ api, route, publicRoute }) {
2016
2034
  this.api = api;
2017
2035
  this.route = route;
@@ -2048,9 +2066,9 @@ var Repository51 = class {
2048
2066
  // src/modules/user/maturityDates.ts
2049
2067
  var maturityDates_exports = {};
2050
2068
  __export(maturityDates_exports, {
2051
- default: () => Repository52
2069
+ default: () => Repository53
2052
2070
  });
2053
- var Repository52 = class {
2071
+ var Repository53 = class {
2054
2072
  constructor({ api, route, publicRoute }) {
2055
2073
  this.api = api;
2056
2074
  this.route = route;
@@ -2087,9 +2105,9 @@ var Repository52 = class {
2087
2105
  // src/modules/user/paymentMethods.ts
2088
2106
  var paymentMethods_exports = {};
2089
2107
  __export(paymentMethods_exports, {
2090
- default: () => Repository53
2108
+ default: () => Repository54
2091
2109
  });
2092
- var Repository53 = class {
2110
+ var Repository54 = class {
2093
2111
  constructor({ api, route, publicRoute }) {
2094
2112
  this.api = api;
2095
2113
  this.route = route;
@@ -2126,9 +2144,9 @@ var Repository53 = class {
2126
2144
  // src/modules/user/vehicles.ts
2127
2145
  var vehicles_exports = {};
2128
2146
  __export(vehicles_exports, {
2129
- default: () => Repository54
2147
+ default: () => Repository55
2130
2148
  });
2131
- var Repository54 = class {
2149
+ var Repository55 = class {
2132
2150
  constructor({ api, route, publicRoute }) {
2133
2151
  this.api = api;
2134
2152
  this.route = route;
@@ -2155,9 +2173,9 @@ var Repository54 = class {
2155
2173
  // src/modules/supply/externalDocumentType.ts
2156
2174
  var externalDocumentType_exports = {};
2157
2175
  __export(externalDocumentType_exports, {
2158
- default: () => Repository55
2176
+ default: () => Repository56
2159
2177
  });
2160
- var Repository55 = class {
2178
+ var Repository56 = class {
2161
2179
  constructor({ api, route, publicRoute }) {
2162
2180
  this.api = api;
2163
2181
  this.route = route;
@@ -2176,9 +2194,9 @@ var Repository55 = class {
2176
2194
  // src/modules/supply/documentSet.ts
2177
2195
  var documentSet_exports = {};
2178
2196
  __export(documentSet_exports, {
2179
- default: () => Repository56
2197
+ default: () => Repository57
2180
2198
  });
2181
- var Repository56 = class {
2199
+ var Repository57 = class {
2182
2200
  constructor({ api, route, publicRoute }) {
2183
2201
  this.api = api;
2184
2202
  this.route = route;
@@ -2213,9 +2231,9 @@ var Repository56 = class {
2213
2231
  // src/modules/supply/payment.ts
2214
2232
  var payment_exports = {};
2215
2233
  __export(payment_exports, {
2216
- default: () => Repository57
2234
+ default: () => Repository58
2217
2235
  });
2218
- var Repository57 = class {
2236
+ var Repository58 = class {
2219
2237
  constructor({ api, route, publicRoute }) {
2220
2238
  this.api = api;
2221
2239
  this.route = route;
@@ -2323,9 +2341,9 @@ var Repository57 = class {
2323
2341
  // src/modules/supply/externalDocumentHeader.ts
2324
2342
  var externalDocumentHeader_exports = {};
2325
2343
  __export(externalDocumentHeader_exports, {
2326
- default: () => Repository58
2344
+ default: () => Repository59
2327
2345
  });
2328
- var Repository58 = class {
2346
+ var Repository59 = class {
2329
2347
  constructor({ api, route, publicRoute }) {
2330
2348
  this.api = api;
2331
2349
  this.route = route;
@@ -2381,9 +2399,9 @@ var Repository58 = class {
2381
2399
  // src/modules/supply/clientCurrentAccount.ts
2382
2400
  var clientCurrentAccount_exports = {};
2383
2401
  __export(clientCurrentAccount_exports, {
2384
- default: () => Repository59
2402
+ default: () => Repository60
2385
2403
  });
2386
- var Repository59 = class {
2404
+ var Repository60 = class {
2387
2405
  constructor({ api, route, publicRoute }) {
2388
2406
  this.api = api;
2389
2407
  this.route = route;
@@ -2429,9 +2447,9 @@ var Repository59 = class {
2429
2447
  // src/modules/supply/providerCurrentAccount.ts
2430
2448
  var providerCurrentAccount_exports = {};
2431
2449
  __export(providerCurrentAccount_exports, {
2432
- default: () => Repository60
2450
+ default: () => Repository61
2433
2451
  });
2434
- var Repository60 = class {
2452
+ var Repository61 = class {
2435
2453
  constructor({ api, route, publicRoute }) {
2436
2454
  this.api = api;
2437
2455
  this.route = route;
@@ -2448,9 +2466,9 @@ var Repository60 = class {
2448
2466
  // src/modules/supply/vatValidation.ts
2449
2467
  var vatValidation_exports = {};
2450
2468
  __export(vatValidation_exports, {
2451
- default: () => Repository61
2469
+ default: () => Repository62
2452
2470
  });
2453
- var Repository61 = class {
2471
+ var Repository62 = class {
2454
2472
  constructor({ api, route, publicRoute }) {
2455
2473
  this.api = api;
2456
2474
  this.route = route;
@@ -2469,9 +2487,9 @@ var Repository61 = class {
2469
2487
  // src/modules/stock/stockMovement.ts
2470
2488
  var stockMovement_exports = {};
2471
2489
  __export(stockMovement_exports, {
2472
- default: () => Repository62
2490
+ default: () => Repository63
2473
2491
  });
2474
- var Repository62 = class {
2492
+ var Repository63 = class {
2475
2493
  constructor({ api, route, publicRoute }) {
2476
2494
  this.api = api;
2477
2495
  this.route = route;
@@ -2508,9 +2526,9 @@ var Repository62 = class {
2508
2526
  // src/modules/user/zipCode.ts
2509
2527
  var zipCode_exports = {};
2510
2528
  __export(zipCode_exports, {
2511
- default: () => Repository63
2529
+ default: () => Repository64
2512
2530
  });
2513
- var Repository63 = class {
2531
+ var Repository64 = class {
2514
2532
  constructor({ api, route, publicRoute }) {
2515
2533
  this.api = api;
2516
2534
  this.route = route;
@@ -2528,9 +2546,9 @@ var Repository63 = class {
2528
2546
  // src/modules/user/tenant.ts
2529
2547
  var tenant_exports = {};
2530
2548
  __export(tenant_exports, {
2531
- default: () => Repository64
2549
+ default: () => Repository65
2532
2550
  });
2533
- var Repository64 = class {
2551
+ var Repository65 = class {
2534
2552
  constructor({ api, route, publicRoute }) {
2535
2553
  this.api = api;
2536
2554
  this.route = route;
@@ -2557,9 +2575,9 @@ var Repository64 = class {
2557
2575
  // src/modules/supply/preSale.ts
2558
2576
  var preSale_exports = {};
2559
2577
  __export(preSale_exports, {
2560
- default: () => Repository65
2578
+ default: () => Repository66
2561
2579
  });
2562
- var Repository65 = class {
2580
+ var Repository66 = class {
2563
2581
  constructor({ api, route, publicRoute }) {
2564
2582
  this.api = api;
2565
2583
  this.route = route;
@@ -2602,9 +2620,9 @@ var Repository65 = class {
2602
2620
  // src/modules/supply/preSaleProduct.ts
2603
2621
  var preSaleProduct_exports = {};
2604
2622
  __export(preSaleProduct_exports, {
2605
- default: () => Repository66
2623
+ default: () => Repository67
2606
2624
  });
2607
- var Repository66 = class {
2625
+ var Repository67 = class {
2608
2626
  constructor({ api, route, publicRoute }) {
2609
2627
  this.api = api;
2610
2628
  this.route = route;
@@ -2623,9 +2641,9 @@ var Repository66 = class {
2623
2641
  // src/modules/supply/orderManagement.ts
2624
2642
  var orderManagement_exports = {};
2625
2643
  __export(orderManagement_exports, {
2626
- default: () => Repository67
2644
+ default: () => Repository68
2627
2645
  });
2628
- var Repository67 = class {
2646
+ var Repository68 = class {
2629
2647
  constructor({ api, route, publicRoute }) {
2630
2648
  this.api = api;
2631
2649
  this.route = route;
@@ -2646,9 +2664,9 @@ var Repository67 = class {
2646
2664
  // src/modules/print/npc.ts
2647
2665
  var npc_exports = {};
2648
2666
  __export(npc_exports, {
2649
- default: () => Repository68
2667
+ default: () => Repository69
2650
2668
  });
2651
- var Repository68 = class {
2669
+ var Repository69 = class {
2652
2670
  constructor({ api, route, publicRoute }) {
2653
2671
  this.api = api;
2654
2672
  this.route = route;
@@ -2673,9 +2691,9 @@ var Repository68 = class {
2673
2691
  // src/modules/print/printer.ts
2674
2692
  var printer_exports = {};
2675
2693
  __export(printer_exports, {
2676
- default: () => Repository69
2694
+ default: () => Repository70
2677
2695
  });
2678
- var Repository69 = class {
2696
+ var Repository70 = class {
2679
2697
  constructor({ api, route, publicRoute }) {
2680
2698
  this.api = api;
2681
2699
  this.route = route;
@@ -2705,9 +2723,9 @@ var Repository69 = class {
2705
2723
  // src/modules/print/schedulePrintJob.ts
2706
2724
  var schedulePrintJob_exports = {};
2707
2725
  __export(schedulePrintJob_exports, {
2708
- default: () => Repository70
2726
+ default: () => Repository71
2709
2727
  });
2710
- var Repository70 = class {
2728
+ var Repository71 = class {
2711
2729
  constructor({ api, route, publicRoute }) {
2712
2730
  this.api = api;
2713
2731
  this.route = route;
@@ -2735,9 +2753,9 @@ var Repository70 = class {
2735
2753
  // src/modules/stock/queryList.ts
2736
2754
  var queryList_exports = {};
2737
2755
  __export(queryList_exports, {
2738
- default: () => Repository71
2756
+ default: () => Repository72
2739
2757
  });
2740
- var Repository71 = class {
2758
+ var Repository72 = class {
2741
2759
  constructor({ api, route, publicRoute }) {
2742
2760
  this.api = api;
2743
2761
  this.route = route;
@@ -2786,9 +2804,9 @@ var Repository71 = class {
2786
2804
  // src/modules/stock/queryParameter.ts
2787
2805
  var queryParameter_exports = {};
2788
2806
  __export(queryParameter_exports, {
2789
- default: () => Repository72
2807
+ default: () => Repository73
2790
2808
  });
2791
- var Repository72 = class {
2809
+ var Repository73 = class {
2792
2810
  constructor({ api, route, publicRoute }) {
2793
2811
  this.api = api;
2794
2812
  this.route = route;
@@ -2823,9 +2841,9 @@ var Repository72 = class {
2823
2841
  // src/modules/stock/returnReason.ts
2824
2842
  var returnReason_exports = {};
2825
2843
  __export(returnReason_exports, {
2826
- default: () => Repository73
2844
+ default: () => Repository74
2827
2845
  });
2828
- var Repository73 = class {
2846
+ var Repository74 = class {
2829
2847
  constructor({ api, route, publicRoute }) {
2830
2848
  this.api = api;
2831
2849
  this.route = route;
@@ -2852,9 +2870,9 @@ var Repository73 = class {
2852
2870
  // src/modules/document/propostaSheets.ts
2853
2871
  var propostaSheets_exports = {};
2854
2872
  __export(propostaSheets_exports, {
2855
- default: () => Repository74
2873
+ default: () => Repository75
2856
2874
  });
2857
- var Repository74 = class {
2875
+ var Repository75 = class {
2858
2876
  constructor({ api, route, publicRoute }) {
2859
2877
  this.api = api;
2860
2878
  this.route = route;
@@ -2906,9 +2924,9 @@ var Repository74 = class {
2906
2924
  // src/modules/stock/schedule.ts
2907
2925
  var schedule_exports = {};
2908
2926
  __export(schedule_exports, {
2909
- default: () => Repository75
2927
+ default: () => Repository76
2910
2928
  });
2911
- var Repository75 = class {
2929
+ var Repository76 = class {
2912
2930
  constructor({ api, route, publicRoute }) {
2913
2931
  this.api = api;
2914
2932
  this.route = route;
@@ -2922,9 +2940,9 @@ var Repository75 = class {
2922
2940
  // src/modules/integration/googleFilePermission.ts
2923
2941
  var googleFilePermission_exports = {};
2924
2942
  __export(googleFilePermission_exports, {
2925
- default: () => Repository76
2943
+ default: () => Repository77
2926
2944
  });
2927
- var Repository76 = class {
2945
+ var Repository77 = class {
2928
2946
  constructor({ api, route, publicRoute }) {
2929
2947
  this.api = api;
2930
2948
  this.route = route;
@@ -2951,9 +2969,9 @@ var Repository76 = class {
2951
2969
  // src/modules/integration/settings.ts
2952
2970
  var settings_exports = {};
2953
2971
  __export(settings_exports, {
2954
- default: () => Repository77
2972
+ default: () => Repository78
2955
2973
  });
2956
- var Repository77 = class {
2974
+ var Repository78 = class {
2957
2975
  constructor({ api, route, publicRoute }) {
2958
2976
  this.api = api;
2959
2977
  this.route = route;
@@ -2986,9 +3004,9 @@ var Repository77 = class {
2986
3004
  // src/modules/tickets/tickets.ts
2987
3005
  var tickets_exports = {};
2988
3006
  __export(tickets_exports, {
2989
- default: () => Repository78
3007
+ default: () => Repository79
2990
3008
  });
2991
- var Repository78 = class {
3009
+ var Repository79 = class {
2992
3010
  constructor({ api, route, publicRoute }) {
2993
3011
  this.api = api;
2994
3012
  this.route = route;
@@ -3015,9 +3033,9 @@ var Repository78 = class {
3015
3033
  // src/modules/tickets/channel.ts
3016
3034
  var channel_exports = {};
3017
3035
  __export(channel_exports, {
3018
- default: () => Repository79
3036
+ default: () => Repository80
3019
3037
  });
3020
- var Repository79 = class {
3038
+ var Repository80 = class {
3021
3039
  constructor({ api, route, publicRoute }) {
3022
3040
  this.api = api;
3023
3041
  this.route = route;
@@ -3052,9 +3070,9 @@ var Repository79 = class {
3052
3070
  // src/modules/tickets/language.ts
3053
3071
  var language_exports2 = {};
3054
3072
  __export(language_exports2, {
3055
- default: () => Repository80
3073
+ default: () => Repository81
3056
3074
  });
3057
- var Repository80 = class {
3075
+ var Repository81 = class {
3058
3076
  constructor({ api, route, publicRoute }) {
3059
3077
  this.api = api;
3060
3078
  this.route = route;
@@ -3089,9 +3107,9 @@ var Repository80 = class {
3089
3107
  // src/modules/tickets/clt.ts
3090
3108
  var clt_exports = {};
3091
3109
  __export(clt_exports, {
3092
- default: () => Repository81
3110
+ default: () => Repository82
3093
3111
  });
3094
- var Repository81 = class {
3112
+ var Repository82 = class {
3095
3113
  constructor({ api, route, publicRoute }) {
3096
3114
  this.api = api;
3097
3115
  this.route = route;
@@ -3126,9 +3144,9 @@ var Repository81 = class {
3126
3144
  // src/modules/supply/startDocumentHeaderLastUpdate.ts
3127
3145
  var startDocumentHeaderLastUpdate_exports = {};
3128
3146
  __export(startDocumentHeaderLastUpdate_exports, {
3129
- default: () => Repository82
3147
+ default: () => Repository83
3130
3148
  });
3131
- var Repository82 = class {
3149
+ var Repository83 = class {
3132
3150
  constructor({ api, route, publicRoute }) {
3133
3151
  this.api = api;
3134
3152
  this.route = route;
@@ -3143,9 +3161,9 @@ var Repository82 = class {
3143
3161
  // src/modules/user/persona.ts
3144
3162
  var persona_exports = {};
3145
3163
  __export(persona_exports, {
3146
- default: () => Repository83
3164
+ default: () => Repository84
3147
3165
  });
3148
- var Repository83 = class {
3166
+ var Repository84 = class {
3149
3167
  constructor({ api, route, publicRoute }) {
3150
3168
  this.api = api;
3151
3169
  this.route = route;
@@ -3204,9 +3222,9 @@ var Repository83 = class {
3204
3222
  // src/modules/integration/projectInfo.ts
3205
3223
  var projectInfo_exports = {};
3206
3224
  __export(projectInfo_exports, {
3207
- default: () => Repository84
3225
+ default: () => Repository85
3208
3226
  });
3209
- var Repository84 = class {
3227
+ var Repository85 = class {
3210
3228
  constructor({ api, route, publicRoute }) {
3211
3229
  this.api = api;
3212
3230
  this.route = route;
@@ -3220,9 +3238,9 @@ var Repository84 = class {
3220
3238
  // src/modules/document/order.ts
3221
3239
  var order_exports = {};
3222
3240
  __export(order_exports, {
3223
- default: () => Repository85
3241
+ default: () => Repository86
3224
3242
  });
3225
- var Repository85 = class {
3243
+ var Repository86 = class {
3226
3244
  constructor({ api, route, publicRoute }) {
3227
3245
  this.api = api;
3228
3246
  this.route = route;
@@ -3259,9 +3277,9 @@ var Repository85 = class {
3259
3277
  // src/modules/document/purchase.ts
3260
3278
  var purchase_exports = {};
3261
3279
  __export(purchase_exports, {
3262
- default: () => Repository86
3280
+ default: () => Repository87
3263
3281
  });
3264
- var Repository86 = class {
3282
+ var Repository87 = class {
3265
3283
  constructor({ api, route, publicRoute }) {
3266
3284
  this.api = api;
3267
3285
  this.route = route;
@@ -3289,9 +3307,9 @@ var Repository86 = class {
3289
3307
  // src/modules/document/materialEntrance.ts
3290
3308
  var materialEntrance_exports = {};
3291
3309
  __export(materialEntrance_exports, {
3292
- default: () => Repository87
3310
+ default: () => Repository88
3293
3311
  });
3294
- var Repository87 = class {
3312
+ var Repository88 = class {
3295
3313
  constructor({ api, route, publicRoute }) {
3296
3314
  this.api = api;
3297
3315
  this.route = route;
@@ -3350,9 +3368,9 @@ var Repository87 = class {
3350
3368
  // src/modules/document/transformado.ts
3351
3369
  var transformado_exports = {};
3352
3370
  __export(transformado_exports, {
3353
- default: () => Repository88
3371
+ default: () => Repository89
3354
3372
  });
3355
- var Repository88 = class {
3373
+ var Repository89 = class {
3356
3374
  constructor({ api, route, publicRoute }) {
3357
3375
  this.api = api;
3358
3376
  this.route = route;
@@ -3367,9 +3385,9 @@ var Repository88 = class {
3367
3385
  // src/modules/document/upfrontReturn.ts
3368
3386
  var upfrontReturn_exports = {};
3369
3387
  __export(upfrontReturn_exports, {
3370
- default: () => Repository89
3388
+ default: () => Repository90
3371
3389
  });
3372
- var Repository89 = class {
3390
+ var Repository90 = class {
3373
3391
  constructor({ api, route, publicRoute }) {
3374
3392
  this.api = api;
3375
3393
  this.route = route;
@@ -3384,9 +3402,9 @@ var Repository89 = class {
3384
3402
  // src/modules/stock/savedEmPicking.ts
3385
3403
  var savedEmPicking_exports = {};
3386
3404
  __export(savedEmPicking_exports, {
3387
- default: () => Repository90
3405
+ default: () => Repository91
3388
3406
  });
3389
- var Repository90 = class {
3407
+ var Repository91 = class {
3390
3408
  constructor({ api, route, publicRoute }) {
3391
3409
  this.api = api;
3392
3410
  this.route = route;
@@ -3411,9 +3429,9 @@ var Repository90 = class {
3411
3429
  // src/modules/integration/emailTemplate.ts
3412
3430
  var emailTemplate_exports = {};
3413
3431
  __export(emailTemplate_exports, {
3414
- default: () => Repository91
3432
+ default: () => Repository92
3415
3433
  });
3416
- var Repository91 = class {
3434
+ var Repository92 = class {
3417
3435
  constructor({ api, route, publicRoute }) {
3418
3436
  this.api = api;
3419
3437
  this.route = route;
@@ -3443,9 +3461,9 @@ var Repository91 = class {
3443
3461
  // src/modules/integration/emailTemplateAttachment.ts
3444
3462
  var emailTemplateAttachment_exports = {};
3445
3463
  __export(emailTemplateAttachment_exports, {
3446
- default: () => Repository92
3464
+ default: () => Repository93
3447
3465
  });
3448
- var Repository92 = class {
3466
+ var Repository93 = class {
3449
3467
  constructor({ api, route, publicRoute }) {
3450
3468
  this.api = api;
3451
3469
  this.route = route;
@@ -3463,9 +3481,9 @@ var Repository92 = class {
3463
3481
  // src/modules/stock/prison.ts
3464
3482
  var prison_exports = {};
3465
3483
  __export(prison_exports, {
3466
- default: () => Repository93
3484
+ default: () => Repository94
3467
3485
  });
3468
- var Repository93 = class {
3486
+ var Repository94 = class {
3469
3487
  constructor({ api, route, publicRoute }) {
3470
3488
  this.api = api;
3471
3489
  this.route = route;
@@ -3499,9 +3517,9 @@ var Repository93 = class {
3499
3517
  // src/modules/document/quebra.ts
3500
3518
  var quebra_exports = {};
3501
3519
  __export(quebra_exports, {
3502
- default: () => Repository94
3520
+ default: () => Repository95
3503
3521
  });
3504
- var Repository94 = class {
3522
+ var Repository95 = class {
3505
3523
  constructor({ api, route, publicRoute }) {
3506
3524
  this.api = api;
3507
3525
  this.route = route;
@@ -3531,9 +3549,9 @@ var Repository94 = class {
3531
3549
  // src/modules/document/inventario.ts
3532
3550
  var inventario_exports = {};
3533
3551
  __export(inventario_exports, {
3534
- default: () => Repository95
3552
+ default: () => Repository96
3535
3553
  });
3536
- var Repository95 = class {
3554
+ var Repository96 = class {
3537
3555
  constructor({ api, route, publicRoute }) {
3538
3556
  this.api = api;
3539
3557
  this.route = route;
@@ -3547,9 +3565,9 @@ var Repository95 = class {
3547
3565
  // src/modules/document/returnToProvider.ts
3548
3566
  var returnToProvider_exports = {};
3549
3567
  __export(returnToProvider_exports, {
3550
- default: () => Repository96
3568
+ default: () => Repository97
3551
3569
  });
3552
- var Repository96 = class {
3570
+ var Repository97 = class {
3553
3571
  constructor({ api, route, publicRoute }) {
3554
3572
  this.api = api;
3555
3573
  this.route = route;
@@ -3573,9 +3591,9 @@ var Repository96 = class {
3573
3591
  // src/modules/integration/emailVerification.ts
3574
3592
  var emailVerification_exports = {};
3575
3593
  __export(emailVerification_exports, {
3576
- default: () => Repository97
3594
+ default: () => Repository98
3577
3595
  });
3578
- var Repository97 = class {
3596
+ var Repository98 = class {
3579
3597
  constructor({ api, route, publicRoute }) {
3580
3598
  this.api = api;
3581
3599
  this.route = route;
@@ -3598,9 +3616,9 @@ var Repository97 = class {
3598
3616
  // src/modules/integration/emailLog.ts
3599
3617
  var emailLog_exports = {};
3600
3618
  __export(emailLog_exports, {
3601
- default: () => Repository98
3619
+ default: () => Repository99
3602
3620
  });
3603
- var Repository98 = class {
3621
+ var Repository99 = class {
3604
3622
  constructor({ api, route, publicRoute }) {
3605
3623
  this.api = api;
3606
3624
  this.route = route;
@@ -3631,9 +3649,9 @@ var Repository98 = class {
3631
3649
  // src/modules/supply/documentLineNote.ts
3632
3650
  var documentLineNote_exports = {};
3633
3651
  __export(documentLineNote_exports, {
3634
- default: () => Repository99
3652
+ default: () => Repository100
3635
3653
  });
3636
- var Repository99 = class {
3654
+ var Repository100 = class {
3637
3655
  constructor({ api, route, publicRoute }) {
3638
3656
  this.api = api;
3639
3657
  this.route = route;
@@ -3656,9 +3674,9 @@ var Repository99 = class {
3656
3674
  // src/modules/stock/savedProviderProposal.ts
3657
3675
  var savedProviderProposal_exports = {};
3658
3676
  __export(savedProviderProposal_exports, {
3659
- default: () => Repository100
3677
+ default: () => Repository101
3660
3678
  });
3661
- var Repository100 = class {
3679
+ var Repository101 = class {
3662
3680
  constructor({ api, route, publicRoute }) {
3663
3681
  this.api = api;
3664
3682
  this.route = route;
@@ -3685,9 +3703,9 @@ var Repository100 = class {
3685
3703
  // src/modules/stock/productGoogleSheets.ts
3686
3704
  var productGoogleSheets_exports = {};
3687
3705
  __export(productGoogleSheets_exports, {
3688
- default: () => Repository101
3706
+ default: () => Repository102
3689
3707
  });
3690
- var Repository101 = class {
3708
+ var Repository102 = class {
3691
3709
  constructor({ api, route, publicRoute }) {
3692
3710
  this.api = api;
3693
3711
  this.route = route;
@@ -3805,9 +3823,9 @@ var Repository101 = class {
3805
3823
  // src/modules/stock/task.ts
3806
3824
  var task_exports = {};
3807
3825
  __export(task_exports, {
3808
- default: () => Repository102
3826
+ default: () => Repository103
3809
3827
  });
3810
- var Repository102 = class {
3828
+ var Repository103 = class {
3811
3829
  constructor({ api, route, publicRoute }) {
3812
3830
  this.api = api;
3813
3831
  this.route = route;
@@ -3840,9 +3858,9 @@ var Repository102 = class {
3840
3858
  // src/modules/stock/taskMessage.ts
3841
3859
  var taskMessage_exports = {};
3842
3860
  __export(taskMessage_exports, {
3843
- default: () => Repository103
3861
+ default: () => Repository104
3844
3862
  });
3845
- var Repository103 = class {
3863
+ var Repository104 = class {
3846
3864
  constructor({ api, route, publicRoute }) {
3847
3865
  this.api = api;
3848
3866
  this.route = route;
@@ -3863,9 +3881,9 @@ var Repository103 = class {
3863
3881
  // src/modules/stock/recurrentTasks.ts
3864
3882
  var recurrentTasks_exports = {};
3865
3883
  __export(recurrentTasks_exports, {
3866
- default: () => Repository104
3884
+ default: () => Repository105
3867
3885
  });
3868
- var Repository104 = class {
3886
+ var Repository105 = class {
3869
3887
  constructor({ api, route, publicRoute }) {
3870
3888
  this.api = api;
3871
3889
  this.route = route;
@@ -3882,9 +3900,9 @@ var Repository104 = class {
3882
3900
  // src/modules/stock/taskRead.ts
3883
3901
  var taskRead_exports = {};
3884
3902
  __export(taskRead_exports, {
3885
- default: () => Repository105
3903
+ default: () => Repository106
3886
3904
  });
3887
- var Repository105 = class {
3905
+ var Repository106 = class {
3888
3906
  constructor({ api, route, publicRoute }) {
3889
3907
  this.api = api;
3890
3908
  this.route = route;
@@ -3901,9 +3919,9 @@ var Repository105 = class {
3901
3919
  // src/modules/user/theme.ts
3902
3920
  var theme_exports = {};
3903
3921
  __export(theme_exports, {
3904
- default: () => Repository106
3922
+ default: () => Repository107
3905
3923
  });
3906
- var Repository106 = class {
3924
+ var Repository107 = class {
3907
3925
  constructor({ api, route, publicRoute }) {
3908
3926
  this.api = api;
3909
3927
  this.route = route;
@@ -3917,9 +3935,9 @@ var Repository106 = class {
3917
3935
  // src/modules/stock/dashboard.ts
3918
3936
  var dashboard_exports = {};
3919
3937
  __export(dashboard_exports, {
3920
- default: () => Repository107
3938
+ default: () => Repository108
3921
3939
  });
3922
- var Repository107 = class {
3940
+ var Repository108 = class {
3923
3941
  constructor({ api, route, publicRoute }) {
3924
3942
  this.api = api;
3925
3943
  this.route = route;
@@ -3934,9 +3952,9 @@ var Repository107 = class {
3934
3952
  // src/modules/stock/chatRapidMessage.ts
3935
3953
  var chatRapidMessage_exports = {};
3936
3954
  __export(chatRapidMessage_exports, {
3937
- default: () => Repository108
3955
+ default: () => Repository109
3938
3956
  });
3939
- var Repository108 = class {
3957
+ var Repository109 = class {
3940
3958
  constructor({ api, route, publicRoute }) {
3941
3959
  this.api = api;
3942
3960
  this.route = route;
@@ -3966,9 +3984,9 @@ var Repository108 = class {
3966
3984
  // src/modules/stock/sideMenu.ts
3967
3985
  var sideMenu_exports = {};
3968
3986
  __export(sideMenu_exports, {
3969
- default: () => Repository109
3987
+ default: () => Repository110
3970
3988
  });
3971
- var Repository109 = class {
3989
+ var Repository110 = class {
3972
3990
  constructor({ api, route, publicRoute }) {
3973
3991
  this.api = api;
3974
3992
  this.route = route;
@@ -3999,9 +4017,9 @@ var Repository109 = class {
3999
4017
  // src/modules/view/errorLog.ts
4000
4018
  var errorLog_exports = {};
4001
4019
  __export(errorLog_exports, {
4002
- default: () => Repository110
4020
+ default: () => Repository111
4003
4021
  });
4004
- var Repository110 = class {
4022
+ var Repository111 = class {
4005
4023
  constructor({ api, route, publicRoute }) {
4006
4024
  this.api = api;
4007
4025
  this.route = route;
@@ -4015,9 +4033,9 @@ var Repository110 = class {
4015
4033
  // src/modules/view/adminPanel.ts
4016
4034
  var adminPanel_exports = {};
4017
4035
  __export(adminPanel_exports, {
4018
- default: () => Repository111
4036
+ default: () => Repository112
4019
4037
  });
4020
- var Repository111 = class {
4038
+ var Repository112 = class {
4021
4039
  constructor({ api, route, publicRoute }) {
4022
4040
  this.api = api;
4023
4041
  this.route = route;
@@ -4032,9 +4050,9 @@ var Repository111 = class {
4032
4050
  // src/modules/supply/documentLineRm.ts
4033
4051
  var documentLineRm_exports = {};
4034
4052
  __export(documentLineRm_exports, {
4035
- default: () => Repository112
4053
+ default: () => Repository113
4036
4054
  });
4037
- var Repository112 = class {
4055
+ var Repository113 = class {
4038
4056
  constructor({ api, route, publicRoute }) {
4039
4057
  this.api = api;
4040
4058
  this.route = route;
@@ -4054,9 +4072,9 @@ var Repository112 = class {
4054
4072
  // src/modules/supply/documentLineMt.ts
4055
4073
  var documentLineMt_exports = {};
4056
4074
  __export(documentLineMt_exports, {
4057
- default: () => Repository113
4075
+ default: () => Repository114
4058
4076
  });
4059
- var Repository113 = class {
4077
+ var Repository114 = class {
4060
4078
  constructor({ api, route, publicRoute }) {
4061
4079
  this.api = api;
4062
4080
  this.route = route;
@@ -4076,9 +4094,9 @@ var Repository113 = class {
4076
4094
  // src/modules/user/chatSubscriber.ts
4077
4095
  var chatSubscriber_exports = {};
4078
4096
  __export(chatSubscriber_exports, {
4079
- default: () => Repository114
4097
+ default: () => Repository115
4080
4098
  });
4081
- var Repository114 = class {
4099
+ var Repository115 = class {
4082
4100
  constructor({ api, route, publicRoute }) {
4083
4101
  this.api = api;
4084
4102
  this.route = route;
@@ -4108,9 +4126,9 @@ var Repository114 = class {
4108
4126
  // src/modules/stock/tag.ts
4109
4127
  var tag_exports = {};
4110
4128
  __export(tag_exports, {
4111
- default: () => Repository115
4129
+ default: () => Repository116
4112
4130
  });
4113
- var Repository115 = class {
4131
+ var Repository116 = class {
4114
4132
  constructor({ api, route, publicRoute }) {
4115
4133
  this.api = api;
4116
4134
  this.route = route;
@@ -4173,160 +4191,163 @@ var API = class {
4173
4191
  this.Commissioner = new Repository5(getModuleParams("users", "commissioner"));
4174
4192
  this.Country = new Repository6(getModuleParams("users", "country"));
4175
4193
  this.DocumentHeader = new Repository7(getModuleParams("stock", "document_header"));
4176
- this.BillOfLading = new Repository8(getModuleParams("stock", "document_header"));
4177
- this.ProductionOrder = new Repository9(getModuleParams("stock", "document_header"));
4178
- this.Proforma = new Repository10(getModuleParams("stock", "document_header"));
4179
- this.PropostaFornecedor = new Repository11(
4194
+ this.DocumentHeaderHistory = new Repository8(
4195
+ getModuleParams("stock", "document_header_history")
4196
+ );
4197
+ this.BillOfLading = new Repository9(getModuleParams("stock", "document_header"));
4198
+ this.ProductionOrder = new Repository10(getModuleParams("stock", "document_header"));
4199
+ this.Proforma = new Repository11(getModuleParams("stock", "document_header"));
4200
+ this.PropostaFornecedor = new Repository12(
4180
4201
  getModuleParams("stock", "document_header")
4181
4202
  );
4182
- this.ProviderCreditNoteFromReturn = new Repository12(
4203
+ this.ProviderCreditNoteFromReturn = new Repository13(
4183
4204
  getModuleParams("stock", "document_header")
4184
4205
  );
4185
- this.ProviderFinancialCreditNote = new Repository13(
4206
+ this.ProviderFinancialCreditNote = new Repository14(
4186
4207
  getModuleParams("stock", "document_header")
4187
4208
  );
4188
- this.ProviderServiceInvoice = new Repository14(
4209
+ this.ProviderServiceInvoice = new Repository15(
4189
4210
  getModuleParams("stock", "document_header")
4190
4211
  );
4191
- this.DocumentLine = new Repository15(getModuleParams("stock", "document_line"));
4192
- this.DocumentLineAssoc = new Repository16(
4212
+ this.DocumentLine = new Repository16(getModuleParams("stock", "document_line"));
4213
+ this.DocumentLineAssoc = new Repository17(
4193
4214
  getModuleParams("stock", "document_line_assoc")
4194
4215
  );
4195
- this.DocumentType = new Repository17(getModuleParams("stock", "document_type"));
4196
- this.Favorites = new Repository18(getModuleParams("users", "favorite"));
4197
- this.File = new Repository19(getModuleParams("stock", "file"));
4198
- this.GoogleSheets = new Repository20(getModuleParams("integration", "google"));
4199
- this.GroupPermissions = new Repository21(getModuleParams("users", "group_permission"));
4200
- this.Language = new Repository22(getModuleParams("users", "language"));
4201
- this.Location = new Repository23(getModuleParams("stock", "location"));
4202
- this.Logout = new Repository24(getModuleParams("users", "logout"));
4203
- this.Multimedia = new Repository25(getModuleParams("documents", "multimedia"));
4204
- this.Observation = new Repository26(getModuleParams("integration", "observation"));
4205
- this.ObservationType = new Repository27(
4216
+ this.DocumentType = new Repository18(getModuleParams("stock", "document_type"));
4217
+ this.Favorites = new Repository19(getModuleParams("users", "favorite"));
4218
+ this.File = new Repository20(getModuleParams("stock", "file"));
4219
+ this.GoogleSheets = new Repository21(getModuleParams("integration", "google"));
4220
+ this.GroupPermissions = new Repository22(getModuleParams("users", "group_permission"));
4221
+ this.Language = new Repository23(getModuleParams("users", "language"));
4222
+ this.Location = new Repository24(getModuleParams("stock", "location"));
4223
+ this.Logout = new Repository25(getModuleParams("users", "logout"));
4224
+ this.Multimedia = new Repository26(getModuleParams("documents", "multimedia"));
4225
+ this.Observation = new Repository27(getModuleParams("integration", "observation"));
4226
+ this.ObservationType = new Repository28(
4206
4227
  getModuleParams("integration", "observation_type")
4207
4228
  );
4208
- this.Password = new Repository28(getModuleParams("users", "password"));
4209
- this.Permissions = new Repository29(getModuleParams("users", "permission"));
4210
- this.ProductImage = new Repository30(getModuleParams("stock", "product_image"));
4211
- this.Promotion = new Repository31(getModuleParams("stock", "promotion"));
4212
- this.PromotionAssoc = new Repository32(getModuleParams("stock", "promotion_assoc"));
4213
- this.Providers = new Repository33(getModuleParams("users", "provider"));
4214
- this.ProviderType = new Repository34(getModuleParams("users", "provider_type"));
4215
- this.PurchaseConditions = new Repository35(
4229
+ this.Password = new Repository29(getModuleParams("users", "password"));
4230
+ this.Permissions = new Repository30(getModuleParams("users", "permission"));
4231
+ this.ProductImage = new Repository31(getModuleParams("stock", "product_image"));
4232
+ this.Promotion = new Repository32(getModuleParams("stock", "promotion"));
4233
+ this.PromotionAssoc = new Repository33(getModuleParams("stock", "promotion_assoc"));
4234
+ this.Providers = new Repository34(getModuleParams("users", "provider"));
4235
+ this.ProviderType = new Repository35(getModuleParams("users", "provider_type"));
4236
+ this.PurchaseConditions = new Repository36(
4216
4237
  getModuleParams("users", "purchase_condition")
4217
4238
  );
4218
- this.ReasonForExemption = new Repository36(
4239
+ this.ReasonForExemption = new Repository37(
4219
4240
  getModuleParams("users", "reason_for_exemption")
4220
4241
  );
4221
- this.RefreshToken = new Repository37(getModuleParams("users", "refresh-token"));
4222
- this.SegmentsArea = new Repository38(getModuleParams("users", "segments_area"));
4223
- this.Sessions = new Repository39(getModuleParams("users", "sessions"));
4224
- this.Shippings = new Repository40(getModuleParams("users", "shipping"));
4225
- this.StoreOperator = new Repository41(getModuleParams("users", "store_operator"));
4226
- this.Swift = new Repository42(getModuleParams("users", "swift"));
4227
- this.TypeOfLocation = new Repository43(getModuleParams("stock", "type_of_location"));
4228
- this.UnitOfMeasure = new Repository44(getModuleParams("stock", "unit_of_measure"));
4229
- this.UserPermissions = new Repository45(getModuleParams("users", "user_permission"));
4230
- this.UserPositions = new Repository46(getModuleParams("users", "user_position"));
4231
- this.Users = new Repository47(getModuleParams("users", "users"));
4232
- this.VatTax = new Repository48(getModuleParams("stock", "vat_tax"));
4233
- this.VatTaxZone = new Repository49(getModuleParams("stock", "vat_tax_zone"));
4234
- this.Workflow = new Repository50(getModuleParams("stock", "workflow"));
4235
- this.DeliveryMethods = new Repository51(getModuleParams("users", "delivery_methods"));
4236
- this.MaturityDates = new Repository52(getModuleParams("users", "maturity_dates"));
4237
- this.PaymentMethods = new Repository53(getModuleParams("users", "payment_methods"));
4238
- this.Vehicles = new Repository54(getModuleParams("users", "vehicles"));
4239
- this.ExternalDocumentType = new Repository55(
4242
+ this.RefreshToken = new Repository38(getModuleParams("users", "refresh-token"));
4243
+ this.SegmentsArea = new Repository39(getModuleParams("users", "segments_area"));
4244
+ this.Sessions = new Repository40(getModuleParams("users", "sessions"));
4245
+ this.Shippings = new Repository41(getModuleParams("users", "shipping"));
4246
+ this.StoreOperator = new Repository42(getModuleParams("users", "store_operator"));
4247
+ this.Swift = new Repository43(getModuleParams("users", "swift"));
4248
+ this.TypeOfLocation = new Repository44(getModuleParams("stock", "type_of_location"));
4249
+ this.UnitOfMeasure = new Repository45(getModuleParams("stock", "unit_of_measure"));
4250
+ this.UserPermissions = new Repository46(getModuleParams("users", "user_permission"));
4251
+ this.UserPositions = new Repository47(getModuleParams("users", "user_position"));
4252
+ this.Users = new Repository48(getModuleParams("users", "users"));
4253
+ this.VatTax = new Repository49(getModuleParams("stock", "vat_tax"));
4254
+ this.VatTaxZone = new Repository50(getModuleParams("stock", "vat_tax_zone"));
4255
+ this.Workflow = new Repository51(getModuleParams("stock", "workflow"));
4256
+ this.DeliveryMethods = new Repository52(getModuleParams("users", "delivery_methods"));
4257
+ this.MaturityDates = new Repository53(getModuleParams("users", "maturity_dates"));
4258
+ this.PaymentMethods = new Repository54(getModuleParams("users", "payment_methods"));
4259
+ this.Vehicles = new Repository55(getModuleParams("users", "vehicles"));
4260
+ this.ExternalDocumentType = new Repository56(
4240
4261
  getModuleParams("stock", "external_document_type")
4241
4262
  );
4242
- this.DocumentSet = new Repository56(getModuleParams("stock", "document_set"));
4243
- this.Payment = new Repository57(getModuleParams("stock", "payment"));
4244
- this.ExternalDocumentHeader = new Repository58(
4263
+ this.DocumentSet = new Repository57(getModuleParams("stock", "document_set"));
4264
+ this.Payment = new Repository58(getModuleParams("stock", "payment"));
4265
+ this.ExternalDocumentHeader = new Repository59(
4245
4266
  getModuleParams("stock", "external_document_header")
4246
4267
  );
4247
- this.ClientCurrentAccount = new Repository59(
4268
+ this.ClientCurrentAccount = new Repository60(
4248
4269
  getModuleParams("stock", "client_current_account")
4249
4270
  );
4250
- this.ProviderCurrentAccount = new Repository60(
4271
+ this.ProviderCurrentAccount = new Repository61(
4251
4272
  getModuleParams("stock", "provider_current_account")
4252
4273
  );
4253
- this.VatValidation = new Repository61(getModuleParams("stock", "vat_validation"));
4254
- this.StockMovement = new Repository62(getModuleParams("stock", "stock_movement"));
4255
- this.ZipCode = new Repository63(getModuleParams("users", "zip_code"));
4256
- this.Tenant = new Repository64(getModuleParams("users", "tenant"));
4257
- this.PreSale = new Repository65(getModuleParams("stock", "pre_sale"));
4258
- this.PreSaleProduct = new Repository66(getModuleParams("stock", "pre_sale_product"));
4259
- this.OrderManagement = new Repository67(getModuleParams("stock", "order_management"));
4260
- this.Npc = new Repository68(getModuleParams("print", "npc"));
4261
- this.Printer = new Repository69(getModuleParams("print", "printer"));
4262
- this.SchedulePrintJob = new Repository70(
4274
+ this.VatValidation = new Repository62(getModuleParams("stock", "vat_validation"));
4275
+ this.StockMovement = new Repository63(getModuleParams("stock", "stock_movement"));
4276
+ this.ZipCode = new Repository64(getModuleParams("users", "zip_code"));
4277
+ this.Tenant = new Repository65(getModuleParams("users", "tenant"));
4278
+ this.PreSale = new Repository66(getModuleParams("stock", "pre_sale"));
4279
+ this.PreSaleProduct = new Repository67(getModuleParams("stock", "pre_sale_product"));
4280
+ this.OrderManagement = new Repository68(getModuleParams("stock", "order_management"));
4281
+ this.Npc = new Repository69(getModuleParams("print", "npc"));
4282
+ this.Printer = new Repository70(getModuleParams("print", "printer"));
4283
+ this.SchedulePrintJob = new Repository71(
4263
4284
  getModuleParams("print", "schedule_print_job")
4264
4285
  );
4265
- this.QueryList = new Repository71(getModuleParams("stock", "query"));
4266
- this.QueryParameter = new Repository72(getModuleParams("stock", "query_parameter"));
4267
- this.ReturnReason = new Repository73(getModuleParams("stock", "return_reason"));
4268
- this.PropostaSheets = new Repository74(getModuleParams("stock", "proposta_sheets"));
4269
- this.Schedule = new Repository75(getModuleParams("stock", "schedule"));
4270
- this.GoogleFilePermission = new Repository76(
4286
+ this.QueryList = new Repository72(getModuleParams("stock", "query"));
4287
+ this.QueryParameter = new Repository73(getModuleParams("stock", "query_parameter"));
4288
+ this.ReturnReason = new Repository74(getModuleParams("stock", "return_reason"));
4289
+ this.PropostaSheets = new Repository75(getModuleParams("stock", "proposta_sheets"));
4290
+ this.Schedule = new Repository76(getModuleParams("stock", "schedule"));
4291
+ this.GoogleFilePermission = new Repository77(
4271
4292
  getModuleParams("integration", "google_file_permission")
4272
4293
  );
4273
- this.Settings = new Repository77(getModuleParams("integration", "settings"));
4274
- this.Tickets = new Repository78(getModuleParams("tickets", "tickets"));
4275
- this.Channel = new Repository79(getModuleParams("tickets", "channel"));
4276
- this.TicketsLanguage = new Repository80(getModuleParams("tickets", "tickets_language"));
4277
- this.Clt = new Repository81(getModuleParams("tickets", "clt"));
4278
- this.StartDocumentHeaderLastUpdate = new Repository82(
4294
+ this.Settings = new Repository78(getModuleParams("integration", "settings"));
4295
+ this.Tickets = new Repository79(getModuleParams("tickets", "tickets"));
4296
+ this.Channel = new Repository80(getModuleParams("tickets", "channel"));
4297
+ this.TicketsLanguage = new Repository81(getModuleParams("tickets", "tickets_language"));
4298
+ this.Clt = new Repository82(getModuleParams("tickets", "clt"));
4299
+ this.StartDocumentHeaderLastUpdate = new Repository83(
4279
4300
  getModuleParams("stock", "start_document_header_last_update")
4280
4301
  );
4281
- this.Persona = new Repository83(getModuleParams("users", "persona"));
4282
- this.ProjectInfo = new Repository84(getModuleParams("integration", "project_info"));
4283
- this.Order = new Repository85(getModuleParams("stock", "order"));
4284
- this.Purchase = new Repository86(getModuleParams("stock", "purchase"));
4285
- this.MaterialEntrance = new Repository87(
4302
+ this.Persona = new Repository84(getModuleParams("users", "persona"));
4303
+ this.ProjectInfo = new Repository85(getModuleParams("integration", "project_info"));
4304
+ this.Order = new Repository86(getModuleParams("stock", "order"));
4305
+ this.Purchase = new Repository87(getModuleParams("stock", "purchase"));
4306
+ this.MaterialEntrance = new Repository88(
4286
4307
  getModuleParams("stock", "material_entrance")
4287
4308
  );
4288
- this.Transformado = new Repository88(getModuleParams("stock", "transformado"));
4289
- this.UpfrontReturn = new Repository89(getModuleParams("stock", "upfront_return"));
4290
- this.SavedEmPicking = new Repository90(getModuleParams("stock", "saved_em_picking"));
4291
- this.EmailTemplate = new Repository91(getModuleParams("integration", "email_template"));
4292
- this.EmailTemplateAttachment = new Repository92(
4309
+ this.Transformado = new Repository89(getModuleParams("stock", "transformado"));
4310
+ this.UpfrontReturn = new Repository90(getModuleParams("stock", "upfront_return"));
4311
+ this.SavedEmPicking = new Repository91(getModuleParams("stock", "saved_em_picking"));
4312
+ this.EmailTemplate = new Repository92(getModuleParams("integration", "email_template"));
4313
+ this.EmailTemplateAttachment = new Repository93(
4293
4314
  getModuleParams("integration", "email_template_attachment")
4294
4315
  );
4295
- this.Prison = new Repository93(getModuleParams("stock", "prison"));
4296
- this.Quebra = new Repository94(getModuleParams("stock", "quebra"));
4297
- this.Inventario = new Repository95(getModuleParams("stock", "inventario"));
4298
- this.ReturnToProvider = new Repository96(
4316
+ this.Prison = new Repository94(getModuleParams("stock", "prison"));
4317
+ this.Quebra = new Repository95(getModuleParams("stock", "quebra"));
4318
+ this.Inventario = new Repository96(getModuleParams("stock", "inventario"));
4319
+ this.ReturnToProvider = new Repository97(
4299
4320
  getModuleParams("stock", "return_to_provider")
4300
4321
  );
4301
- this.EmailVerification = new Repository97(
4322
+ this.EmailVerification = new Repository98(
4302
4323
  getModuleParams("integration", "email_verification")
4303
4324
  );
4304
- this.EmailLog = new Repository98(getModuleParams("integration", "email_log"));
4305
- this.DocumentLineNote = new Repository99(
4325
+ this.EmailLog = new Repository99(getModuleParams("integration", "email_log"));
4326
+ this.DocumentLineNote = new Repository100(
4306
4327
  getModuleParams("stock", "document_line_note")
4307
4328
  );
4308
- this.SavedProviderProposal = new Repository100(
4329
+ this.SavedProviderProposal = new Repository101(
4309
4330
  getModuleParams("stock", "saved_provider_proposal")
4310
4331
  );
4311
- this.ProductGoogleSheets = new Repository101(
4332
+ this.ProductGoogleSheets = new Repository102(
4312
4333
  getModuleParams("stock", "product_google")
4313
4334
  );
4314
- this.Task = new Repository102(getModuleParams("stock", "task"));
4315
- this.TaskMessage = new Repository103(getModuleParams("stock", "task_message"));
4316
- this.RecurrentTasks = new Repository104(getModuleParams("stock", "recurrent_tasks"));
4317
- this.TaskRead = new Repository105(getModuleParams("stock", "task_read"));
4318
- this.Theme = new Repository106(getModuleParams("users", "theme"));
4319
- this.Dashboard = new Repository107(getModuleParams("stock", "dashboard"));
4320
- this.ChatRapidMessage = new Repository108(
4335
+ this.Task = new Repository103(getModuleParams("stock", "task"));
4336
+ this.TaskMessage = new Repository104(getModuleParams("stock", "task_message"));
4337
+ this.RecurrentTasks = new Repository105(getModuleParams("stock", "recurrent_tasks"));
4338
+ this.TaskRead = new Repository106(getModuleParams("stock", "task_read"));
4339
+ this.Theme = new Repository107(getModuleParams("users", "theme"));
4340
+ this.Dashboard = new Repository108(getModuleParams("stock", "dashboard"));
4341
+ this.ChatRapidMessage = new Repository109(
4321
4342
  getModuleParams("stock", "chat_rapid_message")
4322
4343
  );
4323
- this.SideMenu = new Repository109(getModuleParams("stock", "side_menu"));
4324
- this.ErrorLog = new Repository110(getModuleParams("view", "error_log"));
4325
- this.AdminPanel = new Repository111(getModuleParams("view", "admin_panel"));
4326
- this.DocumentLineRm = new Repository112(getModuleParams("stock", "document_line_rm"));
4327
- this.DocumentLineMt = new Repository113(getModuleParams("stock", "document_line_mt"));
4328
- this.ChatSubscriber = new Repository114(getModuleParams("users", "chat_subscriber"));
4329
- this.Tag = new Repository115(getModuleParams("stock", "tag"));
4344
+ this.SideMenu = new Repository110(getModuleParams("stock", "side_menu"));
4345
+ this.ErrorLog = new Repository111(getModuleParams("view", "error_log"));
4346
+ this.AdminPanel = new Repository112(getModuleParams("view", "admin_panel"));
4347
+ this.DocumentLineRm = new Repository113(getModuleParams("stock", "document_line_rm"));
4348
+ this.DocumentLineMt = new Repository114(getModuleParams("stock", "document_line_mt"));
4349
+ this.ChatSubscriber = new Repository115(getModuleParams("users", "chat_subscriber"));
4350
+ this.Tag = new Repository116(getModuleParams("stock", "tag"));
4330
4351
  }
4331
4352
  };
4332
4353