@nomalism-com/api 0.40.50 → 0.40.52

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +359 -375
  2. package/dist/index.js +356 -390
  3. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -38,14 +38,15 @@ __export(main_exports, {
38
38
  EmailTemplateAttachment: () => emailTemplateAttachment_exports,
39
39
  EmailVerification: () => emailVerification_exports,
40
40
  ErrorLogClass: () => errorLog_exports,
41
+ ExternalChatSubscriberClass: () => externalChatSubscriber_exports,
41
42
  ExternalDocumentHeader: () => externalDocumentHeader_exports,
42
43
  ExternalDocumentType: () => externalDocumentType_exports,
44
+ ExternalPersonaClass: () => externalPersona_exports,
43
45
  Favorites: () => favorites_exports,
44
46
  File: () => file_exports,
45
47
  GmailsClass: () => gmails_exports,
46
48
  GoogleFilePermission: () => googleFilePermission_exports,
47
49
  GoogleSheets: () => googleSheets_exports,
48
- GroupPermissions: () => groupPermission_exports,
49
50
  Inventario: () => inventario_exports,
50
51
  Language: () => language_exports,
51
52
  Location: () => location_exports,
@@ -64,7 +65,6 @@ __export(main_exports, {
64
65
  Payment: () => payment_exports,
65
66
  PaymentBatchClass: () => paymentBatch_exports,
66
67
  PaymentMethods: () => paymentMethods_exports,
67
- Permissions: () => permission_exports,
68
68
  Persona: () => persona_exports,
69
69
  PortalClass: () => portal_exports,
70
70
  PreSale: () => preSale_exports,
@@ -114,7 +114,6 @@ __export(main_exports, {
114
114
  TypeOfLocation: () => typeOfLocation_exports,
115
115
  UnitOfMeasure: () => unitOfMeasure_exports,
116
116
  UpfrontReturn: () => upfrontReturn_exports,
117
- UserPermissions: () => userPermission_exports,
118
117
  UserPositions: () => userPositions_exports,
119
118
  Users: () => user_exports,
120
119
  VatTax: () => vatTax_exports,
@@ -828,43 +827,12 @@ var Repository21 = class {
828
827
  }
829
828
  };
830
829
 
831
- // src/modules/user/groupPermission.ts
832
- var groupPermission_exports = {};
833
- __export(groupPermission_exports, {
834
- default: () => Repository22
835
- });
836
- var Repository22 = class {
837
- constructor({ api, route, publicRoute }) {
838
- this.api = api;
839
- this.route = route;
840
- this.publicRoute = publicRoute;
841
- }
842
- async find() {
843
- const response = await this.api.get(`${this.route}`);
844
- return response.data;
845
- }
846
- async findMinified(params) {
847
- const response = await this.api.get(`${this.route}minified`, {
848
- params
849
- });
850
- return response.data;
851
- }
852
- async create(body) {
853
- const response = await this.api.post(`${this.route}`, body);
854
- return response.data;
855
- }
856
- async deleteOne(selector) {
857
- const response = await this.api.delete(`${this.route}${selector.id}`);
858
- return response.data;
859
- }
860
- };
861
-
862
830
  // src/modules/user/language.ts
863
831
  var language_exports = {};
864
832
  __export(language_exports, {
865
- default: () => Repository23
833
+ default: () => Repository22
866
834
  });
867
- var Repository23 = class {
835
+ var Repository22 = class {
868
836
  constructor({ api, route, publicRoute }) {
869
837
  this.api = api;
870
838
  this.route = route;
@@ -905,9 +873,9 @@ var Repository23 = class {
905
873
  // src/modules/stock/location.ts
906
874
  var location_exports = {};
907
875
  __export(location_exports, {
908
- default: () => Repository24
876
+ default: () => Repository23
909
877
  });
910
- var Repository24 = class {
878
+ var Repository23 = class {
911
879
  constructor({ api, route, publicRoute }) {
912
880
  this.api = api;
913
881
  this.route = route;
@@ -954,9 +922,9 @@ var Repository24 = class {
954
922
  // src/modules/user/logout.ts
955
923
  var logout_exports = {};
956
924
  __export(logout_exports, {
957
- default: () => Repository25
925
+ default: () => Repository24
958
926
  });
959
- var Repository25 = class {
927
+ var Repository24 = class {
960
928
  constructor({ api, route, publicRoute }) {
961
929
  this.api = api;
962
930
  this.route = route;
@@ -970,9 +938,9 @@ var Repository25 = class {
970
938
  // src/modules/documentManagement/multimedia.ts
971
939
  var multimedia_exports = {};
972
940
  __export(multimedia_exports, {
973
- default: () => Repository26
941
+ default: () => Repository25
974
942
  });
975
- var Repository26 = class {
943
+ var Repository25 = class {
976
944
  constructor({ api, route, publicRoute }) {
977
945
  this.api = api;
978
946
  this.route = route;
@@ -999,9 +967,9 @@ var Repository26 = class {
999
967
  // src/modules/integration/observation.ts
1000
968
  var observation_exports = {};
1001
969
  __export(observation_exports, {
1002
- default: () => Repository27
970
+ default: () => Repository26
1003
971
  });
1004
- var Repository27 = class {
972
+ var Repository26 = class {
1005
973
  constructor({ api, route, publicRoute }) {
1006
974
  this.api = api;
1007
975
  this.route = route;
@@ -1034,9 +1002,9 @@ var Repository27 = class {
1034
1002
  // src/modules/integration/observationType.ts
1035
1003
  var observationType_exports = {};
1036
1004
  __export(observationType_exports, {
1037
- default: () => Repository28
1005
+ default: () => Repository27
1038
1006
  });
1039
- var Repository28 = class {
1007
+ var Repository27 = class {
1040
1008
  constructor({ api, route, publicRoute }) {
1041
1009
  this.api = api;
1042
1010
  this.route = route;
@@ -1069,9 +1037,9 @@ var Repository28 = class {
1069
1037
  // src/modules/user/password.ts
1070
1038
  var password_exports = {};
1071
1039
  __export(password_exports, {
1072
- default: () => Repository29
1040
+ default: () => Repository28
1073
1041
  });
1074
- var Repository29 = class {
1042
+ var Repository28 = class {
1075
1043
  constructor({ api, route, publicRoute }) {
1076
1044
  this.api = api;
1077
1045
  this.route = route;
@@ -1085,43 +1053,12 @@ var Repository29 = class {
1085
1053
  }
1086
1054
  };
1087
1055
 
1088
- // src/modules/user/permission.ts
1089
- var permission_exports = {};
1090
- __export(permission_exports, {
1091
- default: () => Repository30
1092
- });
1093
- var Repository30 = class {
1094
- constructor({ api, route, publicRoute }) {
1095
- this.api = api;
1096
- this.route = route;
1097
- this.publicRoute = publicRoute;
1098
- }
1099
- async find() {
1100
- const response = await this.api.get(`${this.route}`);
1101
- return response.data;
1102
- }
1103
- async findMinified(params) {
1104
- const response = await this.api.get(`${this.route}minified`, {
1105
- params
1106
- });
1107
- return response.data;
1108
- }
1109
- async create(body) {
1110
- const response = await this.api.post(`${this.route}`, body);
1111
- return response.data;
1112
- }
1113
- async deleteOne(selector) {
1114
- const response = await this.api.delete(`${this.route}${selector.id}`);
1115
- return response.data;
1116
- }
1117
- };
1118
-
1119
1056
  // src/modules/stock/productImage.ts
1120
1057
  var productImage_exports = {};
1121
1058
  __export(productImage_exports, {
1122
- default: () => Repository31
1059
+ default: () => Repository29
1123
1060
  });
1124
- var Repository31 = class {
1061
+ var Repository29 = class {
1125
1062
  constructor({ api, route, publicRoute }) {
1126
1063
  this.api = api;
1127
1064
  this.route = route;
@@ -1162,9 +1099,9 @@ var Repository31 = class {
1162
1099
  // src/modules/stock/promotion.ts
1163
1100
  var promotion_exports = {};
1164
1101
  __export(promotion_exports, {
1165
- default: () => Repository32
1102
+ default: () => Repository30
1166
1103
  });
1167
- var Repository32 = class {
1104
+ var Repository30 = class {
1168
1105
  constructor({ api, route, publicRoute }) {
1169
1106
  this.api = api;
1170
1107
  this.route = route;
@@ -1223,9 +1160,9 @@ var Repository32 = class {
1223
1160
  // src/modules/stock/promotionAssoc.ts
1224
1161
  var promotionAssoc_exports = {};
1225
1162
  __export(promotionAssoc_exports, {
1226
- default: () => Repository33
1163
+ default: () => Repository31
1227
1164
  });
1228
- var Repository33 = class {
1165
+ var Repository31 = class {
1229
1166
  constructor({ api, route, publicRoute }) {
1230
1167
  this.api = api;
1231
1168
  this.route = route;
@@ -1266,9 +1203,9 @@ var Repository33 = class {
1266
1203
  // src/modules/user/provider.ts
1267
1204
  var provider_exports = {};
1268
1205
  __export(provider_exports, {
1269
- default: () => Repository34
1206
+ default: () => Repository32
1270
1207
  });
1271
- var Repository34 = class {
1208
+ var Repository32 = class {
1272
1209
  constructor({ api, route, publicRoute }) {
1273
1210
  this.api = api;
1274
1211
  this.route = route;
@@ -1329,9 +1266,9 @@ var Repository34 = class {
1329
1266
  // src/modules/user/providerType.ts
1330
1267
  var providerType_exports = {};
1331
1268
  __export(providerType_exports, {
1332
- default: () => Repository35
1269
+ default: () => Repository33
1333
1270
  });
1334
- var Repository35 = class {
1271
+ var Repository33 = class {
1335
1272
  constructor({ api, route, publicRoute }) {
1336
1273
  this.api = api;
1337
1274
  this.route = route;
@@ -1372,9 +1309,9 @@ var Repository35 = class {
1372
1309
  // src/modules/user/purchaseCondition.ts
1373
1310
  var purchaseCondition_exports = {};
1374
1311
  __export(purchaseCondition_exports, {
1375
- default: () => Repository36
1312
+ default: () => Repository34
1376
1313
  });
1377
- var Repository36 = class {
1314
+ var Repository34 = class {
1378
1315
  constructor({ api, route, publicRoute }) {
1379
1316
  this.api = api;
1380
1317
  this.route = route;
@@ -1415,9 +1352,9 @@ var Repository36 = class {
1415
1352
  // src/modules/user/reasonForExemption.ts
1416
1353
  var reasonForExemption_exports = {};
1417
1354
  __export(reasonForExemption_exports, {
1418
- default: () => Repository37
1355
+ default: () => Repository35
1419
1356
  });
1420
- var Repository37 = class {
1357
+ var Repository35 = class {
1421
1358
  constructor({ api, route, publicRoute }) {
1422
1359
  this.api = api;
1423
1360
  this.route = route;
@@ -1458,9 +1395,9 @@ var Repository37 = class {
1458
1395
  // src/modules/user/refreshToken.ts
1459
1396
  var refreshToken_exports = {};
1460
1397
  __export(refreshToken_exports, {
1461
- default: () => Repository38
1398
+ default: () => Repository36
1462
1399
  });
1463
- var Repository38 = class {
1400
+ var Repository36 = class {
1464
1401
  constructor({ api, route, publicRoute }) {
1465
1402
  this.api = api;
1466
1403
  this.route = route;
@@ -1475,9 +1412,9 @@ var Repository38 = class {
1475
1412
  // src/modules/user/segmentsArea.ts
1476
1413
  var segmentsArea_exports = {};
1477
1414
  __export(segmentsArea_exports, {
1478
- default: () => Repository39
1415
+ default: () => Repository37
1479
1416
  });
1480
- var Repository39 = class {
1417
+ var Repository37 = class {
1481
1418
  constructor({ api, route, publicRoute }) {
1482
1419
  this.api = api;
1483
1420
  this.route = route;
@@ -1518,9 +1455,9 @@ var Repository39 = class {
1518
1455
  // src/modules/user/sessions.ts
1519
1456
  var sessions_exports = {};
1520
1457
  __export(sessions_exports, {
1521
- default: () => Repository40
1458
+ default: () => Repository38
1522
1459
  });
1523
- var Repository40 = class {
1460
+ var Repository38 = class {
1524
1461
  constructor({ api, route, publicRoute }) {
1525
1462
  this.api = api;
1526
1463
  this.route = route;
@@ -1535,9 +1472,9 @@ var Repository40 = class {
1535
1472
  // src/modules/user/shippings.ts
1536
1473
  var shippings_exports = {};
1537
1474
  __export(shippings_exports, {
1538
- default: () => Repository41
1475
+ default: () => Repository39
1539
1476
  });
1540
- var Repository41 = class {
1477
+ var Repository39 = class {
1541
1478
  constructor({ api, route, publicRoute }) {
1542
1479
  this.api = api;
1543
1480
  this.route = route;
@@ -1578,9 +1515,9 @@ var Repository41 = class {
1578
1515
  // src/modules/user/storeOperator.ts
1579
1516
  var storeOperator_exports = {};
1580
1517
  __export(storeOperator_exports, {
1581
- default: () => Repository42
1518
+ default: () => Repository40
1582
1519
  });
1583
- var Repository42 = class {
1520
+ var Repository40 = class {
1584
1521
  constructor({ api, route, publicRoute }) {
1585
1522
  this.api = api;
1586
1523
  this.route = route;
@@ -1621,9 +1558,9 @@ var Repository42 = class {
1621
1558
  // src/modules/user/swift.ts
1622
1559
  var swift_exports = {};
1623
1560
  __export(swift_exports, {
1624
- default: () => Repository43
1561
+ default: () => Repository41
1625
1562
  });
1626
- var Repository43 = class {
1563
+ var Repository41 = class {
1627
1564
  constructor({ api, route, publicRoute }) {
1628
1565
  this.api = api;
1629
1566
  this.route = route;
@@ -1664,9 +1601,9 @@ var Repository43 = class {
1664
1601
  // src/modules/stock/typeOfLocation.ts
1665
1602
  var typeOfLocation_exports = {};
1666
1603
  __export(typeOfLocation_exports, {
1667
- default: () => Repository44
1604
+ default: () => Repository42
1668
1605
  });
1669
- var Repository44 = class {
1606
+ var Repository42 = class {
1670
1607
  constructor({ api, route, publicRoute }) {
1671
1608
  this.api = api;
1672
1609
  this.route = route;
@@ -1713,9 +1650,9 @@ var Repository44 = class {
1713
1650
  // src/modules/stock/unitOfMeasure.ts
1714
1651
  var unitOfMeasure_exports = {};
1715
1652
  __export(unitOfMeasure_exports, {
1716
- default: () => Repository45
1653
+ default: () => Repository43
1717
1654
  });
1718
- var Repository45 = class {
1655
+ var Repository43 = class {
1719
1656
  constructor({ api, route, publicRoute }) {
1720
1657
  this.api = api;
1721
1658
  this.route = route;
@@ -1759,39 +1696,12 @@ var Repository45 = class {
1759
1696
  }
1760
1697
  };
1761
1698
 
1762
- // src/modules/user/userPermission.ts
1763
- var userPermission_exports = {};
1764
- __export(userPermission_exports, {
1765
- default: () => Repository46
1766
- });
1767
- var Repository46 = class {
1768
- constructor({ api, route, publicRoute }) {
1769
- this.api = api;
1770
- this.route = route;
1771
- this.publicRoute = publicRoute;
1772
- }
1773
- async findByOwnerId(params) {
1774
- const response = await this.api.get(`${this.route}by_owner`, {
1775
- params
1776
- });
1777
- return response.data;
1778
- }
1779
- async create(body) {
1780
- const response = await this.api.post(`${this.route}`, body);
1781
- return response.data;
1782
- }
1783
- async deleteOne(selector) {
1784
- const response = await this.api.delete(`${this.route}${selector.id}`);
1785
- return response.data;
1786
- }
1787
- };
1788
-
1789
1699
  // src/modules/user/userPositions.ts
1790
1700
  var userPositions_exports = {};
1791
1701
  __export(userPositions_exports, {
1792
- default: () => Repository47
1702
+ default: () => Repository44
1793
1703
  });
1794
- var Repository47 = class {
1704
+ var Repository44 = class {
1795
1705
  constructor({ api, route, publicRoute }) {
1796
1706
  this.api = api;
1797
1707
  this.route = route;
@@ -1832,9 +1742,9 @@ var Repository47 = class {
1832
1742
  // src/modules/user/user.ts
1833
1743
  var user_exports = {};
1834
1744
  __export(user_exports, {
1835
- default: () => Repository48
1745
+ default: () => Repository45
1836
1746
  });
1837
- var Repository48 = class {
1747
+ var Repository45 = class {
1838
1748
  constructor({ api, route, publicRoute }) {
1839
1749
  this.api = api;
1840
1750
  this.route = route;
@@ -1883,9 +1793,9 @@ var Repository48 = class {
1883
1793
  // src/modules/stock/vatTax.ts
1884
1794
  var vatTax_exports = {};
1885
1795
  __export(vatTax_exports, {
1886
- default: () => Repository49
1796
+ default: () => Repository46
1887
1797
  });
1888
- var Repository49 = class {
1798
+ var Repository46 = class {
1889
1799
  constructor({ api, route, publicRoute }) {
1890
1800
  this.api = api;
1891
1801
  this.route = route;
@@ -1932,9 +1842,9 @@ var Repository49 = class {
1932
1842
  // src/modules/stock/vatTaxZone.ts
1933
1843
  var vatTaxZone_exports = {};
1934
1844
  __export(vatTaxZone_exports, {
1935
- default: () => Repository50
1845
+ default: () => Repository47
1936
1846
  });
1937
- var Repository50 = class {
1847
+ var Repository47 = class {
1938
1848
  constructor({ api, route, publicRoute }) {
1939
1849
  this.api = api;
1940
1850
  this.route = route;
@@ -1981,9 +1891,9 @@ var Repository50 = class {
1981
1891
  // src/modules/supply/workflow.ts
1982
1892
  var workflow_exports = {};
1983
1893
  __export(workflow_exports, {
1984
- default: () => Repository51
1894
+ default: () => Repository48
1985
1895
  });
1986
- var Repository51 = class {
1896
+ var Repository48 = class {
1987
1897
  constructor({ api, route, publicRoute }) {
1988
1898
  this.api = api;
1989
1899
  this.route = route;
@@ -2014,9 +1924,9 @@ var Repository51 = class {
2014
1924
  // src/modules/user/deliveryMethods.ts
2015
1925
  var deliveryMethods_exports = {};
2016
1926
  __export(deliveryMethods_exports, {
2017
- default: () => Repository52
1927
+ default: () => Repository49
2018
1928
  });
2019
- var Repository52 = class {
1929
+ var Repository49 = class {
2020
1930
  constructor({ api, route, publicRoute }) {
2021
1931
  this.api = api;
2022
1932
  this.route = route;
@@ -2053,9 +1963,9 @@ var Repository52 = class {
2053
1963
  // src/modules/user/maturityDates.ts
2054
1964
  var maturityDates_exports = {};
2055
1965
  __export(maturityDates_exports, {
2056
- default: () => Repository53
1966
+ default: () => Repository50
2057
1967
  });
2058
- var Repository53 = class {
1968
+ var Repository50 = class {
2059
1969
  constructor({ api, route, publicRoute }) {
2060
1970
  this.api = api;
2061
1971
  this.route = route;
@@ -2092,9 +2002,9 @@ var Repository53 = class {
2092
2002
  // src/modules/user/paymentMethods.ts
2093
2003
  var paymentMethods_exports = {};
2094
2004
  __export(paymentMethods_exports, {
2095
- default: () => Repository54
2005
+ default: () => Repository51
2096
2006
  });
2097
- var Repository54 = class {
2007
+ var Repository51 = class {
2098
2008
  constructor({ api, route, publicRoute }) {
2099
2009
  this.api = api;
2100
2010
  this.route = route;
@@ -2131,9 +2041,9 @@ var Repository54 = class {
2131
2041
  // src/modules/user/vehicles.ts
2132
2042
  var vehicles_exports = {};
2133
2043
  __export(vehicles_exports, {
2134
- default: () => Repository55
2044
+ default: () => Repository52
2135
2045
  });
2136
- var Repository55 = class {
2046
+ var Repository52 = class {
2137
2047
  constructor({ api, route, publicRoute }) {
2138
2048
  this.api = api;
2139
2049
  this.route = route;
@@ -2160,9 +2070,9 @@ var Repository55 = class {
2160
2070
  // src/modules/supply/externalDocumentType.ts
2161
2071
  var externalDocumentType_exports = {};
2162
2072
  __export(externalDocumentType_exports, {
2163
- default: () => Repository56
2073
+ default: () => Repository53
2164
2074
  });
2165
- var Repository56 = class {
2075
+ var Repository53 = class {
2166
2076
  constructor({ api, route, publicRoute }) {
2167
2077
  this.api = api;
2168
2078
  this.route = route;
@@ -2181,9 +2091,9 @@ var Repository56 = class {
2181
2091
  // src/modules/supply/documentSet.ts
2182
2092
  var documentSet_exports = {};
2183
2093
  __export(documentSet_exports, {
2184
- default: () => Repository57
2094
+ default: () => Repository54
2185
2095
  });
2186
- var Repository57 = class {
2096
+ var Repository54 = class {
2187
2097
  constructor({ api, route, publicRoute }) {
2188
2098
  this.api = api;
2189
2099
  this.route = route;
@@ -2218,9 +2128,9 @@ var Repository57 = class {
2218
2128
  // src/modules/supply/payment.ts
2219
2129
  var payment_exports = {};
2220
2130
  __export(payment_exports, {
2221
- default: () => Repository58
2131
+ default: () => Repository55
2222
2132
  });
2223
- var Repository58 = class {
2133
+ var Repository55 = class {
2224
2134
  constructor({ api, route, publicRoute }) {
2225
2135
  this.api = api;
2226
2136
  this.route = route;
@@ -2265,9 +2175,9 @@ var Repository58 = class {
2265
2175
  // src/modules/supply/externalDocumentHeader.ts
2266
2176
  var externalDocumentHeader_exports = {};
2267
2177
  __export(externalDocumentHeader_exports, {
2268
- default: () => Repository59
2178
+ default: () => Repository56
2269
2179
  });
2270
- var Repository59 = class {
2180
+ var Repository56 = class {
2271
2181
  constructor({ api, route, publicRoute }) {
2272
2182
  this.api = api;
2273
2183
  this.route = route;
@@ -2309,9 +2219,9 @@ var Repository59 = class {
2309
2219
  // src/modules/supply/vatValidation.ts
2310
2220
  var vatValidation_exports = {};
2311
2221
  __export(vatValidation_exports, {
2312
- default: () => Repository60
2222
+ default: () => Repository57
2313
2223
  });
2314
- var Repository60 = class {
2224
+ var Repository57 = class {
2315
2225
  constructor({ api, route, publicRoute }) {
2316
2226
  this.api = api;
2317
2227
  this.route = route;
@@ -2330,9 +2240,9 @@ var Repository60 = class {
2330
2240
  // src/modules/stock/stockMovement.ts
2331
2241
  var stockMovement_exports = {};
2332
2242
  __export(stockMovement_exports, {
2333
- default: () => Repository61
2243
+ default: () => Repository58
2334
2244
  });
2335
- var Repository61 = class {
2245
+ var Repository58 = class {
2336
2246
  constructor({ api, route, publicRoute }) {
2337
2247
  this.api = api;
2338
2248
  this.route = route;
@@ -2369,9 +2279,9 @@ var Repository61 = class {
2369
2279
  // src/modules/user/zipCode.ts
2370
2280
  var zipCode_exports = {};
2371
2281
  __export(zipCode_exports, {
2372
- default: () => Repository62
2282
+ default: () => Repository59
2373
2283
  });
2374
- var Repository62 = class {
2284
+ var Repository59 = class {
2375
2285
  constructor({ api, route, publicRoute }) {
2376
2286
  this.api = api;
2377
2287
  this.route = route;
@@ -2389,9 +2299,9 @@ var Repository62 = class {
2389
2299
  // src/modules/user/tenant.ts
2390
2300
  var tenant_exports = {};
2391
2301
  __export(tenant_exports, {
2392
- default: () => Repository63
2302
+ default: () => Repository60
2393
2303
  });
2394
- var Repository63 = class {
2304
+ var Repository60 = class {
2395
2305
  constructor({ api, route, publicRoute }) {
2396
2306
  this.api = api;
2397
2307
  this.route = route;
@@ -2418,9 +2328,9 @@ var Repository63 = class {
2418
2328
  // src/modules/supply/preSale.ts
2419
2329
  var preSale_exports = {};
2420
2330
  __export(preSale_exports, {
2421
- default: () => Repository64
2331
+ default: () => Repository61
2422
2332
  });
2423
- var Repository64 = class {
2333
+ var Repository61 = class {
2424
2334
  constructor({ api, route, publicRoute }) {
2425
2335
  this.api = api;
2426
2336
  this.route = route;
@@ -2463,9 +2373,9 @@ var Repository64 = class {
2463
2373
  // src/modules/supply/preSaleProduct.ts
2464
2374
  var preSaleProduct_exports = {};
2465
2375
  __export(preSaleProduct_exports, {
2466
- default: () => Repository65
2376
+ default: () => Repository62
2467
2377
  });
2468
- var Repository65 = class {
2378
+ var Repository62 = class {
2469
2379
  constructor({ api, route, publicRoute }) {
2470
2380
  this.api = api;
2471
2381
  this.route = route;
@@ -2484,9 +2394,9 @@ var Repository65 = class {
2484
2394
  // src/modules/supply/orderManagement.ts
2485
2395
  var orderManagement_exports = {};
2486
2396
  __export(orderManagement_exports, {
2487
- default: () => Repository66
2397
+ default: () => Repository63
2488
2398
  });
2489
- var Repository66 = class {
2399
+ var Repository63 = class {
2490
2400
  constructor({ api, route, publicRoute }) {
2491
2401
  this.api = api;
2492
2402
  this.route = route;
@@ -2507,9 +2417,9 @@ var Repository66 = class {
2507
2417
  // src/modules/print/npc.ts
2508
2418
  var npc_exports = {};
2509
2419
  __export(npc_exports, {
2510
- default: () => Repository67
2420
+ default: () => Repository64
2511
2421
  });
2512
- var Repository67 = class {
2422
+ var Repository64 = class {
2513
2423
  constructor({ api, route, publicRoute }) {
2514
2424
  this.api = api;
2515
2425
  this.route = route;
@@ -2534,9 +2444,9 @@ var Repository67 = class {
2534
2444
  // src/modules/print/printer.ts
2535
2445
  var printer_exports = {};
2536
2446
  __export(printer_exports, {
2537
- default: () => Repository68
2447
+ default: () => Repository65
2538
2448
  });
2539
- var Repository68 = class {
2449
+ var Repository65 = class {
2540
2450
  constructor({ api, route, publicRoute }) {
2541
2451
  this.api = api;
2542
2452
  this.route = route;
@@ -2566,9 +2476,9 @@ var Repository68 = class {
2566
2476
  // src/modules/print/schedulePrintJob.ts
2567
2477
  var schedulePrintJob_exports = {};
2568
2478
  __export(schedulePrintJob_exports, {
2569
- default: () => Repository69
2479
+ default: () => Repository66
2570
2480
  });
2571
- var Repository69 = class {
2481
+ var Repository66 = class {
2572
2482
  constructor({ api, route, publicRoute }) {
2573
2483
  this.api = api;
2574
2484
  this.route = route;
@@ -2596,9 +2506,9 @@ var Repository69 = class {
2596
2506
  // src/modules/stock/queryList.ts
2597
2507
  var queryList_exports = {};
2598
2508
  __export(queryList_exports, {
2599
- default: () => Repository70
2509
+ default: () => Repository67
2600
2510
  });
2601
- var Repository70 = class {
2511
+ var Repository67 = class {
2602
2512
  constructor({ api, route, publicRoute }) {
2603
2513
  this.api = api;
2604
2514
  this.route = route;
@@ -2647,9 +2557,9 @@ var Repository70 = class {
2647
2557
  // src/modules/stock/queryParameter.ts
2648
2558
  var queryParameter_exports = {};
2649
2559
  __export(queryParameter_exports, {
2650
- default: () => Repository71
2560
+ default: () => Repository68
2651
2561
  });
2652
- var Repository71 = class {
2562
+ var Repository68 = class {
2653
2563
  constructor({ api, route, publicRoute }) {
2654
2564
  this.api = api;
2655
2565
  this.route = route;
@@ -2684,9 +2594,9 @@ var Repository71 = class {
2684
2594
  // src/modules/stock/returnReason.ts
2685
2595
  var returnReason_exports = {};
2686
2596
  __export(returnReason_exports, {
2687
- default: () => Repository72
2597
+ default: () => Repository69
2688
2598
  });
2689
- var Repository72 = class {
2599
+ var Repository69 = class {
2690
2600
  constructor({ api, route, publicRoute }) {
2691
2601
  this.api = api;
2692
2602
  this.route = route;
@@ -2713,9 +2623,9 @@ var Repository72 = class {
2713
2623
  // src/modules/document/propostaSheets.ts
2714
2624
  var propostaSheets_exports = {};
2715
2625
  __export(propostaSheets_exports, {
2716
- default: () => Repository73
2626
+ default: () => Repository70
2717
2627
  });
2718
- var Repository73 = class {
2628
+ var Repository70 = class {
2719
2629
  constructor({ api, route, publicRoute }) {
2720
2630
  this.api = api;
2721
2631
  this.route = route;
@@ -2771,9 +2681,9 @@ var Repository73 = class {
2771
2681
  // src/modules/stock/schedule.ts
2772
2682
  var schedule_exports = {};
2773
2683
  __export(schedule_exports, {
2774
- default: () => Repository74
2684
+ default: () => Repository71
2775
2685
  });
2776
- var Repository74 = class {
2686
+ var Repository71 = class {
2777
2687
  constructor({ api, route, publicRoute }) {
2778
2688
  this.api = api;
2779
2689
  this.route = route;
@@ -2787,9 +2697,9 @@ var Repository74 = class {
2787
2697
  // src/modules/integration/googleFilePermission.ts
2788
2698
  var googleFilePermission_exports = {};
2789
2699
  __export(googleFilePermission_exports, {
2790
- default: () => Repository75
2700
+ default: () => Repository72
2791
2701
  });
2792
- var Repository75 = class {
2702
+ var Repository72 = class {
2793
2703
  constructor({ api, route, publicRoute }) {
2794
2704
  this.api = api;
2795
2705
  this.route = route;
@@ -2816,9 +2726,9 @@ var Repository75 = class {
2816
2726
  // src/modules/integration/settings.ts
2817
2727
  var settings_exports = {};
2818
2728
  __export(settings_exports, {
2819
- default: () => Repository76
2729
+ default: () => Repository73
2820
2730
  });
2821
- var Repository76 = class {
2731
+ var Repository73 = class {
2822
2732
  constructor({ api, route, publicRoute }) {
2823
2733
  this.api = api;
2824
2734
  this.route = route;
@@ -2851,9 +2761,9 @@ var Repository76 = class {
2851
2761
  // src/modules/tickets/tickets.ts
2852
2762
  var tickets_exports = {};
2853
2763
  __export(tickets_exports, {
2854
- default: () => Repository77
2764
+ default: () => Repository74
2855
2765
  });
2856
- var Repository77 = class {
2766
+ var Repository74 = class {
2857
2767
  constructor({ api, route, publicRoute }) {
2858
2768
  this.api = api;
2859
2769
  this.route = route;
@@ -2880,9 +2790,9 @@ var Repository77 = class {
2880
2790
  // src/modules/tickets/channel.ts
2881
2791
  var channel_exports = {};
2882
2792
  __export(channel_exports, {
2883
- default: () => Repository78
2793
+ default: () => Repository75
2884
2794
  });
2885
- var Repository78 = class {
2795
+ var Repository75 = class {
2886
2796
  constructor({ api, route, publicRoute }) {
2887
2797
  this.api = api;
2888
2798
  this.route = route;
@@ -2917,9 +2827,9 @@ var Repository78 = class {
2917
2827
  // src/modules/tickets/language.ts
2918
2828
  var language_exports2 = {};
2919
2829
  __export(language_exports2, {
2920
- default: () => Repository79
2830
+ default: () => Repository76
2921
2831
  });
2922
- var Repository79 = class {
2832
+ var Repository76 = class {
2923
2833
  constructor({ api, route, publicRoute }) {
2924
2834
  this.api = api;
2925
2835
  this.route = route;
@@ -2954,9 +2864,9 @@ var Repository79 = class {
2954
2864
  // src/modules/tickets/clt.ts
2955
2865
  var clt_exports = {};
2956
2866
  __export(clt_exports, {
2957
- default: () => Repository80
2867
+ default: () => Repository77
2958
2868
  });
2959
- var Repository80 = class {
2869
+ var Repository77 = class {
2960
2870
  constructor({ api, route, publicRoute }) {
2961
2871
  this.api = api;
2962
2872
  this.route = route;
@@ -2991,9 +2901,9 @@ var Repository80 = class {
2991
2901
  // src/modules/supply/startDocumentHeaderLastUpdate.ts
2992
2902
  var startDocumentHeaderLastUpdate_exports = {};
2993
2903
  __export(startDocumentHeaderLastUpdate_exports, {
2994
- default: () => Repository81
2904
+ default: () => Repository78
2995
2905
  });
2996
- var Repository81 = class {
2906
+ var Repository78 = class {
2997
2907
  constructor({ api, route, publicRoute }) {
2998
2908
  this.api = api;
2999
2909
  this.route = route;
@@ -3008,9 +2918,9 @@ var Repository81 = class {
3008
2918
  // src/modules/user/persona.ts
3009
2919
  var persona_exports = {};
3010
2920
  __export(persona_exports, {
3011
- default: () => Repository82
2921
+ default: () => Repository79
3012
2922
  });
3013
- var Repository82 = class {
2923
+ var Repository79 = class {
3014
2924
  constructor({ api, route, publicRoute }) {
3015
2925
  this.api = api;
3016
2926
  this.route = route;
@@ -3073,9 +2983,9 @@ var Repository82 = class {
3073
2983
  // src/modules/integration/projectInfo.ts
3074
2984
  var projectInfo_exports = {};
3075
2985
  __export(projectInfo_exports, {
3076
- default: () => Repository83
2986
+ default: () => Repository80
3077
2987
  });
3078
- var Repository83 = class {
2988
+ var Repository80 = class {
3079
2989
  constructor({ api, route, publicRoute }) {
3080
2990
  this.api = api;
3081
2991
  this.route = route;
@@ -3089,9 +2999,9 @@ var Repository83 = class {
3089
2999
  // src/modules/document/order.ts
3090
3000
  var order_exports = {};
3091
3001
  __export(order_exports, {
3092
- default: () => Repository84
3002
+ default: () => Repository81
3093
3003
  });
3094
- var Repository84 = class {
3004
+ var Repository81 = class {
3095
3005
  constructor({ api, route, publicRoute }) {
3096
3006
  this.api = api;
3097
3007
  this.route = route;
@@ -3128,9 +3038,9 @@ var Repository84 = class {
3128
3038
  // src/modules/document/purchase.ts
3129
3039
  var purchase_exports = {};
3130
3040
  __export(purchase_exports, {
3131
- default: () => Repository85
3041
+ default: () => Repository82
3132
3042
  });
3133
- var Repository85 = class {
3043
+ var Repository82 = class {
3134
3044
  constructor({ api, route, publicRoute }) {
3135
3045
  this.api = api;
3136
3046
  this.route = route;
@@ -3162,9 +3072,9 @@ var Repository85 = class {
3162
3072
  // src/modules/document/materialEntrance.ts
3163
3073
  var materialEntrance_exports = {};
3164
3074
  __export(materialEntrance_exports, {
3165
- default: () => Repository86
3075
+ default: () => Repository83
3166
3076
  });
3167
- var Repository86 = class {
3077
+ var Repository83 = class {
3168
3078
  constructor({ api, route, publicRoute }) {
3169
3079
  this.api = api;
3170
3080
  this.route = route;
@@ -3225,9 +3135,9 @@ var Repository86 = class {
3225
3135
  // src/modules/document/transformado.ts
3226
3136
  var transformado_exports = {};
3227
3137
  __export(transformado_exports, {
3228
- default: () => Repository87
3138
+ default: () => Repository84
3229
3139
  });
3230
- var Repository87 = class {
3140
+ var Repository84 = class {
3231
3141
  constructor({ api, route, publicRoute }) {
3232
3142
  this.api = api;
3233
3143
  this.route = route;
@@ -3246,9 +3156,9 @@ var Repository87 = class {
3246
3156
  // src/modules/document/upfrontReturn.ts
3247
3157
  var upfrontReturn_exports = {};
3248
3158
  __export(upfrontReturn_exports, {
3249
- default: () => Repository88
3159
+ default: () => Repository85
3250
3160
  });
3251
- var Repository88 = class {
3161
+ var Repository85 = class {
3252
3162
  constructor({ api, route, publicRoute }) {
3253
3163
  this.api = api;
3254
3164
  this.route = route;
@@ -3263,9 +3173,9 @@ var Repository88 = class {
3263
3173
  // src/modules/stock/savedEmPicking.ts
3264
3174
  var savedEmPicking_exports = {};
3265
3175
  __export(savedEmPicking_exports, {
3266
- default: () => Repository89
3176
+ default: () => Repository86
3267
3177
  });
3268
- var Repository89 = class {
3178
+ var Repository86 = class {
3269
3179
  constructor({ api, route, publicRoute }) {
3270
3180
  this.api = api;
3271
3181
  this.route = route;
@@ -3290,9 +3200,9 @@ var Repository89 = class {
3290
3200
  // src/modules/integration/emailTemplate.ts
3291
3201
  var emailTemplate_exports = {};
3292
3202
  __export(emailTemplate_exports, {
3293
- default: () => Repository90
3203
+ default: () => Repository87
3294
3204
  });
3295
- var Repository90 = class {
3205
+ var Repository87 = class {
3296
3206
  constructor({ api, route, publicRoute }) {
3297
3207
  this.api = api;
3298
3208
  this.route = route;
@@ -3322,9 +3232,9 @@ var Repository90 = class {
3322
3232
  // src/modules/integration/emailTemplateAttachment.ts
3323
3233
  var emailTemplateAttachment_exports = {};
3324
3234
  __export(emailTemplateAttachment_exports, {
3325
- default: () => Repository91
3235
+ default: () => Repository88
3326
3236
  });
3327
- var Repository91 = class {
3237
+ var Repository88 = class {
3328
3238
  constructor({ api, route, publicRoute }) {
3329
3239
  this.api = api;
3330
3240
  this.route = route;
@@ -3342,9 +3252,9 @@ var Repository91 = class {
3342
3252
  // src/modules/stock/prison.ts
3343
3253
  var prison_exports = {};
3344
3254
  __export(prison_exports, {
3345
- default: () => Repository92
3255
+ default: () => Repository89
3346
3256
  });
3347
- var Repository92 = class {
3257
+ var Repository89 = class {
3348
3258
  constructor({ api, route, publicRoute }) {
3349
3259
  this.api = api;
3350
3260
  this.route = route;
@@ -3379,9 +3289,9 @@ var Repository92 = class {
3379
3289
  // src/modules/document/quebra.ts
3380
3290
  var quebra_exports = {};
3381
3291
  __export(quebra_exports, {
3382
- default: () => Repository93
3292
+ default: () => Repository90
3383
3293
  });
3384
- var Repository93 = class {
3294
+ var Repository90 = class {
3385
3295
  constructor({ api, route, publicRoute }) {
3386
3296
  this.api = api;
3387
3297
  this.route = route;
@@ -3411,9 +3321,9 @@ var Repository93 = class {
3411
3321
  // src/modules/document/inventario.ts
3412
3322
  var inventario_exports = {};
3413
3323
  __export(inventario_exports, {
3414
- default: () => Repository94
3324
+ default: () => Repository91
3415
3325
  });
3416
- var Repository94 = class {
3326
+ var Repository91 = class {
3417
3327
  constructor({ api, route, publicRoute }) {
3418
3328
  this.api = api;
3419
3329
  this.route = route;
@@ -3430,9 +3340,9 @@ var Repository94 = class {
3430
3340
  // src/modules/document/returnToProvider.ts
3431
3341
  var returnToProvider_exports = {};
3432
3342
  __export(returnToProvider_exports, {
3433
- default: () => Repository95
3343
+ default: () => Repository92
3434
3344
  });
3435
- var Repository95 = class {
3345
+ var Repository92 = class {
3436
3346
  constructor({ api, route, publicRoute }) {
3437
3347
  this.api = api;
3438
3348
  this.route = route;
@@ -3456,9 +3366,9 @@ var Repository95 = class {
3456
3366
  // src/modules/integration/emailVerification.ts
3457
3367
  var emailVerification_exports = {};
3458
3368
  __export(emailVerification_exports, {
3459
- default: () => Repository96
3369
+ default: () => Repository93
3460
3370
  });
3461
- var Repository96 = class {
3371
+ var Repository93 = class {
3462
3372
  constructor({ api, route, publicRoute }) {
3463
3373
  this.api = api;
3464
3374
  this.route = route;
@@ -3481,9 +3391,9 @@ var Repository96 = class {
3481
3391
  // src/modules/integration/emailLog.ts
3482
3392
  var emailLog_exports = {};
3483
3393
  __export(emailLog_exports, {
3484
- default: () => Repository97
3394
+ default: () => Repository94
3485
3395
  });
3486
- var Repository97 = class {
3396
+ var Repository94 = class {
3487
3397
  constructor({ api, route, publicRoute }) {
3488
3398
  this.api = api;
3489
3399
  this.route = route;
@@ -3514,9 +3424,9 @@ var Repository97 = class {
3514
3424
  // src/modules/supply/documentLineNote.ts
3515
3425
  var documentLineNote_exports = {};
3516
3426
  __export(documentLineNote_exports, {
3517
- default: () => Repository98
3427
+ default: () => Repository95
3518
3428
  });
3519
- var Repository98 = class {
3429
+ var Repository95 = class {
3520
3430
  constructor({ api, route, publicRoute }) {
3521
3431
  this.api = api;
3522
3432
  this.route = route;
@@ -3531,9 +3441,9 @@ var Repository98 = class {
3531
3441
  // src/modules/stock/savedProviderProposal.ts
3532
3442
  var savedProviderProposal_exports = {};
3533
3443
  __export(savedProviderProposal_exports, {
3534
- default: () => Repository99
3444
+ default: () => Repository96
3535
3445
  });
3536
- var Repository99 = class {
3446
+ var Repository96 = class {
3537
3447
  constructor({ api, route, publicRoute }) {
3538
3448
  this.api = api;
3539
3449
  this.route = route;
@@ -3552,9 +3462,9 @@ var Repository99 = class {
3552
3462
  // src/modules/stock/productGoogleSheets.ts
3553
3463
  var productGoogleSheets_exports = {};
3554
3464
  __export(productGoogleSheets_exports, {
3555
- default: () => Repository100
3465
+ default: () => Repository97
3556
3466
  });
3557
- var Repository100 = class {
3467
+ var Repository97 = class {
3558
3468
  constructor({ api, route, publicRoute }) {
3559
3469
  this.api = api;
3560
3470
  this.route = route;
@@ -3672,9 +3582,9 @@ var Repository100 = class {
3672
3582
  // src/modules/stock/task.ts
3673
3583
  var task_exports = {};
3674
3584
  __export(task_exports, {
3675
- default: () => Repository101
3585
+ default: () => Repository98
3676
3586
  });
3677
- var Repository101 = class {
3587
+ var Repository98 = class {
3678
3588
  constructor({ api, route, publicRoute }) {
3679
3589
  this.api = api;
3680
3590
  this.route = route;
@@ -3711,9 +3621,9 @@ var Repository101 = class {
3711
3621
  // src/modules/stock/taskMessage.ts
3712
3622
  var taskMessage_exports = {};
3713
3623
  __export(taskMessage_exports, {
3714
- default: () => Repository102
3624
+ default: () => Repository99
3715
3625
  });
3716
- var Repository102 = class {
3626
+ var Repository99 = class {
3717
3627
  constructor({ api, route, publicRoute }) {
3718
3628
  this.api = api;
3719
3629
  this.route = route;
@@ -3734,9 +3644,9 @@ var Repository102 = class {
3734
3644
  // src/modules/stock/recurrentTasks.ts
3735
3645
  var recurrentTasks_exports = {};
3736
3646
  __export(recurrentTasks_exports, {
3737
- default: () => Repository103
3647
+ default: () => Repository100
3738
3648
  });
3739
- var Repository103 = class {
3649
+ var Repository100 = class {
3740
3650
  constructor({ api, route, publicRoute }) {
3741
3651
  this.api = api;
3742
3652
  this.route = route;
@@ -3753,9 +3663,9 @@ var Repository103 = class {
3753
3663
  // src/modules/stock/taskRead.ts
3754
3664
  var taskRead_exports = {};
3755
3665
  __export(taskRead_exports, {
3756
- default: () => Repository104
3666
+ default: () => Repository101
3757
3667
  });
3758
- var Repository104 = class {
3668
+ var Repository101 = class {
3759
3669
  constructor({ api, route, publicRoute }) {
3760
3670
  this.api = api;
3761
3671
  this.route = route;
@@ -3772,9 +3682,9 @@ var Repository104 = class {
3772
3682
  // src/modules/user/theme.ts
3773
3683
  var theme_exports = {};
3774
3684
  __export(theme_exports, {
3775
- default: () => Repository105
3685
+ default: () => Repository102
3776
3686
  });
3777
- var Repository105 = class {
3687
+ var Repository102 = class {
3778
3688
  constructor({ api, route, publicRoute }) {
3779
3689
  this.api = api;
3780
3690
  this.route = route;
@@ -3788,9 +3698,9 @@ var Repository105 = class {
3788
3698
  // src/modules/stock/dashboard.ts
3789
3699
  var dashboard_exports = {};
3790
3700
  __export(dashboard_exports, {
3791
- default: () => Repository106
3701
+ default: () => Repository103
3792
3702
  });
3793
- var Repository106 = class {
3703
+ var Repository103 = class {
3794
3704
  constructor({ api, route, publicRoute }) {
3795
3705
  this.api = api;
3796
3706
  this.route = route;
@@ -3809,9 +3719,9 @@ var Repository106 = class {
3809
3719
  // src/modules/stock/chatRapidMessage.ts
3810
3720
  var chatRapidMessage_exports = {};
3811
3721
  __export(chatRapidMessage_exports, {
3812
- default: () => Repository107
3722
+ default: () => Repository104
3813
3723
  });
3814
- var Repository107 = class {
3724
+ var Repository104 = class {
3815
3725
  constructor({ api, route, publicRoute }) {
3816
3726
  this.api = api;
3817
3727
  this.route = route;
@@ -3841,9 +3751,9 @@ var Repository107 = class {
3841
3751
  // src/modules/ui/sideMenu.ts
3842
3752
  var sideMenu_exports = {};
3843
3753
  __export(sideMenu_exports, {
3844
- default: () => Repository108
3754
+ default: () => Repository105
3845
3755
  });
3846
- var Repository108 = class {
3756
+ var Repository105 = class {
3847
3757
  constructor({ api, route, publicRoute }) {
3848
3758
  this.api = api;
3849
3759
  this.route = route;
@@ -3874,9 +3784,9 @@ var Repository108 = class {
3874
3784
  // src/modules/view/errorLog.ts
3875
3785
  var errorLog_exports = {};
3876
3786
  __export(errorLog_exports, {
3877
- default: () => Repository109
3787
+ default: () => Repository106
3878
3788
  });
3879
- var Repository109 = class {
3789
+ var Repository106 = class {
3880
3790
  constructor({ api, route, publicRoute }) {
3881
3791
  this.api = api;
3882
3792
  this.route = route;
@@ -3890,9 +3800,9 @@ var Repository109 = class {
3890
3800
  // src/modules/view/adminPanel.ts
3891
3801
  var adminPanel_exports = {};
3892
3802
  __export(adminPanel_exports, {
3893
- default: () => Repository110
3803
+ default: () => Repository107
3894
3804
  });
3895
- var Repository110 = class {
3805
+ var Repository107 = class {
3896
3806
  constructor({ api, route, publicRoute }) {
3897
3807
  this.api = api;
3898
3808
  this.route = route;
@@ -3907,9 +3817,9 @@ var Repository110 = class {
3907
3817
  // src/modules/supply/documentLineRm.ts
3908
3818
  var documentLineRm_exports = {};
3909
3819
  __export(documentLineRm_exports, {
3910
- default: () => Repository111
3820
+ default: () => Repository108
3911
3821
  });
3912
- var Repository111 = class {
3822
+ var Repository108 = class {
3913
3823
  constructor({ api, route, publicRoute }) {
3914
3824
  this.api = api;
3915
3825
  this.route = route;
@@ -3929,9 +3839,9 @@ var Repository111 = class {
3929
3839
  // src/modules/supply/documentLineMt.ts
3930
3840
  var documentLineMt_exports = {};
3931
3841
  __export(documentLineMt_exports, {
3932
- default: () => Repository112
3842
+ default: () => Repository109
3933
3843
  });
3934
- var Repository112 = class {
3844
+ var Repository109 = class {
3935
3845
  constructor({ api, route, publicRoute }) {
3936
3846
  this.api = api;
3937
3847
  this.route = route;
@@ -3951,9 +3861,9 @@ var Repository112 = class {
3951
3861
  // src/modules/user/chatSubscriber.ts
3952
3862
  var chatSubscriber_exports = {};
3953
3863
  __export(chatSubscriber_exports, {
3954
- default: () => Repository113
3864
+ default: () => Repository110
3955
3865
  });
3956
- var Repository113 = class {
3866
+ var Repository110 = class {
3957
3867
  constructor({ api, route, publicRoute }) {
3958
3868
  this.api = api;
3959
3869
  this.route = route;
@@ -3967,17 +3877,17 @@ var Repository113 = class {
3967
3877
  const response = await this.api.get(`${this.route}`, { params: data });
3968
3878
  return response.data;
3969
3879
  }
3970
- async deleteOne(selector) {
3971
- await this.api.post(`${this.route}/id/${selector}`);
3880
+ async deleteOne({ id }) {
3881
+ await this.api.delete(`${this.route}/${id}`);
3972
3882
  }
3973
3883
  };
3974
3884
 
3975
3885
  // src/modules/stock/tag.ts
3976
3886
  var tag_exports = {};
3977
3887
  __export(tag_exports, {
3978
- default: () => Repository114
3888
+ default: () => Repository111
3979
3889
  });
3980
- var Repository114 = class {
3890
+ var Repository111 = class {
3981
3891
  constructor({ api, route, publicRoute }) {
3982
3892
  this.api = api;
3983
3893
  this.route = route;
@@ -4002,9 +3912,9 @@ var Repository114 = class {
4002
3912
  // src/modules/stock/gmails.ts
4003
3913
  var gmails_exports = {};
4004
3914
  __export(gmails_exports, {
4005
- default: () => Repository115
3915
+ default: () => Repository112
4006
3916
  });
4007
- var Repository115 = class {
3917
+ var Repository112 = class {
4008
3918
  constructor({ api, route, publicRoute }) {
4009
3919
  this.api = api;
4010
3920
  this.route = route;
@@ -4036,9 +3946,9 @@ var Repository115 = class {
4036
3946
  // src/modules/document/NPF.ts
4037
3947
  var NPF_exports = {};
4038
3948
  __export(NPF_exports, {
4039
- default: () => Repository116
3949
+ default: () => Repository113
4040
3950
  });
4041
- var Repository116 = class {
3951
+ var Repository113 = class {
4042
3952
  constructor({ api, route, publicRoute }) {
4043
3953
  this.api = api;
4044
3954
  this.route = route;
@@ -4053,9 +3963,9 @@ var Repository116 = class {
4053
3963
  // src/modules/document/NRCL.ts
4054
3964
  var NRCL_exports = {};
4055
3965
  __export(NRCL_exports, {
4056
- default: () => Repository117
3966
+ default: () => Repository114
4057
3967
  });
4058
- var Repository117 = class {
3968
+ var Repository114 = class {
4059
3969
  constructor({ api, route, publicRoute }) {
4060
3970
  this.api = api;
4061
3971
  this.route = route;
@@ -4071,9 +3981,9 @@ var Repository117 = class {
4071
3981
  // src/modules/supply/currentAccount.ts
4072
3982
  var currentAccount_exports = {};
4073
3983
  __export(currentAccount_exports, {
4074
- default: () => Repository118
3984
+ default: () => Repository115
4075
3985
  });
4076
- var Repository118 = class {
3986
+ var Repository115 = class {
4077
3987
  constructor({ api, route, publicRoute }) {
4078
3988
  this.api = api;
4079
3989
  this.route = route;
@@ -4129,9 +4039,9 @@ var Repository118 = class {
4129
4039
  // src/modules/supply/paymentBatch.ts
4130
4040
  var paymentBatch_exports = {};
4131
4041
  __export(paymentBatch_exports, {
4132
- default: () => Repository119
4042
+ default: () => Repository116
4133
4043
  });
4134
- var Repository119 = class {
4044
+ var Repository116 = class {
4135
4045
  constructor({ api, route, publicRoute }) {
4136
4046
  this.api = api;
4137
4047
  this.route = route;
@@ -4176,9 +4086,9 @@ var Repository119 = class {
4176
4086
  // src/modules/ui/portal.ts
4177
4087
  var portal_exports = {};
4178
4088
  __export(portal_exports, {
4179
- default: () => Repository120
4089
+ default: () => Repository117
4180
4090
  });
4181
- var Repository120 = class {
4091
+ var Repository117 = class {
4182
4092
  constructor({ api, route, publicRoute }) {
4183
4093
  this.api = api;
4184
4094
  this.route = route;
@@ -4201,7 +4111,7 @@ var Repository120 = class {
4201
4111
  };
4202
4112
 
4203
4113
  // src/modules/supply/googleSheetPool.ts
4204
- var Repository121 = class {
4114
+ var Repository118 = class {
4205
4115
  constructor({ api, route, publicRoute }) {
4206
4116
  this.api = api;
4207
4117
  this.route = route;
@@ -4216,9 +4126,9 @@ var Repository121 = class {
4216
4126
  // src/modules/stock/accountCode.ts
4217
4127
  var accountCode_exports = {};
4218
4128
  __export(accountCode_exports, {
4219
- default: () => Repository122
4129
+ default: () => Repository119
4220
4130
  });
4221
- var Repository122 = class {
4131
+ var Repository119 = class {
4222
4132
  constructor({ api, route, publicRoute }) {
4223
4133
  this.api = api;
4224
4134
  this.route = route;
@@ -4232,6 +4142,61 @@ var Repository122 = class {
4232
4142
  }
4233
4143
  };
4234
4144
 
4145
+ // src/modules/user/externalPersona.ts
4146
+ var externalPersona_exports = {};
4147
+ __export(externalPersona_exports, {
4148
+ default: () => Repository120
4149
+ });
4150
+ var Repository120 = class {
4151
+ constructor({ api, route, publicRoute }) {
4152
+ this.api = api;
4153
+ this.route = route;
4154
+ this.publicRoute = publicRoute;
4155
+ }
4156
+ async findByOwnerId(params) {
4157
+ const response = await this.api.get(`${this.route}by_owner`, {
4158
+ params
4159
+ });
4160
+ return response.data;
4161
+ }
4162
+ async create(body) {
4163
+ const response = await this.api.post(`${this.route}`, body);
4164
+ return response.data;
4165
+ }
4166
+ async update(selector, body) {
4167
+ const response = await this.api.put(`${this.route}${selector.id}`, body);
4168
+ return response.data;
4169
+ }
4170
+ async deleteOne(params) {
4171
+ const response = await this.api.delete(`${this.route}`, { params });
4172
+ return response.data;
4173
+ }
4174
+ };
4175
+
4176
+ // src/modules/user/externalChatSubscriber.ts
4177
+ var externalChatSubscriber_exports = {};
4178
+ __export(externalChatSubscriber_exports, {
4179
+ default: () => Repository121
4180
+ });
4181
+ var Repository121 = class {
4182
+ constructor({ api, route, publicRoute }) {
4183
+ this.api = api;
4184
+ this.route = route;
4185
+ this.publicRoute = publicRoute;
4186
+ }
4187
+ async createOrUpdate(data) {
4188
+ const response = await this.api.post(`${this.route}`, data);
4189
+ return response.data;
4190
+ }
4191
+ async find(params) {
4192
+ const response = await this.api.get(`${this.route}`, { params });
4193
+ return response.data;
4194
+ }
4195
+ async deleteOne({ id }) {
4196
+ await this.api.delete(`${this.route}${id}`);
4197
+ }
4198
+ };
4199
+
4235
4200
  // src/main.ts
4236
4201
  var API = class {
4237
4202
  constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }) {
@@ -4299,139 +4264,140 @@ var API = class {
4299
4264
  this.Favorites = new Repository19(getModuleParams("users", "favorite"));
4300
4265
  this.File = new Repository20(getModuleParams("stock", "file"));
4301
4266
  this.GoogleSheets = new Repository21(getModuleParams("integration", "google"));
4302
- this.GroupPermissions = new Repository22(getModuleParams("users", "group_permission"));
4303
- this.Language = new Repository23(getModuleParams("users", "language"));
4304
- this.Location = new Repository24(getModuleParams("stock", "location"));
4305
- this.Logout = new Repository25(getModuleParams("users", "logout"));
4306
- this.Multimedia = new Repository26(getModuleParams("documents", "multimedia"));
4307
- this.Observation = new Repository27(getModuleParams("integration", "observation"));
4308
- this.ObservationType = new Repository28(
4267
+ this.Language = new Repository22(getModuleParams("users", "language"));
4268
+ this.Location = new Repository23(getModuleParams("stock", "location"));
4269
+ this.Logout = new Repository24(getModuleParams("users", "logout"));
4270
+ this.Multimedia = new Repository25(getModuleParams("documents", "multimedia"));
4271
+ this.Observation = new Repository26(getModuleParams("integration", "observation"));
4272
+ this.ObservationType = new Repository27(
4309
4273
  getModuleParams("integration", "observation_type")
4310
4274
  );
4311
- this.Password = new Repository29(getModuleParams("users", "password"));
4312
- this.Permissions = new Repository30(getModuleParams("users", "permission"));
4313
- this.ProductImage = new Repository31(getModuleParams("stock", "product_image"));
4314
- this.Promotion = new Repository32(getModuleParams("stock", "promotion"));
4315
- this.PromotionAssoc = new Repository33(getModuleParams("stock", "promotion_assoc"));
4316
- this.Providers = new Repository34(getModuleParams("users", "provider"));
4317
- this.ProviderType = new Repository35(getModuleParams("users", "provider_type"));
4318
- this.PurchaseConditions = new Repository36(
4275
+ this.Password = new Repository28(getModuleParams("users", "password"));
4276
+ this.ProductImage = new Repository29(getModuleParams("stock", "product_image"));
4277
+ this.Promotion = new Repository30(getModuleParams("stock", "promotion"));
4278
+ this.PromotionAssoc = new Repository31(getModuleParams("stock", "promotion_assoc"));
4279
+ this.Providers = new Repository32(getModuleParams("users", "provider"));
4280
+ this.ProviderType = new Repository33(getModuleParams("users", "provider_type"));
4281
+ this.PurchaseConditions = new Repository34(
4319
4282
  getModuleParams("users", "purchase_condition")
4320
4283
  );
4321
- this.ReasonForExemption = new Repository37(
4284
+ this.ReasonForExemption = new Repository35(
4322
4285
  getModuleParams("users", "reason_for_exemption")
4323
4286
  );
4324
- this.RefreshToken = new Repository38(getModuleParams("users", "refresh-token"));
4325
- this.SegmentsArea = new Repository39(getModuleParams("users", "segments_area"));
4326
- this.Sessions = new Repository40(getModuleParams("users", "sessions"));
4327
- this.Shippings = new Repository41(getModuleParams("users", "shipping"));
4328
- this.StoreOperator = new Repository42(getModuleParams("users", "store_operator"));
4329
- this.Swift = new Repository43(getModuleParams("users", "swift"));
4330
- this.TypeOfLocation = new Repository44(getModuleParams("stock", "type_of_location"));
4331
- this.UnitOfMeasure = new Repository45(getModuleParams("stock", "unit_of_measure"));
4332
- this.UserPermissions = new Repository46(getModuleParams("users", "user_permission"));
4333
- this.UserPositions = new Repository47(getModuleParams("users", "user_position"));
4334
- this.Users = new Repository48(getModuleParams("users", "users"));
4335
- this.VatTax = new Repository49(getModuleParams("stock", "vat_tax"));
4336
- this.VatTaxZone = new Repository50(getModuleParams("stock", "vat_tax_zone"));
4337
- this.Workflow = new Repository51(getModuleParams("stock", "workflow"));
4338
- this.DeliveryMethods = new Repository52(getModuleParams("users", "delivery_methods"));
4339
- this.MaturityDates = new Repository53(getModuleParams("users", "maturity_dates"));
4340
- this.PaymentMethods = new Repository54(getModuleParams("users", "payment_methods"));
4341
- this.Vehicles = new Repository55(getModuleParams("users", "vehicles"));
4342
- this.ExternalDocumentType = new Repository56(
4287
+ this.RefreshToken = new Repository36(getModuleParams("users", "refresh-token"));
4288
+ this.SegmentsArea = new Repository37(getModuleParams("users", "segments_area"));
4289
+ this.Sessions = new Repository38(getModuleParams("users", "sessions"));
4290
+ this.Shippings = new Repository39(getModuleParams("users", "shipping"));
4291
+ this.StoreOperator = new Repository40(getModuleParams("users", "store_operator"));
4292
+ this.Swift = new Repository41(getModuleParams("users", "swift"));
4293
+ this.TypeOfLocation = new Repository42(getModuleParams("stock", "type_of_location"));
4294
+ this.UnitOfMeasure = new Repository43(getModuleParams("stock", "unit_of_measure"));
4295
+ this.UserPositions = new Repository44(getModuleParams("users", "user_position"));
4296
+ this.Users = new Repository45(getModuleParams("users", "users"));
4297
+ this.VatTax = new Repository46(getModuleParams("stock", "vat_tax"));
4298
+ this.VatTaxZone = new Repository47(getModuleParams("stock", "vat_tax_zone"));
4299
+ this.Workflow = new Repository48(getModuleParams("stock", "workflow"));
4300
+ this.DeliveryMethods = new Repository49(getModuleParams("users", "delivery_methods"));
4301
+ this.MaturityDates = new Repository50(getModuleParams("users", "maturity_dates"));
4302
+ this.PaymentMethods = new Repository51(getModuleParams("users", "payment_methods"));
4303
+ this.Vehicles = new Repository52(getModuleParams("users", "vehicles"));
4304
+ this.ExternalDocumentType = new Repository53(
4343
4305
  getModuleParams("stock", "external_document_type")
4344
4306
  );
4345
- this.DocumentSet = new Repository57(getModuleParams("stock", "document_set"));
4346
- this.Payment = new Repository58(getModuleParams("stock", "payment"));
4347
- this.ExternalDocumentHeader = new Repository59(
4307
+ this.DocumentSet = new Repository54(getModuleParams("stock", "document_set"));
4308
+ this.Payment = new Repository55(getModuleParams("stock", "payment"));
4309
+ this.ExternalDocumentHeader = new Repository56(
4348
4310
  getModuleParams("stock", "external_document_header")
4349
4311
  );
4350
- this.VatValidation = new Repository60(getModuleParams("stock", "vat_validation"));
4351
- this.StockMovement = new Repository61(getModuleParams("stock", "stock_movement"));
4352
- this.ZipCode = new Repository62(getModuleParams("users", "zip_code"));
4353
- this.Tenant = new Repository63(getModuleParams("users", "tenant"));
4354
- this.PreSale = new Repository64(getModuleParams("stock", "pre_sale"));
4355
- this.PreSaleProduct = new Repository65(getModuleParams("stock", "pre_sale_product"));
4356
- this.OrderManagement = new Repository66(getModuleParams("stock", "order_management"));
4357
- this.Npc = new Repository67(getModuleParams("print", "npc"));
4358
- this.Printer = new Repository68(getModuleParams("print", "printer"));
4359
- this.SchedulePrintJob = new Repository69(
4312
+ this.VatValidation = new Repository57(getModuleParams("stock", "vat_validation"));
4313
+ this.StockMovement = new Repository58(getModuleParams("stock", "stock_movement"));
4314
+ this.ZipCode = new Repository59(getModuleParams("users", "zip_code"));
4315
+ this.Tenant = new Repository60(getModuleParams("users", "tenant"));
4316
+ this.PreSale = new Repository61(getModuleParams("stock", "pre_sale"));
4317
+ this.PreSaleProduct = new Repository62(getModuleParams("stock", "pre_sale_product"));
4318
+ this.OrderManagement = new Repository63(getModuleParams("stock", "order_management"));
4319
+ this.Npc = new Repository64(getModuleParams("print", "npc"));
4320
+ this.Printer = new Repository65(getModuleParams("print", "printer"));
4321
+ this.SchedulePrintJob = new Repository66(
4360
4322
  getModuleParams("print", "schedule_print_job")
4361
4323
  );
4362
- this.QueryList = new Repository70(getModuleParams("stock", "query"));
4363
- this.QueryParameter = new Repository71(getModuleParams("stock", "query_parameter"));
4364
- this.ReturnReason = new Repository72(getModuleParams("stock", "return_reason"));
4365
- this.PropostaSheets = new Repository73(getModuleParams("stock", "proposta_sheets"));
4366
- this.Schedule = new Repository74(getModuleParams("stock", "schedule"));
4367
- this.GoogleFilePermission = new Repository75(
4324
+ this.QueryList = new Repository67(getModuleParams("stock", "query"));
4325
+ this.QueryParameter = new Repository68(getModuleParams("stock", "query_parameter"));
4326
+ this.ReturnReason = new Repository69(getModuleParams("stock", "return_reason"));
4327
+ this.PropostaSheets = new Repository70(getModuleParams("stock", "proposta_sheets"));
4328
+ this.Schedule = new Repository71(getModuleParams("stock", "schedule"));
4329
+ this.GoogleFilePermission = new Repository72(
4368
4330
  getModuleParams("integration", "google_file_permission")
4369
4331
  );
4370
- this.Settings = new Repository76(getModuleParams("integration", "settings"));
4371
- this.Tickets = new Repository77(getModuleParams("tickets", "tickets"));
4372
- this.Channel = new Repository78(getModuleParams("tickets", "channel"));
4373
- this.TicketsLanguage = new Repository79(getModuleParams("tickets", "tickets_language"));
4374
- this.Clt = new Repository80(getModuleParams("tickets", "clt"));
4375
- this.StartDocumentHeaderLastUpdate = new Repository81(
4332
+ this.Settings = new Repository73(getModuleParams("integration", "settings"));
4333
+ this.Tickets = new Repository74(getModuleParams("tickets", "tickets"));
4334
+ this.Channel = new Repository75(getModuleParams("tickets", "channel"));
4335
+ this.TicketsLanguage = new Repository76(getModuleParams("tickets", "tickets_language"));
4336
+ this.Clt = new Repository77(getModuleParams("tickets", "clt"));
4337
+ this.StartDocumentHeaderLastUpdate = new Repository78(
4376
4338
  getModuleParams("stock", "start_document_header_last_update")
4377
4339
  );
4378
- this.Persona = new Repository82(getModuleParams("users", "persona"));
4379
- this.ProjectInfo = new Repository83(getModuleParams("integration", "project_info"));
4380
- this.Order = new Repository84(getModuleParams("stock", "order"));
4381
- this.Purchase = new Repository85(getModuleParams("stock", "purchase"));
4382
- this.MaterialEntrance = new Repository86(
4340
+ this.Persona = new Repository79(getModuleParams("users", "persona"));
4341
+ this.ProjectInfo = new Repository80(getModuleParams("integration", "project_info"));
4342
+ this.Order = new Repository81(getModuleParams("stock", "order"));
4343
+ this.Purchase = new Repository82(getModuleParams("stock", "purchase"));
4344
+ this.MaterialEntrance = new Repository83(
4383
4345
  getModuleParams("stock", "material_entrance")
4384
4346
  );
4385
- this.Transformado = new Repository87(getModuleParams("stock", "transformado"));
4386
- this.UpfrontReturn = new Repository88(getModuleParams("stock", "upfront_return"));
4387
- this.SavedEmPicking = new Repository89(getModuleParams("stock", "saved_em_picking"));
4388
- this.EmailTemplate = new Repository90(getModuleParams("integration", "email_template"));
4389
- this.EmailTemplateAttachment = new Repository91(
4347
+ this.Transformado = new Repository84(getModuleParams("stock", "transformado"));
4348
+ this.UpfrontReturn = new Repository85(getModuleParams("stock", "upfront_return"));
4349
+ this.SavedEmPicking = new Repository86(getModuleParams("stock", "saved_em_picking"));
4350
+ this.EmailTemplate = new Repository87(getModuleParams("integration", "email_template"));
4351
+ this.EmailTemplateAttachment = new Repository88(
4390
4352
  getModuleParams("integration", "email_template_attachment")
4391
4353
  );
4392
- this.Prison = new Repository92(getModuleParams("stock", "prison"));
4393
- this.Quebra = new Repository93(getModuleParams("stock", "quebra"));
4394
- this.Inventario = new Repository94(getModuleParams("stock", "inventario"));
4395
- this.ReturnToProvider = new Repository95(
4354
+ this.Prison = new Repository89(getModuleParams("stock", "prison"));
4355
+ this.Quebra = new Repository90(getModuleParams("stock", "quebra"));
4356
+ this.Inventario = new Repository91(getModuleParams("stock", "inventario"));
4357
+ this.ReturnToProvider = new Repository92(
4396
4358
  getModuleParams("stock", "return_to_provider")
4397
4359
  );
4398
- this.EmailVerification = new Repository96(
4360
+ this.EmailVerification = new Repository93(
4399
4361
  getModuleParams("integration", "email_verification")
4400
4362
  );
4401
- this.EmailLog = new Repository97(getModuleParams("integration", "email_log"));
4402
- this.DocumentLineNote = new Repository98(
4363
+ this.EmailLog = new Repository94(getModuleParams("integration", "email_log"));
4364
+ this.DocumentLineNote = new Repository95(
4403
4365
  getModuleParams("stock", "document_line_note")
4404
4366
  );
4405
- this.SavedProviderProposal = new Repository99(
4367
+ this.SavedProviderProposal = new Repository96(
4406
4368
  getModuleParams("stock", "saved_provider_proposal")
4407
4369
  );
4408
- this.ProductGoogleSheets = new Repository100(
4370
+ this.ProductGoogleSheets = new Repository97(
4409
4371
  getModuleParams("stock", "product_google")
4410
4372
  );
4411
- this.Task = new Repository101(getModuleParams("stock", "task"));
4412
- this.TaskMessage = new Repository102(getModuleParams("stock", "task_message"));
4413
- this.RecurrentTasks = new Repository103(getModuleParams("stock", "recurrent_tasks"));
4414
- this.TaskRead = new Repository104(getModuleParams("stock", "task_read"));
4415
- this.Theme = new Repository105(getModuleParams("users", "theme"));
4416
- this.Dashboard = new Repository106(getModuleParams("stock", "dashboard"));
4417
- this.ChatRapidMessage = new Repository107(
4373
+ this.Task = new Repository98(getModuleParams("stock", "task"));
4374
+ this.TaskMessage = new Repository99(getModuleParams("stock", "task_message"));
4375
+ this.RecurrentTasks = new Repository100(getModuleParams("stock", "recurrent_tasks"));
4376
+ this.TaskRead = new Repository101(getModuleParams("stock", "task_read"));
4377
+ this.Theme = new Repository102(getModuleParams("users", "theme"));
4378
+ this.Dashboard = new Repository103(getModuleParams("stock", "dashboard"));
4379
+ this.ChatRapidMessage = new Repository104(
4418
4380
  getModuleParams("stock", "chat_rapid_message")
4419
4381
  );
4420
- this.SideMenu = new Repository108(getModuleParams("stock", "side_menu"));
4421
- this.ErrorLog = new Repository109(getModuleParams("view", "error_log"));
4422
- this.AdminPanel = new Repository110(getModuleParams("view", "admin_panel"));
4423
- this.DocumentLineRm = new Repository111(getModuleParams("stock", "document_line_rm"));
4424
- this.DocumentLineMt = new Repository112(getModuleParams("stock", "document_line_mt"));
4425
- this.ChatSubscriber = new Repository113(getModuleParams("users", "chat_subscriber"));
4426
- this.Tag = new Repository114(getModuleParams("stock", "tag"));
4427
- this.Gmails = new Repository115(getModuleParams("stock", "gmail"));
4428
- this.NPF = new Repository116(getModuleParams("stock", "npf"));
4429
- this.NRCL = new Repository117(getModuleParams("stock", "nrcl"));
4430
- this.PaymentBatch = new Repository119(getModuleParams("stock", "payment_batch"));
4431
- this.CurrentAccount = new Repository118(getModuleParams("stock", "current_account"));
4432
- this.Portal = new Repository120(getModuleParams("stock", "portal"));
4433
- this.GoogleSheetPool = new Repository121(getModuleParams("stock", "google_sheet_pool"));
4434
- this.AccountCode = new Repository122(getModuleParams("stock", "account_code"));
4382
+ this.SideMenu = new Repository105(getModuleParams("stock", "side_menu"));
4383
+ this.ErrorLog = new Repository106(getModuleParams("view", "error_log"));
4384
+ this.AdminPanel = new Repository107(getModuleParams("view", "admin_panel"));
4385
+ this.DocumentLineRm = new Repository108(getModuleParams("stock", "document_line_rm"));
4386
+ this.DocumentLineMt = new Repository109(getModuleParams("stock", "document_line_mt"));
4387
+ this.ChatSubscriber = new Repository110(getModuleParams("users", "chat_subscriber"));
4388
+ this.Tag = new Repository111(getModuleParams("stock", "tag"));
4389
+ this.Gmails = new Repository112(getModuleParams("stock", "gmail"));
4390
+ this.NPF = new Repository113(getModuleParams("stock", "npf"));
4391
+ this.NRCL = new Repository114(getModuleParams("stock", "nrcl"));
4392
+ this.PaymentBatch = new Repository116(getModuleParams("stock", "payment_batch"));
4393
+ this.CurrentAccount = new Repository115(getModuleParams("stock", "current_account"));
4394
+ this.Portal = new Repository117(getModuleParams("stock", "portal"));
4395
+ this.GoogleSheetPool = new Repository118(getModuleParams("stock", "google_sheet_pool"));
4396
+ this.AccountCode = new Repository119(getModuleParams("stock", "account_code"));
4397
+ this.ExternalPersona = new Repository120(getModuleParams("users", "external_persona"));
4398
+ this.ExternalChatSubscriber = new Repository121(
4399
+ getModuleParams("users", "external_chat_subscriber")
4400
+ );
4435
4401
  }
4436
4402
  };
4437
4403