@silexpert/core 0.4.98 → 0.4.101

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 (183) hide show
  1. package/es/api/resources/AccountsSectors.d.ts +8 -0
  2. package/es/api/resources/AccountsSectors.d.ts.map +1 -0
  3. package/es/api/resources/AccountsSectors.js +13 -0
  4. package/es/api/resources/AccountsSectors.js.map +1 -0
  5. package/es/api/resources/QuotesAccount.d.ts +2 -1
  6. package/es/api/resources/QuotesAccount.d.ts.map +1 -1
  7. package/es/api/resources/QuotesAccount.js +4 -1
  8. package/es/api/resources/QuotesAccount.js.map +1 -1
  9. package/es/api/resources/Report.d.ts +6 -16
  10. package/es/api/resources/Report.d.ts.map +1 -1
  11. package/es/api/resources/Report.js +4 -4
  12. package/es/api/resources/Report.js.map +1 -1
  13. package/es/api/resources/Vehicle.d.ts +12 -0
  14. package/es/api/resources/Vehicle.d.ts.map +1 -0
  15. package/es/api/resources/Vehicle.js +19 -0
  16. package/es/api/resources/Vehicle.js.map +1 -0
  17. package/es/types/Enum/AccountsSectors.d.ts +255 -0
  18. package/es/types/Enum/AccountsSectors.d.ts.map +1 -0
  19. package/es/types/Enum/AccountsSectors.js +255 -0
  20. package/es/types/Enum/AccountsSectors.js.map +1 -0
  21. package/es/types/Enum/Comment.d.ts +1 -1
  22. package/es/types/Enum/Comment.js +19 -19
  23. package/es/types/Enum/Comment.js.map +1 -1
  24. package/es/types/Enum/RevisionGuide.d.ts +18 -12
  25. package/es/types/Enum/RevisionGuide.d.ts.map +1 -1
  26. package/es/types/Enum/RevisionGuide.js +17 -11
  27. package/es/types/Enum/RevisionGuide.js.map +1 -1
  28. package/es/types/Interface/api/account/ReadQuoteAccount.d.ts +3 -1
  29. package/es/types/Interface/api/account/ReadQuoteAccount.d.ts.map +1 -1
  30. package/es/types/Interface/api/account/ReadQuoteAccount.js.map +1 -1
  31. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
  32. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +5 -0
  33. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
  34. package/es/types/Interface/api/quotes/CreateQuoteAccount.d.ts +6 -0
  35. package/es/types/Interface/api/quotes/CreateQuoteAccount.d.ts.map +1 -0
  36. package/es/types/Interface/api/quotes/CreateQuoteAccount.js +25 -0
  37. package/es/types/Interface/api/quotes/CreateQuoteAccount.js.map +1 -0
  38. package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts +1 -0
  39. package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts.map +1 -1
  40. package/es/types/Interface/api/quotes/QueryQuotesAccount.js +4 -0
  41. package/es/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -1
  42. package/es/types/Interface/api/report/CreateReport.d.ts +2 -2
  43. package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -1
  44. package/es/types/Interface/api/report/CreateReport.js +2 -2
  45. package/es/types/Interface/api/report/CreateReport.js.map +1 -1
  46. package/es/types/Interface/api/report/QueryReportsStats.d.ts +5 -0
  47. package/es/types/Interface/api/report/QueryReportsStats.d.ts.map +1 -0
  48. package/es/types/Interface/api/report/QueryReportsStats.js +21 -0
  49. package/es/types/Interface/api/report/QueryReportsStats.js.map +1 -0
  50. package/es/types/Interface/api/report/ReadReport.d.ts +1 -2
  51. package/es/types/Interface/api/report/ReadReport.d.ts.map +1 -1
  52. package/es/types/Interface/api/report/ReadReport.js.map +1 -1
  53. package/es/types/Interface/api/report/ReadReportStats.d.ts +6 -0
  54. package/es/types/Interface/api/report/ReadReportStats.d.ts.map +1 -0
  55. package/es/types/Interface/api/report/ReadReportStats.js +2 -0
  56. package/es/types/Interface/api/report/ReadReportStats.js.map +1 -0
  57. package/es/types/Interface/api/report/UpdateReport.d.ts +13 -0
  58. package/es/types/Interface/api/report/UpdateReport.d.ts.map +1 -0
  59. package/es/types/Interface/api/report/UpdateReport.js +2 -0
  60. package/es/types/Interface/api/report/UpdateReport.js.map +1 -0
  61. package/es/types/Interface/api/society/CreateSociety.d.ts +1 -0
  62. package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
  63. package/es/types/Interface/api/society/CreateSociety.js +4 -0
  64. package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
  65. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +5 -5
  66. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  67. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -6
  68. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  69. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +3 -3
  70. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  71. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  72. package/es/types/Interface/api/vehicle/CreateSocietyVehicle.d.ts +17 -0
  73. package/es/types/Interface/api/vehicle/CreateSocietyVehicle.d.ts.map +1 -0
  74. package/es/types/Interface/api/vehicle/CreateSocietyVehicle.js +69 -0
  75. package/es/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +1 -0
  76. package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.d.ts +17 -0
  77. package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.d.ts.map +1 -0
  78. package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.js +69 -0
  79. package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +1 -0
  80. package/es/types/Interface/models/IAccount.d.ts +2 -0
  81. package/es/types/Interface/models/IAccount.d.ts.map +1 -1
  82. package/es/types/Interface/models/IAccount.js.map +1 -1
  83. package/es/types/Interface/models/IAccountsSectors.d.ts +6 -0
  84. package/es/types/Interface/models/IAccountsSectors.d.ts.map +1 -0
  85. package/es/types/Interface/models/IAccountsSectors.js +2 -0
  86. package/es/types/Interface/models/IAccountsSectors.js.map +1 -0
  87. package/es/types/Interface/models/IBankAccount.d.ts +10 -9
  88. package/es/types/Interface/models/IBankAccount.d.ts.map +1 -1
  89. package/es/types/Interface/models/IBankAccount.js.map +1 -1
  90. package/es/types/Interface/models/IComment.d.ts +10 -9
  91. package/es/types/Interface/models/IComment.d.ts.map +1 -1
  92. package/es/types/Interface/models/IComment.js.map +1 -1
  93. package/es/types/Interface/models/IReport.d.ts +0 -2
  94. package/es/types/Interface/models/IReport.d.ts.map +1 -1
  95. package/es/types/Interface/models/IReport.js.map +1 -1
  96. package/es/types/Interface/models/ISocietyVehicle.d.ts +7 -0
  97. package/es/types/Interface/models/ISocietyVehicle.d.ts.map +1 -1
  98. package/es/types/Interface/models/ISocietyVehicle.js.map +1 -1
  99. package/es/types/index.d.ts +8 -1
  100. package/es/types/index.d.ts.map +1 -1
  101. package/es/types/index.js +8 -1
  102. package/es/types/index.js.map +1 -1
  103. package/es/utils/transforms/boolean.transform.d.ts.map +1 -1
  104. package/es/utils/transforms/boolean.transform.js +1 -1
  105. package/es/utils/transforms/boolean.transform.js.map +1 -1
  106. package/js/api/resources/AccountsSectors.js +26 -0
  107. package/js/api/resources/AccountsSectors.js.map +1 -0
  108. package/js/api/resources/QuotesAccount.js +5 -3
  109. package/js/api/resources/QuotesAccount.js.map +1 -1
  110. package/js/api/resources/Report.js +10 -6
  111. package/js/api/resources/Report.js.map +1 -1
  112. package/js/api/resources/Vehicle.js +34 -0
  113. package/js/api/resources/Vehicle.js.map +1 -0
  114. package/js/types/Enum/AccountsSectors.js +260 -0
  115. package/js/types/Enum/AccountsSectors.js.map +1 -0
  116. package/js/types/Enum/Comment.js +19 -19
  117. package/js/types/Enum/Comment.js.map +1 -1
  118. package/js/types/Enum/RevisionGuide.js +17 -11
  119. package/js/types/Enum/RevisionGuide.js.map +1 -1
  120. package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +5 -1
  121. package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
  122. package/js/types/Interface/api/quotes/CreateQuoteAccount.js +31 -0
  123. package/js/types/Interface/api/quotes/CreateQuoteAccount.js.map +1 -0
  124. package/js/types/Interface/api/quotes/QueryQuotesAccount.js +2 -0
  125. package/js/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -1
  126. package/js/types/Interface/api/report/CreateReport.js +2 -2
  127. package/js/types/Interface/api/report/CreateReport.js.map +1 -1
  128. package/js/types/Interface/api/report/QueryReportsStats.js +29 -0
  129. package/js/types/Interface/api/report/QueryReportsStats.js.map +1 -0
  130. package/js/types/Interface/api/report/ReadReportStats.js +6 -0
  131. package/js/types/Interface/api/report/ReadReportStats.js.map +1 -0
  132. package/js/types/Interface/{models/IReportMessage.js → api/report/UpdateReport.js} +1 -1
  133. package/js/types/Interface/{models/IReportMessage.js.map → api/report/UpdateReport.js.map} +1 -1
  134. package/js/types/Interface/api/society/CreateSociety.js +2 -0
  135. package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
  136. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -6
  137. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  138. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  139. package/js/types/Interface/api/vehicle/CreateSocietyVehicle.js +53 -0
  140. package/js/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +1 -0
  141. package/js/types/Interface/api/vehicle/UpdateSocietyVehicle.js +53 -0
  142. package/js/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +1 -0
  143. package/js/types/Interface/models/IAccountsSectors.js +6 -0
  144. package/js/types/Interface/models/IAccountsSectors.js.map +1 -0
  145. package/js/types/index.js +96 -12
  146. package/js/types/index.js.map +1 -1
  147. package/js/utils/transforms/boolean.transform.js +1 -1
  148. package/js/utils/transforms/boolean.transform.js.map +1 -1
  149. package/package.json +2 -2
  150. package/ts/api/resources/AccountsSectors.ts +16 -0
  151. package/ts/api/resources/QuotesAccount.ts +8 -2
  152. package/ts/api/resources/Report.ts +8 -15
  153. package/ts/api/resources/Vehicle.ts +33 -0
  154. package/ts/types/Enum/AccountsSectors.ts +254 -0
  155. package/ts/types/Enum/Comment.ts +1 -1
  156. package/ts/types/Enum/RevisionGuide.ts +17 -11
  157. package/ts/types/Interface/api/account/ReadQuoteAccount.ts +4 -2
  158. package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +5 -0
  159. package/ts/types/Interface/api/quotes/CreateQuoteAccount.ts +12 -0
  160. package/ts/types/Interface/api/quotes/QueryQuotesAccount.ts +3 -0
  161. package/ts/types/Interface/api/report/CreateReport.ts +3 -3
  162. package/ts/types/Interface/api/report/QueryReportsStats.ts +9 -0
  163. package/ts/types/Interface/api/report/ReadReport.ts +1 -2
  164. package/ts/types/Interface/api/report/ReadReportStats.ts +6 -0
  165. package/ts/types/Interface/api/report/UpdateReport.ts +13 -0
  166. package/ts/types/Interface/api/society/CreateSociety.ts +3 -0
  167. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +6 -6
  168. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +3 -3
  169. package/ts/types/Interface/api/vehicle/CreateSocietyVehicle.ts +45 -0
  170. package/ts/types/Interface/api/vehicle/UpdateSocietyVehicle.ts +45 -0
  171. package/ts/types/Interface/models/IAccount.ts +2 -0
  172. package/ts/types/Interface/models/IAccountsSectors.ts +6 -0
  173. package/ts/types/Interface/models/IBankAccount.ts +10 -9
  174. package/ts/types/Interface/models/IComment.ts +10 -9
  175. package/ts/types/Interface/models/IReport.ts +0 -2
  176. package/ts/types/Interface/models/ISocietyVehicle.ts +7 -0
  177. package/ts/types/index.ts +8 -1
  178. package/ts/utils/transforms/boolean.transform.ts +1 -1
  179. package/es/types/Interface/models/IReportMessage.d.ts +0 -11
  180. package/es/types/Interface/models/IReportMessage.d.ts.map +0 -1
  181. package/es/types/Interface/models/IReportMessage.js +0 -2
  182. package/es/types/Interface/models/IReportMessage.js.map +0 -1
  183. package/ts/types/Interface/models/IReportMessage.ts +0 -14
