@openbox/shared-types 0.1.97 → 0.1.98

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 (568) hide show
  1. package/.vscode/settings.json +5 -1
  2. package/lib/customers/Branches/CreateMany/Response.d.ts +1 -1
  3. package/lib/customers/Branches/CreateSingle/Request.d.ts +2 -13
  4. package/lib/customers/Branches/GetMany/Request.d.ts +3 -7
  5. package/lib/customers/Branches/GetMany/Response.d.ts +5 -21
  6. package/lib/customers/Branches/GetSingle/Response.d.ts +2 -16
  7. package/lib/customers/Branches/UpdateSingle/Request.d.ts +2 -6
  8. package/lib/customers/Branches/UpdateSingleDefault/Request.d.ts +2 -2
  9. package/lib/customers/Branches/interfaces.d.ts +8 -2
  10. package/lib/customers/Customers/CreateMany/Request.d.ts +4 -0
  11. package/lib/customers/Customers/CreateMany/Request.js.map +1 -0
  12. package/lib/customers/Customers/CreateMany/Response.d.ts +4 -0
  13. package/lib/customers/Customers/CreateMany/Response.js.map +1 -0
  14. package/lib/customers/Customers/CreateSingle/Request.d.ts +2 -16
  15. package/lib/customers/Customers/DeleteMany/Response.d.ts +1 -0
  16. package/lib/customers/Customers/GetMany/Request.d.ts +3 -8
  17. package/lib/customers/Customers/GetMany/Response.d.ts +5 -26
  18. package/lib/customers/Customers/GetSingle/Response.d.ts +2 -27
  19. package/lib/customers/Customers/UpdateMany/Request.d.ts +4 -0
  20. package/lib/customers/Customers/UpdateMany/Request.js.map +1 -0
  21. package/lib/customers/Customers/UpdateMany/Response.d.ts +4 -0
  22. package/lib/customers/Customers/UpdateMany/Response.js.map +1 -0
  23. package/lib/customers/Customers/UpdateManyStatuses/Request.d.ts +1 -1
  24. package/lib/customers/Customers/UpdateManyStatuses/Response.d.ts +1 -0
  25. package/lib/customers/Customers/UpdateSingle/Request.d.ts +2 -20
  26. package/lib/customers/Customers/UpdateSingleStatus/Request.d.ts +3 -0
  27. package/lib/customers/Customers/UpdateSingleStatus/Request.js.map +1 -0
  28. package/lib/customers/Customers/interfaces.d.ts +41 -0
  29. package/lib/customers/Customers/interfaces.js +3 -0
  30. package/lib/customers/Customers/interfaces.js.map +1 -0
  31. package/lib/interfaces.d.ts +20 -0
  32. package/lib/interfaces.js +3 -0
  33. package/lib/interfaces.js.map +1 -0
  34. package/lib/invoices/Documents/GetMany/Request.d.ts +3 -7
  35. package/lib/invoices/Documents/GetMany/Response.d.ts +5 -23
  36. package/lib/invoices/Documents/GetSingle/Response.d.ts +2 -0
  37. package/lib/invoices/Documents/GetSingleLayout/Response.d.ts +28 -1
  38. package/lib/invoices/Documents/UpdateManyStatuses/Request.d.ts +4 -0
  39. package/lib/invoices/Documents/UpdateManyStatuses/Request.js.map +1 -0
  40. package/lib/invoices/Documents/UpdateManyStatuses/Response.d.ts +2 -0
  41. package/lib/invoices/Documents/UpdateManyStatuses/Response.js.map +1 -0
  42. package/lib/invoices/Documents/UpdateSingleStatus/Request.d.ts +2 -2
  43. package/lib/invoices/Documents/UpdateSingleStatus/Response.d.ts +2 -2
  44. package/lib/invoices/Documents/UpsertMany/Request.d.ts +4 -0
  45. package/lib/invoices/Documents/UpsertMany/Request.js.map +1 -0
  46. package/lib/invoices/Documents/UpsertMany/Response.d.ts +2 -0
  47. package/lib/invoices/Documents/UpsertMany/Response.js.map +1 -0
  48. package/lib/invoices/Documents/UpsertSingle/Request.d.ts +2 -0
  49. package/lib/invoices/Documents/UpsertSingle/Request.js.map +1 -0
  50. package/lib/invoices/Documents/UpsertSingle/Response.d.ts +2 -0
  51. package/lib/invoices/Documents/UpsertSingle/Response.js.map +1 -0
  52. package/lib/invoices/Documents/UpsertSingleLayout/Request.d.ts +10 -1
  53. package/lib/invoices/Documents/UpsertSingleLayout/Response.d.ts +2 -2
  54. package/lib/invoices/Documents/documents.interfaces.d.ts +14 -0
  55. package/lib/invoices/Documents/documents.interfaces.js +3 -0
  56. package/lib/invoices/Documents/documents.interfaces.js.map +1 -0
  57. package/lib/invoices/Documents/index.d.ts +6 -4
  58. package/lib/invoices/Documents/index.js +6 -4
  59. package/lib/invoices/Documents/index.js.map +1 -1
  60. package/lib/invoices/Invoices/CreateMany/Request.d.ts +2 -0
  61. package/lib/invoices/Invoices/CreateMany/Request.js.map +1 -0
  62. package/lib/invoices/Invoices/CreateMany/Response.d.ts +2 -0
  63. package/lib/invoices/Invoices/CreateMany/Response.js.map +1 -0
  64. package/lib/invoices/Invoices/CreateReserved/Request.d.ts +5 -0
  65. package/lib/invoices/Invoices/CreateReserved/Request.js.map +1 -0
  66. package/lib/invoices/Invoices/CreateReserved/Response.d.ts +2 -0
  67. package/lib/invoices/Invoices/CreateReserved/Response.js.map +1 -0
  68. package/lib/invoices/Invoices/CreateSingle/Request.d.ts +44 -2
  69. package/lib/invoices/Invoices/CreateSingle/Response.d.ts +2 -2
  70. package/lib/invoices/Invoices/DeleteMany/Response.d.ts +2 -0
  71. package/lib/invoices/Invoices/DeleteMany/Response.js.map +1 -0
  72. package/lib/invoices/Invoices/DeleteSingle/Response.d.ts +2 -2
  73. package/lib/invoices/Invoices/GetDocumentTypes/Response.d.ts +2 -0
  74. package/lib/invoices/Invoices/GetDocumentTypes/Response.js.map +1 -0
  75. package/lib/invoices/Invoices/GetMany/Request.d.ts +11 -2
  76. package/lib/invoices/Invoices/GetMany/Response.d.ts +9 -2
  77. package/lib/invoices/Invoices/GetSingle/Response.d.ts +2 -2
  78. package/lib/invoices/Invoices/UpdateMany/Request.d.ts +2 -0
  79. package/lib/invoices/Invoices/UpdateMany/Request.js.map +1 -0
  80. package/lib/invoices/Invoices/UpdateMany/Response.d.ts +2 -0
  81. package/lib/invoices/Invoices/UpdateMany/Response.js.map +1 -0
  82. package/lib/invoices/Invoices/UpdateSingle/Request.d.ts +2 -2
  83. package/lib/invoices/Invoices/UpdateSingle/Response.d.ts +2 -2
  84. package/lib/invoices/Invoices/index.d.ts +8 -8
  85. package/lib/invoices/Invoices/index.js +8 -8
  86. package/lib/invoices/Invoices/index.js.map +1 -1
  87. package/lib/invoices/Invoices/invoices.interfaces.d.ts +57 -0
  88. package/lib/invoices/Invoices/invoices.interfaces.js +3 -0
  89. package/lib/invoices/Invoices/invoices.interfaces.js.map +1 -0
  90. package/lib/invoices/PaymentConditions/CreateMany/Request.d.ts +4 -0
  91. package/lib/invoices/PaymentConditions/CreateMany/Request.js.map +1 -0
  92. package/lib/invoices/PaymentConditions/CreateMany/Response.d.ts +2 -0
  93. package/lib/invoices/PaymentConditions/CreateMany/Response.js.map +1 -0
  94. package/lib/invoices/PaymentConditions/CreateSingle/Request.d.ts +2 -0
  95. package/lib/invoices/PaymentConditions/CreateSingle/Request.js.map +1 -0
  96. package/lib/invoices/PaymentConditions/CreateSingle/Response.d.ts +2 -0
  97. package/lib/invoices/PaymentConditions/CreateSingle/Response.js.map +1 -0
  98. package/lib/invoices/PaymentConditions/DeleteMany/Response.d.ts +2 -0
  99. package/lib/invoices/PaymentConditions/DeleteMany/Response.js.map +1 -0
  100. package/lib/invoices/PaymentConditions/DeleteSingle/Response.d.ts +2 -0
  101. package/lib/invoices/PaymentConditions/DeleteSingle/Response.js.map +1 -0
  102. package/lib/invoices/PaymentConditions/GetMany/Request.d.ts +4 -0
  103. package/lib/invoices/PaymentConditions/GetMany/Request.js.map +1 -0
  104. package/lib/invoices/PaymentConditions/GetMany/Response.d.ts +5 -0
  105. package/lib/invoices/PaymentConditions/GetMany/Response.js.map +1 -0
  106. package/lib/invoices/PaymentConditions/GetSingle/Response.d.ts +4 -0
  107. package/lib/invoices/PaymentConditions/GetSingle/Response.js.map +1 -0
  108. package/lib/invoices/PaymentConditions/UpdateMany/Request.d.ts +4 -0
  109. package/lib/invoices/PaymentConditions/UpdateMany/Request.js.map +1 -0
  110. package/lib/invoices/PaymentConditions/UpdateMany/Response.d.ts +2 -0
  111. package/lib/invoices/PaymentConditions/UpdateMany/Response.js.map +1 -0
  112. package/lib/invoices/PaymentConditions/UpdateManyStatuses/Request.d.ts +4 -0
  113. package/lib/invoices/PaymentConditions/UpdateManyStatuses/Request.js.map +1 -0
  114. package/lib/invoices/PaymentConditions/UpdateManyStatuses/Response.d.ts +2 -0
  115. package/lib/invoices/PaymentConditions/UpdateManyStatuses/Response.js +3 -0
  116. package/lib/invoices/PaymentConditions/UpdateManyStatuses/Response.js.map +1 -0
  117. package/lib/invoices/PaymentConditions/UpdateSingle/Request.d.ts +2 -0
  118. package/lib/invoices/PaymentConditions/UpdateSingle/Request.js +3 -0
  119. package/lib/invoices/PaymentConditions/UpdateSingle/Request.js.map +1 -0
  120. package/lib/invoices/PaymentConditions/UpdateSingle/Response.d.ts +2 -0
  121. package/lib/invoices/PaymentConditions/UpdateSingle/Response.js +3 -0
  122. package/lib/invoices/PaymentConditions/UpdateSingle/Response.js.map +1 -0
  123. package/{src/invoices/PaymentsConditions/UpdateSingleStatus/Request.ts → lib/invoices/PaymentConditions/UpdateSingleStatus/Request.d.ts} +3 -1
  124. package/lib/invoices/PaymentConditions/UpdateSingleStatus/Request.js +3 -0
  125. package/lib/invoices/PaymentConditions/UpdateSingleStatus/Request.js.map +1 -0
  126. package/{src/invoices/PaymentsConditions/UpdateSingleStatus/Response.ts → lib/invoices/PaymentConditions/UpdateSingleStatus/Response.d.ts} +4 -1
  127. package/lib/invoices/PaymentConditions/UpdateSingleStatus/Response.js +3 -0
  128. package/lib/invoices/PaymentConditions/UpdateSingleStatus/Response.js.map +1 -0
  129. package/lib/invoices/{PaymentsConditions → PaymentConditions}/index.d.ts +8 -0
  130. package/lib/invoices/{PaymentsConditions → PaymentConditions}/index.js +8 -0
  131. package/lib/invoices/PaymentConditions/index.js.map +1 -0
  132. package/lib/invoices/PaymentConditions/payment-conditions.interface.d.ts +8 -0
  133. package/lib/invoices/PaymentConditions/payment-conditions.interface.js +3 -0
  134. package/lib/invoices/PaymentConditions/payment-conditions.interface.js.map +1 -0
  135. package/lib/invoices/Sellers/CreateMany/Request.d.ts +4 -0
  136. package/lib/invoices/Sellers/CreateMany/Request.js +3 -0
  137. package/lib/invoices/Sellers/CreateMany/Request.js.map +1 -0
  138. package/lib/invoices/Sellers/CreateMany/Response.d.ts +2 -0
  139. package/lib/invoices/Sellers/CreateMany/Response.js +3 -0
  140. package/lib/invoices/Sellers/CreateMany/Response.js.map +1 -0
  141. package/lib/invoices/Sellers/CreateSingle/Request.d.ts +2 -0
  142. package/lib/invoices/Sellers/CreateSingle/Request.js +3 -0
  143. package/lib/invoices/Sellers/CreateSingle/Request.js.map +1 -0
  144. package/lib/invoices/Sellers/CreateSingle/Response.d.ts +2 -0
  145. package/lib/invoices/Sellers/CreateSingle/Response.js +3 -0
  146. package/lib/invoices/Sellers/CreateSingle/Response.js.map +1 -0
  147. package/lib/invoices/Sellers/DeleteMany/Response.d.ts +2 -0
  148. package/lib/invoices/Sellers/DeleteMany/Response.js +3 -0
  149. package/lib/invoices/Sellers/DeleteMany/Response.js.map +1 -0
  150. package/lib/invoices/Sellers/DeleteSingle/Response.d.ts +2 -0
  151. package/lib/invoices/Sellers/DeleteSingle/Response.js +3 -0
  152. package/lib/invoices/Sellers/DeleteSingle/Response.js.map +1 -0
  153. package/lib/invoices/Sellers/GetMany/Request.d.ts +4 -0
  154. package/lib/invoices/Sellers/GetMany/Request.js +3 -0
  155. package/lib/invoices/Sellers/GetMany/Request.js.map +1 -0
  156. package/lib/invoices/Sellers/GetMany/Response.d.ts +4 -0
  157. package/lib/invoices/Sellers/GetMany/Response.js +3 -0
  158. package/lib/invoices/Sellers/GetMany/Response.js.map +1 -0
  159. package/lib/invoices/Sellers/GetSingle/Response.d.ts +4 -0
  160. package/lib/invoices/Sellers/GetSingle/Response.js +3 -0
  161. package/lib/invoices/Sellers/GetSingle/Response.js.map +1 -0
  162. package/lib/invoices/Sellers/UpdateMany/Request.d.ts +4 -0
  163. package/lib/invoices/Sellers/UpdateMany/Request.js +3 -0
  164. package/lib/invoices/Sellers/UpdateMany/Request.js.map +1 -0
  165. package/lib/invoices/Sellers/UpdateMany/Response.d.ts +2 -0
  166. package/lib/invoices/Sellers/UpdateMany/Response.js +3 -0
  167. package/lib/invoices/Sellers/UpdateMany/Response.js.map +1 -0
  168. package/lib/invoices/Sellers/UpdateManyStatuses/Request.d.ts +4 -0
  169. package/lib/invoices/Sellers/UpdateManyStatuses/Request.js +3 -0
  170. package/lib/invoices/Sellers/UpdateManyStatuses/Request.js.map +1 -0
  171. package/lib/invoices/Sellers/UpdateManyStatuses/Response.d.ts +2 -0
  172. package/lib/invoices/Sellers/UpdateManyStatuses/Response.js +3 -0
  173. package/lib/invoices/Sellers/UpdateManyStatuses/Response.js.map +1 -0
  174. package/lib/invoices/Sellers/UpdateSingle/Request.d.ts +2 -0
  175. package/lib/invoices/Sellers/UpdateSingle/Request.js +3 -0
  176. package/lib/invoices/Sellers/UpdateSingle/Request.js.map +1 -0
  177. package/lib/invoices/Sellers/UpdateSingle/Response.d.ts +2 -0
  178. package/lib/invoices/Sellers/UpdateSingle/Response.js +3 -0
  179. package/lib/invoices/Sellers/UpdateSingle/Response.js.map +1 -0
  180. package/lib/invoices/Sellers/UpdateSingleStatus/Request.d.ts +2 -0
  181. package/lib/invoices/Sellers/UpdateSingleStatus/Request.js +3 -0
  182. package/lib/invoices/Sellers/UpdateSingleStatus/Request.js.map +1 -0
  183. package/lib/invoices/Sellers/UpdateSingleStatus/Response.d.ts +2 -0
  184. package/lib/invoices/Sellers/UpdateSingleStatus/Response.js +3 -0
  185. package/lib/invoices/Sellers/UpdateSingleStatus/Response.js.map +1 -0
  186. package/lib/invoices/{Seller → Sellers}/index.d.ts +8 -0
  187. package/lib/invoices/{Seller → Sellers}/index.js +8 -0
  188. package/lib/invoices/Sellers/index.js.map +1 -0
  189. package/lib/invoices/Sellers/sellers.interface.d.ts +8 -0
  190. package/lib/invoices/Sellers/sellers.interface.js +3 -0
  191. package/lib/invoices/Sellers/sellers.interface.js.map +1 -0
  192. package/lib/invoices/Statuses/GetMany/Response.d.ts +5 -2
  193. package/lib/invoices/Statuses/UpdateSingle/Request.d.ts +2 -0
  194. package/lib/invoices/Statuses/UpdateSingle/Response.d.ts +2 -2
  195. package/lib/invoices/Statuses/statuses.interfaces.d.ts +4 -0
  196. package/lib/invoices/Statuses/statuses.interfaces.js +3 -0
  197. package/lib/invoices/Statuses/statuses.interfaces.js.map +1 -0
  198. package/lib/invoices/Zones/CreateMany/Request.d.ts +4 -0
  199. package/lib/invoices/Zones/CreateMany/Request.js +3 -0
  200. package/lib/invoices/Zones/CreateMany/Request.js.map +1 -0
  201. package/lib/invoices/Zones/CreateMany/Response.d.ts +2 -0
  202. package/lib/invoices/Zones/CreateMany/Response.js +3 -0
  203. package/lib/invoices/Zones/CreateMany/Response.js.map +1 -0
  204. package/lib/invoices/Zones/CreateSingle/Request.d.ts +2 -3
  205. package/lib/invoices/Zones/CreateSingle/Response.d.ts +2 -4
  206. package/lib/invoices/Zones/DeleteMany/Response.d.ts +2 -0
  207. package/lib/invoices/Zones/DeleteMany/Response.js +3 -0
  208. package/lib/invoices/Zones/DeleteMany/Response.js.map +1 -0
  209. package/lib/invoices/Zones/DeleteSingle/Response.d.ts +2 -4
  210. package/lib/invoices/Zones/GetMany/Request.d.ts +4 -8
  211. package/lib/invoices/Zones/GetMany/Response.d.ts +5 -8
  212. package/lib/invoices/Zones/GetSingle/Response.d.ts +4 -0
  213. package/lib/invoices/Zones/GetSingle/Response.js +3 -0
  214. package/lib/invoices/Zones/GetSingle/Response.js.map +1 -0
  215. package/lib/invoices/Zones/UpdateMany/Request.d.ts +4 -0
  216. package/lib/invoices/Zones/UpdateMany/Request.js +3 -0
  217. package/lib/invoices/Zones/UpdateMany/Request.js.map +1 -0
  218. package/lib/invoices/Zones/UpdateMany/Response.d.ts +2 -0
  219. package/lib/invoices/Zones/UpdateMany/Response.js +3 -0
  220. package/lib/invoices/Zones/UpdateMany/Response.js.map +1 -0
  221. package/lib/invoices/Zones/UpdateManyStatuses/Request.d.ts +4 -0
  222. package/lib/invoices/Zones/UpdateManyStatuses/Request.js +3 -0
  223. package/lib/invoices/Zones/UpdateManyStatuses/Request.js.map +1 -0
  224. package/lib/invoices/Zones/UpdateManyStatuses/Response.d.ts +2 -0
  225. package/lib/invoices/Zones/UpdateManyStatuses/Response.js +3 -0
  226. package/lib/invoices/Zones/UpdateManyStatuses/Response.js.map +1 -0
  227. package/lib/invoices/Zones/UpdateSingle/Request.d.ts +2 -3
  228. package/lib/invoices/Zones/UpdateSingle/Response.d.ts +2 -4
  229. package/lib/invoices/Zones/UpdateSingleStatus/Request.d.ts +2 -2
  230. package/lib/invoices/Zones/UpdateSingleStatus/Response.d.ts +2 -2
  231. package/lib/invoices/Zones/index.d.ts +8 -0
  232. package/lib/invoices/Zones/index.js +8 -0
  233. package/lib/invoices/Zones/index.js.map +1 -1
  234. package/lib/invoices/Zones/interfaces.d.ts +7 -0
  235. package/lib/invoices/Zones/interfaces.js +3 -0
  236. package/lib/invoices/Zones/interfaces.js.map +1 -0
  237. package/lib/invoices/index.d.ts +2 -2
  238. package/lib/invoices/index.js +2 -2
  239. package/lib/invoices/index.js.map +1 -1
  240. package/lib/invoices/invoices.interfaces.d.ts +7 -0
  241. package/lib/invoices/invoices.interfaces.js +3 -0
  242. package/lib/invoices/invoices.interfaces.js.map +1 -0
  243. package/lib/services/SellingTypes/GetMany/Response.d.ts +3 -6
  244. package/lib/services/SellingTypes/GetSingle/Response.d.ts +2 -0
  245. package/lib/services/SellingTypes/GetSingle/Response.js +3 -0
  246. package/lib/services/SellingTypes/GetSingle/Response.js.map +1 -0
  247. package/lib/services/SellingTypes/services.selling-types.interface.d.ts +4 -0
  248. package/lib/services/SellingTypes/services.selling-types.interface.js +3 -0
  249. package/lib/services/SellingTypes/services.selling-types.interface.js.map +1 -0
  250. package/lib/services/Services/CreateMany/Request.d.ts +2 -0
  251. package/lib/services/Services/CreateMany/Request.js +3 -0
  252. package/lib/services/Services/CreateMany/Request.js.map +1 -0
  253. package/lib/services/Services/CreateMany/Response.d.ts +2 -0
  254. package/lib/services/Services/CreateMany/Response.js +3 -0
  255. package/lib/services/Services/CreateMany/Response.js.map +1 -0
  256. package/lib/services/Services/CreateSingle/Request.d.ts +2 -11
  257. package/lib/services/Services/CreateSingle/Response.d.ts +2 -4
  258. package/lib/services/Services/GetMany/Request.d.ts +3 -7
  259. package/lib/services/Services/GetMany/Response.d.ts +5 -16
  260. package/lib/services/Services/GetSingle/Response.d.ts +2 -15
  261. package/lib/services/Services/UpdateMany/Request.d.ts +4 -0
  262. package/lib/services/Services/UpdateMany/Request.js +3 -0
  263. package/lib/services/Services/UpdateMany/Request.js.map +1 -0
  264. package/lib/services/Services/UpdateMany/Response.d.ts +2 -0
  265. package/lib/services/Services/UpdateMany/Response.js +3 -0
  266. package/lib/services/Services/UpdateMany/Response.js.map +1 -0
  267. package/lib/services/Services/UpdateManyStatuses/Request.d.ts +1 -1
  268. package/lib/services/Services/UpdateSingle/Request.d.ts +2 -11
  269. package/lib/services/Services/services.interface.d.ts +17 -0
  270. package/lib/services/Services/services.interface.js +3 -0
  271. package/lib/services/Services/services.interface.js.map +1 -0
  272. package/lib/system/NaturalTypes/GetMany/Response.d.ts +4 -0
  273. package/lib/system/NaturalTypes/GetMany/Response.js +3 -0
  274. package/lib/system/NaturalTypes/GetMany/Response.js.map +1 -0
  275. package/lib/system/NaturalTypes/GetSingle/Response.d.ts +4 -0
  276. package/lib/system/NaturalTypes/GetSingle/Response.js +3 -0
  277. package/lib/system/NaturalTypes/GetSingle/Response.js.map +1 -0
  278. package/lib/system/NaturalTypes/index.js.map +1 -0
  279. package/lib/system/PersonTypes/GetMany/Response.d.ts +3 -6
  280. package/lib/system/PersonTypes/GetSingle/Response.d.ts +4 -0
  281. package/lib/system/PersonTypes/GetSingle/Response.js +3 -0
  282. package/lib/system/PersonTypes/GetSingle/Response.js.map +1 -0
  283. package/lib/system/SellingTypes/GetMany/Response.d.ts +3 -9
  284. package/lib/system/SellingTypes/GetSingle/Response.d.ts +2 -0
  285. package/lib/system/SellingTypes/GetSingle/Response.js +3 -0
  286. package/lib/system/SellingTypes/GetSingle/Response.js.map +1 -0
  287. package/lib/system/SellingTypes/system.selling-types.interface.d.ts +9 -0
  288. package/lib/system/SellingTypes/system.selling-types.interface.js +3 -0
  289. package/lib/system/SellingTypes/system.selling-types.interface.js.map +1 -0
  290. package/lib/system/TaxerTypes/GetMany/Response.d.ts +3 -6
  291. package/lib/system/TaxerTypes/GetSingle/Response.d.ts +4 -0
  292. package/lib/system/TaxerTypes/GetSingle/Response.js +3 -0
  293. package/lib/system/TaxerTypes/GetSingle/Response.js.map +1 -0
  294. package/lib/system/index.d.ts +1 -1
  295. package/lib/system/index.js +1 -1
  296. package/lib/system/index.js.map +1 -1
  297. package/package.json +1 -1
  298. package/src/customers/Branches/CreateMany/Response.ts +1 -1
  299. package/src/customers/Branches/CreateSingle/Request.ts +2 -13
  300. package/src/customers/Branches/GetMany/Request.ts +3 -6
  301. package/src/customers/Branches/GetMany/Response.ts +4 -25
  302. package/src/customers/Branches/GetSingle/Response.ts +2 -17
  303. package/src/customers/Branches/UpdateSingle/Request.ts +2 -6
  304. package/src/customers/Branches/UpdateSingleDefault/Request.ts +2 -2
  305. package/src/customers/Branches/interfaces.ts +9 -2
  306. package/src/customers/Customers/CreateMany/Request.ts +5 -0
  307. package/src/customers/Customers/CreateMany/Response.ts +4 -0
  308. package/src/customers/Customers/CreateSingle/Request.ts +2 -16
  309. package/src/customers/Customers/DeleteMany/Response.ts +1 -0
  310. package/src/customers/Customers/GetMany/Request.ts +3 -7
  311. package/src/customers/Customers/GetMany/Response.ts +4 -31
  312. package/src/customers/Customers/GetSingle/Response.ts +2 -28
  313. package/src/customers/Customers/UpdateMany/Request.ts +5 -0
  314. package/src/customers/Customers/UpdateMany/Response.ts +4 -0
  315. package/src/customers/Customers/UpdateManyStatuses/Request.ts +1 -1
  316. package/src/customers/Customers/UpdateManyStatuses/Response.ts +1 -0
  317. package/src/customers/Customers/UpdateSingle/Request.ts +2 -20
  318. package/src/customers/Customers/UpdateSingleStatus/Request.ts +3 -0
  319. package/src/customers/Customers/interfaces.ts +42 -0
  320. package/src/interfaces.ts +23 -0
  321. package/src/invoices/Documents/GetMany/Request.ts +3 -6
  322. package/src/invoices/Documents/GetMany/Response.ts +5 -22
  323. package/src/invoices/Documents/GetSingle/Response.ts +5 -1
  324. package/src/invoices/Documents/GetSingleLayout/Response.ts +33 -1
  325. package/src/invoices/Documents/UpdateManyStatuses/Request.ts +4 -0
  326. package/src/invoices/Documents/UpdateManyStatuses/Response.ts +3 -0
  327. package/src/invoices/Documents/UpdateSingleStatus/Request.ts +3 -1
  328. package/src/invoices/Documents/UpdateSingleStatus/Response.ts +3 -1
  329. package/src/invoices/Documents/UpsertMany/Request.ts +5 -0
  330. package/src/invoices/Documents/UpsertMany/Response.ts +3 -0
  331. package/src/invoices/Documents/UpsertSingle/Request.ts +3 -0
  332. package/src/invoices/Documents/UpsertSingle/Response.ts +3 -0
  333. package/src/invoices/Documents/UpsertSingleLayout/Request.ts +16 -1
  334. package/src/invoices/Documents/UpsertSingleLayout/Response.ts +3 -1
  335. package/src/invoices/Documents/documents.interfaces.ts +17 -0
  336. package/src/invoices/Documents/index.ts +6 -4
  337. package/src/invoices/Invoices/CreateMany/Request.ts +3 -0
  338. package/src/invoices/Invoices/CreateMany/Response.ts +3 -0
  339. package/src/invoices/Invoices/CreateReserved/Request.ts +9 -0
  340. package/src/invoices/Invoices/CreateReserved/Response.ts +3 -0
  341. package/src/invoices/Invoices/CreateSingle/Request.ts +47 -1
  342. package/src/invoices/Invoices/CreateSingle/Response.ts +3 -1
  343. package/src/invoices/Invoices/DeleteMany/Response.ts +3 -0
  344. package/src/invoices/Invoices/DeleteSingle/Response.ts +3 -1
  345. package/src/invoices/Invoices/GetDocumentTypes/Response.ts +3 -0
  346. package/src/invoices/Invoices/GetMany/Request.ts +12 -1
  347. package/src/invoices/Invoices/GetMany/Response.ts +14 -1
  348. package/src/invoices/Invoices/GetSingle/Response.ts +3 -1
  349. package/src/invoices/Invoices/UpdateMany/Request.ts +3 -0
  350. package/src/invoices/Invoices/UpdateMany/Response.ts +3 -0
  351. package/src/invoices/Invoices/UpdateSingle/Request.ts +4 -1
  352. package/src/invoices/Invoices/UpdateSingle/Response.ts +3 -1
  353. package/src/invoices/Invoices/index.ts +8 -8
  354. package/src/invoices/Invoices/invoices.interfaces.ts +62 -0
  355. package/src/invoices/PaymentConditions/CreateMany/Request.ts +5 -0
  356. package/src/invoices/PaymentConditions/CreateMany/Response.ts +3 -0
  357. package/src/invoices/PaymentConditions/CreateSingle/Request.ts +6 -0
  358. package/src/invoices/PaymentConditions/CreateSingle/Response.ts +3 -0
  359. package/src/invoices/PaymentConditions/DeleteMany/Response.ts +3 -0
  360. package/src/invoices/PaymentConditions/DeleteSingle/Response.ts +3 -0
  361. package/src/invoices/PaymentConditions/GetMany/Request.ts +5 -0
  362. package/src/invoices/PaymentConditions/GetMany/Response.ts +6 -0
  363. package/src/invoices/PaymentConditions/GetSingle/Response.ts +5 -0
  364. package/src/invoices/PaymentConditions/UpdateMany/Request.ts +5 -0
  365. package/src/invoices/PaymentConditions/UpdateMany/Response.ts +3 -0
  366. package/src/invoices/PaymentConditions/UpdateManyStatuses/Request.ts +4 -0
  367. package/src/invoices/PaymentConditions/UpdateManyStatuses/Response.ts +3 -0
  368. package/src/invoices/PaymentConditions/UpdateSingle/Request.ts +4 -0
  369. package/src/invoices/PaymentConditions/UpdateSingle/Response.ts +3 -0
  370. package/{lib/invoices/PaymentsConditions/UpdateSingleStatus/Request.d.ts → src/invoices/PaymentConditions/UpdateSingleStatus/Request.ts} +1 -0
  371. package/{lib/invoices/PaymentsConditions/UpdateSingleStatus/Response.d.ts → src/invoices/PaymentConditions/UpdateSingleStatus/Response.ts} +2 -0
  372. package/src/invoices/{PaymentsConditions → PaymentConditions}/index.ts +8 -0
  373. package/src/invoices/PaymentConditions/payment-conditions.interface.ts +10 -0
  374. package/src/invoices/Sellers/CreateMany/Request.ts +5 -0
  375. package/src/invoices/Sellers/CreateMany/Response.ts +3 -0
  376. package/src/invoices/Sellers/CreateSingle/Request.ts +3 -0
  377. package/src/invoices/Sellers/CreateSingle/Response.ts +3 -0
  378. package/src/invoices/Sellers/DeleteMany/Response.ts +3 -0
  379. package/src/invoices/Sellers/DeleteSingle/Response.ts +3 -0
  380. package/src/invoices/Sellers/GetMany/Request.ts +5 -0
  381. package/src/invoices/Sellers/GetMany/Response.ts +5 -0
  382. package/src/invoices/Sellers/GetSingle/Response.ts +5 -0
  383. package/src/invoices/Sellers/UpdateMany/Request.ts +5 -0
  384. package/src/invoices/Sellers/UpdateMany/Response.ts +3 -0
  385. package/src/invoices/Sellers/UpdateManyStatuses/Request.ts +4 -0
  386. package/src/invoices/Sellers/UpdateManyStatuses/Response.ts +3 -0
  387. package/src/invoices/Sellers/UpdateSingle/Request.ts +3 -0
  388. package/src/invoices/Sellers/UpdateSingle/Response.ts +3 -0
  389. package/src/invoices/Sellers/UpdateSingleStatus/Request.ts +3 -0
  390. package/src/invoices/Sellers/UpdateSingleStatus/Response.ts +3 -0
  391. package/src/invoices/{Seller → Sellers}/index.ts +8 -0
  392. package/src/invoices/Sellers/sellers.interface.ts +10 -0
  393. package/src/invoices/Statuses/GetMany/Response.ts +6 -1
  394. package/src/invoices/Statuses/UpdateSingle/Request.ts +4 -1
  395. package/src/invoices/Statuses/UpdateSingle/Response.ts +3 -1
  396. package/src/invoices/Statuses/statuses.interfaces.ts +4 -0
  397. package/src/invoices/Zones/CreateMany/Request.ts +5 -0
  398. package/src/invoices/Zones/CreateMany/Response.ts +3 -0
  399. package/src/invoices/Zones/CreateSingle/Request.ts +3 -3
  400. package/src/invoices/Zones/CreateSingle/Response.ts +3 -4
  401. package/src/invoices/Zones/DeleteMany/Response.ts +3 -0
  402. package/src/invoices/Zones/DeleteSingle/Response.ts +3 -4
  403. package/src/invoices/Zones/GetMany/Request.ts +4 -7
  404. package/src/invoices/Zones/GetMany/Response.ts +5 -7
  405. package/src/invoices/Zones/GetSingle/Response.ts +5 -0
  406. package/src/invoices/Zones/UpdateMany/Request.ts +5 -0
  407. package/src/invoices/Zones/UpdateMany/Response.ts +3 -0
  408. package/src/invoices/Zones/UpdateManyStatuses/Request.ts +5 -0
  409. package/src/invoices/Zones/UpdateManyStatuses/Response.ts +3 -0
  410. package/src/invoices/Zones/UpdateSingle/Request.ts +3 -3
  411. package/src/invoices/Zones/UpdateSingle/Response.ts +3 -4
  412. package/src/invoices/Zones/UpdateSingleStatus/Request.ts +3 -1
  413. package/src/invoices/Zones/UpdateSingleStatus/Response.ts +3 -1
  414. package/src/invoices/Zones/index.ts +8 -0
  415. package/src/invoices/Zones/interfaces.ts +8 -0
  416. package/src/invoices/index.ts +2 -2
  417. package/src/invoices/invoices.interfaces.ts +7 -0
  418. package/src/services/SellingTypes/GetMany/Response.ts +3 -6
  419. package/src/services/SellingTypes/GetSingle/Response.ts +3 -0
  420. package/src/services/SellingTypes/services.selling-types.interface.ts +9 -0
  421. package/src/services/Services/CreateMany/Request.ts +3 -0
  422. package/src/services/Services/CreateMany/Response.ts +3 -0
  423. package/src/services/Services/CreateSingle/Request.ts +3 -11
  424. package/src/services/Services/CreateSingle/Response.ts +3 -4
  425. package/src/services/Services/GetMany/Request.ts +3 -6
  426. package/src/services/Services/GetMany/Response.ts +4 -16
  427. package/src/services/Services/GetSingle/Response.ts +2 -16
  428. package/src/services/Services/UpdateMany/Request.ts +3 -0
  429. package/src/services/Services/UpdateMany/Response.ts +3 -0
  430. package/src/services/Services/UpdateManyStatuses/Request.ts +1 -1
  431. package/src/services/Services/UpdateSingle/Request.ts +3 -11
  432. package/src/services/Services/services.interface.ts +19 -0
  433. package/src/system/NaturalTypes/GetMany/Response.ts +5 -0
  434. package/src/system/NaturalTypes/GetSingle/Response.ts +4 -0
  435. package/src/system/PersonTypes/GetMany/Response.ts +3 -6
  436. package/src/system/PersonTypes/GetSingle/Response.ts +4 -0
  437. package/src/system/SellingTypes/GetMany/Response.ts +3 -9
  438. package/src/system/SellingTypes/GetSingle/Response.ts +3 -0
  439. package/src/system/SellingTypes/system.selling-types.interface.ts +10 -0
  440. package/src/system/TaxerTypes/GetMany/Response.ts +3 -6
  441. package/src/system/TaxerTypes/GetSingle/Response.ts +4 -0
  442. package/src/system/index.ts +1 -1
  443. package/lib/invoices/Documents/GetSingle/Request.d.ts +0 -2
  444. package/lib/invoices/Documents/GetSingle/Request.js.map +0 -1
  445. package/lib/invoices/Documents/GetSingleLayout/Request.d.ts +0 -2
  446. package/lib/invoices/Documents/GetSingleLayout/Request.js.map +0 -1
  447. package/lib/invoices/Documents/UpdateSingle/Request.d.ts +0 -2
  448. package/lib/invoices/Documents/UpdateSingle/Request.js.map +0 -1
  449. package/lib/invoices/Documents/UpdateSingle/Response.d.ts +0 -2
  450. package/lib/invoices/Documents/UpdateSingle/Response.js.map +0 -1
  451. package/lib/invoices/Invoices/CreateSingleReserved/Request.d.ts +0 -2
  452. package/lib/invoices/Invoices/CreateSingleReserved/Request.js.map +0 -1
  453. package/lib/invoices/Invoices/CreateSingleReserved/Response.d.ts +0 -2
  454. package/lib/invoices/Invoices/CreateSingleReserved/Response.js.map +0 -1
  455. package/lib/invoices/Invoices/GetInvoicesListReport/Request.d.ts +0 -2
  456. package/lib/invoices/Invoices/GetInvoicesListReport/Request.js.map +0 -1
  457. package/lib/invoices/Invoices/GetInvoicesListReport/Response.d.ts +0 -2
  458. package/lib/invoices/Invoices/GetInvoicesListReport/Response.js.map +0 -1
  459. package/lib/invoices/Invoices/GetManyDocumentTypes/Response.d.ts +0 -2
  460. package/lib/invoices/Invoices/GetManyDocumentTypes/Response.js.map +0 -1
  461. package/lib/invoices/Invoices/GetRecurrencies/Response.d.ts +0 -2
  462. package/lib/invoices/Invoices/GetRecurrencies/Response.js.map +0 -1
  463. package/lib/invoices/Invoices/GetReportGeneral/Request.d.ts +0 -2
  464. package/lib/invoices/Invoices/GetReportGeneral/Request.js.map +0 -1
  465. package/lib/invoices/Invoices/GetReportGeneral/Response.d.ts +0 -2
  466. package/lib/invoices/Invoices/GetReportGeneral/Response.js.map +0 -1
  467. package/lib/invoices/PaymentsConditions/CreateSingle/Request.d.ts +0 -2
  468. package/lib/invoices/PaymentsConditions/CreateSingle/Request.js.map +0 -1
  469. package/lib/invoices/PaymentsConditions/CreateSingle/Response.d.ts +0 -2
  470. package/lib/invoices/PaymentsConditions/CreateSingle/Response.js.map +0 -1
  471. package/lib/invoices/PaymentsConditions/DeleteSingle/Response.d.ts +0 -2
  472. package/lib/invoices/PaymentsConditions/DeleteSingle/Response.js.map +0 -1
  473. package/lib/invoices/PaymentsConditions/GetMany/Request.d.ts +0 -2
  474. package/lib/invoices/PaymentsConditions/GetMany/Request.js.map +0 -1
  475. package/lib/invoices/PaymentsConditions/GetMany/Response.d.ts +0 -2
  476. package/lib/invoices/PaymentsConditions/GetMany/Response.js.map +0 -1
  477. package/lib/invoices/PaymentsConditions/UpdateSingle/Request.d.ts +0 -2
  478. package/lib/invoices/PaymentsConditions/UpdateSingle/Request.js.map +0 -1
  479. package/lib/invoices/PaymentsConditions/UpdateSingle/Response.d.ts +0 -2
  480. package/lib/invoices/PaymentsConditions/UpdateSingle/Response.js.map +0 -1
  481. package/lib/invoices/PaymentsConditions/UpdateSingleStatus/Request.js.map +0 -1
  482. package/lib/invoices/PaymentsConditions/UpdateSingleStatus/Response.js.map +0 -1
  483. package/lib/invoices/PaymentsConditions/index.js.map +0 -1
  484. package/lib/invoices/Seller/CreateSingle/Request.d.ts +0 -2
  485. package/lib/invoices/Seller/CreateSingle/Request.js.map +0 -1
  486. package/lib/invoices/Seller/CreateSingle/Response.d.ts +0 -2
  487. package/lib/invoices/Seller/CreateSingle/Response.js.map +0 -1
  488. package/lib/invoices/Seller/DeleteSingle/Response.d.ts +0 -4
  489. package/lib/invoices/Seller/DeleteSingle/Response.js.map +0 -1
  490. package/lib/invoices/Seller/GetMany/Request.d.ts +0 -2
  491. package/lib/invoices/Seller/GetMany/Request.js.map +0 -1
  492. package/lib/invoices/Seller/GetMany/Response.d.ts +0 -2
  493. package/lib/invoices/Seller/GetMany/Response.js.map +0 -1
  494. package/lib/invoices/Seller/UpdateSingle/Request.d.ts +0 -2
  495. package/lib/invoices/Seller/UpdateSingle/Request.js.map +0 -1
  496. package/lib/invoices/Seller/UpdateSingle/Response.d.ts +0 -2
  497. package/lib/invoices/Seller/UpdateSingle/Response.js.map +0 -1
  498. package/lib/invoices/Seller/UpdateSingleStatus/Request.d.ts +0 -3
  499. package/lib/invoices/Seller/UpdateSingleStatus/Request.js.map +0 -1
  500. package/lib/invoices/Seller/UpdateSingleStatus/Response.d.ts +0 -4
  501. package/lib/invoices/Seller/UpdateSingleStatus/Response.js.map +0 -1
  502. package/lib/invoices/Seller/index.js.map +0 -1
  503. package/lib/system/TypeNaturals/GetMany/Response.d.ts +0 -7
  504. package/lib/system/TypeNaturals/GetMany/Response.js.map +0 -1
  505. package/lib/system/TypeNaturals/index.js.map +0 -1
  506. package/src/invoices/Documents/GetSingle/Request.ts +0 -1
  507. package/src/invoices/Documents/GetSingleLayout/Request.ts +0 -1
  508. package/src/invoices/Documents/UpdateSingle/Request.ts +0 -1
  509. package/src/invoices/Documents/UpdateSingle/Response.ts +0 -1
  510. package/src/invoices/Invoices/CreateSingleReserved/Request.ts +0 -1
  511. package/src/invoices/Invoices/CreateSingleReserved/Response.ts +0 -1
  512. package/src/invoices/Invoices/GetInvoicesListReport/Request.ts +0 -1
  513. package/src/invoices/Invoices/GetInvoicesListReport/Response.ts +0 -1
  514. package/src/invoices/Invoices/GetManyDocumentTypes/Response.ts +0 -1
  515. package/src/invoices/Invoices/GetRecurrencies/Response.ts +0 -1
  516. package/src/invoices/Invoices/GetReportGeneral/Request.ts +0 -1
  517. package/src/invoices/Invoices/GetReportGeneral/Response.ts +0 -1
  518. package/src/invoices/PaymentsConditions/CreateSingle/Request.ts +0 -1
  519. package/src/invoices/PaymentsConditions/CreateSingle/Response.ts +0 -1
  520. package/src/invoices/PaymentsConditions/DeleteSingle/Response.ts +0 -1
  521. package/src/invoices/PaymentsConditions/GetMany/Request.ts +0 -1
  522. package/src/invoices/PaymentsConditions/GetMany/Response.ts +0 -1
  523. package/src/invoices/PaymentsConditions/UpdateSingle/Request.ts +0 -1
  524. package/src/invoices/PaymentsConditions/UpdateSingle/Response.ts +0 -1
  525. package/src/invoices/Seller/CreateSingle/Request.ts +0 -1
  526. package/src/invoices/Seller/CreateSingle/Response.ts +0 -1
  527. package/src/invoices/Seller/DeleteSingle/Response.ts +0 -4
  528. package/src/invoices/Seller/GetMany/Request.ts +0 -1
  529. package/src/invoices/Seller/GetMany/Response.ts +0 -1
  530. package/src/invoices/Seller/UpdateSingle/Request.ts +0 -1
  531. package/src/invoices/Seller/UpdateSingle/Response.ts +0 -1
  532. package/src/invoices/Seller/UpdateSingleStatus/Request.ts +0 -3
  533. package/src/invoices/Seller/UpdateSingleStatus/Response.ts +0 -4
  534. package/src/system/TypeNaturals/GetMany/Response.ts +0 -8
  535. /package/lib/{invoices/Documents/GetSingle → customers/Customers/CreateMany}/Request.js +0 -0
  536. /package/lib/{invoices/Documents/UpdateSingle → customers/Customers/CreateMany}/Response.js +0 -0
  537. /package/lib/{invoices/Documents/GetSingleLayout → customers/Customers/UpdateMany}/Request.js +0 -0
  538. /package/lib/{invoices/Invoices/CreateSingleReserved → customers/Customers/UpdateMany}/Response.js +0 -0
  539. /package/lib/{invoices/Documents/UpdateSingle → customers/Customers/UpdateSingleStatus}/Request.js +0 -0
  540. /package/lib/invoices/{Invoices/CreateSingleReserved → Documents/UpdateManyStatuses}/Request.js +0 -0
  541. /package/lib/invoices/{Invoices/GetInvoicesListReport → Documents/UpdateManyStatuses}/Response.js +0 -0
  542. /package/lib/invoices/{Invoices/GetInvoicesListReport → Documents/UpsertMany}/Request.js +0 -0
  543. /package/lib/invoices/{Invoices/GetManyDocumentTypes → Documents/UpsertMany}/Response.js +0 -0
  544. /package/lib/invoices/{Invoices/GetReportGeneral → Documents/UpsertSingle}/Request.js +0 -0
  545. /package/lib/invoices/{Invoices/GetRecurrencies → Documents/UpsertSingle}/Response.js +0 -0
  546. /package/lib/invoices/{PaymentsConditions/CreateSingle → Invoices/CreateMany}/Request.js +0 -0
  547. /package/lib/invoices/Invoices/{GetReportGeneral → CreateMany}/Response.js +0 -0
  548. /package/lib/invoices/{PaymentsConditions/GetMany → Invoices/CreateReserved}/Request.js +0 -0
  549. /package/lib/invoices/{PaymentsConditions/CreateSingle → Invoices/CreateReserved}/Response.js +0 -0
  550. /package/lib/invoices/{PaymentsConditions/DeleteSingle → Invoices/DeleteMany}/Response.js +0 -0
  551. /package/lib/invoices/{PaymentsConditions/GetMany → Invoices/GetDocumentTypes}/Response.js +0 -0
  552. /package/lib/invoices/{PaymentsConditions/UpdateSingle → Invoices/UpdateMany}/Request.js +0 -0
  553. /package/lib/invoices/{PaymentsConditions/UpdateSingle → Invoices/UpdateMany}/Response.js +0 -0
  554. /package/lib/invoices/{PaymentsConditions/UpdateSingleStatus → PaymentConditions/CreateMany}/Request.js +0 -0
  555. /package/lib/invoices/{PaymentsConditions/UpdateSingleStatus → PaymentConditions/CreateMany}/Response.js +0 -0
  556. /package/lib/invoices/{Seller → PaymentConditions}/CreateSingle/Request.js +0 -0
  557. /package/lib/invoices/{Seller → PaymentConditions}/CreateSingle/Response.js +0 -0
  558. /package/lib/invoices/{Seller/DeleteSingle → PaymentConditions/DeleteMany}/Response.js +0 -0
  559. /package/lib/invoices/{Seller/GetMany → PaymentConditions/DeleteSingle}/Response.js +0 -0
  560. /package/lib/invoices/{Seller → PaymentConditions}/GetMany/Request.js +0 -0
  561. /package/lib/invoices/{Seller/UpdateSingle → PaymentConditions/GetMany}/Response.js +0 -0
  562. /package/lib/invoices/{Seller/UpdateSingleStatus → PaymentConditions/GetSingle}/Response.js +0 -0
  563. /package/lib/invoices/{Seller/UpdateSingle → PaymentConditions/UpdateMany}/Request.js +0 -0
  564. /package/lib/{system/TypeNaturals/GetMany → invoices/PaymentConditions/UpdateMany}/Response.js +0 -0
  565. /package/lib/invoices/{Seller/UpdateSingleStatus → PaymentConditions/UpdateManyStatuses}/Request.js +0 -0
  566. /package/lib/system/{TypeNaturals → NaturalTypes}/index.d.ts +0 -0
  567. /package/lib/system/{TypeNaturals → NaturalTypes}/index.js +0 -0
  568. /package/src/system/{TypeNaturals → NaturalTypes}/index.ts +0 -0
