@silexpert/core 0.4.279 → 0.4.281

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 (109) hide show
  1. package/es/api/resources/LegalNotice.d.ts +6 -0
  2. package/es/api/resources/LegalNotice.d.ts.map +1 -0
  3. package/es/api/resources/LegalNotice.js +7 -0
  4. package/es/api/resources/LegalNotice.js.map +1 -0
  5. package/es/api/resources/PaymentExpectation.d.ts +6 -0
  6. package/es/api/resources/PaymentExpectation.d.ts.map +1 -0
  7. package/es/api/resources/PaymentExpectation.js +7 -0
  8. package/es/api/resources/PaymentExpectation.js.map +1 -0
  9. package/es/api/resources/statistic/Accountant.d.ts +6 -0
  10. package/es/api/resources/statistic/Accountant.d.ts.map +1 -1
  11. package/es/api/resources/statistic/Accountant.js +9 -0
  12. package/es/api/resources/statistic/Accountant.js.map +1 -1
  13. package/es/api/resources.d.ts +4 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +4 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/OperationLegalNotice.d.ts +4 -0
  18. package/es/types/Enum/OperationLegalNotice.d.ts.map +1 -0
  19. package/es/types/Enum/OperationLegalNotice.js +5 -0
  20. package/es/types/Enum/OperationLegalNotice.js.map +1 -0
  21. package/es/types/Enum/OrderStatus.d.ts +6 -0
  22. package/es/types/Enum/OrderStatus.d.ts.map +1 -0
  23. package/es/types/Enum/OrderStatus.js +7 -0
  24. package/es/types/Enum/OrderStatus.js.map +1 -0
  25. package/es/types/Enum/{Prestation.d.ts → PrestationType.d.ts} +4 -3
  26. package/es/types/Enum/PrestationType.d.ts.map +1 -0
  27. package/es/types/Enum/PrestationType.js +17 -0
  28. package/es/types/Enum/PrestationType.js.map +1 -0
  29. package/es/types/Enum/Reason.d.ts +4 -0
  30. package/es/types/Enum/Reason.d.ts.map +1 -0
  31. package/es/types/Enum/Reason.js +5 -0
  32. package/es/types/Enum/Reason.js.map +1 -0
  33. package/es/types/Enum/StatisticType.d.ts +2 -1
  34. package/es/types/Enum/StatisticType.d.ts.map +1 -1
  35. package/es/types/Enum/StatisticType.js +1 -0
  36. package/es/types/Enum/StatisticType.js.map +1 -1
  37. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts +5 -0
  38. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts.map +1 -0
  39. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js +25 -0
  40. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  41. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts +7 -0
  42. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts.map +1 -0
  43. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +3 -0
  44. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  45. package/es/types/Interface/api/prestation/CreatePrestation.d.ts +6 -0
  46. package/es/types/Interface/api/prestation/CreatePrestation.d.ts.map +1 -0
  47. package/es/types/Interface/api/prestation/CreatePrestation.js +29 -0
  48. package/es/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  49. package/es/types/Interface/api/statistic/ExitRequest.d.ts +11 -2
  50. package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
  51. package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
  52. package/es/types/Interface/models/ILegalNotice.d.ts +1 -0
  53. package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -1
  54. package/es/types/Interface/models/ILegalNotice.js.map +1 -1
  55. package/es/types/Interface/models/IPaymentExpectation.d.ts +1 -0
  56. package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  57. package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
  58. package/es/types/index.d.ts +7 -1
  59. package/es/types/index.d.ts.map +1 -1
  60. package/es/types/index.js +7 -1
  61. package/es/types/index.js.map +1 -1
  62. package/js/api/resources/LegalNotice.js +18 -0
  63. package/js/api/resources/LegalNotice.js.map +1 -0
  64. package/js/api/resources/PaymentExpectation.js +20 -0
  65. package/js/api/resources/PaymentExpectation.js.map +1 -0
  66. package/js/api/resources/statistic/Accountant.js +15 -0
  67. package/js/api/resources/statistic/Accountant.js.map +1 -1
  68. package/js/api/resources.js +7 -1
  69. package/js/api/resources.js.map +1 -1
  70. package/js/types/Enum/OperationLegalNotice.js +11 -0
  71. package/js/types/Enum/OperationLegalNotice.js.map +1 -0
  72. package/js/types/Enum/OrderStatus.js +13 -0
  73. package/js/types/Enum/OrderStatus.js.map +1 -0
  74. package/js/types/Enum/PrestationType.js +23 -0
  75. package/js/types/Enum/PrestationType.js.map +1 -0
  76. package/js/types/Enum/Reason.js +11 -0
  77. package/js/types/Enum/Reason.js.map +1 -0
  78. package/js/types/Enum/StatisticType.js +1 -0
  79. package/js/types/Enum/StatisticType.js.map +1 -1
  80. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js +31 -0
  81. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  82. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +10 -0
  83. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  84. package/js/types/Interface/api/prestation/CreatePrestation.js +33 -0
  85. package/js/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  86. package/js/types/index.js +75 -3
  87. package/js/types/index.js.map +1 -1
  88. package/package.json +1 -1
  89. package/ts/api/resources/LegalNotice.ts +8 -0
  90. package/ts/api/resources/PaymentExpectation.ts +8 -0
  91. package/ts/api/resources/statistic/Accountant.ts +13 -0
  92. package/ts/api/resources.ts +4 -0
  93. package/ts/types/Enum/OperationLegalNotice.ts +3 -0
  94. package/ts/types/Enum/OrderStatus.ts +5 -0
  95. package/ts/types/Enum/{Prestation.ts → PrestationType.ts} +2 -1
  96. package/ts/types/Enum/Reason.ts +3 -0
  97. package/ts/types/Enum/StatisticType.ts +1 -0
  98. package/ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts +13 -0
  99. package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +6 -0
  100. package/ts/types/Interface/api/prestation/CreatePrestation.ts +16 -0
  101. package/ts/types/Interface/api/statistic/ExitRequest.ts +13 -2
  102. package/ts/types/Interface/models/ILegalNotice.ts +1 -0
  103. package/ts/types/Interface/models/IPaymentExpectation.ts +1 -0
  104. package/ts/types/index.ts +7 -1
  105. package/es/types/Enum/Prestation.d.ts.map +0 -1
  106. package/es/types/Enum/Prestation.js +0 -16
  107. package/es/types/Enum/Prestation.js.map +0 -1
  108. package/js/types/Enum/Prestation.js +0 -22
  109. package/js/types/Enum/Prestation.js.map +0 -1
