@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,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.LegalNotice = undefined;
7
+
8
+ var _Resource = require("../Resource");
9
+
10
+ class LegalNotice extends _Resource.Resource {
11
+ update(idLegalNotice, params) {
12
+ return this.axios.$post(`/legal-notices/${idLegalNotice}/prestations`, params);
13
+ }
14
+
15
+ }
16
+
17
+ exports.LegalNotice = LegalNotice;
18
+ //# sourceMappingURL=LegalNotice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegalNotice.js","mappings":";;;;;;;AACA;;AAEM,MAAOA,WAAP,SAA2BC,kBAA3B,CAAmC;EACvCC,MAAM,CAACC,aAAD,EAAwBC,MAAxB,EAAgD;IACpD,OAAO,KAAKC,KAAL,CAAWC,KAAX,CAAiB,kBAAkBH,aAAa,cAAhD,EAAgEC,MAAhE,CAAP;EACD;;AAHsC;;QAA5BJ,W,GAAAA,W","names":["LegalNotice","Resource","update","idLegalNotice","params","axios","$post"],"sourceRoot":"","sources":["../../../ts/api/resources/LegalNotice.ts"],"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,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}"]}
@@ -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}"]}
@@ -187,6 +187,8 @@ var _Connection = require("./resources/Connection");
187
187
 
188
188
  var _SocietyConfig = require("./resources/SocietyConfig");
189
189
 
190
+ var _LegalNotice = require("./resources/LegalNotice");
191
+
190
192
  var _Accountant = require("./resources/statistic/Accountant");
191
193
 
192
194
  var _Direction = require("./resources/statistic/Direction");
@@ -195,6 +197,8 @@ var _ExpertAccountant = require("./resources/statistic/ExpertAccountant");
195
197
 
196
198
  var _Wallet = require("./resources/Wallet");
197
199
 
