@silexpert/core 1.0.51 → 1.0.53

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 (141) hide show
  1. package/es/api/resources/Invoice.d.ts +1 -1
  2. package/es/api/resources/Invoice.d.ts.map +1 -1
  3. package/es/api/resources/Invoice.js.map +1 -1
  4. package/es/api/resources/LegalNotice.d.ts +6 -0
  5. package/es/api/resources/LegalNotice.d.ts.map +1 -0
  6. package/es/api/resources/LegalNotice.js +7 -0
  7. package/es/api/resources/LegalNotice.js.map +1 -0
  8. package/es/api/resources/PaymentExpectation.d.ts +6 -0
  9. package/es/api/resources/PaymentExpectation.d.ts.map +1 -0
  10. package/es/api/resources/PaymentExpectation.js +7 -0
  11. package/es/api/resources/PaymentExpectation.js.map +1 -0
  12. package/es/api/resources/TerminationList.d.ts +7 -0
  13. package/es/api/resources/TerminationList.d.ts.map +1 -0
  14. package/es/api/resources/TerminationList.js +10 -0
  15. package/es/api/resources/TerminationList.js.map +1 -0
  16. package/es/api/resources/statistic/Accountant.d.ts +6 -0
  17. package/es/api/resources/statistic/Accountant.d.ts.map +1 -1
  18. package/es/api/resources/statistic/Accountant.js +9 -0
  19. package/es/api/resources/statistic/Accountant.js.map +1 -1
  20. package/es/api/resources.d.ts +7 -1
  21. package/es/api/resources.d.ts.map +1 -1
  22. package/es/api/resources.js +7 -1
  23. package/es/api/resources.js.map +1 -1
  24. package/es/types/Enum/OperationLegalNotice.d.ts +4 -0
  25. package/es/types/Enum/OperationLegalNotice.d.ts.map +1 -0
  26. package/es/types/Enum/OperationLegalNotice.js +5 -0
  27. package/es/types/Enum/OperationLegalNotice.js.map +1 -0
  28. package/es/types/Enum/OrderStatus.d.ts +6 -0
  29. package/es/types/Enum/OrderStatus.d.ts.map +1 -0
  30. package/es/types/Enum/OrderStatus.js +7 -0
  31. package/es/types/Enum/OrderStatus.js.map +1 -0
  32. package/es/types/Enum/{Prestation.d.ts → PrestationType.d.ts} +4 -3
  33. package/es/types/Enum/PrestationType.d.ts.map +1 -0
  34. package/es/types/Enum/PrestationType.js +17 -0
  35. package/es/types/Enum/PrestationType.js.map +1 -0
  36. package/es/types/Enum/Reason.d.ts +4 -0
  37. package/es/types/Enum/Reason.d.ts.map +1 -0
  38. package/es/types/Enum/Reason.js +5 -0
  39. package/es/types/Enum/Reason.js.map +1 -0
  40. package/es/types/Enum/StatisticType.d.ts +2 -1
  41. package/es/types/Enum/StatisticType.d.ts.map +1 -1
  42. package/es/types/Enum/StatisticType.js +1 -0
  43. package/es/types/Enum/StatisticType.js.map +1 -1
  44. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts +5 -0
  45. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts.map +1 -0
  46. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js +25 -0
  47. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  48. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts +4 -0
  49. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts.map +1 -0
  50. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +17 -0
  51. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  52. package/es/types/Interface/api/prestation/CreatePrestation.d.ts +6 -0
  53. package/es/types/Interface/api/prestation/CreatePrestation.d.ts.map +1 -0
  54. package/es/types/Interface/api/prestation/CreatePrestation.js +28 -0
  55. package/es/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  56. package/es/types/Interface/api/statistic/ExitRequest.d.ts +11 -2
  57. package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
  58. package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
  59. package/es/types/Interface/api/terminationList/DestroyTerminationList.d.ts +17 -0
  60. package/es/types/Interface/api/terminationList/DestroyTerminationList.d.ts.map +1 -0
  61. package/es/types/Interface/api/terminationList/DestroyTerminationList.js +96 -0
  62. package/es/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -0
  63. package/es/types/Interface/api/terminationList/QueryTerminationList.d.ts +17 -0
  64. package/es/types/Interface/api/terminationList/QueryTerminationList.d.ts.map +1 -0
  65. package/es/types/Interface/api/terminationList/QueryTerminationList.js +98 -0
  66. package/es/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -0
  67. package/es/types/Interface/models/ILegalNotice.d.ts +1 -0
  68. package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -1
  69. package/es/types/Interface/models/ILegalNotice.js.map +1 -1
  70. package/es/types/Interface/models/IPaymentExpectation.d.ts +1 -0
  71. package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  72. package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
  73. package/es/types/index.d.ts +9 -1
  74. package/es/types/index.d.ts.map +1 -1
  75. package/es/types/index.js +9 -1
  76. package/es/types/index.js.map +1 -1
  77. package/es/utils/commercialManagement/templates/common.d.ts.map +1 -1
  78. package/es/utils/commercialManagement/templates/common.js +1 -1
  79. package/es/utils/commercialManagement/templates/common.js.map +1 -1
  80. package/js/api/resources/Invoice.js.map +1 -1
  81. package/js/api/resources/LegalNotice.js +18 -0
  82. package/js/api/resources/LegalNotice.js.map +1 -0
  83. package/js/api/resources/PaymentExpectation.js +20 -0
  84. package/js/api/resources/PaymentExpectation.js.map +1 -0
  85. package/js/api/resources/TerminationList.js +26 -0
  86. package/js/api/resources/TerminationList.js.map +1 -0
  87. package/js/api/resources/statistic/Accountant.js +15 -0
  88. package/js/api/resources/statistic/Accountant.js.map +1 -1
  89. package/js/api/resources.js +12 -3
  90. package/js/api/resources.js.map +1 -1
  91. package/js/types/Enum/OperationLegalNotice.js +11 -0
  92. package/js/types/Enum/OperationLegalNotice.js.map +1 -0
  93. package/js/types/Enum/OrderStatus.js +13 -0
  94. package/js/types/Enum/OrderStatus.js.map +1 -0
  95. package/js/types/Enum/PrestationType.js +23 -0
  96. package/js/types/Enum/PrestationType.js.map +1 -0
  97. package/js/types/Enum/Reason.js +11 -0
  98. package/js/types/Enum/Reason.js.map +1 -0
  99. package/js/types/Enum/StatisticType.js +1 -0
  100. package/js/types/Enum/StatisticType.js.map +1 -1
  101. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js +31 -0
  102. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  103. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +27 -0
  104. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  105. package/js/types/Interface/api/prestation/CreatePrestation.js +33 -0
  106. package/js/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  107. package/js/types/Interface/api/terminationList/DestroyTerminationList.js +55 -0
  108. package/js/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -0
  109. package/js/types/Interface/api/terminationList/QueryTerminationList.js +55 -0
  110. package/js/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -0
  111. package/js/types/index.js +99 -3
  112. package/js/types/index.js.map +1 -1
  113. package/js/utils/commercialManagement/templates/common.js +1 -1
  114. package/js/utils/commercialManagement/templates/common.js.map +1 -1
  115. package/package.json +1 -1
  116. package/ts/api/resources/Invoice.ts +1 -1
  117. package/ts/api/resources/LegalNotice.ts +8 -0
  118. package/ts/api/resources/PaymentExpectation.ts +8 -0
  119. package/ts/api/resources/TerminationList.ts +12 -0
  120. package/ts/api/resources/statistic/Accountant.ts +13 -0
  121. package/ts/api/resources.ts +7 -1
  122. package/ts/types/Enum/OperationLegalNotice.ts +3 -0
  123. package/ts/types/Enum/OrderStatus.ts +5 -0
  124. package/ts/types/Enum/{Prestation.ts → PrestationType.ts} +2 -1
  125. package/ts/types/Enum/Reason.ts +3 -0
  126. package/ts/types/Enum/StatisticType.ts +1 -0
  127. package/ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts +13 -0
  128. package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +6 -0
  129. package/ts/types/Interface/api/prestation/CreatePrestation.ts +15 -0
  130. package/ts/types/Interface/api/statistic/ExitRequest.ts +13 -2
  131. package/ts/types/Interface/api/terminationList/DestroyTerminationList.ts +74 -0
  132. package/ts/types/Interface/api/terminationList/QueryTerminationList.ts +76 -0
  133. package/ts/types/Interface/models/ILegalNotice.ts +1 -0
  134. package/ts/types/Interface/models/IPaymentExpectation.ts +1 -0
  135. package/ts/types/index.ts +9 -1
  136. package/ts/utils/commercialManagement/templates/common.ts +1 -1
  137. package/es/types/Enum/Prestation.d.ts.map +0 -1
  138. package/es/types/Enum/Prestation.js +0 -16
  139. package/es/types/Enum/Prestation.js.map +0 -1
  140. package/js/types/Enum/Prestation.js +0 -22
  141. package/js/types/Enum/Prestation.js.map +0 -1
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.PaymentExpectation = undefined;
7
+
8
+ var _Resource = require("../Resource");
9
+
10
+ class PaymentExpectation extends _Resource.Resource {
11
+ get(params) {
12
+ return this.axios.$get('/payment-expectations', {
13
+ params
14
+ });
15
+ }
16
+
17
+ }
18
+
19
+ exports.PaymentExpectation = PaymentExpectation;
20
+ //# sourceMappingURL=PaymentExpectation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaymentExpectation.js","mappings":";;;;;;;AACA;;AAEM,MAAOA,kBAAP,SAAkCC,kBAAlC,CAA0C;EAC9CC,GAAG,CAACC,MAAD,EAAmC;IACpC,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEF;IAAF,CAAzC,CAAP;EACD;;AAH6C;;QAAnCH,kB,GAAAA,kB","names":["PaymentExpectation","Resource","get","params","axios","$get"],"sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectation.ts"],"sourcesContent":["import { QueryGetPaymentExpectation } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class PaymentExpectation extends Resource {\n get(params: QueryGetPaymentExpectation): Promise<PaymentExpectation> {\n return this.axios.$get('/payment-expectations', { params });\n }\n}"]}
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.TerminationList = undefined;
7
+
8
+ var _Resource = require("../Resource");
9
+
10
+ class TerminationList extends _Resource.Resource {
11
+ get(params) {
12
+ return this.axios.$get('/termination-lists', {
13
+ params
14
+ });
15
+ }
16
+
17
+ delete(params) {
18
+ return this.axios.$delete('/termination-lists', {
19
+ params
20
+ });
21
+ }
22
+
23
+ }
24
+
25
+ exports.TerminationList = TerminationList;
26
+ //# sourceMappingURL=TerminationList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TerminationList.js","mappings":";;;;;;;AACA;;AAEM,MAAOA,eAAP,SAA+BC,kBAA/B,CAAuC;EACpCC,GAAG,CAACC,MAAD,EAA6B;IACrC,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,oBAAhB,EAAsC;MAAEF;IAAF,CAAtC,CAAP;EACD;;EAEMG,MAAM,CAACH,MAAD,EAA+B;IAC1C,OAAO,KAAKC,KAAL,CAAWG,OAAX,CAAmB,oBAAnB,EAAyC;MAAEJ;IAAF,CAAzC,CAAP;EACD;;AAP0C;;QAAhCH,e,GAAAA,e","names":["TerminationList","Resource","get","params","axios","$get","delete","$delete"],"sourceRoot":"","sources":["../../../ts/api/resources/TerminationList.ts"],"sourcesContent":["import { DestroyTerminationList, QueryTerminationList } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class TerminationList extends Resource {\n public get(params: QueryTerminationList): Promise<TerminationList> {\n return this.axios.$get('/termination-lists', { params });\n }\n\n public delete(params: DestroyTerminationList): Promise<number> {\n return this.axios.$delete('/termination-lists', { params });\n }\n}"]}
@@ -98,6 +98,21 @@ class StatisticAccountant extends _Resource.Resource {
98
98
  params
99
99
  });