@@ -0,0 +1,6 @@
1
+ import { CreatePrestation, UpdateLegalNotice } from '../../types';
2
+ import { Resource } from '../Resource';
3
+ export declare class LegalNotice extends Resource {
4
+ update(idLegalNotice: string, params: CreatePrestation): Promise<UpdateLegalNotice>;
5
+ }
6
+ //# sourceMappingURL=LegalNotice.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegalNotice.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/LegalNotice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,WAAY,SAAQ,QAAQ;IACvC,MAAM,CAAC,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAGpF"}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ export class LegalNotice extends Resource {
3
+ update(idLegalNotice, params) {
4
+ return this.axios.$post(`/legal-notices/${idLegalNotice}/prestations`, params);
5
+ }
6
+ }
7
+ //# sourceMappingURL=LegalNotice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegalNotice.js","sourceRoot":"","sources":["../../../ts/api/resources/LegalNotice.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,WAAY,SAAQ,QAAQ;IACvC,MAAM,CAAC,aAAqB,EAAE,MAAwB;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,kBAAkB,aAAa,cAAc,EAAE,MAAM,CAAC,CAAC;IACjF,CAAC;CACF","sourcesContent":["import { CreatePrestation, UpdateLegalNotice } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class LegalNotice extends Resource {\n update(idLegalNotice: string, params: CreatePrestation): Promise<UpdateLegalNotice> {\n return this.axios.$post(`/legal-notices/${idLegalNotice}/prestations`, params);\n }\n}\n"]}
@@ -0,0 +1,6 @@
1
+ import { QueryGetPaymentExpectation } from '../../types';
2
+ import { Resource } from '../Resource';
3
+ export declare class PaymentExpectation extends Resource {
4
+ get(params: QueryGetPaymentExpectation): Promise<PaymentExpectation>;
5
+ }
6
+ //# sourceMappingURL=PaymentExpectation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaymentExpectation.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,kBAAmB,SAAQ,QAAQ;IAC9C,GAAG,CAAC,MAAM,EAAE,0BAA0B,GAAG,OAAO,CAAC,kBAAkB,CAAC;CAGrE"}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ export class PaymentExpectation extends Resource {
3
+ get(params) {
4
+ return this.axios.$get('/payment-expectations', { params });
5
+ }
6
+ }
7
+ //# sourceMappingURL=PaymentExpectation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaymentExpectation.js","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,kBAAmB,SAAQ,QAAQ;IAC9C,GAAG,CAAC,MAAkC;QACpC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;CACF","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}"]}
@@ -37,6 +37,12 @@ export declare class StatisticAccountant extends Resource {
37
37
  * @returns {JSON}
38
38
  */
39
39
  getIsIr(payload: QueryGetAccountant): Promise<JSON>;
40
+ /**
41
+ * Retourne les statistiques d'IS / IR pour un comptable
42
+ * @param {QueryGetAccountant} payload
43
+ * @returns {JSON}
44
+ */
45
+ getTaxes(payload: QueryGetAccountant): Promise<JSON>;
40
46
  /**
41
47
  * Retourne les statistiques de bilan pour un comptable
42
48
  * @param {QueryGetAccountant} payload
@@ -1 +1 @@
1
- {"version":3,"file":"Accountant.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/statistic/Accountant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,kBAAkB,EAAiB,MAAM,gBAAgB,CAAC;AAEnE,qBAAa,mBAAoB,SAAQ,QAAQ;IAC/C;;;;OAIG;IACI,iBAAiB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQpE;;;;OAIG;IACI,mBAAmB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQtE;;;;OAIG;IACI,SAAS,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ5D;;;;OAIG;IACI,cAAc,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQjE;;;;OAIG;IACI,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQhE;;;;OAIG;IACI,OAAO,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ1D;;;;OAIG;IACI,eAAe,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQlE;;;;OAIG;IACI,kBAAkB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;CAOtE"}
1
+ {"version":3,"file":"Accountant.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/statistic/Accountant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,kBAAkB,EAAiB,MAAM,gBAAgB,CAAC;AAEnE,qBAAa,mBAAoB,SAAQ,QAAQ;IAC/C;;;;OAIG;IACI,iBAAiB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQpE;;;;OAIG;IACI,mBAAmB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQtE;;;;OAIG;IACI,SAAS,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ5D;;;;OAIG;IACI,cAAc,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQjE;;;;OAIG;IACI,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQhE;;;;OAIG;IACI,OAAO,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ1D;;;;OAIG;IACI,QAAQ,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ3D;;;;OAIG;IACI,eAAe,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQlE;;;;OAIG;IACI,kBAAkB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;CAOtE"}
@@ -55,6 +55,15 @@ export class StatisticAccountant extends Resource {
55
55
  const params = Object.assign(Object.assign({}, payload), { type: StatisticType.ACCOUNTANT_IS_IR });
56
56
  return this.axios.$get('/statistic-accountant', { params });
57
57
  }
58
+ /**
59
+ * Retourne les statistiques d'IS / IR pour un comptable
60
+ * @param {QueryGetAccountant} payload
61
+ * @returns {JSON}
62
+ */
63
+ getTaxes(payload) {
64
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.ACCOUNTANT_VAT });
65
+ return this.axios.$get('/statistic-accountant', { params });
66
+ }
58
67
  /**
59
68
  * Retourne les statistiques de bilan pour un comptable
60
69
  * @param {QueryGetAccountant} payload
@@ -1 +1 @@
1
- {"version":3,"file":"Accountant.js","sourceRoot":"","sources":["../../../../ts/api/resources/statistic/Accountant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAsB,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEnE,MAAM,OAAO,mBAAoB,SAAQ,QAAQ;IAC/C;;;;OAIG;IACI,iBAAiB,CAAC,OAA2B;QAClD,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,SAAS,GAC9B,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uCAAuC,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9E,CAAC;IAED;;;;OAIG;IACI,mBAAmB,CAAC,OAA2B;QACpD,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,4BAA4B,GACjD,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,SAAS,CAAC,OAA2B;QAC1C,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,iBAAiB,GACtC,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,cAAc,CAAC,OAA2B;QAC/C,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,sBAAsB,GAC3C,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,aAAa,CAAC,OAA2B;QAC9C,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,qBAAqB,GAC1C,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,OAAO,CAAC,OAA2B;QACxC,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,gBAAgB,GACrC,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,eAAe,CAAC,OAA2B;QAChD,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,wBAAwB,GAC7C,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,kBAAkB,CAAC,OAA2B;QACnD,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,2BAA2B,GAChD,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;CACF","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","sourceRoot":"","sources":["../../../../ts/api/resources/statistic/Accountant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAsB,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEnE,MAAM,OAAO,mBAAoB,SAAQ,QAAQ;IAC/C;;;;OAIG;IACI,iBAAiB,CAAC,OAA2B;QAClD,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,SAAS,GAC9B,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uCAAuC,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9E,CAAC;IAED;;;;OAIG;IACI,mBAAmB,CAAC,OAA2B;QACpD,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,4BAA4B,GACjD,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,SAAS,CAAC,OAA2B;QAC1C,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,iBAAiB,GACtC,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,cAAc,CAAC,OAA2B;QAC/C,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,sBAAsB,GAC3C,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,aAAa,CAAC,OAA2B;QAC9C,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,qBAAqB,GAC1C,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,OAAO,CAAC,OAA2B;QACxC,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,gBAAgB,GACrC,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,QAAQ,CAAC,OAA2B;QACzC,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,cAAc,GACnC,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,eAAe,CAAC,OAA2B;QAChD,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,wBAAwB,GAC7C,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,kBAAkB,CAAC,OAA2B;QACnD,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,2BAA2B,GAChD,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;CACF","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}"]}
@@ -89,10 +89,12 @@ import { TimeRecorder } from './resources/TimeRecorder';
89
89
  import { CustomerActivity } from './resources/CustomerActivity';
90
90
  import { Connection } from './resources/Connection';
91
91
  import { SocietyConfig } from './resources/SocietyConfig';
92
+ import { LegalNotice } from './resources/LegalNotice';
92
93
  import { StatisticAccountant } from './resources/statistic/Accountant';
93
94
  import { StatisticDirection } from './resources/statistic/Direction';
94
95
  import { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';
95
96
  import { Wallet } from './resources/Wallet';
97
+ import { PaymentExpectation } from './resources/PaymentExpectation';
96
98
  export declare const resources: {
97
99
  simulation: typeof Simulation;
98
100
  budgetInsight: typeof BudgetInsight;
@@ -186,8 +188,10 @@ export declare const resources: {
186
188
  connection: typeof Connection;
187
189
  wallet: typeof Wallet;
188
190
  societyConfig: typeof SocietyConfig;
191
+ legalNotice: typeof LegalNotice;
189
192
  statisticAccountant: typeof StatisticAccountant;
190
193
  statisticDirection: typeof StatisticDirection;
191
194
  statisticExpertAccountant: typeof StatisticExpertAccountant;
195
+ paymentExpectation: typeof PaymentExpectation;
192
196
  };
193
197
  //# sourceMappingURL=resources.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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"}
@@ -89,10 +89,12 @@ import { TimeRecorder } from './resources/TimeRecorder';
89
89
  import { CustomerActivity } from './resources/CustomerActivity';
90
90
  import { Connection } from './resources/Connection';
91
91
  import { SocietyConfig } from './resources/SocietyConfig';
92
+ import { LegalNotice } from './resources/LegalNotice';
92
93
  import { StatisticAccountant } from './resources/statistic/Accountant';
93
94
  import { StatisticDirection } from './resources/statistic/Direction';
94
95
  import { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';
95
96
  import { Wallet } from './resources/Wallet';
97
+ import { PaymentExpectation } from './resources/PaymentExpectation';
96
98
  export const resources = {
97
99
  simulation: Simulation,
98
100
  budgetInsight: BudgetInsight,
@@ -186,8 +188,10 @@ export const resources = {
186
188
  connection: Connection,
187
189
  wallet: Wallet,
188
190
  societyConfig: SocietyConfig,
191
+ legalNotice: LegalNotice,
189
192
  statisticAccountant: StatisticAccountant,
190
193
  statisticDirection: StatisticDirection,
191
194
  statisticExpertAccountant: StatisticExpertAccountant,
195
+ paymentExpectation: PaymentExpectation,
192
196
  };
193
197
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","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 { 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 { Connection } from './resources/Connection';\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 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 connection: Connection,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n};"]}
1
+ {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","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 { 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 { Connection } from './resources/Connection';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\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 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 connection: Connection,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n paymentExpectation: PaymentExpectation,\n};"]}
@@ -0,0 +1,4 @@
1
+ export declare enum OperationLegalNotice {
2
+ LIQUIDATION = 1
3
+ }
4
+ //# sourceMappingURL=OperationLegalNotice.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OperationLegalNotice.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/OperationLegalNotice.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB;IAC9B,WAAW,IAAI;CAChB"}
@@ -0,0 +1,5 @@
1
+ export var OperationLegalNotice;
2
+ (function (OperationLegalNotice) {
3
+ OperationLegalNotice[OperationLegalNotice["LIQUIDATION"] = 1] = "LIQUIDATION";
4
+ })(OperationLegalNotice || (OperationLegalNotice = {}));
5
+ //# sourceMappingURL=OperationLegalNotice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OperationLegalNotice.js","sourceRoot":"","sources":["../../../ts/types/Enum/OperationLegalNotice.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,oBAEX;AAFD,WAAY,oBAAoB;IAC9B,6EAAe,CAAA;AACjB,CAAC,EAFW,oBAAoB,KAApB,oBAAoB,QAE/B","sourcesContent":["export enum OperationLegalNotice {\n LIQUIDATION = 1,\n}"]}
@@ -0,0 +1,6 @@
1
+ export declare enum OrderStatus {
2
+ A_FAIRE = 0,
3
+ FAIT = 1,
4
+ JAMAIS = 2
5
+ }
6
+ //# sourceMappingURL=OrderStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OrderStatus.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/OrderStatus.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,IAAI;IACX,IAAI,IAAI;IACR,MAAM,IAAI;CACX"}
@@ -0,0 +1,7 @@
1
+ export var OrderStatus;
2
+ (function (OrderStatus) {
3
+ OrderStatus[OrderStatus["A_FAIRE"] = 0] = "A_FAIRE";
4
+ OrderStatus[OrderStatus["FAIT"] = 1] = "FAIT";
5
+ OrderStatus[OrderStatus["JAMAIS"] = 2] = "JAMAIS";
6
+ })(OrderStatus || (OrderStatus = {}));
7
+ //# sourceMappingURL=OrderStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OrderStatus.js","sourceRoot":"","sources":["../../../ts/types/Enum/OrderStatus.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,mDAAW,CAAA;IACX,6CAAQ,CAAA;IACR,iDAAU,CAAA;AACZ,CAAC,EAJW,WAAW,KAAX,WAAW,QAItB","sourcesContent":["export enum OrderStatus {\n A_FAIRE = 0,\n FAIT = 1,\n JAMAIS = 2,\n}"]}
@@ -1,4 +1,4 @@
1
- export declare enum Prestation {
1
+ export declare enum PrestationType {
2
2
  PREVISIONNEL = 6,
3
3
  BILAN_INTERMEDIAIRE = 9,
4
4
  TELEDECLARATION = 13,
@@ -10,6 +10,7 @@ export declare enum Prestation {
10
10
  COMPTA_MICRO = 185,
11
11
  BILAN_PREVISIONNEL = 189,
12
12
  DISSOLUTION_LIQUIDATION = 192,
13
- ABO_STRIPE = 196
13
+ ABO_STRIPE = 196,
14
+ ANNONCE_LEGALE = 209
14
15
  }
15
- //# sourceMappingURL=Prestation.d.ts.map
16
+ //# sourceMappingURL=PrestationType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrestationType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/PrestationType.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,YAAY,IAAI;IAChB,mBAAmB,IAAI;IACvB,eAAe,KAAK;IACpB,iBAAiB,KAAK;IACtB,eAAe,KAAK;IACpB,sCAAsC,KAAK;IAC3C,yCAAyC,KAAK;IAC9C,4BAA4B,KAAK;IACjC,YAAY,MAAM;IAClB,kBAAkB,MAAM;IACxB,uBAAuB,MAAM;IAC7B,UAAU,MAAM;IAChB,cAAc,MAAM;CACrB"}
@@ -0,0 +1,17 @@
1
+ export var PrestationType;
2
+ (function (PrestationType) {
3
+ PrestationType[PrestationType["PREVISIONNEL"] = 6] = "PREVISIONNEL";
4
+ PrestationType[PrestationType["BILAN_INTERMEDIAIRE"] = 9] = "BILAN_INTERMEDIAIRE";
5
+ PrestationType[PrestationType["TELEDECLARATION"] = 13] = "TELEDECLARATION";
6
+ PrestationType[PrestationType["BILAN_LIQUIDATION"] = 22] = "BILAN_LIQUIDATION";
7
+ PrestationType[PrestationType["CESSION_ACTIONS"] = 51] = "CESSION_ACTIONS";
8
+ PrestationType[PrestationType["DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE"] = 61] = "DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE";
9
+ PrestationType[PrestationType["DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE"] = 85] = "DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE";
10
+ PrestationType[PrestationType["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
11
+ PrestationType[PrestationType["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
12
+ PrestationType[PrestationType["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
13
+ PrestationType[PrestationType["DISSOLUTION_LIQUIDATION"] = 192] = "DISSOLUTION_LIQUIDATION";
14
+ PrestationType[PrestationType["ABO_STRIPE"] = 196] = "ABO_STRIPE";
15
+ PrestationType[PrestationType["ANNONCE_LEGALE"] = 209] = "ANNONCE_LEGALE";
16
+ })(PrestationType || (PrestationType = {}));
17
+ //# sourceMappingURL=PrestationType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrestationType.js","sourceRoot":"","sources":["../../../ts/types/Enum/PrestationType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,cAcX;AAdD,WAAY,cAAc;IACxB,mEAAgB,CAAA;IAChB,iFAAuB,CAAA;IACvB,0EAAoB,CAAA;IACpB,8EAAsB,CAAA;IACtB,0EAAoB,CAAA;IACpB,wHAA2C,CAAA;IAC3C,8HAA8C,CAAA;IAC9C,oGAAiC,CAAA;IACjC,qEAAkB,CAAA;IAClB,iFAAwB,CAAA;IACxB,2FAA6B,CAAA;IAC7B,iEAAgB,CAAA;IAChB,yEAAoB,CAAA;AACtB,CAAC,EAdW,cAAc,KAAd,cAAc,QAczB","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,4 @@
1
+ export declare enum Reason {
2
+ ANNONCE_LEGALE = 3
3
+ }
4
+ //# sourceMappingURL=Reason.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Reason.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Reason.ts"],"names":[],"mappings":"AAAA,oBAAY,MAAM;IAChB,cAAc,IAAI;CACnB"}
@@ -0,0 +1,5 @@
1
+ export var Reason;
2
+ (function (Reason) {
3
+ Reason[Reason["ANNONCE_LEGALE"] = 3] = "ANNONCE_LEGALE";
4
+ })(Reason || (Reason = {}));
5
+ //# sourceMappingURL=Reason.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Reason.js","sourceRoot":"","sources":["../../../ts/types/Enum/Reason.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,MAEX;AAFD,WAAY,MAAM;IAChB,uDAAkB,CAAA;AACpB,CAAC,EAFW,MAAM,KAAN,MAAM,QAEjB","sourcesContent":["export enum Reason {\n ANNONCE_LEGALE = 3,\n}"]}
@@ -10,6 +10,7 @@ export declare enum StatisticType {
10
10
  ACCOUNTANT_PRODUCTION = 9,
11
11
  ACCOUNTANT_IS_IR = 10,
12
12
  ACCOUNTANT_BALANCE_SHEET = 11,
13
- ACCOUNTANT_ADDITIONNAL_SELL = 12
13
+ ACCOUNTANT_ADDITIONNAL_SELL = 12,
14
+ ACCOUNTANT_VAT = 13
14
15
  }
15
16
  //# sourceMappingURL=StatisticType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatisticType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/StatisticType.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,SAAS,IAAI;IACb,4BAA4B,IAAI;IAChC,mCAAmC,IAAI;IACvC,0CAA0C,IAAI;IAC9C,qBAAqB,IAAI;IACzB,4BAA4B,IAAI;IAChC,iBAAiB,IAAI;IACrB,sBAAsB,IAAI;IAC1B,qBAAqB,IAAI;IACzB,gBAAgB,KAAK;IACrB,wBAAwB,KAAK;IAC7B,2BAA2B,KAAK;CACjC"}
1
+ {"version":3,"file":"StatisticType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/StatisticType.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,SAAS,IAAI;IACb,4BAA4B,IAAI;IAChC,mCAAmC,IAAI;IACvC,0CAA0C,IAAI;IAC9C,qBAAqB,IAAI;IACzB,4BAA4B,IAAI;IAChC,iBAAiB,IAAI;IACrB,sBAAsB,IAAI;IAC1B,qBAAqB,IAAI;IACzB,gBAAgB,KAAK;IACrB,wBAAwB,KAAK;IAC7B,2BAA2B,KAAK;IAChC,cAAc,KAAK;CACpB"}
@@ -12,5 +12,6 @@ export var StatisticType;
12
12
  StatisticType[StatisticType["ACCOUNTANT_IS_IR"] = 10] = "ACCOUNTANT_IS_IR";
13
13
  StatisticType[StatisticType["ACCOUNTANT_BALANCE_SHEET"] = 11] = "ACCOUNTANT_BALANCE_SHEET";
14
14
  StatisticType[StatisticType["ACCOUNTANT_ADDITIONNAL_SELL"] = 12] = "ACCOUNTANT_ADDITIONNAL_SELL";
15
+ StatisticType[StatisticType["ACCOUNTANT_VAT"] = 13] = "ACCOUNTANT_VAT";
15
16
  })(StatisticType || (StatisticType = {}));
16
17
  //# sourceMappingURL=StatisticType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatisticType.js","sourceRoot":"","sources":["../../../ts/types/Enum/StatisticType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAaX;AAbD,WAAY,aAAa;IACvB,2DAAa,CAAA;IACb,iGAAgC,CAAA;IAChC,+GAAuC,CAAA;IACvC,6HAA8C,CAAA;IAC9C,mFAAyB,CAAA;IACzB,iGAAgC,CAAA;IAChC,2EAAqB,CAAA;IACrB,qFAA0B,CAAA;IAC1B,mFAAyB,CAAA;IACzB,0EAAqB,CAAA;IACrB,0FAA6B,CAAA;IAC7B,gGAAgC,CAAA;AAClC,CAAC,EAbW,aAAa,KAAb,aAAa,QAaxB","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","sourceRoot":"","sources":["../../../ts/types/Enum/StatisticType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAcX;AAdD,WAAY,aAAa;IACvB,2DAAa,CAAA;IACb,iGAAgC,CAAA;IAChC,+GAAuC,CAAA;IACvC,6HAA8C,CAAA;IAC9C,mFAAyB,CAAA;IACzB,iGAAgC,CAAA;IAChC,2EAAqB,CAAA;IACrB,qFAA0B,CAAA;IAC1B,mFAAyB,CAAA;IACzB,0EAAqB,CAAA;IACrB,0FAA6B,CAAA;IAC7B,gGAAgC,CAAA;IAChC,sEAAmB,CAAA;AACrB,CAAC,EAdW,aAAa,KAAb,aAAa,QAcxB","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,5 @@
1
+ export declare class UpdateLegalNotice {
2
+ message: string;
3
+ idPrestation?: number;
4
+ }
5
+ //# sourceMappingURL=UpdateLegalNotice.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateLegalNotice.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts"],"names":[],"mappings":"AAGA,qBAAa,iBAAiB;IAG5B,OAAO,EAAE,MAAM,CAAC;IAKhB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,25 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsNumber, IsOptional, IsString } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../..';
12
+ export class UpdateLegalNotice {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsString(),
17
+ __metadata("design:type", String)
18
+ ], UpdateLegalNotice.prototype, "message", void 0);
19
+ __decorate([
20
+ ApiPropertyOptional(),
21
+ IsOptional(),
22
+ IsNumber(),
23
+ __metadata("design:type", Number)
24
+ ], UpdateLegalNotice.prototype, "idPrestation", void 0);
25
+ //# sourceMappingURL=UpdateLegalNotice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateLegalNotice.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAE/D,MAAM,OAAO,iBAAiB;CAS7B;AANC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;kDACK;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;uDACW","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,7 @@
1
+ export declare class QueryGetPaymentExpectation {
2
+ idPrestation: number;
3
+ label: string;
4
+ amount: number;
5
+ idReason: number;
6
+ }
7
+ //# sourceMappingURL=QueryPaymentExpectation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPaymentExpectation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts"],"names":[],"mappings":"AAAA,qBAAa,0BAA0B;IACrC,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,3 @@
1
+ export class QueryGetPaymentExpectation {
2
+ }
3
+ //# sourceMappingURL=QueryPaymentExpectation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPaymentExpectation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,0BAA0B;CAKtC","sourcesContent":["export class QueryGetPaymentExpectation {\n idPrestation: number;\n label: string;\n amount: number;\n idReason: number;\n}"]}
@@ -0,0 +1,6 @@
1
+ export declare class CreatePrestation {
2
+ orderStatus: number;
3
+ amountTtc: number;
4
+ idOperationLegalNotice: number;
5
+ }
6
+ //# sourceMappingURL=CreatePrestation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePrestation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestation/CreatePrestation.ts"],"names":[],"mappings":"AAGA,qBAAa,gBAAgB;IAG3B,WAAW,EAAE,MAAM,CAAC;IAIpB,SAAS,EAAE,MAAM,CAAC;IAIlB,sBAAsB,EAAE,MAAM,CAAC;CAChC"}
@@ -0,0 +1,29 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsNumber } from 'class-validator';
11
+ import { ApiProperty } from '../../../..';
12
+ export class CreatePrestation {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsNumber(),
17
+ __metadata("design:type", Number)
18
+ ], CreatePrestation.prototype, "orderStatus", void 0);
19
+ __decorate([
20
+ ApiProperty(),
21
+ IsNumber(),
22
+ __metadata("design:type", Number)
23
+ ], CreatePrestation.prototype, "amountTtc", void 0);
24
+ __decorate([
25
+ ApiProperty(),
26
+ IsNumber(),
27
+ __metadata("design:type", Number)
28
+ ], CreatePrestation.prototype, "idOperationLegalNotice", void 0);
29
+ //# sourceMappingURL=CreatePrestation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePrestation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestation/CreatePrestation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,OAAO,gBAAgB;CAY5B;AATC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;qDACS;AAIpB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;mDACO;AAIlB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;gEACoB","sourcesContent":["import { IsNumber } from 'class-validator';\nimport { ApiProperty } from '../../../..';\n\nexport class CreatePrestation {\n @ApiProperty()\n @IsNumber()\n orderStatus: number;\n\n @ApiProperty()\n @IsNumber()\n amountTtc: number;\n\n @ApiProperty()\n @IsNumber()\n idOperationLegalNotice: number;\n}\n"]}
@@ -12,6 +12,15 @@ export interface CountIsIr {
12
12
  IS: string[];
13
13
  IR: string[];
14
14
  }
15
+ export interface CountVat {
16
+ monthly: string[];
17
+ quarterly: string[];
18
+ simplified: string[];
19
+ }
20
+ export interface AnnotatedSocieties {
21
+ annotated: string[];
22
+ noAnnotated: string[];
23
+ }
15
24
  export interface CountComplementaryPrestation {
16
25
  waitingClient: string[];
17
26
  waitingDirection: string[];
@@ -82,8 +91,9 @@ export interface ReturnListType {
82
91
  checklist?: CountLateToDoDone;
83
92
  checklistReinforced?: CountLateToDoDone;
84
93
  revision?: Count;
85
- annotate?: string[];
94
+ annotate?: AnnotatedSocieties;
86
95
  isIr?: CountIsIr;
96
+ vatType?: CountVat;
87
97
  task?: StatsLabBySocieties;
88
98
  mail?: StatsMailsBySocieties;
89
99
  call?: StatsCallsBySocieties;
@@ -91,7 +101,6 @@ export interface ReturnListType {
91
101
  profitability?: TotalAverageProfit;
92
102
  synchronised?: string[];
93
103
  applicationJustified?: ExitApplication;
94
- applicationAnnoted?: ExitApplication;
95
104
  applicationSynchronised?: ExitApplication;
96
105
  }
97
106
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"ExitRequest.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ExitRequest.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ExitRequest.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\n\nexport interface CountLateToDoDone {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface Count {\n count: number,\n societiesList: string[]\n}\n\nexport interface CountIsIr {\n IS: string[],\n IR: string[],\n}\n\nexport interface CountComplementaryPrestation {\n waitingClient: string[],\n waitingDirection: string[],\n acceptedDirection: string[],\n refusedDirection: string[],\n}\n\ninterface TotalAverage {\n total: number,\n average: number,\n}\n\nexport interface TotalAverageProfit {\n factured: TotalAverage,\n payed: TotalAverage\n}\n\nexport interface StatsLabBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\nexport interface StatsMailsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsCallsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsReportsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface ExitApplication {\n done: {\n count: number,\n societies: string[],\n },\n undone: {\n count: number,\n societies: string[],\n }\n}\n\nexport interface StatisticBalanceSheetDetail {\n goodToAttested: string[],\n attested: string[],\n attestedRefused: string[],\n attestedObserved: string[],\n toReview: string[],\n toRevised: string[],\n toSupervised: string[],\n acceptedSIE: string[],\n ARCAttested: string[],\n ARCNoAttested: string[],\n}\n\nexport interface ReturnListType {\n societies?: ISociety[],\n active?: ISociety[],\n unpayed?: string[],\n terminated?: string[],\n archived?: string[],\n labDetail?: CountLateToDoDone,\n balanceSheet?: CountLateToDoDone,\n balanceSheetDetailed?: StatisticBalanceSheetDetail,\n additionnalSell?: CountComplementaryPrestation,\n tva?: CountLateToDoDone,\n checklist?: CountLateToDoDone,\n checklistReinforced?: CountLateToDoDone,\n revision?: Count,\n annotate?: string[],\n isIr?: CountIsIr,\n task?: StatsLabBySocieties,\n mail?: StatsMailsBySocieties,\n call?: StatsCallsBySocieties,\n report?: StatsReportsBySocieties,\n profitability?: TotalAverageProfit,\n synchronised?: string[],\n applicationJustified?: ExitApplication,\n applicationAnnoted?: ExitApplication,\n applicationSynchronised?: ExitApplication,\n}"]}
1
+ {"version":3,"file":"ExitRequest.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\n\nexport interface CountLateToDoDone {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface Count {\n count: number,\n societiesList: string[]\n}\n\nexport interface CountIsIr {\n IS: string[],\n IR: string[],\n}\n\nexport interface CountVat {\n monthly: string[],\n quarterly: string[],\n simplified: string[],\n}\n\nexport interface AnnotatedSocieties {\n annotated: string[],\n noAnnotated: string[],\n}\n\nexport interface CountComplementaryPrestation {\n waitingClient: string[],\n waitingDirection: string[],\n acceptedDirection: string[],\n refusedDirection: string[],\n}\n\ninterface TotalAverage {\n total: number,\n average: number,\n}\n\nexport interface TotalAverageProfit {\n factured: TotalAverage,\n payed: TotalAverage\n}\n\nexport interface StatsLabBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\nexport interface StatsMailsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsCallsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsReportsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface ExitApplication {\n done: {\n count: number,\n societies: string[],\n },\n undone: {\n count: number,\n societies: string[],\n }\n}\n\nexport interface StatisticBalanceSheetDetail {\n goodToAttested: string[],\n attested: string[],\n attestedRefused: string[],\n attestedObserved: string[],\n toReview: string[],\n toRevised: string[],\n toSupervised: string[],\n acceptedSIE: string[],\n ARCAttested: string[],\n ARCNoAttested: string[],\n}\n\nexport interface ReturnListType {\n societies?: ISociety[],\n active?: ISociety[],\n unpayed?: string[],\n terminated?: string[],\n archived?: string[],\n labDetail?: CountLateToDoDone,\n balanceSheet?: CountLateToDoDone,\n balanceSheetDetailed?: StatisticBalanceSheetDetail,\n additionnalSell?: CountComplementaryPrestation,\n tva?: CountLateToDoDone,\n checklist?: CountLateToDoDone,\n checklistReinforced?: CountLateToDoDone,\n revision?: Count,\n annotate?: AnnotatedSocieties,\n isIr?: CountIsIr,\n vatType?: CountVat,\n task?: StatsLabBySocieties,\n mail?: StatsMailsBySocieties,\n call?: StatsCallsBySocieties,\n report?: StatsReportsBySocieties,\n profitability?: TotalAverageProfit,\n synchronised?: string[],\n applicationJustified?: ExitApplication,\n applicationSynchronised?: ExitApplication,\n}"]}