200
+ var _PaymentExpectation = require("./resources/PaymentExpectation");
201
+
198
202
  const resources = exports.resources = {
199
203
  simulation: _Simulation.Simulation,
200
204
  budgetInsight: _BudgetInsight.BudgetInsight,
@@ -288,8 +292,10 @@ const resources = exports.resources = {
288
292
  connection: _Connection.Connection,
289
293
  wallet: _Wallet.Wallet,
290
294
  societyConfig: _SocietyConfig.SocietyConfig,
295
+ legalNotice: _LegalNotice.LegalNotice,
291
296
  statisticAccountant: _Accountant.StatisticAccountant,
292
297
  statisticDirection: _Direction.StatisticDirection,
293
- statisticExpertAccountant: _ExpertAccountant.StatisticExpertAccountant
298
+ statisticExpertAccountant: _ExpertAccountant.StatisticExpertAccountant,
299
+ paymentExpectation: _PaymentExpectation.PaymentExpectation
294
300
  };
295
301
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","mappings":"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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","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","connection","Connection","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 { 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","mappings":"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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","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","connection","Connection","wallet","Wallet","societyConfig","SocietyConfig","legalNotice","LegalNotice","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant","paymentExpectation","PaymentExpectation"],"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 { 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,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,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ class QueryGetPaymentExpectation {}
8
+
9
+ exports.QueryGetPaymentExpectation = QueryGetPaymentExpectation;
10
+ //# sourceMappingURL=QueryPaymentExpectation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPaymentExpectation.js","mappings":";;;;;;AAAM,MAAOA,0BAAP,CAAiC;;QAA1BA,0B,GAAAA,0B","names":["QueryGetPaymentExpectation"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts"],"sourcesContent":["export class QueryGetPaymentExpectation {\n idPrestation: number;\n label: string;\n amount: number;\n idReason: 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, _.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreatePrestation.prototype, "idOperationLegalNotice", 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;;AAIAA,YAFC,oBAED,EADC,+BACD","names":["CreatePrestation","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestation/CreatePrestation.ts"],"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"]}
package/js/types/index.js CHANGED
@@ -4648,14 +4648,14 @@ Object.keys(_FieldSocietyStat).forEach(function (key) {
4648
4648
  });
4649
4649
  });
4650
4650
 
4651
- var _Prestation = require("./Enum/Prestation");
4651
+ var _PrestationType = require("./Enum/PrestationType");
4652
4652
 
4653
- Object.keys(_Prestation).forEach(function (key) {
4653
+ Object.keys(_PrestationType).forEach(function (key) {
4654
4654
  if (key === "default" || key === "__esModule") return;
4655
4655
  Object.defineProperty(exports, key, {
4656
4656
  enumerable: true,
4657
4657
  get: function () {
4658
- return _Prestation[key];
4658
+ return _PrestationType[key];
4659
4659
  }
4660
4660
  });
4661
4661
  });
@@ -5224,6 +5224,42 @@ Object.keys(_CustomerVat).forEach(function (key) {
5224
5224
  });
5225
5225
  });
5226
5226
 
5227
+ var _Reason = require("./Enum/Reason");
5228
+
5229
+ Object.keys(_Reason).forEach(function (key) {
5230
+ if (key === "default" || key === "__esModule") return;
5231
+ Object.defineProperty(exports, key, {
5232
+ enumerable: true,
5233
+ get: function () {
5234
+ return _Reason[key];
5235
+ }
5236
+ });
5237
+ });
5238
+
5239
+ var _OperationLegalNotice = require("./Enum/OperationLegalNotice");
5240
+
5241
+ Object.keys(_OperationLegalNotice).forEach(function (key) {
5242
+ if (key === "default" || key === "__esModule") return;
5243
+ Object.defineProperty(exports, key, {
5244
+ enumerable: true,
5245
+ get: function () {
5246
+ return _OperationLegalNotice[key];
5247
+ }
5248
+ });
5249
+ });
5250
+
5251
+ var _OrderStatus = require("./Enum/OrderStatus");
5252
+
5253
+ Object.keys(_OrderStatus).forEach(function (key) {
5254
+ if (key === "default" || key === "__esModule") return;
5255
+ Object.defineProperty(exports, key, {
5256
+ enumerable: true,
5257
+ get: function () {
5258
+ return _OrderStatus[key];
5259
+ }
5260
+ });
5261
+ });
5262
+
5227
5263
  var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
5228
5264
 
5229
5265
  Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
@@ -9352,6 +9388,42 @@ Object.keys(_UpdateAttribution).forEach(function (key) {
9352
9388
  });
9353
9389
  });
9354
9390
 
9391
+ var _CreatePrestation = require("./Interface/api/prestation/CreatePrestation");
9392
+
9393
+ Object.keys(_CreatePrestation).forEach(function (key) {
9394
+ if (key === "default" || key === "__esModule") return;
9395
+ Object.defineProperty(exports, key, {
9396
+ enumerable: true,
9397
+ get: function () {
9398
+ return _CreatePrestation[key];
9399
+ }
9400
+ });
9401
+ });
9402
+
9403
+ var _QueryPaymentExpectation = require("./Interface/api/paymentExpectation/QueryPaymentExpectation");
9404
+
9405
+ Object.keys(_QueryPaymentExpectation).forEach(function (key) {
9406
+ if (key === "default" || key === "__esModule") return;
9407
+ Object.defineProperty(exports, key, {
9408
+ enumerable: true,
9409
+ get: function () {
9410
+ return _QueryPaymentExpectation[key];
9411
+ }
9412
+ });
9413
+ });
9414
+
9415
+ var _UpdateLegalNotice = require("./Interface/api/legalNotice/UpdateLegalNotice");
9416
+
9417
+ Object.keys(_UpdateLegalNotice).forEach(function (key) {
9418
+ if (key === "default" || key === "__esModule") return;
9419
+ Object.defineProperty(exports, key, {
9420
+ enumerable: true,
9421
+ get: function () {
9422
+ return _UpdateLegalNotice[key];
9423
+ }
9424
+ });
9425
+ });
9426
+
9355
9427
  var _Util4 = require("./Interface/enum/Util");
9356
9428
 
9357
9429
  Object.keys(_Util4).forEach(function (key) {