100
100
  }
101
+ /**
102
+ * Retourne les statistiques d'IS / IR pour un comptable
103
+ * @param {QueryGetAccountant} payload
104
+ * @returns {JSON}
105
+ */
106
+
107
+
108
+ getTaxes(payload) {
109
+ const params = Object.assign(Object.assign({}, payload), {
110
+ type: _types.StatisticType.ACCOUNTANT_VAT
111
+ });
112
+ return this.axios.$get('/statistic-accountant', {
113
+ params
114
+ });
115
+ }
101
116
  /**
102
117
  * Retourne les statistiques de bilan pour un comptable
103
118
  * @param {QueryGetAccountant} payload
@@ -1 +1 @@
1
- {"version":3,"file":"Accountant.js","mappings":";;;;;;;AAAA;;AACA;;AAEM,MAAOA,mBAAP,SAAmCC,kBAAnC,CAA2C;EAC/C;;;;;EAKOC,iBAAiB,CAACC,OAAD,EAA4B;IAClD,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcC;IADV,CADA,CAAZ;IAIA,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,uCAAhB,EAAyD;MAAEL;IAAF,CAAzD,CAAP;EACD;EAED;;;;;;;EAKOM,mBAAmB,CAACP,OAAD,EAA4B;IACpD,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcK;IADV,CADA,CAAZ;IAIA,OAAO,KAAKH,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOQ,SAAS,CAACT,OAAD,EAA4B;IAC1C,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcO;IADV,CADA,CAAZ;IAIA,OAAO,KAAKL,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOU,cAAc,CAACX,OAAD,EAA4B;IAC/C,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcS;IADV,CADA,CAAZ;IAIA,OAAO,KAAKP,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOY,aAAa,CAACb,OAAD,EAA4B;IAC9C,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcW;IADV,CADA,CAAZ;IAIA,OAAO,KAAKT,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOc,OAAO,CAACf,OAAD,EAA4B;IACxC,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAca;IADV,CADA,CAAZ;IAIA,OAAO,KAAKX,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOgB,eAAe,CAACjB,OAAD,EAA4B;IAChD,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAce;IADV,CADA,CAAZ;IAIA,OAAO,KAAKb,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOkB,kBAAkB,CAACnB,OAAD,EAA4B;IACnD,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAciB;IADV,CADA,CAAZ;IAIA,OAAO,KAAKf,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;;AAvG8C;;QAApCJ,mB,GAAAA,mB","names":["StatisticAccountant","Resource","getAbsenceRequest","payload","params","type","StatisticType","DIRECTION","axios","$get","getCustomerRelation","ACCOUNTANT_CUSTOMER_RELATION","getWallet","ACCOUNTANT_WALLET","getApplication","ACCOUNTANT_APPLICATION","getProduction","ACCOUNTANT_PRODUCTION","getIsIr","ACCOUNTANT_IS_IR","getBalanceSheet","ACCOUNTANT_BALANCE_SHEET","getAdditionnalSell","ACCOUNTANT_ADDITIONNAL_SELL"],"sourceRoot":"","sources":["../../../../ts/api/resources/statistic/Accountant.ts"],"sourcesContent":["import { Resource } from '../../Resource';\nimport { QueryGetAccountant, StatisticType } from '../../../types';\n\nexport class StatisticAccountant extends Resource {\n /**\n * Retourne les statistiques de demande de congé pour un manager comptable\n * @param { QueryGetAccountant } payload\n * @returns { JSON }\n */\n public getAbsenceRequest(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.DIRECTION,\n };\n return this.axios.$get('/statistic-accountant/absence-request', { params });\n }\n\n /**\n * Retourne les statistiques de relation client pour un comptable\n * @param { QueryGetAccountant } payload\n * @returns { JSON }\n */\n public getCustomerRelation(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_CUSTOMER_RELATION,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de portefeuille pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getWallet(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_WALLET,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques d'application pour un comptable\n * @param { QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getApplication(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_APPLICATION,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de production pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getProduction(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_PRODUCTION,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques d'IS / IR pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getIsIr(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_IS_IR,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de bilan pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getBalanceSheet(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_BALANCE_SHEET,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de vente additionnel pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getAdditionnalSell(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_ADDITIONNAL_SELL,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n}"]}
1
+ {"version":3,"file":"Accountant.js","mappings":";;;;;;;AAAA;;AACA;;AAEM,MAAOA,mBAAP,SAAmCC,kBAAnC,CAA2C;EAC/C;;;;;EAKOC,iBAAiB,CAACC,OAAD,EAA4B;IAClD,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcC;IADV,CADA,CAAZ;IAIA,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,uCAAhB,EAAyD;MAAEL;IAAF,CAAzD,CAAP;EACD;EAED;;;;;;;EAKOM,mBAAmB,CAACP,OAAD,EAA4B;IACpD,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcK;IADV,CADA,CAAZ;IAIA,OAAO,KAAKH,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOQ,SAAS,CAACT,OAAD,EAA4B;IAC1C,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcO;IADV,CADA,CAAZ;IAIA,OAAO,KAAKL,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOU,cAAc,CAACX,OAAD,EAA4B;IAC/C,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcS;IADV,CADA,CAAZ;IAIA,OAAO,KAAKP,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOY,aAAa,CAACb,OAAD,EAA4B;IAC9C,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcW;IADV,CADA,CAAZ;IAIA,OAAO,KAAKT,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOc,OAAO,CAACf,OAAD,EAA4B;IACxC,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAca;IADV,CADA,CAAZ;IAIA,OAAO,KAAKX,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOgB,QAAQ,CAACjB,OAAD,EAA4B;IACzC,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAce;IADV,CADA,CAAZ;IAIA,OAAO,KAAKb,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOkB,eAAe,CAACnB,OAAD,EAA4B;IAChD,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAciB;IADV,CADA,CAAZ;IAIA,OAAO,KAAKf,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOoB,kBAAkB,CAACrB,OAAD,EAA4B;IACnD,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcmB;IADV,CADA,CAAZ;IAIA,OAAO,KAAKjB,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;;AApH8C;;QAApCJ,mB,GAAAA,mB","names":["StatisticAccountant","Resource","getAbsenceRequest","payload","params","type","StatisticType","DIRECTION","axios","$get","getCustomerRelation","ACCOUNTANT_CUSTOMER_RELATION","getWallet","ACCOUNTANT_WALLET","getApplication","ACCOUNTANT_APPLICATION","getProduction","ACCOUNTANT_PRODUCTION","getIsIr","ACCOUNTANT_IS_IR","getTaxes","ACCOUNTANT_VAT","getBalanceSheet","ACCOUNTANT_BALANCE_SHEET","getAdditionnalSell","ACCOUNTANT_ADDITIONNAL_SELL"],"sourceRoot":"","sources":["../../../../ts/api/resources/statistic/Accountant.ts"],"sourcesContent":["import { Resource } from '../../Resource';\nimport { QueryGetAccountant, StatisticType } from '../../../types';\n\nexport class StatisticAccountant extends Resource {\n /**\n * Retourne les statistiques de demande de congé pour un manager comptable\n * @param { QueryGetAccountant } payload\n * @returns { JSON }\n */\n public getAbsenceRequest(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.DIRECTION,\n };\n return this.axios.$get('/statistic-accountant/absence-request', { params });\n }\n\n /**\n * Retourne les statistiques de relation client pour un comptable\n * @param { QueryGetAccountant } payload\n * @returns { JSON }\n */\n public getCustomerRelation(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_CUSTOMER_RELATION,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de portefeuille pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getWallet(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_WALLET,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques d'application pour un comptable\n * @param { QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getApplication(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_APPLICATION,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de production pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getProduction(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_PRODUCTION,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques d'IS / IR pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getIsIr(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_IS_IR,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques d'IS / IR pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getTaxes(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_VAT,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de bilan pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getBalanceSheet(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_BALANCE_SHEET,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de vente additionnel pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getAdditionnalSell(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_ADDITIONNAL_SELL,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n}"]}
@@ -203,14 +203,20 @@ var _FIle = require("./resources/FIle");
203
203
 
204
204
  var _SocietyConfig = require("./resources/SocietyConfig");
205
205
 
206
- var _Accountant = require("./resources/statistic/Accountant");
206
+ var _LegalNotice = require("./resources/LegalNotice");
207
207
 
208
- var _Direction = require("./resources/statistic/Direction");
208
+ var _Accountant = require("./resources/statistic/Accountant");
209
209
 
210
210
  var _ExpertAccountant = require("./resources/statistic/ExpertAccountant");
211
211
 
212
212
  var _Wallet = require("./resources/Wallet");
213
213
 
214
+ var _PaymentExpectation = require("./resources/PaymentExpectation");
215
+
216
+ var _Direction = require("./resources/statistic/Direction");
217
+
218
+ var _TerminationList = require("./resources/TerminationList");
219
+
214
220
  const resources = exports.resources = {
215
221
  simulation: _Simulation.Simulation,
216
222
  budgetInsight: _BudgetInsight.BudgetInsight,
@@ -312,8 +318,11 @@ const resources = exports.resources = {
312
318
  file: _FIle.File,
313
319
  wallet: _Wallet.Wallet,
314
320
  societyConfig: _SocietyConfig.SocietyConfig,
321
+ legalNotice: _LegalNotice.LegalNotice,
315
322
  statisticAccountant: _Accountant.StatisticAccountant,
316
323
  statisticDirection: _Direction.StatisticDirection,
317
- statisticExpertAccountant: _ExpertAccountant.StatisticExpertAccountant
324
+ statisticExpertAccountant: _ExpertAccountant.StatisticExpertAccountant,
325
+ paymentExpectation: _PaymentExpectation.PaymentExpectation,
326
+ terminationList: _TerminationList.TerminationList
318
327
  };
319
328
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAMA,SAAS,WAATA,SAAS,GAAG;EACvBC,UAAU,EAAEC,sBADW;EAEvBC,aAAa,EAAEC,4BAFQ;EAGvBC,OAAO,EAAEC,gBAHc;EAIvBC,0BAA0B,EAAEC,sDAJL;EAKvBC,OAAO,EAAEC,gBALc;EAMvBC,cAAc,EAAEC,8BANO;EAOvBC,WAAW,EAAEC,wBAPU;EAQvBC,WAAW,EAAEC,wBARU;EASvBC,OAAO,EAAEC,gBATc;EAUvBC,WAAW,EAAEC,wBAVU;EAWvBC,IAAI,EAAEC,UAXiB;EAYvBC,MAAM,EAAEC,cAZe;EAavBC,MAAM,EAAEC,cAbe;EAcvBC,MAAM,EAAEC,cAde;EAevBC,SAAS,EAAEC,oBAfY;EAgBvBC,OAAO,EAAEC,gBAhBc;EAiBvBC,OAAO,EAAEC,gBAjBc;EAkBvBC,aAAa,EAAEC,4BAlBQ;EAmBvBC,OAAO,EAAEC,gBAnBc;EAoBvBC,eAAe,EAAEC,gCApBM;EAqBvBC,iBAAiB,EAAEC,oCArBI;EAsBvBC,YAAY,EAAEC,0BAtBS;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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","accountingFiles","AccountingFiles","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","commercialSetting","CommercialSetting","commercialDocument","CommercialDocument","connection","Connection","invoice","Invoice","reminder","Reminder","recurrence","Recurrence","stripe","Stripe","file","File","wallet","Wallet","societyConfig","SocietyConfig","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n};"]}
1
+ {"version":3,"file":"resources.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAMA,SAAS,WAATA,SAAS,GAAG;EACvBC,UAAU,EAAEC,sBADW;EAEvBC,aAAa,EAAEC,4BAFQ;EAGvBC,OAAO,EAAEC,gBAHc;EAIvBC,0BAA0B,EAAEC,sDAJL;EAKvBC,OAAO,EAAEC,gBALc;EAMvBC,cAAc,EAAEC,8BANO;EAOvBC,WAAW,EAAEC,wBAPU;EAQvBC,WAAW,EAAEC,wBARU;EASvBC,OAAO,EAAEC,gBATc;EAUvBC,WAAW,EAAEC,wBAVU;EAWvBC,IAAI,EAAEC,UAXiB;EAYvBC,MAAM,EAAEC,cAZe;EAavBC,MAAM,EAAEC,cAbe;EAcvBC,MAAM,EAAEC,cAde;EAevBC,SAAS,EAAEC,oBAfY;EAgBvBC,OAAO,EAAEC,gBAhBc;EAiBvBC,OAAO,EAAEC,gBAjBc;EAkBvBC,aAAa,EAAEC,4BAlBQ;EAmBvBC,OAAO,EAAEC,gBAnBc;EAoBvBC,eAAe,EAAEC,gCApBM;EAqBvBC,iBAAiB,EAAEC,oCArBI;EAsBvBC,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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","accountingFiles","AccountingFiles","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","commercialSetting","CommercialSetting","commercialDocument","CommercialDocument","connection","Connection","invoice","Invoice","reminder","Reminder","recurrence","Recurrence","stripe","Stripe","file","File","wallet","Wallet","societyConfig","SocietyConfig","legalNotice","LegalNotice","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant","paymentExpectation","PaymentExpectation","terminationList","TerminationList"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n};"]}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var OperationLegalNotice = exports.OperationLegalNotice = undefined;
7
+
8
+ (function (OperationLegalNotice) {
9
+ OperationLegalNotice[OperationLegalNotice["LIQUIDATION"] = 1] = "LIQUIDATION";
10
+ })(OperationLegalNotice || (exports.OperationLegalNotice = OperationLegalNotice = {}));
11
+ //# sourceMappingURL=OperationLegalNotice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OperationLegalNotice.js","mappings":";;;;;AAAA,IAAYA,oBAEX,WAFWA,oBAEX,YAFD;;AAAA,WAAYA,oBAAZ,EAAgC;EAC9BA;AACD,CAFD,EAAYA,oBAAoB,aAApBA,oBAAoB,GAApBA,oBAAoB,MAAhC","names":["OperationLegalNotice"],"sourceRoot":"","sources":["../../../ts/types/Enum/OperationLegalNotice.ts"],"sourcesContent":["export enum OperationLegalNotice {\n LIQUIDATION = 1,\n}"]}
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var OrderStatus = exports.OrderStatus = undefined;
7
+
8
+ (function (OrderStatus) {
9
+ OrderStatus[OrderStatus["A_FAIRE"] = 0] = "A_FAIRE";
10
+ OrderStatus[OrderStatus["FAIT"] = 1] = "FAIT";
11
+ OrderStatus[OrderStatus["JAMAIS"] = 2] = "JAMAIS";
12
+ })(OrderStatus || (exports.OrderStatus = OrderStatus = {}));
13
+ //# sourceMappingURL=OrderStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OrderStatus.js","mappings":";;;;;AAAA,IAAYA,WAIX,WAJWA,WAIX,YAJD;;AAAA,WAAYA,WAAZ,EAAuB;EACrBA;EACAA;EACAA;AACD,CAJD,EAAYA,WAAW,aAAXA,WAAW,GAAXA,WAAW,MAAvB","names":["OrderStatus"],"sourceRoot":"","sources":["../../../ts/types/Enum/OrderStatus.ts"],"sourcesContent":["export enum OrderStatus {\n A_FAIRE = 0,\n FAIT = 1,\n JAMAIS = 2,\n}"]}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var PrestationType = exports.PrestationType = undefined;
7
+
8
+ (function (PrestationType) {
9
+ PrestationType[PrestationType["PREVISIONNEL"] = 6] = "PREVISIONNEL";
10
+ PrestationType[PrestationType["BILAN_INTERMEDIAIRE"] = 9] = "BILAN_INTERMEDIAIRE";
11
+ PrestationType[PrestationType["TELEDECLARATION"] = 13] = "TELEDECLARATION";
12
+ PrestationType[PrestationType["BILAN_LIQUIDATION"] = 22] = "BILAN_LIQUIDATION";
13
+ PrestationType[PrestationType["CESSION_ACTIONS"] = 51] = "CESSION_ACTIONS";
14
+ PrestationType[PrestationType["DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE"] = 61] = "DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE";
15
+ PrestationType[PrestationType["DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE"] = 85] = "DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE";
16
+ PrestationType[PrestationType["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
17
+ PrestationType[PrestationType["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
18
+ PrestationType[PrestationType["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
19
+ PrestationType[PrestationType["DISSOLUTION_LIQUIDATION"] = 192] = "DISSOLUTION_LIQUIDATION";
20
+ PrestationType[PrestationType["ABO_STRIPE"] = 196] = "ABO_STRIPE";
21
+ PrestationType[PrestationType["ANNONCE_LEGALE"] = 209] = "ANNONCE_LEGALE";
22
+ })(PrestationType || (exports.PrestationType = PrestationType = {}));
23
+ //# sourceMappingURL=PrestationType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrestationType.js","mappings":";;;;;AAAA,IAAYA,cAcX,WAdWA,cAcX,YAdD;;AAAA,WAAYA,cAAZ,EAA0B;EACxBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAdD,EAAYA,cAAc,aAAdA,cAAc,GAAdA,cAAc,MAA1B","names":["PrestationType"],"sourceRoot":"","sources":["../../../ts/types/Enum/PrestationType.ts"],"sourcesContent":["export enum PrestationType {\n PREVISIONNEL = 6, // à remplacer par 189\n BILAN_INTERMEDIAIRE = 9,\n TELEDECLARATION = 13,\n BILAN_LIQUIDATION = 22,\n CESSION_ACTIONS = 51,\n DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE = 61,\n DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,\n ATTESTATION_NON_REMUNERATION = 91,\n COMPTA_MICRO = 185,\n BILAN_PREVISIONNEL = 189,\n DISSOLUTION_LIQUIDATION = 192,\n ABO_STRIPE = 196,\n ANNONCE_LEGALE = 209,\n}"]}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var Reason = exports.Reason = undefined;
7
+
8
+ (function (Reason) {
9
+ Reason[Reason["ANNONCE_LEGALE"] = 3] = "ANNONCE_LEGALE";
10
+ })(Reason || (exports.Reason = Reason = {}));
11
+ //# sourceMappingURL=Reason.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Reason.js","mappings":";;;;;AAAA,IAAYA,MAEX,WAFWA,MAEX,YAFD;;AAAA,WAAYA,MAAZ,EAAkB;EAChBA;AACD,CAFD,EAAYA,MAAM,aAANA,MAAM,GAANA,MAAM,MAAlB","names":["Reason"],"sourceRoot":"","sources":["../../../ts/types/Enum/Reason.ts"],"sourcesContent":["export enum Reason {\n ANNONCE_LEGALE = 3,\n}"]}
@@ -18,5 +18,6 @@ var StatisticType = exports.StatisticType = undefined;
18
18
  StatisticType[StatisticType["ACCOUNTANT_IS_IR"] = 10] = "ACCOUNTANT_IS_IR";
19
19
  StatisticType[StatisticType["ACCOUNTANT_BALANCE_SHEET"] = 11] = "ACCOUNTANT_BALANCE_SHEET";
20
20
  StatisticType[StatisticType["ACCOUNTANT_ADDITIONNAL_SELL"] = 12] = "ACCOUNTANT_ADDITIONNAL_SELL";
21
+ StatisticType[StatisticType["ACCOUNTANT_VAT"] = 13] = "ACCOUNTANT_VAT";
21
22
  })(StatisticType || (exports.StatisticType = StatisticType = {}));
22
23
  //# sourceMappingURL=StatisticType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatisticType.js","mappings":";;;;;AAAA,IAAYA,aAaX,WAbWA,aAaX,YAbD;;AAAA,WAAYA,aAAZ,EAAyB;EACvBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAbD,EAAYA,aAAa,aAAbA,aAAa,GAAbA,aAAa,MAAzB","names":["StatisticType"],"sourceRoot":"","sources":["../../../ts/types/Enum/StatisticType.ts"],"sourcesContent":["export enum StatisticType {\n DIRECTION = 1,\n EXPERT_ACCOUNTANT_PRODUCTION = 2,\n EXPERT_ACCOUNTANT_CUSTOMER_RELATION = 3,\n EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET = 4,\n EXPERT_ACCOUNTANT_LAB = 5,\n ACCOUNTANT_CUSTOMER_RELATION = 6,\n ACCOUNTANT_WALLET = 7,\n ACCOUNTANT_APPLICATION = 8,\n ACCOUNTANT_PRODUCTION = 9,\n ACCOUNTANT_IS_IR = 10,\n ACCOUNTANT_BALANCE_SHEET = 11,\n ACCOUNTANT_ADDITIONNAL_SELL = 12,\n}"]}
1
+ {"version":3,"file":"StatisticType.js","mappings":";;;;;AAAA,IAAYA,aAcX,WAdWA,aAcX,YAdD;;AAAA,WAAYA,aAAZ,EAAyB;EACvBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAdD,EAAYA,aAAa,aAAbA,aAAa,GAAbA,aAAa,MAAzB","names":["StatisticType"],"sourceRoot":"","sources":["../../../ts/types/Enum/StatisticType.ts"],"sourcesContent":["export enum StatisticType {\n DIRECTION = 1,\n EXPERT_ACCOUNTANT_PRODUCTION = 2,\n EXPERT_ACCOUNTANT_CUSTOMER_RELATION = 3,\n EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET = 4,\n EXPERT_ACCOUNTANT_LAB = 5,\n ACCOUNTANT_CUSTOMER_RELATION = 6,\n ACCOUNTANT_WALLET = 7,\n ACCOUNTANT_APPLICATION = 8,\n ACCOUNTANT_PRODUCTION = 9,\n ACCOUNTANT_IS_IR = 10,\n ACCOUNTANT_BALANCE_SHEET = 11,\n ACCOUNTANT_ADDITIONNAL_SELL = 12,\n ACCOUNTANT_VAT = 13,\n}"]}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UpdateLegalNotice = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _ = require("../../../..");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class UpdateLegalNotice {}
25
+
26
+ exports.UpdateLegalNotice = UpdateLegalNotice;
27
+
28
+ __decorate([(0, _.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], UpdateLegalNotice.prototype, "message", void 0);
29
+
30
+ __decorate([(0, _.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], UpdateLegalNotice.prototype, "idPrestation", void 0);
31
+ //# sourceMappingURL=UpdateLegalNotice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateLegalNotice.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AAGXC,YAFC,oBAED,EADC,+BACD;;AAKAA,YAHC,4BAGD,EAFC,iCAED,EADC,+BACD","names":["UpdateLegalNotice","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts"],"sourcesContent":["import { IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\n\nexport class UpdateLegalNotice {\n @ApiProperty()\n @IsString()\n message: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idPrestation?: number;\n}\n"]}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetPaymentExpectation = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class QueryGetPaymentExpectation {}
23
+
24
+ exports.QueryGetPaymentExpectation = QueryGetPaymentExpectation;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], QueryGetPaymentExpectation.prototype, "idPrestation", void 0);
27
+ //# sourceMappingURL=QueryPaymentExpectation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPaymentExpectation.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,0BAAP,CAAiC;;QAA1BA,0B,GAAAA,0B;;AAEXC,YADC,yBACD","names":["QueryGetPaymentExpectation","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryGetPaymentExpectation {\n @ApiProperty()\n idPrestation: number;\n}"]}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreatePrestation = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _ = require("../../../..");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class CreatePrestation {}
25
+
26
+ exports.CreatePrestation = CreatePrestation;
27
+
28
+ __decorate([(0, _.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreatePrestation.prototype, "orderStatus", void 0);
29
+
30
+ __decorate([(0, _.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreatePrestation.prototype, "amountTtc", void 0);
31
+
32
+ __decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", String)], CreatePrestation.prototype, "label", void 0);
33
+ //# sourceMappingURL=CreatePrestation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePrestation.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAGXC,YAFC,oBAED,EADC,+BACD;;AAIAA,YAFC,oBAED,EADC,+BACD;;AAGAA,YADC,4BACD","names":["CreatePrestation","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestation/CreatePrestation.ts"],"sourcesContent":["import { IsNumber } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\n\nexport class CreatePrestation {\n @ApiProperty()\n @IsNumber()\n orderStatus: number;\n\n @ApiProperty()\n @IsNumber()\n amountTtc: number;\n\n @ApiPropertyOptional()\n label?: string;\n}\n"]}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.DestroyTerminationList = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class DestroyTerminationList {}
25
+
26
+ exports.DestroyTerminationList = DestroyTerminationList;
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "id", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "comment", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "effectiveDate", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "endContractDate", void 0);
35
+
36
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "recalledCustomer", void 0);
37
+
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "recalledCustomerBySupervisor", void 0);
39
+
40
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "idExercice", void 0);
41
+
42
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "refund", void 0);
43
+
44
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "idReasonTermination", void 0);
45
+
46
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "idSociety", void 0);
47
+
48
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "idPrestation", void 0);
49
+
50
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], DestroyTerminationList.prototype, "idCollaborateur", void 0);
51
+
52
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "createdAt", void 0);
53
+
54
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], DestroyTerminationList.prototype, "updatedAt", void 0);
55
+ //# sourceMappingURL=DestroyTerminationList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DestroyTerminationList.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,sBAAP,CAA6B;;QAAtBA,sB,GAAAA,sB;;AAGXC,YAFC,yBAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAIAA,YAFC,yBAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD","names":["DestroyTerminationList","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/terminationList/DestroyTerminationList.ts"],"sourcesContent":["import {\n IsDateString, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class DestroyTerminationList {\n @ApiProperty()\n @IsInt()\n id: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n effectiveDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n endContractDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n recalledCustomer?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n recalledCustomerBySupervisor?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n refund?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idReasonTermination?: number;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idPrestation?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idCollaborateur?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n createdAt?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n updatedAt?: string;\n}"]}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryTerminationList = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryTerminationList {}
25
+
26
+ exports.QueryTerminationList = QueryTerminationList;
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "id", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "comment", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "effectiveDate", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "endContractDate", void 0);
35
+
36
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "recalledCustomer", void 0);
37
+
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "recalledCustomerBySupervisor", void 0);
39
+
40
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "idExercice", void 0);
41
+
42
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "refund", void 0);
43
+
44
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "idReasonTermination", void 0);
45
+
46
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "idSociety", void 0);
47
+
48
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "idPrestation", void 0);
49
+
50
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryTerminationList.prototype, "idCollaborateur", void 0);
51
+
52
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "createdAt", void 0);
53
+
54
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryTerminationList.prototype, "updatedAt", void 0);
55
+ //# sourceMappingURL=QueryTerminationList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryTerminationList.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,mCACD","names":["QueryTerminationList","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/terminationList/QueryTerminationList.ts"],"sourcesContent":["import {\n IsDateString, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryTerminationList {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n id?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n effectiveDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n endContractDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n recalledCustomer?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n recalledCustomerBySupervisor?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n refund?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idReasonTermination?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idPrestation?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idCollaborateur?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n createdAt?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n updatedAt?: string;\n}"]}