@@ -0,0 +1,8 @@
1
+ import { IAccountsSectors } from '../..';
2
+ import { Resource } from '../Resource';
3
+ export declare class AccountsSector extends Resource {
4
+ get(idAccount: number): Promise<IAccountsSectors[]>;
5
+ create(idAccount: number, payload: Array<number>): Promise<IAccountsSectors[]>;
6
+ update(idAccount: number, payload: Array<number>): Promise<IAccountsSectors[]>;
7
+ }
8
+ //# sourceMappingURL=AccountsSectors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountsSectors.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/AccountsSectors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AACzC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,cAAe,SAAQ,QAAQ;IAC1C,GAAG,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAInD,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAI9E,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;CAG/E"}
@@ -0,0 +1,13 @@
1
+ import { Resource } from '../Resource';
2
+ export class AccountsSector extends Resource {
3
+ get(idAccount) {
4
+ return this.axios.$get(`/sectors/${idAccount}`);
5
+ }
6
+ create(idAccount, payload) {
7
+ return this.axios.$post(`/sectors/${idAccount}`, payload);
8
+ }
9
+ update(idAccount, payload) {
10
+ return this.axios.$put(`/sectors/${idAccount}`, payload);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AccountsSectors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountsSectors.js","sourceRoot":"","sources":["../../../ts/api/resources/AccountsSectors.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,cAAe,SAAQ,QAAQ;IAC1C,GAAG,CAAC,SAAiB;QACnB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,EAAE,CAAC,CAAC;IAClD,CAAC;IAED,MAAM,CAAC,SAAiB,EAAE,OAAsB;QAC9C,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,SAAS,EAAE,EAAE,OAAO,CAAC,CAAC;IAC5D,CAAC;IAED,MAAM,CAAC,SAAiB,EAAE,OAAsB;QAC9C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;CACF","sourcesContent":["import { IAccountsSectors } from '../..';\nimport { Resource } from '../Resource';\n\nexport class AccountsSector extends Resource {\n get(idAccount: number): Promise<IAccountsSectors[]> {\n return this.axios.$get(`/sectors/${idAccount}`);\n }\n\n create(idAccount: number, payload: Array<number>): Promise<IAccountsSectors[]> {\n return this.axios.$post(`/sectors/${idAccount}`, payload);\n }\n\n update(idAccount: number, payload: Array<number>): Promise<IAccountsSectors[]> {\n return this.axios.$put(`/sectors/${idAccount}`, payload);\n }\n}\n"]}
@@ -1,7 +1,8 @@
1
1
  import { Resource } from '../Resource';
2
2
  import { IAccountingTransaction, QueryQuotesAccount, ReadQuoteAccount } from '../../types';
3
3
  export declare class QuotesAccount extends Resource {
4
- create(params: QueryQuotesAccount): Promise<IAccountingTransaction>;
4
+ create(params: Omit<QueryQuotesAccount, 'idAccountingTransaction'>): Promise<IAccountingTransaction>;
5
5
  get(idExercice: number): Promise<ReadQuoteAccount[]>;
6
+ update(params: QueryQuotesAccount): Promise<IAccountingTransaction>;
6
7
  }
7
8
  //# sourceMappingURL=QuotesAccount.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QuotesAccount.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/QuotesAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG3F,qBAAa,aAAc,SAAQ,QAAQ;IACzC,MAAM,CACJ,MAAM,EAAE,kBAAkB,GACzB,OAAO,CAAC,sBAAsB,CAAC;IAIlC,GAAG,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;CAGrD"}
1
+ {"version":3,"file":"QuotesAccount.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/QuotesAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG3F,qBAAa,aAAc,SAAQ,QAAQ;IACzC,MAAM,CACJ,MAAM,EAAE,IAAI,CAAC,kBAAkB,EAAE,yBAAyB,CAAC,GAC1D,OAAO,CAAC,sBAAsB,CAAC;IAIlC,GAAG,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAIpD,MAAM,CACJ,MAAM,EAAE,kBAAkB,GACzB,OAAO,CAAC,sBAAsB,CAAC;CAGnC"}
@@ -2,10 +2,13 @@ import { Resource } from '../Resource';
2
2
  const ROUTE = 'quotes';
3
3
  export class QuotesAccount extends Resource {
4
4
  create(params) {
5
- return this.axios.$post(`${ROUTE}/account`, { params });
5
+ return this.axios.$post(`${ROUTE}/account`, params);
6
6
  }
7
7
  get(idExercice) {
8
8
  return this.axios.$get(`${ROUTE}/account/${idExercice}`);
9
9
  }
10
+ update(params) {
11
+ return this.axios.$put(`${ROUTE}/account`, params);
12
+ }
10
13
  }
11
14
  //# sourceMappingURL=QuotesAccount.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QuotesAccount.js","sourceRoot":"","sources":["../../../ts/api/resources/QuotesAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,KAAK,GAAG,QAAQ,CAAC;AACvB,MAAM,OAAO,aAAc,SAAQ,QAAQ;IACzC,MAAM,CACJ,MAA0B;QAE1B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,KAAK,UAAU,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC1D,CAAC;IAED,GAAG,CAAC,UAAkB;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,YAAY,UAAU,EAAE,CAAC,CAAC;IAC3D,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { IAccountingTransaction, QueryQuotesAccount, ReadQuoteAccount } from '../../types';\n\nconst ROUTE = 'quotes';\nexport class QuotesAccount extends Resource {\n create(\n params: QueryQuotesAccount,\n ): Promise<IAccountingTransaction> {\n return this.axios.$post(`${ROUTE}/account`, { params });\n }\n\n get(idExercice: number): Promise<ReadQuoteAccount[]> {\n return this.axios.$get(`${ROUTE}/account/${idExercice}`);\n }\n}"]}
1
+ {"version":3,"file":"QuotesAccount.js","sourceRoot":"","sources":["../../../ts/api/resources/QuotesAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,KAAK,GAAG,QAAQ,CAAC;AACvB,MAAM,OAAO,aAAc,SAAQ,QAAQ;IACzC,MAAM,CACJ,MAA2D;QAE3D,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,KAAK,UAAU,EAAE,MAAM,CAAC,CAAC;IACtD,CAAC;IAED,GAAG,CAAC,UAAkB;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,YAAY,UAAU,EAAE,CAAC,CAAC;IAC3D,CAAC;IAED,MAAM,CACJ,MAA0B;QAE1B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,UAAU,EAAE,MAAM,CAAC,CAAC;IACrD,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { IAccountingTransaction, QueryQuotesAccount, ReadQuoteAccount } from '../../types';\n\nconst ROUTE = 'quotes';\nexport class QuotesAccount extends Resource {\n create(\n params: Omit<QueryQuotesAccount, 'idAccountingTransaction'>,\n ): Promise<IAccountingTransaction> {\n return this.axios.$post(`${ROUTE}/account`, params);\n }\n\n get(idExercice: number): Promise<ReadQuoteAccount[]> {\n return this.axios.$get(`${ROUTE}/account/${idExercice}`);\n }\n\n update(\n params: QueryQuotesAccount,\n ): Promise<IAccountingTransaction> {\n return this.axios.$put(`${ROUTE}/account`, params);\n }\n}"]}
@@ -1,21 +1,11 @@
1
- import { BasePaginate, CreateReport, ReadReport } from '../../types';
1
+ import { CancelToken } from 'axios';
2
+ import { BasePaginate, CreateReport, DeleteReport, QueryPaginate, QueryReports, QueryReportsStats, ReadReport, ReadReportStats, UpdateReport } from '../../types';
2
3
  import { Resource } from '../Resource';
3
4
  export declare class Report extends Resource {
4
- getPaginate(params: {
5
- idSociety?: number;
6
- idReportType?: number;
7
- search?: string;
8
- page?: number;
9
- limit?: number;
10
- }): Promise<BasePaginate<ReadReport> | Error>;
11
- getStats(params: {
12
- year: number;
13
- }): Promise<Error | {
14
- nbMonth: number;
15
- count: number;
16
- }[]>;
17
- update(params: ReadReport): Promise<[number, Report[]]>;
5
+ getPaginate(params: QueryReports & QueryPaginate, cancelToken?: CancelToken): Promise<BasePaginate<ReadReport>>;
6
+ getStats(params: QueryReportsStats, cancelToken?: CancelToken): Promise<ReadReportStats[]>;
7
+ update(params: UpdateReport): Promise<[number, Report[]]>;
18
8
  create(params: CreateReport): Promise<Report>;
19
- delete(params: any): Promise<Report>;
9
+ delete(params: DeleteReport): Promise<Report>;
20
10
  }
21
11
  //# sourceMappingURL=Report.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Report.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Report.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EAAE,YAAY,EAAE,UAAU,EACvC,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,MAAO,SAAQ,QAAQ;IAClC,WAAW,CAAC,MAAM,EAAE;QAClB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,GAAG,OAAO,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC;IAG7C,QAAQ,CAAC,MAAM,EAAE;QACf,IAAI,EAAE,MAAM,CAAC;KACd,GAAG,OAAO,CAAC,KAAK,GAAG;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAGzD,MAAM,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAGvD,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAG7C,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC;CAGrC"}
1
+ {"version":3,"file":"Report.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Report.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpC,OAAO,EACL,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,iBAAiB,EAAE,UAAU,EAAE,eAAe,EAAE,YAAY,EACpI,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,MAAO,SAAQ,QAAQ;IAClC,WAAW,CAAC,MAAM,EAAE,YAAY,GAAG,aAAa,EAAE,WAAW,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC;IAG/G,QAAQ,CAAC,MAAM,EAAE,iBAAiB,EAAE,WAAW,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,eAAe,EAAE,CAAC;IAG1F,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAGzD,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAG7C,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;CAG9C"}
@@ -1,10 +1,10 @@
1
1
  import { Resource } from '../Resource';
2
2
  export class Report extends Resource {
3
- getPaginate(params) {
4
- return this.axios.$get('/reports', { params });
3
+ getPaginate(params, cancelToken) {
4
+ return this.axios.$get('/reports', Object.assign({ params }, (cancelToken ? { cancelToken } : {})));
5
5
  }
6
- getStats(params) {
7
- return this.axios.$get('/reports/stats', { params });
6
+ getStats(params, cancelToken) {
7
+ return this.axios.$get('/reports/stats', Object.assign({ params }, (cancelToken ? { cancelToken } : {})));
8
8
  }
9
9
  update(params) {
10
10
  return this.axios.$put('/reports', params);
@@ -1 +1 @@
1
- {"version":3,"file":"Report.js","sourceRoot":"","sources":["../../../ts/api/resources/Report.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,MAAO,SAAQ,QAAQ;IAClC,WAAW,CAAC,MAMX;QACC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACjD,CAAC;IACD,QAAQ,CAAC,MAER;QACC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACvD,CAAC;IACD,MAAM,CAAC,MAAkB;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;IAC7C,CAAC;IACD,MAAM,CAAC,MAAoB;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;IAC9C,CAAC;IACD,MAAM,CAAC,MAAW;QAChB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC;IACrD,CAAC;CACF","sourcesContent":["import {\n BasePaginate, CreateReport, ReadReport, // DeleteReport,\n} from '../../types';\nimport { Resource } from '../Resource';\n\nexport class Report extends Resource {\n getPaginate(params: {\n idSociety?: number;\n idReportType?: number;\n search?: string;\n page?: number;\n limit?: number;\n }): Promise<BasePaginate<ReadReport> | Error> {\n return this.axios.$get('/reports', { params });\n }\n getStats(params: {\n year: number;\n }): Promise<Error | { nbMonth: number, count: number }[]> {\n return this.axios.$get('/reports/stats', { params });\n }\n update(params: ReadReport): Promise<[number, Report[]]> {\n return this.axios.$put('/reports', params);\n }\n create(params: CreateReport): Promise<Report> {\n return this.axios.$post('/reports', params);\n }\n delete(params: any): Promise<Report> {\n return this.axios.$delete(`/reports/${params.id}`);\n }\n}"]}
1
+ {"version":3,"file":"Report.js","sourceRoot":"","sources":["../../../ts/api/resources/Report.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,MAAO,SAAQ,QAAQ;IAClC,WAAW,CAAC,MAAoC,EAAE,WAAyB;QACzE,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,kBAAI,MAAM,IAAK,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAG,CAAC;IAC1F,CAAC;IACD,QAAQ,CAAC,MAAyB,EAAE,WAAyB;QAC3D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,kBAAI,MAAM,IAAK,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAG,CAAC;IAChG,CAAC;IACD,MAAM,CAAC,MAAoB;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;IAC7C,CAAC;IACD,MAAM,CAAC,MAAoB;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;IAC9C,CAAC;IACD,MAAM,CAAC,MAAoB;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC;IACrD,CAAC;CACF","sourcesContent":["import { CancelToken } from 'axios';\nimport {\n BasePaginate, CreateReport, DeleteReport, QueryPaginate, QueryReports, QueryReportsStats, ReadReport, ReadReportStats, UpdateReport,\n} from '../../types';\nimport { Resource } from '../Resource';\n\nexport class Report extends Resource {\n getPaginate(params: QueryReports & QueryPaginate, cancelToken?: CancelToken): Promise<BasePaginate<ReadReport>> {\n return this.axios.$get('/reports', { params, ...(cancelToken ? { cancelToken } : {}) });\n }\n getStats(params: QueryReportsStats, cancelToken?: CancelToken): Promise<ReadReportStats[]> {\n return this.axios.$get('/reports/stats', { params, ...(cancelToken ? { cancelToken } : {}) });\n }\n update(params: UpdateReport): Promise<[number, Report[]]> {\n return this.axios.$put('/reports', params);\n }\n create(params: CreateReport): Promise<Report> {\n return this.axios.$post('/reports', params);\n }\n delete(params: DeleteReport): Promise<Report> {\n return this.axios.$delete(`/reports/${params.id}`);\n }\n}"]}
@@ -0,0 +1,12 @@
1
+ import { CreateSocietyVehicle } from '../../types/Interface/api/vehicle/CreateSocietyVehicle';
2
+ import { UpdateSocietyVehicle } from '../../types/Interface/api/vehicle/UpdateSocietyVehicle';
3
+ import { ISocietyVehicle } from '../../types/Interface/models/ISocietyVehicle';
4
+ import { Resource } from '../Resource';
5
+ export declare class Vehicle extends Resource {
6
+ getAllFromSocietyId(id: number): Promise<ISocietyVehicle>;
7
+ get(id: number, idSocietyVehicle: number): Promise<ISocietyVehicle[]>;
8
+ create(id: number, data: CreateSocietyVehicle): Promise<[ISocietyVehicle, boolean]>;
9
+ update(id: number, idSocietyVehicle: number, data: UpdateSocietyVehicle): Promise<ISocietyVehicle>;
10
+ delete(id: number, idSocietyVehicle: number): Promise<boolean>;
11
+ }
12
+ //# sourceMappingURL=Vehicle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Vehicle.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Vehicle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wDAAwD,CAAC;AAC9F,OAAO,EAAE,oBAAoB,EAAE,MAAM,wDAAwD,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAC/E,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,mBAAmB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;IAIzD,GAAG,CAAC,EAAE,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,EAAE,CAAC;IAIrE,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,oBAAoB,GACzB,OAAO,CAAC,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;IAItC,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,gBAAgB,EAAE,MAAM,EACxB,IAAI,EAAE,oBAAoB,GACzB,OAAO,CAAC,eAAe,CAAC;IAI3B,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAG/D"}
@@ -0,0 +1,19 @@
1
+ import { Resource } from '../Resource';
2
+ export class Vehicle extends Resource {
3
+ getAllFromSocietyId(id) {
4
+ return this.axios.$get(`society/${id}/vehicles`);
5
+ }
6
+ get(id, idSocietyVehicle) {
7
+ return this.axios.$get(`society/${id}/vehicles/${idSocietyVehicle}`);
8
+ }
9
+ create(id, data) {
10
+ return this.axios.$post(`society/${id}/vehicles`, data);
11
+ }
12
+ update(id, idSocietyVehicle, data) {
13
+ return this.axios.$put(`society/${id}/vehicles/${idSocietyVehicle}`, data);
14
+ }
15
+ delete(id, idSocietyVehicle) {
16
+ return this.axios.$delete(`society/${id}/vehicles/${idSocietyVehicle}`);
17
+ }
18
+ }
19
+ //# sourceMappingURL=Vehicle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Vehicle.js","sourceRoot":"","sources":["../../../ts/api/resources/Vehicle.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,mBAAmB,CAAC,EAAU;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;IACnD,CAAC;IAED,GAAG,CAAC,EAAU,EAAE,gBAAwB;QACtC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE,aAAa,gBAAgB,EAAE,CAAC,CAAC;IACvE,CAAC;IAED,MAAM,CACJ,EAAU,EACV,IAA0B;QAE1B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,EAAE,WAAW,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;IAED,MAAM,CACJ,EAAU,EACV,gBAAwB,EACxB,IAA0B;QAE1B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE,aAAa,gBAAgB,EAAE,EAAE,IAAI,CAAC,CAAC;IAC7E,CAAC;IAED,MAAM,CAAC,EAAU,EAAE,gBAAwB;QACzC,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,WAAW,EAAE,aAAa,gBAAgB,EAAE,CAAC,CAAC;IAC1E,CAAC;CACF","sourcesContent":["import { CreateSocietyVehicle } from '../../types/Interface/api/vehicle/CreateSocietyVehicle';\nimport { UpdateSocietyVehicle } from '../../types/Interface/api/vehicle/UpdateSocietyVehicle';\nimport { ISocietyVehicle } from '../../types/Interface/models/ISocietyVehicle';\nimport { Resource } from '../Resource';\n\nexport class Vehicle extends Resource {\n getAllFromSocietyId(id: number): Promise<ISocietyVehicle> {\n return this.axios.$get(`society/${id}/vehicles`);\n }\n\n get(id: number, idSocietyVehicle: number): Promise<ISocietyVehicle[]> {\n return this.axios.$get(`society/${id}/vehicles/${idSocietyVehicle}`);\n }\n\n create(\n id: number,\n data: CreateSocietyVehicle,\n ): Promise<[ISocietyVehicle, boolean]> {\n return this.axios.$post(`society/${id}/vehicles`, data);\n }\n\n update(\n id: number,\n idSocietyVehicle: number,\n data: UpdateSocietyVehicle,\n ): Promise<ISocietyVehicle> {\n return this.axios.$put(`society/${id}/vehicles/${idSocietyVehicle}`, data);\n }\n\n delete(id: number, idSocietyVehicle: number): Promise<boolean> {\n return this.axios.$delete(`society/${id}/vehicles/${idSocietyVehicle}`);\n }\n}\n"]}
@@ -0,0 +1,255 @@
1
+ export declare const AccountsSectorsEnum: {
2
+ DEFAULT: {
3
+ id: number;
4
+ name: string;
5
+ };
6
+ DOCTORS: {
7
+ id: number;
8
+ name: string;
9
+ };
10
+ PEDIATRICIAN: {
11
+ id: number;
12
+ name: string;
13
+ };
14
+ CARDIOLOGIST: {
15
+ id: number;
16
+ name: string;
17
+ };
18
+ SURGEON: {
19
+ id: number;
20
+ name: string;
21
+ };
22
+ DENTIST: {
23
+ id: number;
24
+ name: string;
25
+ };
26
+ OBSTETRICIAN_GYNECOLOGIST: {
27
+ id: number;
28
+ name: string;
29
+ };
30
+ MIDWIFE: {
31
+ id: number;
32
+ name: string;
33
+ };
34
+ DERMATOLOGIST: {
35
+ id: number;
36
+ name: string;
37
+ };
38
+ RADIOLOGIST: {
39
+ id: number;
40
+ name: string;
41
+ };
42
+ OPHTAMOLOGIST: {
43
+ id: number;
44
+ name: string;
45
+ };
46
+ GERIATRICIAN: {
47
+ id: number;
48
+ name: string;
49
+ };
50
+ ANESTHESIOLOGIST_RESUSCITATOR: {
51
+ id: number;
52
+ name: string;
53
+ };
54
+ ALLERGIST: {
55
+ id: number;
56
+ name: string;
57
+ };
58
+ VETERINARY: {
59
+ id: number;
60
+ name: string;
61
+ };
62
+ ACUPUNCTURIST: {
63
+ id: number;
64
+ name: string;
65
+ };
66
+ CHILD_PSYCHIATRIST: {
67
+ id: number;
68
+ name: string;
69
+ };
70
+ PHYTOTHERAPIST: {
71
+ id: number;
72
+ name: string;
73
+ };
74
+ NURSE: {
75
+ id: number;
76
+ name: string;
77
+ };
78
+ OSTEOPATH: {
79
+ id: number;
80
+ name: string;
81
+ };
82
+ CHIROPRACTOR: {
83
+ id: number;
84
+ name: string;
85
+ };
86
+ DIETICIAN: {
87
+ id: number;
88
+ name: string;
89
+ };
90
+ PHYSIOTHERAPIST: {
91
+ id: number;
92
+ name: string;
93
+ };
94
+ OCCUPATIONAL_THERAPIST: {
95
+ id: number;
96
+ name: string;
97
+ };
98
+ SPEECH_THERAPIST: {
99
+ id: number;
100
+ name: string;
101
+ };
102
+ OPTICIAN_OPTOMETRIST: {
103
+ id: number;
104
+ name: string;
105
+ };
106
+ ORTHOPEDIST_ORTHOTIST: {
107
+ id: number;
108
+ name: string;
109
+ };
110
+ ORTHOPROSTHETIST: {
111
+ id: number;
112
+ name: string;
113
+ };
114
+ ORTHOPIST: {
115
+ id: number;
116
+ name: string;
117
+ };
118
+ PODIATRIST_PEDICURE: {
119
+ id: number;
120
+ name: string;
121
+ };
122
+ PSYCHOMOTOR_THERAPIST: {
123
+ id: number;
124
+ name: string;
125
+ };
126
+ NATUROPATH: {
127
+ id: number;
128
+ name: string;
129
+ };
130
+ AUDIOPROTHESIST: {
131
+ id: number;
132
+ name: string;
133
+ };
134
+ CHILD_CARE: {
135
+ id: number;
136
+ name: string;
137
+ };
138
+ ACCOUNTANT: {
139
+ id: number;
140
+ name: string;
141
+ };
142
+ STATUTORY_AUDITOR: {
143
+ id: number;
144
+ name: string;
145
+ };
146
+ JUDICIARY_ADMINISTRATOR: {
147
+ id: number;
148
+ name: string;
149
+ };
150
+ LEGAL_REPRESENTATIVE: {
151
+ id: number;
152
+ name: string;
153
+ };
154
+ CLERK: {
155
+ id: number;
156
+ name: string;
157
+ };
158
+ BAILIFF: {
159
+ id: number;
160
+ name: string;
161
+ };
162
+ NOTARY: {
163
+ id: number;
164
+ name: string;
165
+ };
166
+ LAWYER: {
167
+ id: number;
168
+ name: string;
169
+ };
170
+ HUMAN_RESOURCES: {
171
+ id: number;
172
+ name: string;
173
+ };
174
+ MANAGEMENT_SAVING: {
175
+ id: number;
176
+ name: string;
177
+ };
178
+ FINANCIAL: {
179
+ id: number;
180
+ name: string;
181
+ };
182
+ MARKETING: {
183
+ id: number;
184
+ name: string;
185
+ };
186
+ COMPUTER_SCIENTIST: {
187
+ id: number;
188
+ name: string;
189
+ };
190
+ GRAPHIC_DESIGNER: {
191
+ id: number;
192
+ name: string;
193
+ };
194
+ FORMER: {
195
+ id: number;
196
+ name: string;
197
+ };
198
+ TEACHER: {
199
+ id: number;
200
+ name: string;
201
+ };
202
+ TRAINER: {
203
+ id: number;
204
+ name: string;
205
+ };
206
+ PHOTOGRAPHER: {
207
+ id: number;
208
+ name: string;
209
+ };
210
+ TRANSLATOR: {
211
+ id: number;
212
+ name: string;
213
+ };
214
+ SPORT_COACH: {
215
+ id: number;
216
+ name: string;
217
+ };
218
+ AUTOR_ARTIST: {
219
+ id: number;
220
+ name: string;
221
+ };
222
+ COMMERCIAL_AGENT: {
223
+ id: number;
224
+ name: string;
225
+ };
226
+ CONSULTANT: {
227
+ id: number;
228
+ name: string;
229
+ };
230
+ ARCHITECT: {
231
+ id: number;
232
+ name: string;
233
+ };
234
+ SURVEYOR: {
235
+ id: number;
236
+ name: string;
237
+ };
238
+ PROJECT_MANAGER: {
239
+ id: number;
240
+ name: string;
241
+ };
242
+ QUANTITY_SURVEYOR: {
243
+ id: number;
244
+ name: string;
245
+ };
246
+ LANDSCAPER: {
247
+ id: number;
248
+ name: string;
249
+ };
250
+ SOCIOLOGIST: {
251
+ id: number;
252
+ name: string;
253
+ };
254
+ };
255
+ //# sourceMappingURL=AccountsSectors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountsSectors.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/AccountsSectors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6P/B,CAAC"}