@openbox/shared-types 0.1.85 → 0.1.87

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 (206) hide show
  1. package/lib/src/accounting/Entries/CreateSingle/Request.js.map +1 -0
  2. package/lib/src/accounting/Entries/CreateSingle/Response.js.map +1 -0
  3. package/lib/src/accounting/Entries/DeleteSingle/Response.js.map +1 -0
  4. package/lib/src/accounting/Entries/GetManyTypes/Response.js.map +1 -0
  5. package/lib/src/accounting/Entries/GetSingle/Response.js.map +1 -0
  6. package/lib/src/accounting/Entries/GetSingleSerie/Response.js.map +1 -0
  7. package/lib/src/accounting/Entries/UpdateSingle/Request.js.map +1 -0
  8. package/lib/src/accounting/Entries/UpdateSingle/Response.js.map +1 -0
  9. package/lib/src/accounting/{entries → Entries}/index.js.map +1 -1
  10. package/lib/src/accounting/index.d.ts +5 -5
  11. package/lib/src/accounting/index.js +5 -5
  12. package/lib/src/accounting/index.js.map +1 -1
  13. package/lib/src/customers/Branches/{CreateMany → CreateSingle}/Request.d.ts +1 -4
  14. package/lib/src/customers/Branches/CreateSingle/Request.js.map +1 -0
  15. package/lib/src/customers/Branches/CreateSingle/Response.d.ts +4 -0
  16. package/lib/src/customers/Branches/CreateSingle/Response.js.map +1 -0
  17. package/lib/src/customers/Branches/GetMany/Response.d.ts +3 -3
  18. package/lib/src/customers/Branches/GetSingle/Response.d.ts +1 -1
  19. package/lib/src/customers/Branches/index.d.ts +10 -11
  20. package/lib/src/customers/Branches/index.js +24 -0
  21. package/lib/src/customers/Branches/index.js.map +1 -1
  22. package/lib/src/customers/Customers/CreateSingle/Request.d.ts +2 -2
  23. package/lib/src/customers/Customers/GetMany/Response.d.ts +1 -1
  24. package/lib/src/customers/Customers/GetSingle/Response.d.ts +4 -4
  25. package/lib/src/customers/Customers/index.d.ts +13 -14
  26. package/lib/src/customers/Customers/index.js +27 -0
  27. package/lib/src/customers/Customers/index.js.map +1 -1
  28. package/lib/src/customers/index.d.ts +2 -3
  29. package/lib/src/customers/index.js +16 -0
  30. package/lib/src/customers/index.js.map +1 -1
  31. package/lib/src/index.d.ts +1 -1
  32. package/lib/src/index.js +1 -1
  33. package/lib/src/index.js.map +1 -1
  34. package/lib/src/invoices/index.d.ts +7 -7
  35. package/lib/src/invoices/index.js +7 -7
  36. package/lib/src/invoices/index.js.map +1 -1
  37. package/lib/src/providers/index.d.ts +9 -9
  38. package/lib/src/providers/index.js +9 -9
  39. package/lib/src/providers/index.js.map +1 -1
  40. package/lib/src/services/SellingTypes/index.d.ts +1 -2
  41. package/lib/src/services/SellingTypes/index.js +15 -0
  42. package/lib/src/services/SellingTypes/index.js.map +1 -1
  43. package/lib/src/services/Services/index.d.ts +14 -15
  44. package/lib/src/services/Services/index.js +28 -0
  45. package/lib/src/services/Services/index.js.map +1 -1
  46. package/lib/src/services/index.d.ts +3 -3
  47. package/lib/src/services/index.js +3 -3
  48. package/lib/src/services/index.js.map +1 -1
  49. package/lib/src/system/Cities/GetMany/Response.js.map +1 -0
  50. package/lib/src/system/Cities/index.d.ts +1 -0
  51. package/lib/src/system/Cities/index.js +18 -0
  52. package/lib/src/system/Cities/index.js.map +1 -0
  53. package/lib/src/system/Countries/GetMany/Response.js.map +1 -0
  54. package/lib/src/system/Countries/index.d.ts +1 -0
  55. package/lib/src/system/Countries/index.js +18 -0
  56. package/lib/src/system/Countries/index.js.map +1 -0
  57. package/lib/src/system/PersonTypes/GetMany/Response.js.map +1 -0
  58. package/lib/src/system/PersonTypes/index.d.ts +1 -0
  59. package/lib/src/system/PersonTypes/index.js +18 -0
  60. package/lib/src/system/PersonTypes/index.js.map +1 -0
  61. package/lib/src/system/SellingTypes/GetMany/Response.js.map +1 -0
  62. package/lib/src/system/SellingTypes/index.d.ts +1 -0
  63. package/lib/src/system/SellingTypes/index.js +18 -0
  64. package/lib/src/system/SellingTypes/index.js.map +1 -0
  65. package/lib/src/system/States/GetMany/Response.js.map +1 -0
  66. package/lib/src/system/States/index.d.ts +1 -0
  67. package/lib/src/system/States/index.js +18 -0
  68. package/lib/src/system/States/index.js.map +1 -0
  69. package/lib/src/system/TaxerTypes/GetMany/Response.js.map +1 -0
  70. package/lib/src/system/TaxerTypes/index.d.ts +1 -0
  71. package/lib/src/system/TaxerTypes/index.js +18 -0
  72. package/lib/src/system/TaxerTypes/index.js.map +1 -0
  73. package/lib/src/system/TypeNaturals/GetMany/Response.js.map +1 -0
  74. package/lib/src/system/TypeNaturals/index.d.ts +1 -0
  75. package/lib/src/system/TypeNaturals/index.js +18 -0
  76. package/lib/src/system/TypeNaturals/index.js.map +1 -0
  77. package/lib/src/system/index.d.ts +7 -0
  78. package/lib/src/system/index.js +24 -0
  79. package/lib/src/system/index.js.map +1 -0
  80. package/package.json +1 -1
  81. package/src/accounting/index.ts +5 -5
  82. package/src/customers/Branches/{CreateMany → CreateSingle}/Request.ts +1 -5
  83. package/src/customers/Branches/CreateSingle/Response.ts +4 -0
  84. package/src/customers/Branches/GetMany/Response.ts +3 -3
  85. package/src/customers/Branches/GetSingle/Response.ts +1 -1
  86. package/src/customers/Branches/index.ts +10 -29
  87. package/src/customers/Customers/CreateSingle/Request.ts +2 -2
  88. package/src/customers/Customers/GetMany/Response.ts +1 -1
  89. package/src/customers/Customers/GetSingle/Response.ts +4 -4
  90. package/src/customers/Customers/index.ts +13 -31
  91. package/src/customers/index.ts +2 -59
  92. package/src/index.ts +1 -1
  93. package/src/invoices/index.ts +7 -7
  94. package/src/providers/index.ts +9 -9
  95. package/src/services/SellingTypes/index.ts +1 -3
  96. package/src/services/Services/index.ts +14 -33
  97. package/src/services/index.ts +3 -3
  98. package/src/system/Cities/index.ts +1 -0
  99. package/src/system/Countries/index.ts +1 -0
  100. package/src/system/PersonTypes/index.ts +1 -0
  101. package/src/system/SellingTypes/index.ts +1 -0
  102. package/src/system/States/index.ts +1 -0
  103. package/src/system/TaxerTypes/index.ts +1 -0
  104. package/src/system/TypeNaturals/index.ts +1 -0
  105. package/src/system/index.ts +7 -0
  106. package/lib/src/System/Cities/GetMany/Response.js.map +0 -1
  107. package/lib/src/System/Cities/index.d.ts +0 -2
  108. package/lib/src/System/Cities/index.js +0 -3
  109. package/lib/src/System/Cities/index.js.map +0 -1
  110. package/lib/src/System/Countries/GetMany/Response.js.map +0 -1
  111. package/lib/src/System/Countries/index.d.ts +0 -2
  112. package/lib/src/System/Countries/index.js +0 -3
  113. package/lib/src/System/Countries/index.js.map +0 -1
  114. package/lib/src/System/PersonTypes/GetMany/Response.js.map +0 -1
  115. package/lib/src/System/PersonTypes/index.d.ts +0 -2
  116. package/lib/src/System/PersonTypes/index.js +0 -3
  117. package/lib/src/System/PersonTypes/index.js.map +0 -1
  118. package/lib/src/System/SellingTypes/GetMany/Response.js.map +0 -1
  119. package/lib/src/System/SellingTypes/index.d.ts +0 -2
  120. package/lib/src/System/SellingTypes/index.js +0 -3
  121. package/lib/src/System/SellingTypes/index.js.map +0 -1
  122. package/lib/src/System/States/GetMany/Response.js.map +0 -1
  123. package/lib/src/System/States/index.d.ts +0 -2
  124. package/lib/src/System/States/index.js +0 -3
  125. package/lib/src/System/States/index.js.map +0 -1
  126. package/lib/src/System/TaxerTypes/GetMany/Response.js.map +0 -1
  127. package/lib/src/System/TaxerTypes/index.d.ts +0 -2
  128. package/lib/src/System/TaxerTypes/index.js +0 -3
  129. package/lib/src/System/TaxerTypes/index.js.map +0 -1
  130. package/lib/src/System/TypeNaturals/GetMany/Response.js.map +0 -1
  131. package/lib/src/System/TypeNaturals/index.d.ts +0 -2
  132. package/lib/src/System/TypeNaturals/index.js +0 -3
  133. package/lib/src/System/TypeNaturals/index.js.map +0 -1
  134. package/lib/src/System/index.d.ts +0 -8
  135. package/lib/src/System/index.js +0 -3
  136. package/lib/src/System/index.js.map +0 -1
  137. package/lib/src/accounting/entries/CreateSingle/Request.js.map +0 -1
  138. package/lib/src/accounting/entries/CreateSingle/Response.js.map +0 -1
  139. package/lib/src/accounting/entries/DeleteSingle/Response.js.map +0 -1
  140. package/lib/src/accounting/entries/GetManyTypes/Response.js.map +0 -1
  141. package/lib/src/accounting/entries/GetSingle/Response.js.map +0 -1
  142. package/lib/src/accounting/entries/GetSingleSerie/Response.js.map +0 -1
  143. package/lib/src/accounting/entries/UpdateSingle/Request.js.map +0 -1
  144. package/lib/src/accounting/entries/UpdateSingle/Response.js.map +0 -1
  145. package/lib/src/customers/Branches/CreateMany/Request.js.map +0 -1
  146. package/lib/src/customers/Branches/CreateMany/Response.d.ts +0 -4
  147. package/lib/src/customers/Branches/CreateMany/Response.js.map +0 -1
  148. package/src/System/Cities/index.ts +0 -3
  149. package/src/System/Countries/index.ts +0 -3
  150. package/src/System/PersonTypes/index.ts +0 -3
  151. package/src/System/SellingTypes/index.ts +0 -3
  152. package/src/System/States/index.ts +0 -3
  153. package/src/System/TaxerTypes/index.ts +0 -3
  154. package/src/System/TypeNaturals/index.ts +0 -3
  155. package/src/System/index.ts +0 -24
  156. package/src/customers/Branches/CreateMany/Response.ts +0 -4
  157. /package/lib/src/accounting/{entries → Entries}/CreateSingle/Request.d.ts +0 -0
  158. /package/lib/src/accounting/{entries → Entries}/CreateSingle/Request.js +0 -0
  159. /package/lib/src/accounting/{entries → Entries}/CreateSingle/Response.d.ts +0 -0
  160. /package/lib/src/{System/Cities/GetMany → accounting/Entries/CreateSingle}/Response.js +0 -0
  161. /package/lib/src/accounting/{entries → Entries}/DeleteSingle/Response.d.ts +0 -0
  162. /package/lib/src/{System/Countries/GetMany → accounting/Entries/DeleteSingle}/Response.js +0 -0
  163. /package/lib/src/accounting/{entries → Entries}/GetManyTypes/Response.d.ts +0 -0
  164. /package/lib/src/{System/PersonTypes/GetMany → accounting/Entries/GetManyTypes}/Response.js +0 -0
  165. /package/lib/src/accounting/{entries → Entries}/GetSingle/Response.d.ts +0 -0
  166. /package/lib/src/{System/SellingTypes/GetMany → accounting/Entries/GetSingle}/Response.js +0 -0
  167. /package/lib/src/accounting/{entries → Entries}/GetSingleSerie/Response.d.ts +0 -0
  168. /package/lib/src/{System/States/GetMany → accounting/Entries/GetSingleSerie}/Response.js +0 -0
  169. /package/lib/src/accounting/{entries → Entries}/UpdateSingle/Request.d.ts +0 -0
  170. /package/lib/src/accounting/{entries → Entries}/UpdateSingle/Request.js +0 -0
  171. /package/lib/src/accounting/{entries → Entries}/UpdateSingle/Response.d.ts +0 -0
  172. /package/lib/src/{System/TaxerTypes/GetMany → accounting/Entries/UpdateSingle}/Response.js +0 -0
  173. /package/lib/src/accounting/{entries → Entries}/index.d.ts +0 -0
  174. /package/lib/src/accounting/{entries → Entries}/index.js +0 -0
  175. /package/lib/src/customers/Branches/{CreateMany → CreateSingle}/Request.js +0 -0
  176. /package/lib/src/{System/TypeNaturals/GetMany → customers/Branches/CreateSingle}/Response.js +0 -0
  177. /package/lib/src/{System → system}/Cities/GetMany/Response.d.ts +0 -0
  178. /package/lib/src/{accounting/entries/CreateSingle → system/Cities/GetMany}/Response.js +0 -0
  179. /package/lib/src/{System → system}/Countries/GetMany/Response.d.ts +0 -0
  180. /package/lib/src/{accounting/entries/DeleteSingle → system/Countries/GetMany}/Response.js +0 -0
  181. /package/lib/src/{System → system}/PersonTypes/GetMany/Response.d.ts +0 -0
  182. /package/lib/src/{accounting/entries/GetManyTypes → system/PersonTypes/GetMany}/Response.js +0 -0
  183. /package/lib/src/{System → system}/SellingTypes/GetMany/Response.d.ts +0 -0
  184. /package/lib/src/{accounting/entries/GetSingle → system/SellingTypes/GetMany}/Response.js +0 -0
  185. /package/lib/src/{System → system}/States/GetMany/Response.d.ts +0 -0
  186. /package/lib/src/{accounting/entries/GetSingleSerie → system/States/GetMany}/Response.js +0 -0
  187. /package/lib/src/{System → system}/TaxerTypes/GetMany/Response.d.ts +0 -0
  188. /package/lib/src/{accounting/entries/UpdateSingle → system/TaxerTypes/GetMany}/Response.js +0 -0
  189. /package/lib/src/{System → system}/TypeNaturals/GetMany/Response.d.ts +0 -0
  190. /package/lib/src/{customers/Branches/CreateMany → system/TypeNaturals/GetMany}/Response.js +0 -0
  191. /package/src/accounting/{entries → Entries}/CreateSingle/Request.ts +0 -0
  192. /package/src/accounting/{entries → Entries}/CreateSingle/Response.ts +0 -0
  193. /package/src/accounting/{entries → Entries}/DeleteSingle/Response.ts +0 -0
  194. /package/src/accounting/{entries → Entries}/GetManyTypes/Response.ts +0 -0
  195. /package/src/accounting/{entries → Entries}/GetSingle/Response.ts +0 -0
  196. /package/src/accounting/{entries → Entries}/GetSingleSerie/Response.ts +0 -0
  197. /package/src/accounting/{entries → Entries}/UpdateSingle/Request.ts +0 -0
  198. /package/src/accounting/{entries → Entries}/UpdateSingle/Response.ts +0 -0
  199. /package/src/accounting/{entries → Entries}/index.ts +0 -0
  200. /package/src/{System → system}/Cities/GetMany/Response.ts +0 -0
  201. /package/src/{System → system}/Countries/GetMany/Response.ts +0 -0
  202. /package/src/{System → system}/PersonTypes/GetMany/Response.ts +0 -0
  203. /package/src/{System → system}/SellingTypes/GetMany/Response.ts +0 -0
  204. /package/src/{System → system}/States/GetMany/Response.ts +0 -0
  205. /package/src/{System → system}/TaxerTypes/GetMany/Response.ts +0 -0
  206. /package/src/{System → system}/TypeNaturals/GetMany/Response.ts +0 -0
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./GetMany/Response"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/Countries/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAkC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/system/PersonTypes/GetMany/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export * from './GetMany/Response';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./GetMany/Response"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/PersonTypes/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAkC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/system/SellingTypes/GetMany/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export * from './GetMany/Response';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./GetMany/Response"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/SellingTypes/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAkC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/system/States/GetMany/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export * from './GetMany/Response';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./GetMany/Response"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/States/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAkC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/system/TaxerTypes/GetMany/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export * from './GetMany/Response';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./GetMany/Response"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/TaxerTypes/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAkC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/system/TypeNaturals/GetMany/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export * from './GetMany/Response';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./GetMany/Response"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/TypeNaturals/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAkC"}
@@ -0,0 +1,7 @@
1
+ export * from './Cities/';
2
+ export * from './Countries/';
3
+ export * from './PersonTypes/';
4
+ export * from './SellingTypes/';
5
+ export * from './States/';
6
+ export * from './TaxerTypes/';
7
+ export * from './TypeNaturals/';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./Cities/"), exports);
18
+ __exportStar(require("./Countries/"), exports);
19
+ __exportStar(require("./PersonTypes/"), exports);
20
+ __exportStar(require("./SellingTypes/"), exports);
21
+ __exportStar(require("./States/"), exports);
22
+ __exportStar(require("./TaxerTypes/"), exports);
23
+ __exportStar(require("./TypeNaturals/"), exports);
24
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/system/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,+CAA4B;AAC5B,iDAA8B;AAC9B,kDAA+B;AAC/B,4CAAyB;AACzB,gDAA6B;AAC7B,kDAA+B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.1.85",
3
+ "version": "0.1.87",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -1,5 +1,5 @@
1
- export * from './Catalogs/index'
2
- export * from './EntriesStatuses/index'
3
- export * from './Reports/index'
4
- export * from './Settings/index'
5
- export * from './entries/index'
1
+ export * from './Catalogs/'
2
+ export * from './Entries/'
3
+ export * from './EntriesStatuses/'
4
+ export * from './Reports/'
5
+ export * from './Settings/'
@@ -1,4 +1,4 @@
1
- export interface CustomerBranchesCreateMany {
1
+ export interface CustomerBranchesCreateSingleRequest {
2
2
  name: string
3
3
  contactName?: string
4
4
  contactInfo?: string
@@ -9,7 +9,3 @@ export interface CustomerBranchesCreateMany {
9
9
  state: number
10
10
  city: number
11
11
  }
12
-
13
- export interface CustomerBranchesCreateManyRequest {
14
- branches: CustomerBranchesCreateMany[]
15
- }
@@ -0,0 +1,4 @@
1
+ export interface CustomerBranchesCreateSingleResponse {
2
+ id: string
3
+ message: string
4
+ }
@@ -1,6 +1,6 @@
1
- import { SystemCityMany } from '../../../System/Cities'
2
- import { SystemCountryMany } from '../../../System/Countries'
3
- import { SystemStateMany } from '../../../System/States'
1
+ import { SystemCityMany } from '../../../system/Cities'
2
+ import { SystemCountryMany } from '../../../system/Countries'
3
+ import { SystemStateMany } from '../../../system/States'
4
4
 
5
5
  export interface CustomerBranchesMany {
6
6
  id: string
@@ -1,4 +1,4 @@
1
- import { SystemCityMany, SystemCountryMany, SystemStateMany } from '../../../System'
1
+ import { SystemCityMany, SystemCountryMany, SystemStateMany } from '../../../system'
2
2
 
3
3
  export interface CustomerBranchesSingle {
4
4
  id: string
@@ -1,29 +1,10 @@
1
- import { CustomerBranchesCreateMany, CustomerBranchesCreateManyRequest } from './CreateMany/Request'
2
- import { CustomerBranchesDeleteSingleResponse } from './DeleteSingle/Response'
3
- import { CustomerBranchesGetManyRequest } from './GetMany/Request'
4
- import { CustomerBranchesMany, CustomerBranchesManyResponse } from './GetMany/Response'
5
- import { CustomerBranchesUpdateDefaultRequest } from './UpdateDefault/Request'
6
- import { CustomerBranchesUpdateDefaultResponse } from './UpdateDefault/Response'
7
- import { CustomerBranchesUpdateManyRequest } from './UpdateMany/Request'
8
- import { CustomerBranchesUpdateManyResponse } from './UpdateMany/Response'
9
- import {
10
- CustomerBranchesUpdateSingle,
11
- CustomerBranchesUpdateSingleRequest,
12
- } from './UpdateSingle/Request'
13
- import { CustomerBranchesUpdateSingleResponse } from './UpdateSingle/Response'
14
-
15
- export {
16
- CustomerBranchesMany,
17
- CustomerBranchesManyResponse,
18
- CustomerBranchesGetManyRequest,
19
- CustomerBranchesUpdateSingle,
20
- CustomerBranchesUpdateSingleRequest,
21
- CustomerBranchesUpdateSingleResponse,
22
- CustomerBranchesDeleteSingleResponse,
23
- CustomerBranchesCreateMany,
24
- CustomerBranchesCreateManyRequest,
25
- CustomerBranchesUpdateDefaultResponse,
26
- CustomerBranchesUpdateDefaultRequest,
27
- CustomerBranchesUpdateManyRequest,
28
- CustomerBranchesUpdateManyResponse,
29
- }
1
+ export * from './CreateSingle/Request'
2
+ export * from './DeleteSingle/Response'
3
+ export * from './GetMany/Request'
4
+ export * from './GetMany/Response'
5
+ export * from './UpdateDefault/Request'
6
+ export * from './UpdateDefault/Response'
7
+ export * from './UpdateMany/Request'
8
+ export * from './UpdateMany/Response'
9
+ export * from './UpdateSingle/Request'
10
+ export * from './UpdateSingle/Response'
@@ -1,4 +1,4 @@
1
- import { CustomerBranchesCreateMany } from '../../Branches'
1
+ import { CustomerBranchesCreateSingleRequest } from '../../Branches'
2
2
 
3
3
  export interface CustomersCreateSingleRequest {
4
4
  name: string
@@ -17,5 +17,5 @@ export interface CustomersCreateSingleRequest {
17
17
  personType: number
18
18
  customerType: number
19
19
  customerTypeNatural?: number
20
- branch: CustomerBranchesCreateMany
20
+ branch: CustomerBranchesCreateSingleRequest
21
21
  }
@@ -3,7 +3,7 @@ import {
3
3
  SystemSellingTypeMany,
4
4
  SystemTaxerTypesMany,
5
5
  SystemTypeNaturalMany,
6
- } from '../../../System'
6
+ } from '../../../system'
7
7
  import { CustomerBranchesMany } from '../../Branches'
8
8
 
9
9
  export interface CustomerGetMany {
@@ -1,7 +1,7 @@
1
- import { SystemPersonTypeMany } from '../../../System/PersonTypes/GetMany/Response'
2
- import { SystemSellingTypeMany } from '../../../System/SellingTypes/GetMany/Response'
3
- import { SystemTaxerTypesMany } from '../../../System/TaxerTypes/GetMany/Response'
4
- import { SystemTypeNaturalMany } from '../../../System/TypeNaturals/GetMany/Response'
1
+ import { SystemPersonTypeMany } from '../../../system/PersonTypes/GetMany/Response'
2
+ import { SystemSellingTypeMany } from '../../../system/SellingTypes/GetMany/Response'
3
+ import { SystemTaxerTypesMany } from '../../../system/TaxerTypes/GetMany/Response'
4
+ import { SystemTypeNaturalMany } from '../../../system/TypeNaturals/GetMany/Response'
5
5
  import { CustomerBranchesMany } from '../../Branches/GetMany/Response'
6
6
 
7
7
  export interface CustomersGetSingle {
@@ -1,31 +1,13 @@
1
- import { CustomersCreateSingleRequest } from './CreateSingle/Request'
2
- import { CustomersCreateSingleResponse } from './CreateSingle/Response'
3
- import { CustomersDeleteManyRequest } from './DeleteMany/Request'
4
- import { CustomersDeleteManyResponse } from './DeleteMany/Response'
5
- import { CustomersDeleteSingleResponse } from './DeleteSingle/Response'
6
- import { CustomersGetManyRequest } from './GetMany/Request'
7
- import { CustomerGetMany, CustomerGetManyResponse } from './GetMany/Response'
8
- import { CustomersGetSingle, CustomersGetSingleResponse } from './GetSingle/Response'
9
- import { CustomerUpdateManyStatusesRequest } from './UpdateManyStatuses/Request'
10
- import { CustomersUpdateManyStatusesResponse } from './UpdateManyStatuses/Response'
11
- import { CustomersUpdateSingleRequest } from './UpdateSingle/Request'
12
- import { CustomersUpdateSingleResponse } from './UpdateSingle/Response'
13
- import { CustomersUpdateSingleStatusResponse } from './UpdateSingleStatus/Response'
14
-
15
- export {
16
- CustomersDeleteSingleResponse,
17
- CustomersCreateSingleResponse,
18
- CustomersGetSingle,
19
- CustomersGetSingleResponse,
20
- CustomersUpdateSingleResponse,
21
- CustomersUpdateSingleStatusResponse,
22
- CustomersUpdateManyStatusesResponse,
23
- CustomersDeleteManyResponse,
24
- CustomersCreateSingleRequest,
25
- CustomersGetManyRequest,
26
- CustomerGetMany,
27
- CustomerGetManyResponse,
28
- CustomersDeleteManyRequest,
29
- CustomerUpdateManyStatusesRequest,
30
- CustomersUpdateSingleRequest,
31
- }
1
+ export * from './CreateSingle/Request'
2
+ export * from './CreateSingle/Response'
3
+ export * from './DeleteMany/Request'
4
+ export * from './DeleteMany/Response'
5
+ export * from './DeleteSingle/Response'
6
+ export * from './GetMany/Request'
7
+ export * from './GetMany/Response'
8
+ export * from './GetSingle/Response'
9
+ export * from './UpdateManyStatuses/Request'
10
+ export * from './UpdateManyStatuses/Response'
11
+ export * from './UpdateSingle/Request'
12
+ export * from './UpdateSingle/Response'
13
+ export * from './UpdateSingleStatus/Response'
@@ -1,59 +1,2 @@
1
- import {
2
- CustomerBranchesCreateMany,
3
- CustomerBranchesCreateManyRequest,
4
- CustomerBranchesDeleteSingleResponse,
5
- CustomerBranchesGetManyRequest,
6
- CustomerBranchesMany,
7
- CustomerBranchesManyResponse,
8
- CustomerBranchesUpdateDefaultRequest,
9
- CustomerBranchesUpdateDefaultResponse,
10
- CustomerBranchesUpdateSingle,
11
- CustomerBranchesUpdateSingleRequest,
12
- CustomerBranchesUpdateSingleResponse,
13
- } from './Branches'
14
- import {
15
- CustomerGetMany,
16
- CustomerGetManyResponse,
17
- CustomersCreateSingleRequest,
18
- CustomersCreateSingleResponse,
19
- CustomersDeleteManyRequest,
20
- CustomersDeleteManyResponse,
21
- CustomersDeleteSingleResponse,
22
- CustomersGetManyRequest,
23
- CustomersGetSingle,
24
- CustomersGetSingleResponse,
25
- CustomersUpdateManyStatusesResponse,
26
- CustomersUpdateSingleRequest,
27
- CustomersUpdateSingleResponse,
28
- CustomersUpdateSingleStatusResponse,
29
- CustomerUpdateManyStatusesRequest,
30
- } from './Customers'
31
-
32
- export {
33
- CustomersDeleteSingleResponse,
34
- CustomersCreateSingleResponse,
35
- CustomersGetSingle,
36
- CustomersGetSingleResponse,
37
- CustomersUpdateSingleResponse,
38
- CustomersUpdateSingleStatusResponse,
39
- CustomersUpdateManyStatusesResponse,
40
- CustomersDeleteManyResponse,
41
- CustomersCreateSingleRequest,
42
- CustomersGetManyRequest,
43
- CustomerGetMany,
44
- CustomerGetManyResponse,
45
- CustomersDeleteManyRequest,
46
- CustomerUpdateManyStatusesRequest,
47
- CustomerBranchesMany,
48
- CustomerBranchesManyResponse,
49
- CustomerBranchesCreateMany,
50
- CustomerBranchesCreateManyRequest,
51
- CustomerBranchesDeleteSingleResponse,
52
- CustomerBranchesGetManyRequest,
53
- CustomerBranchesUpdateSingle,
54
- CustomerBranchesUpdateSingleRequest,
55
- CustomerBranchesUpdateDefaultRequest,
56
- CustomerBranchesUpdateDefaultResponse,
57
- CustomerBranchesUpdateSingleResponse,
58
- CustomersUpdateSingleRequest,
59
- }
1
+ export * from './Branches'
2
+ export * from './Customers'
package/src/index.ts CHANGED
@@ -1,7 +1,7 @@
1
- export * from './System'
2
1
  export * from './accounting'
3
2
  export * from './auth'
4
3
  export * from './customers'
5
4
  export * from './invoices'
6
5
  export * from './providers'
7
6
  export * from './services'
7
+ export * from './system'
@@ -1,7 +1,7 @@
1
- export * from './Calculation/index'
2
- export * from './Documents/index'
3
- export * from './Invoices/index'
4
- export * from './PaymentsConditions/index'
5
- export * from './Seller/index'
6
- export * from './Statuses/index'
7
- export * from './Zones/index'
1
+ export * from './Calculation/'
2
+ export * from './Documents/'
3
+ export * from './Invoices/'
4
+ export * from './PaymentsConditions/'
5
+ export * from './Seller/'
6
+ export * from './Statuses/'
7
+ export * from './Zones/'
@@ -1,9 +1,9 @@
1
- export * from './Branches/index'
2
- export * from './PersonTypes/index'
3
- export * from './Providers/index'
4
- export * from './Reports/index'
5
- export * from './Settings/index'
6
- export * from './TaxerTypes/index'
7
- export * from './Tributary/index'
8
- export * from './TypeNaturals/index'
9
- export * from './Types/index'
1
+ export * from './Branches/'
2
+ export * from './PersonTypes/'
3
+ export * from './Providers/'
4
+ export * from './Reports/'
5
+ export * from './Settings/'
6
+ export * from './TaxerTypes/'
7
+ export * from './Tributary/'
8
+ export * from './TypeNaturals/'
9
+ export * from './Types/'
@@ -1,3 +1 @@
1
- import { ServicesSellingTypeMany, ServicesSellingTypeManyResponse } from './GetMany/Response'
2
-
3
- export { ServicesSellingTypeMany, ServicesSellingTypeManyResponse }
1
+ export * from './GetMany/Response'
@@ -1,33 +1,14 @@
1
- import { ServicesCreateSingleRequest } from './CreateSingle/Request'
2
- import { ServicesCreateSingleResponse } from './CreateSingle/Response'
3
- import { ServicesDeleteManyRequest } from './DeleteMany/Request'
4
- import { ServicesDeleteManyResponse } from './DeleteMany/Response'
5
- import { ServicesDeleteSingleResponse } from './DeleteSingle/Response'
6
- import { ServicesGetManyRequest } from './GetMany/Request'
7
- import { ServicesGetManyResponse, ServicesMany } from './GetMany/Response'
8
- import { ServicesGetSingleResponse, ServicesSingle } from './GetSingle/Response'
9
- import { ServicesUpdateManyStatusRequest } from './UpdateManyStatuses/Request'
10
- import { ServicesUpdateManyStatusResponse } from './UpdateManyStatuses/Response'
11
- import { ServicesUpdateSingleRequest } from './UpdateSingle/Request'
12
- import { ServicesUpdateSingleResponse } from './UpdateSingle/Response'
13
- import { ServicesUpdateSingleStatusRequest } from './UpdateSingleStatus/Request'
14
- import { ServicesUpdateSingleStatusResponse } from './UpdateSingleStatus/Response'
15
-
16
- export {
17
- ServicesMany,
18
- ServicesGetManyRequest,
19
- ServicesGetManyResponse,
20
- ServicesSingle,
21
- ServicesGetSingleResponse,
22
- ServicesCreateSingleRequest,
23
- ServicesCreateSingleResponse,
24
- ServicesDeleteSingleResponse,
25
- ServicesDeleteManyRequest,
26
- ServicesDeleteManyResponse,
27
- ServicesUpdateManyStatusRequest,
28
- ServicesUpdateManyStatusResponse,
29
- ServicesUpdateSingleStatusRequest,
30
- ServicesUpdateSingleStatusResponse,
31
- ServicesUpdateSingleRequest,
32
- ServicesUpdateSingleResponse,
33
- }
1
+ export * from './CreateSingle/Request'
2
+ export * from './CreateSingle/Response'
3
+ export * from './DeleteMany/Request'
4
+ export * from './DeleteMany/Response'
5
+ export * from './DeleteSingle/Response'
6
+ export * from './GetMany/Request'
7
+ export * from './GetMany/Response'
8
+ export * from './GetSingle/Response'
9
+ export * from './UpdateManyStatuses/Request'
10
+ export * from './UpdateManyStatuses/Response'
11
+ export * from './UpdateSingle/Request'
12
+ export * from './UpdateSingle/Response'
13
+ export * from './UpdateSingleStatus/Request'
14
+ export * from './UpdateSingleStatus/Response'
@@ -1,3 +1,3 @@
1
- export * from './SellingTypes/index'
2
- export * from './Services/index'
3
- export * from './Settings/index'
1
+ export * from './SellingTypes/'
2
+ export * from './Services/'
3
+ export * from './Settings/'
@@ -0,0 +1 @@
1
+ export * from './GetMany/Response'
@@ -0,0 +1 @@
1
+ export * from './GetMany/Response'
@@ -0,0 +1 @@
1
+ export * from './GetMany/Response'
@@ -0,0 +1 @@
1
+ export * from './GetMany/Response'
@@ -0,0 +1 @@
1
+ export * from './GetMany/Response'
@@ -0,0 +1 @@
1
+ export * from './GetMany/Response'
@@ -0,0 +1 @@
1
+ export * from './GetMany/Response'
@@ -0,0 +1,7 @@
1
+ export * from './Cities/'
2
+ export * from './Countries/'
3
+ export * from './PersonTypes/'
4
+ export * from './SellingTypes/'
5
+ export * from './States/'
6
+ export * from './TaxerTypes/'
7
+ export * from './TypeNaturals/'
@@ -1 +0,0 @@
1
- {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/System/Cities/GetMany/Response.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- import { SystemCityMany, SystemCityManyResponse } from './GetMany/Response';
2
- export { SystemCityMany, SystemCityManyResponse };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/System/Cities/index.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/System/Countries/GetMany/Response.ts"],"names":[],"mappings":""}