@@ -0,0 +1,2 @@
1
+ import { InvoicesSellersRequest } from '../sellers.interface';
2
+ export type InvoicesSellersCreateSingleRequest = Omit<InvoicesSellersRequest, 'active'>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/CreateSingle/Request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { SingleResponse } from '../../../interfaces';
2
+ export type InvoicesSellersCreateSingleResponse = SingleResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/CreateSingle/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { ManyResponse } from '../../../interfaces';
2
+ export type InvoicesSellersDeleteManyResponse = ManyResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/DeleteMany/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { SingleResponse } from '../../../interfaces';
2
+ export type InvoicesSellerDeleteSingleResponse = SingleResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/DeleteSingle/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { GetManyRequest } from '../../../interfaces';
2
+ export type InvoicesSellersGetManyRequest = GetManyRequest & {
3
+ active?: boolean;
4
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/GetMany/Request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { InvoicesSellersResponse } from '../sellers.interface';
2
+ export interface InvoicesSellerGetManyResponse {
3
+ data: InvoicesSellersResponse[];
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/GetMany/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { InvoicesSellersResponse } from '../sellers.interface';
2
+ export interface InvoicesSellersGetSingleRsponse {
3
+ data: InvoicesSellersResponse;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/GetSingle/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { InvoicesSellersUpdateSingleRequest } from '../UpdateSingleStatus/Request';
2
+ export interface InvoicesSellersUpdateManyRequest {
3
+ data: InvoicesSellersUpdateSingleRequest[];
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateMany/Request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { ManyResponse } from '../../../interfaces';
2
+ export type InvoicesSellersUpdateManyResponse = ManyResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateMany/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export interface InvoicesSellersUpdateManyStatusesRequest {
2
+ ids: string[];
3
+ active: boolean;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateManyStatuses/Request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { ManyResponse } from '../../../interfaces';
2
+ export type InvoicesSellersUpdateManyStatusesResponse = ManyResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateManyStatuses/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { InvoicesSellersRequest } from '../sellers.interface';
2
+ export type InvoicesSellerUpdateSingleRequest = Omit<Partial<InvoicesSellersRequest>, 'active'>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateSingle/Request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { SingleResponse } from '../../../interfaces';
2
+ export type InvoicesSellersUpdateSingleResponse = SingleResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateSingle/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { InvoicesSellersRequest } from '../sellers.interface';
2
+ export type InvoicesSellersUpdateSingleRequest = Pick<InvoicesSellersRequest, 'active'>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateSingleStatus/Request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { SingleResponse } from '../../../interfaces';
2
+ export type InvoicesSellersUpdateSingleStatusResponse = SingleResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Sellers/UpdateSingleStatus/Response.ts"],"names":[],"mappings":""}
@@ -1,8 +1,16 @@
1
+ export * from './CreateMany/Request';
2
+ export * from './CreateMany/Response';
1
3
  export * from './CreateSingle/Request';
2
4
  export * from './CreateSingle/Response';
5
+ export * from './DeleteMany/Response';
3
6
  export * from './DeleteSingle/Response';
4
7
  export * from './GetMany/Request';
5
8
  export * from './GetMany/Response';
9
+ export * from './GetSingle/Response';
10
+ export * from './UpdateMany/Request';
11
+ export * from './UpdateMany/Response';
12
+ export * from './UpdateManyStatuses/Request';
13
+ export * from './UpdateManyStatuses/Response';
6
14
  export * from './UpdateSingle/Request';
7
15
  export * from './UpdateSingle/Response';
8
16
  export * from './UpdateSingleStatus/Request';
@@ -14,11 +14,19 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./CreateMany/Request"), exports);
18
+ __exportStar(require("./CreateMany/Response"), exports);
17
19
  __exportStar(require("./CreateSingle/Request"), exports);
18
20
  __exportStar(require("./CreateSingle/Response"), exports);
21
+ __exportStar(require("./DeleteMany/Response"), exports);
19
22
  __exportStar(require("./DeleteSingle/Response"), exports);
20
23
  __exportStar(require("./GetMany/Request"), exports);
21
24
  __exportStar(require("./GetMany/Response"), exports);
25
+ __exportStar(require("./GetSingle/Response"), exports);
26
+ __exportStar(require("./UpdateMany/Request"), exports);
27
+ __exportStar(require("./UpdateMany/Response"), exports);
28
+ __exportStar(require("./UpdateManyStatuses/Request"), exports);
29
+ __exportStar(require("./UpdateManyStatuses/Response"), exports);
22
30
  __exportStar(require("./UpdateSingle/Request"), exports);
23
31
  __exportStar(require("./UpdateSingle/Response"), exports);
24
32
  __exportStar(require("./UpdateSingleStatus/Request"), exports);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/invoices/Sellers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAoC;AACpC,wDAAqC;AACrC,yDAAsC;AACtC,0DAAuC;AACvC,wDAAqC;AACrC,0DAAuC;AACvC,oDAAiC;AACjC,qDAAkC;AAClC,uDAAoC;AACpC,uDAAoC;AACpC,wDAAqC;AACrC,+DAA4C;AAC5C,gEAA6C;AAC7C,yDAAsC;AACtC,0DAAuC;AACvC,+DAA4C;AAC5C,gEAA6C"}
@@ -0,0 +1,8 @@
1
+ export interface InvoicesSellers {
2
+ id: string;
3
+ name: string;
4
+ active: boolean;
5
+ invoicesZone: string;
6
+ }
7
+ export type InvoicesSellersResponse = InvoicesSellers;
8
+ export type InvoicesSellersRequest = Omit<InvoicesSellers, 'id'>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=sellers.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sellers.interface.js","sourceRoot":"","sources":["../../../src/invoices/Sellers/sellers.interface.ts"],"names":[],"mappings":""}
@@ -1,2 +1,5 @@
1
- export interface InvoicesStatusesGetManyResponse {
2
- }
1
+ import { GetManyResponse } from '../../../interfaces';
2
+ import { InvoicesStatusesResponse } from '../statuses.interfaces';
3
+ export type InvoicesStatusesGetManyResponse = Pick<GetManyResponse, 'count'> & {
4
+ data: InvoicesStatusesResponse[];
5
+ };
@@ -1,2 +1,4 @@
1
1
  export interface InvoicesStatusesUpdateSingleRequest {
2
+ invoiceId: string;
3
+ inviceStatusId: string;
2
4
  }
@@ -1,2 +1,2 @@
1
- export interface InvoicesStatusesUpdateSingleResponse {
2
- }
1
+ import { SingleResponse } from '../../../interfaces';
2
+ export type InvoicesStatusesUpdateSingleResponse = SingleResponse;
@@ -0,0 +1,4 @@
1
+ export interface InvoicesStatusesResponse {
2
+ id: number;
3
+ name: string;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=statuses.interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"statuses.interfaces.js","sourceRoot":"","sources":["../../../src/invoices/Statuses/statuses.interfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { InvoicesZonesCreateSingleRequest } from '../CreateSingle/Request';
2
+ export interface InvoicesZonesCreateManyRequest {
3
+ data: InvoicesZonesCreateSingleRequest[];
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/CreateMany/Request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { ManyResponse } from '../../../interfaces';
2
+ export type InvoicesZonesCreateManyResponse = ManyResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/CreateMany/Response.ts"],"names":[],"mappings":""}
@@ -1,3 +1,2 @@
1
- export interface InvoicesZonesCreateSingleRequest {
2
- name: string;
3
- }
1
+ import { InvoicesZonesRequest } from '../interfaces';
2
+ export type InvoicesZonesCreateSingleRequest = Pick<InvoicesZonesRequest, 'name'>;
@@ -1,4 +1,2 @@
1
- export interface InvoicesZonesCreateSingleResponse {
2
- id: string;
3
- message: string;
4
- }
1
+ import { SingleResponse } from '../../../interfaces';
2
+ export type InvoicesZonesCreateSingleResponse = SingleResponse;
@@ -0,0 +1,2 @@
1
+ import { ManyResponse } from '../../../interfaces';
2
+ export type InvoicesZonesDeleteManyResponse = ManyResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/DeleteMany/Response.ts"],"names":[],"mappings":""}
@@ -1,4 +1,2 @@
1
- export interface InvoicesZonesDeleteSingleResponse {
2
- id: string;
3
- message: string;
4
- }
1
+ import { SingleResponse } from '../../../interfaces';
2
+ export type InvoicesZonesDeleteSingleResponse = SingleResponse;
@@ -1,8 +1,4 @@
1
- export interface InvoicesZonesGetManyRequest {
2
- limit: number;
3
- page: number;
4
- search: string;
5
- prop: string;
6
- order: string;
7
- active: boolean;
8
- }
1
+ import { GetManyRequest } from '../../../interfaces';
2
+ export type InvoicesZonesGetManyRequest = GetManyRequest & {
3
+ active?: boolean;
4
+ };
@@ -1,8 +1,5 @@
1
- export interface InvoicesZonesMany {
2
- id: string;
3
- name: string;
4
- active: boolean;
5
- }
6
- export interface InvoicesZonesGetManyResponse {
7
- data: InvoicesZonesMany[];
8
- }
1
+ import { GetManyResponse } from '../../../interfaces';
2
+ import { InvoicesZonesResponse } from '../interfaces';
3
+ export type InvoicesZonesGetManyResponse = GetManyResponse & {
4
+ data: InvoicesZonesResponse[];
5
+ };
@@ -0,0 +1,4 @@
1
+ import { InvoicesZonesResponse } from '../interfaces';
2
+ export interface InvoicesZonesGetSingleResponse {
3
+ data: InvoicesZonesResponse;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/GetSingle/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { InvoicesZonesUpdateSingleRequest } from '../UpdateSingle/Request';
2
+ export interface InvoicesZonesUpdateManyRequest {
3
+ data: InvoicesZonesUpdateSingleRequest[];
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/UpdateMany/Request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { ManyResponse } from '../../../interfaces';
2
+ export type InvoicesZonesUpdateManyResponse = ManyResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/UpdateMany/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { InvoicesZonesRequest } from '../interfaces';
2
+ export type InvoicesZonesUpdateManyStatusesRequest = Pick<InvoicesZonesRequest, 'active'> & {
3
+ ids: string[];
4
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/UpdateManyStatuses/Request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { ManyResponse } from '../../../interfaces';
2
+ export type InvoicesZonesUpdateManyStatusesResponse = ManyResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Zones/UpdateManyStatuses/Response.ts"],"names":[],"mappings":""}
@@ -1,3 +1,2 @@
1
- export interface InvoicesZonesUpdateSingleRequest {
2
- name: string;
3
- }
1
+ import { InvoicesZonesRequest } from '../interfaces';
2
+ export type InvoicesZonesUpdateSingleRequest = Pick<Partial<InvoicesZonesRequest>, 'name'>;
@@ -1,4 +1,2 @@
1
- export interface InvoicesZonesUpdateSingleResponse {
2
- id: string;
3
- message: string;
4
- }
1
+ import { SingleResponse } from '../../../interfaces';
2
+ export type InvoicesZonesUpdateSingleResponse = SingleResponse;
@@ -1,2 +1,2 @@
1
- export interface InvoicesZonesUpdateSingleStatusRequest {
2
- }
1
+ import { InvoicesZonesRequest } from '../interfaces';
2
+ export type InvoicesZonesUpdateSingleStatusRequest = Pick<InvoicesZonesRequest, 'active'>;
@@ -1,2 +1,2 @@
1
- export interface InvoicesZonesUpdateSingleStatusResponse {
2
- }
1
+ import { SingleResponse } from '../../../interfaces';
2
+ export type InvoicesZonesUpdateSingleStatusResponse = SingleResponse;
@@ -1,8 +1,16 @@
1
+ export * from './CreateMany/Request';
2
+ export * from './CreateMany/Response';
1
3
  export * from './CreateSingle/Request';
2
4
  export * from './CreateSingle/Response';
5
+ export * from './DeleteMany/Response';
3
6
  export * from './DeleteSingle/Response';
4
7
  export * from './GetMany/Request';
5
8
  export * from './GetMany/Response';
9
+ export * from './GetSingle/Response';
10
+ export * from './UpdateMany/Request';
11
+ export * from './UpdateMany/Response';
12
+ export * from './UpdateManyStatuses/Request';
13
+ export * from './UpdateManyStatuses/Response';
6
14
  export * from './UpdateSingle/Request';
7
15
  export * from './UpdateSingle/Response';
8
16
  export * from './UpdateSingleStatus/Request';
@@ -14,11 +14,19 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./CreateMany/Request"), exports);
18
+ __exportStar(require("./CreateMany/Response"), exports);
17
19
  __exportStar(require("./CreateSingle/Request"), exports);
18
20
  __exportStar(require("./CreateSingle/Response"), exports);
21
+ __exportStar(require("./DeleteMany/Response"), exports);
19
22
  __exportStar(require("./DeleteSingle/Response"), exports);
20
23
  __exportStar(require("./GetMany/Request"), exports);
21
24
  __exportStar(require("./GetMany/Response"), exports);
25
+ __exportStar(require("./GetSingle/Response"), exports);
26
+ __exportStar(require("./UpdateMany/Request"), exports);
27
+ __exportStar(require("./UpdateMany/Response"), exports);
28
+ __exportStar(require("./UpdateManyStatuses/Request"), exports);
29
+ __exportStar(require("./UpdateManyStatuses/Response"), exports);
22
30
  __exportStar(require("./UpdateSingle/Request"), exports);
23
31
  __exportStar(require("./UpdateSingle/Response"), exports);
24
32
  __exportStar(require("./UpdateSingleStatus/Request"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/invoices/Zones/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC;AACtC,0DAAuC;AACvC,0DAAuC;AACvC,oDAAiC;AACjC,qDAAkC;AAClC,yDAAsC;AACtC,0DAAuC;AACvC,+DAA4C;AAC5C,gEAA6C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/invoices/Zones/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAoC;AACpC,wDAAqC;AACrC,yDAAsC;AACtC,0DAAuC;AACvC,wDAAqC;AACrC,0DAAuC;AACvC,oDAAiC;AACjC,qDAAkC;AAClC,uDAAoC;AACpC,uDAAoC;AACpC,wDAAqC;AACrC,+DAA4C;AAC5C,gEAA6C;AAC7C,yDAAsC;AACtC,0DAAuC;AACvC,+DAA4C;AAC5C,gEAA6C"}
@@ -0,0 +1,7 @@
1
+ export interface InvoicesZones {
2
+ id: string;
3
+ name: string;
4
+ active: boolean;
5
+ }
6
+ export type InvoicesZonesRequest = Omit<InvoicesZones, 'id'>;
7
+ export type InvoicesZonesResponse = InvoicesZones;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/invoices/Zones/interfaces.ts"],"names":[],"mappings":""}
@@ -1,7 +1,7 @@
1
1
  export * from './Calculation/';
2
2
  export * from './Documents/';
3
3
  export * from './Invoices/';
4
- export * from './PaymentsConditions/';
5
- export * from './Seller/';
4
+ export * from './PaymentConditions';
5
+ export * from './Sellers';
6
6
  export * from './Statuses/';
7
7
  export * from './Zones/';
@@ -17,8 +17,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./Calculation/"), exports);
18
18
  __exportStar(require("./Documents/"), exports);
19
19
  __exportStar(require("./Invoices/"), exports);
20
- __exportStar(require("./PaymentsConditions/"), exports);
21
- __exportStar(require("./Seller/"), exports);
20
+ __exportStar(require("./PaymentConditions"), exports);
21
+ __exportStar(require("./Sellers"), exports);
22
22
  __exportStar(require("./Statuses/"), exports);
23
23
  __exportStar(require("./Zones/"), exports);
24
24
  //# sourceMappingURL=index.js.map