@silexpert/core 0.4.1 → 0.4.3

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 (180) hide show
  1. package/es/api/resources/Account.d.ts +2 -1
  2. package/es/api/resources/Account.d.ts.map +1 -1
  3. package/es/api/resources/Account.js +3 -0
  4. package/es/api/resources/Account.js.map +1 -1
  5. package/es/api/resources/Immobilization.d.ts +4 -1
  6. package/es/api/resources/Immobilization.d.ts.map +1 -1
  7. package/es/api/resources/Immobilization.js +3 -0
  8. package/es/api/resources/Immobilization.js.map +1 -1
  9. package/es/api/resources/Survey.d.ts +8 -0
  10. package/es/api/resources/Survey.d.ts.map +1 -0
  11. package/es/api/resources/Survey.js +28 -0
  12. package/es/api/resources/Survey.js.map +1 -0
  13. package/es/api/resources/User.d.ts +7 -0
  14. package/es/api/resources/User.d.ts.map +1 -0
  15. package/es/api/resources/User.js +10 -0
  16. package/es/api/resources/User.js.map +1 -0
  17. package/es/api/resources.d.ts +4 -0
  18. package/es/api/resources.d.ts.map +1 -1
  19. package/es/api/resources.js +4 -0
  20. package/es/api/resources.js.map +1 -1
  21. package/es/types/Enum/AccountingJournal.d.ts.map +1 -1
  22. package/es/types/Enum/AccountingJournal.js.map +1 -1
  23. package/es/types/Enum/ComptaType.d.ts.map +1 -1
  24. package/es/types/Enum/ComptaType.js.map +1 -1
  25. package/es/types/Enum/Country.d.ts.map +1 -1
  26. package/es/types/Enum/Country.js.map +1 -1
  27. package/es/types/Enum/Ged.d.ts.map +1 -1
  28. package/es/types/Enum/Ged.js.map +1 -1
  29. package/es/types/Enum/Role.d.ts.map +1 -1
  30. package/es/types/Enum/Role.js.map +1 -1
  31. package/es/types/Enum/Sector.d.ts.map +1 -1
  32. package/es/types/Enum/Sector.js.map +1 -1
  33. package/es/types/Enum/SubscriptionType.d.ts.map +1 -1
  34. package/es/types/Enum/SubscriptionType.js.map +1 -1
  35. package/es/types/Enum/SurveyType.d.ts +4 -0
  36. package/es/types/Enum/SurveyType.d.ts.map +1 -0
  37. package/es/types/Enum/SurveyType.js +5 -0
  38. package/es/types/Enum/SurveyType.js.map +1 -0
  39. package/es/types/Enum/SurveyTypeDatas.d.ts +9 -0
  40. package/es/types/Enum/SurveyTypeDatas.d.ts.map +1 -0
  41. package/es/types/Enum/SurveyTypeDatas.js +44 -0
  42. package/es/types/Enum/SurveyTypeDatas.js.map +1 -0
  43. package/es/types/Enum/TypeConnector.d.ts.map +1 -1
  44. package/es/types/Enum/TypeConnector.js.map +1 -1
  45. package/es/types/Enum/TypePartnerTransaction.d.ts +7 -0
  46. package/es/types/Enum/TypePartnerTransaction.d.ts.map +1 -0
  47. package/es/types/Enum/TypePartnerTransaction.js +8 -0
  48. package/es/types/Enum/TypePartnerTransaction.js.map +1 -0
  49. package/es/types/Enum/VatRegime.d.ts.map +1 -1
  50. package/es/types/Enum/VatRegime.js.map +1 -1
  51. package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts +4 -0
  52. package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts.map +1 -1
  53. package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.js.map +1 -1
  54. package/es/types/Interface/api/survey/CreateSurvey.d.ts +11 -0
  55. package/es/types/Interface/api/survey/CreateSurvey.d.ts.map +1 -0
  56. package/es/types/Interface/api/survey/CreateSurvey.js +3 -0
  57. package/es/types/Interface/api/survey/CreateSurvey.js.map +1 -0
  58. package/es/types/Interface/api/survey/QuerySurvey.d.ts +6 -0
  59. package/es/types/Interface/api/survey/QuerySurvey.d.ts.map +1 -0
  60. package/es/types/Interface/api/survey/QuerySurvey.js +21 -0
  61. package/es/types/Interface/api/survey/QuerySurvey.js.map +1 -0
  62. package/es/types/Interface/api/survey/QuerySurveys.d.ts +6 -0
  63. package/es/types/Interface/api/survey/QuerySurveys.d.ts.map +1 -0
  64. package/es/types/Interface/api/survey/QuerySurveys.js +22 -0
  65. package/es/types/Interface/api/survey/QuerySurveys.js.map +1 -0
  66. package/es/types/Interface/api/survey/ReadSurvey.d.ts +3 -0
  67. package/es/types/Interface/api/survey/ReadSurvey.d.ts.map +1 -0
  68. package/es/types/Interface/api/survey/ReadSurvey.js +2 -0
  69. package/es/types/Interface/api/survey/ReadSurvey.js.map +1 -0
  70. package/es/types/Interface/api/survey/UpdateSurvey.d.ts +8 -0
  71. package/es/types/Interface/api/survey/UpdateSurvey.d.ts.map +1 -0
  72. package/es/types/Interface/api/survey/UpdateSurvey.js +25 -0
  73. package/es/types/Interface/api/survey/UpdateSurvey.js.map +1 -0
  74. package/es/types/Interface/api/user/QueryConfirm.d.ts +5 -0
  75. package/es/types/Interface/api/user/QueryConfirm.d.ts.map +1 -0
  76. package/es/types/Interface/api/user/QueryConfirm.js +21 -0
  77. package/es/types/Interface/api/user/QueryConfirm.js.map +1 -0
  78. package/es/types/Interface/api/user/QueryResendConfirmationLink.d.ts +4 -0
  79. package/es/types/Interface/api/user/QueryResendConfirmationLink.d.ts.map +1 -0
  80. package/es/types/Interface/api/user/QueryResendConfirmationLink.js +17 -0
  81. package/es/types/Interface/api/user/QueryResendConfirmationLink.js.map +1 -0
  82. package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -1
  83. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  84. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  85. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  86. package/es/types/Interface/models/IApiError.js.map +1 -1
  87. package/es/types/Interface/models/IPartnerTransaction.d.ts +2 -1
  88. package/es/types/Interface/models/IPartnerTransaction.d.ts.map +1 -1
  89. package/es/types/Interface/models/IPartnerTransaction.js.map +1 -1
  90. package/es/types/Interface/models/ISociety.d.ts +51 -49
  91. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  92. package/es/types/Interface/models/ISociety.js.map +1 -1
  93. package/es/types/Interface/models/ISurvey.d.ts +17 -0
  94. package/es/types/Interface/models/ISurvey.d.ts.map +1 -0
  95. package/es/types/Interface/models/ISurvey.js +2 -0
  96. package/es/types/Interface/models/ISurvey.js.map +1 -0
  97. package/es/types/Interface/models/IUser.d.ts +2 -0
  98. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  99. package/es/types/Interface/models/IUser.js.map +1 -1
  100. package/es/types/index.d.ts +9 -0
  101. package/es/types/index.d.ts.map +1 -1
  102. package/es/types/index.js +10 -0
  103. package/es/types/index.js.map +1 -1
  104. package/js/api/resources/Account.js +4 -0
  105. package/js/api/resources/Account.js.map +1 -1
  106. package/js/api/resources/Immobilization.js +4 -0
  107. package/js/api/resources/Immobilization.js.map +1 -1
  108. package/js/api/resources/Survey.js +47 -0
  109. package/js/api/resources/Survey.js.map +1 -0
  110. package/js/api/resources/User.js +22 -0
  111. package/js/api/resources/User.js.map +1 -0
  112. package/js/api/resources.js +7 -1
  113. package/js/api/resources.js.map +1 -1
  114. package/js/types/Enum/AccountingJournal.js.map +1 -1
  115. package/js/types/Enum/ComptaType.js.map +1 -1
  116. package/js/types/Enum/Country.js.map +1 -1
  117. package/js/types/Enum/Ged.js.map +1 -1
  118. package/js/types/Enum/Role.js.map +1 -1
  119. package/js/types/Enum/Sector.js.map +1 -1
  120. package/js/types/Enum/SubscriptionType.js.map +1 -1
  121. package/js/types/Enum/SurveyType.js +11 -0
  122. package/js/types/Enum/SurveyType.js.map +1 -0
  123. package/js/types/Enum/SurveyTypeDatas.js +24 -0
  124. package/js/types/Enum/SurveyTypeDatas.js.map +1 -0
  125. package/js/types/Enum/TypeConnector.js.map +1 -1
  126. package/js/types/Enum/TypePartnerTransaction.js +14 -0
  127. package/js/types/Enum/TypePartnerTransaction.js.map +1 -0
  128. package/js/types/Enum/VatRegime.js.map +1 -1
  129. package/js/types/Interface/api/survey/CreateSurvey.js +10 -0
  130. package/js/types/Interface/api/survey/CreateSurvey.js.map +1 -0
  131. package/js/types/Interface/api/survey/QuerySurvey.js +29 -0
  132. package/js/types/Interface/api/survey/QuerySurvey.js.map +1 -0
  133. package/js/types/Interface/api/survey/QuerySurveys.js +31 -0
  134. package/js/types/Interface/api/survey/QuerySurveys.js.map +1 -0
  135. package/js/types/Interface/api/survey/ReadSurvey.js +6 -0
  136. package/js/types/Interface/api/survey/ReadSurvey.js.map +1 -0
  137. package/js/types/Interface/api/survey/UpdateSurvey.js +31 -0
  138. package/js/types/Interface/api/survey/UpdateSurvey.js.map +1 -0
  139. package/js/types/Interface/api/user/QueryConfirm.js +29 -0
  140. package/js/types/Interface/api/user/QueryConfirm.js.map +1 -0
  141. package/js/types/Interface/api/user/QueryResendConfirmationLink.js +27 -0
  142. package/js/types/Interface/api/user/QueryResendConfirmationLink.js.map +1 -0
  143. package/js/types/Interface/models/IApiError.js.map +1 -1
  144. package/js/types/Interface/models/ISurvey.js +6 -0
  145. package/js/types/Interface/models/ISurvey.js.map +1 -0
  146. package/js/types/index.js +108 -0
  147. package/js/types/index.js.map +1 -1
  148. package/package.json +11 -11
  149. package/ts/api/resources/Account.ts +5 -1
  150. package/ts/api/resources/Immobilization.ts +7 -3
  151. package/ts/api/resources/Survey.ts +23 -0
  152. package/ts/api/resources/User.ts +11 -0
  153. package/ts/api/resources.ts +4 -0
  154. package/ts/types/Enum/AccountingJournal.ts +8 -8
  155. package/ts/types/Enum/ComptaType.ts +6 -6
  156. package/ts/types/Enum/Country.ts +10 -10
  157. package/ts/types/Enum/Ged.ts +7 -7
  158. package/ts/types/Enum/Role.ts +1 -1
  159. package/ts/types/Enum/Sector.ts +4 -4
  160. package/ts/types/Enum/SubscriptionType.ts +3 -3
  161. package/ts/types/Enum/SurveyType.ts +3 -0
  162. package/ts/types/Enum/SurveyTypeDatas.ts +43 -0
  163. package/ts/types/Enum/TypeConnector.ts +11 -11
  164. package/ts/types/Enum/TypePartnerTransaction.ts +6 -0
  165. package/ts/types/Enum/VatRegime.ts +4 -4
  166. package/ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts +4 -0
  167. package/ts/types/Interface/api/survey/CreateSurvey.ts +8 -0
  168. package/ts/types/Interface/api/survey/QuerySurvey.ts +10 -0
  169. package/ts/types/Interface/api/survey/QuerySurveys.ts +10 -0
  170. package/ts/types/Interface/api/survey/ReadSurvey.ts +3 -0
  171. package/ts/types/Interface/api/survey/UpdateSurvey.ts +15 -0
  172. package/ts/types/Interface/api/user/QueryConfirm.ts +9 -0
  173. package/ts/types/Interface/api/user/QueryResendConfirmationLink.ts +6 -0
  174. package/ts/types/Interface/models/IAccountingTransaction.ts +1 -1
  175. package/ts/types/Interface/models/IApiError.ts +8 -8
  176. package/ts/types/Interface/models/IPartnerTransaction.ts +2 -1
  177. package/ts/types/Interface/models/ISociety.ts +51 -49
  178. package/ts/types/Interface/models/ISurvey.ts +19 -0
  179. package/ts/types/Interface/models/IUser.ts +2 -0
  180. package/ts/types/index.ts +10 -0
@@ -1,6 +1,7 @@
1
1
  import { Resource } from '../Resource';
2
- import { QueryAccounts, ReadAccounts } from '../../types';
2
+ import { IAccount, QueryAccounts, ReadAccounts } from '../../types';
3
3
  export declare class Account extends Resource {
4
4
  getAll(params: QueryAccounts): Promise<ReadAccounts>;
5
+ getImmobilizationAccounts(): Promise<IAccount[]>;
5
6
  }
6
7
  //# sourceMappingURL=Account.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Account.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE1D,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC;CAIrD"}
1
+ {"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Account.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpE,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC;IAKpD,yBAAyB,IAAI,OAAO,CAAC,QAAQ,EAAE,CAAC;CAGjD"}
@@ -15,5 +15,8 @@ export class Account extends Resource {
15
15
  const { id } = params, query = __rest(params, ["id"]);
16
16
  return this.axios.$get(`/society/${id}/accounts`, { params: query });
17
17
  }
18
+ getImmobilizationAccounts() {
19
+ return this.axios.$get('/immobilizationAccounts');
20
+ }
18
21
  }
19
22
  //# sourceMappingURL=Account.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../ts/api/resources/Account.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAqB;QAC1B,MAAM,EAAE,EAAE,KAAe,MAAM,EAAhB,KAAK,UAAK,MAAM,EAAzB,MAAgB,CAAS,CAAC;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,WAAW,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACvE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { QueryAccounts, ReadAccounts } from '../../types';\n\nexport class Account extends Resource {\n getAll(params: QueryAccounts): Promise<ReadAccounts> {\n const { id, ...query } = params;\n return this.axios.$get(`/society/${id}/accounts`, { params: query });\n }\n}\n"]}
1
+ {"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../ts/api/resources/Account.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAqB;QAC1B,MAAM,EAAE,EAAE,KAAe,MAAM,EAAhB,KAAK,UAAK,MAAM,EAAzB,MAAgB,CAAS,CAAC;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,WAAW,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACvE,CAAC;IAED,yBAAyB;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC;IACpD,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { IAccount, QueryAccounts, ReadAccounts } from '../../types';\n\nexport class Account extends Resource {\n getAll(params: QueryAccounts): Promise<ReadAccounts> {\n const { id, ...query } = params;\n return this.axios.$get(`/society/${id}/accounts`, { params: query });\n }\n\n getImmobilizationAccounts(): Promise<IAccount[]> {\n return this.axios.$get('/immobilizationAccounts');\n }\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  import { Resource } from '../Resource';
2
- import { ReadFormattedImmobilizationsByAccount } from '../../types';
2
+ import { ReadFormattedImmobilizationsByAccount, ReadHydratedImmobilization } from '../../types';
3
3
  export declare class Immobilization extends Resource {
4
4
  getImmobilizationsInventory(params: {
5
5
  idExercice: number;
@@ -7,5 +7,8 @@ export declare class Immobilization extends Resource {
7
7
  getImmobilizationsInventoryPdf(params: {
8
8
  idExercice: number;
9
9
  }): Promise<void>;
10
+ getImmobilizations(params: {
11
+ idSociety: number;
12
+ }): Promise<ReadHydratedImmobilization[]>;
10
13
  }
11
14
  //# sourceMappingURL=Immobilization.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Immobilization.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Immobilization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,qCAAqC,EACtC,MAAM,aAAa,CAAC;AAErB,qBAAa,cAAe,SAAQ,QAAQ;IAC1C,2BAA2B,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAC,GAAG,OAAO,CAAC,qCAAqC,GAAG,KAAK,CAAC;IAIlH,8BAA8B,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAC,GAAG,OAAO,CAAC,IAAI,CAAC;CAG7E"}
1
+ {"version":3,"file":"Immobilization.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Immobilization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,qCAAqC,EAAE,0BAA0B,EAClE,MAAM,aAAa,CAAC;AAErB,qBAAa,cAAe,SAAQ,QAAQ;IAC1C,2BAA2B,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,qCAAqC,GAAG,KAAK,CAAC;IAInH,8BAA8B,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAI7E,kBAAkB,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,0BAA0B,EAAE,CAAC;CAGzF"}
@@ -6,5 +6,8 @@ export class Immobilization extends Resource {
6
6
  getImmobilizationsInventoryPdf(params) {
7
7
  return this.axios.$get(`/exercice/${params.idExercice}/immobilizationsInventory/pdf`, {});
8
8
  }
9
+ getImmobilizations(params) {
10
+ return this.axios.$get(`/society/${params.idSociety}/immobilizations`, {});
11
+ }
9
12
  }
10
13
  //# sourceMappingURL=Immobilization.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Immobilization.js","sourceRoot":"","sources":["../../../ts/api/resources/Immobilization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,cAAe,SAAQ,QAAQ;IAC1C,2BAA2B,CAAC,MAA6B;QACvD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,MAAM,CAAC,UAAU,2BAA2B,EAAE,EAAE,CAAC,CAAC;IACxF,CAAC;IAED,8BAA8B,CAAC,MAA6B;QAC1D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,MAAM,CAAC,UAAU,+BAA+B,EAAE,EAAE,CAAC,CAAC;IAC5F,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ReadFormattedImmobilizationsByAccount,\n} from '../../types';\n\nexport class Immobilization extends Resource {\n getImmobilizationsInventory(params: { idExercice: number}): Promise<ReadFormattedImmobilizationsByAccount | Error> {\n return this.axios.$get(`/exercice/${params.idExercice}/immobilizationsInventory`, {});\n }\n\n getImmobilizationsInventoryPdf(params: { idExercice: number}): Promise<void> {\n return this.axios.$get(`/exercice/${params.idExercice}/immobilizationsInventory/pdf`, {});\n }\n}\n"]}
1
+ {"version":3,"file":"Immobilization.js","sourceRoot":"","sources":["../../../ts/api/resources/Immobilization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,cAAe,SAAQ,QAAQ;IAC1C,2BAA2B,CAAC,MAA8B;QACxD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,MAAM,CAAC,UAAU,2BAA2B,EAAE,EAAE,CAAC,CAAC;IACxF,CAAC;IAED,8BAA8B,CAAC,MAA8B;QAC3D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,MAAM,CAAC,UAAU,+BAA+B,EAAE,EAAE,CAAC,CAAC;IAC5F,CAAC;IAED,kBAAkB,CAAC,MAA6B;QAC9C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,kBAAkB,EAAE,EAAE,CAAC,CAAC;IAC7E,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ReadFormattedImmobilizationsByAccount, ReadHydratedImmobilization,\n} from '../../types';\n\nexport class Immobilization extends Resource {\n getImmobilizationsInventory(params: { idExercice: number }): Promise<ReadFormattedImmobilizationsByAccount | Error> {\n return this.axios.$get(`/exercice/${params.idExercice}/immobilizationsInventory`, {});\n }\n\n getImmobilizationsInventoryPdf(params: { idExercice: number }): Promise<void> {\n return this.axios.$get(`/exercice/${params.idExercice}/immobilizationsInventory/pdf`, {});\n }\n\n getImmobilizations(params: { idSociety: number }): Promise<ReadHydratedImmobilization[]> {\n return this.axios.$get(`/society/${params.idSociety}/immobilizations`, {});\n }\n}\n"]}
@@ -0,0 +1,8 @@
1
+ import { Resource } from '../Resource';
2
+ import { CreateSurvey, QuerySurveys, /* QuerySurvey, */ ReadSurvey, UpdateSurvey } from '../../types';
3
+ export declare class Survey extends Resource {
4
+ getAll(params: QuerySurveys): Promise<ReadSurvey[]>;
5
+ update(params: UpdateSurvey): Promise<ReadSurvey>;
6
+ create(params: CreateSurvey): Promise<ReadSurvey>;
7
+ }
8
+ //# sourceMappingURL=Survey.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Survey.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Survey.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,YAAY,EAAE,YAAY,EAAE,mBAAmB,CAAA,UAAU,EAAE,YAAY,EACxE,MAAM,aAAa,CAAC;AAErB,qBAAa,MAAO,SAAQ,QAAQ;IAClC,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,UAAU,EAAE,CAAC;IAQnD,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,UAAU,CAAC;IAKjD,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,UAAU,CAAC;CAGlD"}
@@ -0,0 +1,28 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import { Resource } from '../Resource';
13
+ export class Survey extends Resource {
14
+ getAll(params) {
15
+ return this.axios.$get('/surveys', { params });
16
+ }
17
+ // get(params: QuerySurvey): Promise<ReadSurvey[]> {
18
+ // return this.axios.$get('/survey', { params });
19
+ // }
20
+ update(params) {
21
+ const { id } = params, body = __rest(params, ["id"]);
22
+ return this.axios.$put(`/survey/${id}`, body);
23
+ }
24
+ create(params) {
25
+ return this.axios.$post('/survey', params);
26
+ }
27
+ }
28
+ //# sourceMappingURL=Survey.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Survey.js","sourceRoot":"","sources":["../../../ts/api/resources/Survey.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,MAAO,SAAQ,QAAQ;IAClC,MAAM,CAAC,MAAoB;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACjD,CAAC;IAED,oDAAoD;IACpD,mDAAmD;IACnD,IAAI;IAEJ,MAAM,CAAC,MAAoB;QACzB,MAAM,EAAE,EAAE,KAAc,MAAM,EAAf,IAAI,UAAK,MAAM,EAAxB,MAAe,CAAS,CAAC;QAC/B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IAChD,CAAC;IAED,MAAM,CAAC,MAAoB;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;IAC7C,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateSurvey, QuerySurveys, /* QuerySurvey, */ReadSurvey, UpdateSurvey,\n} from '../../types';\n\nexport class Survey extends Resource {\n getAll(params: QuerySurveys): Promise<ReadSurvey[]> {\n return this.axios.$get('/surveys', { params });\n }\n\n // get(params: QuerySurvey): Promise<ReadSurvey[]> {\n // return this.axios.$get('/survey', { params });\n // }\n\n update(params: UpdateSurvey): Promise<ReadSurvey> {\n const { id, ...body } = params;\n return this.axios.$put(`/survey/${id}`, body);\n }\n\n create(params: CreateSurvey): Promise<ReadSurvey> {\n return this.axios.$post('/survey', params);\n }\n}\n"]}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ import { IUser, QueryConfirm, QueryResendConfirmationLink } from '../../types';
3
+ export declare class User extends Resource {
4
+ confirm(params: QueryConfirm): Promise<IUser>;
5
+ resendConfirmationEmailLink(params: QueryResendConfirmationLink): Promise<boolean>;
6
+ }
7
+ //# sourceMappingURL=User.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/User.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,2BAA2B,EAAE,MAAM,aAAa,CAAC;AAE/E,qBAAa,IAAK,SAAQ,QAAQ;IAChC,OAAO,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,KAAK,CAAC;IAG7C,2BAA2B,CAAC,MAAM,EAAE,2BAA2B,GAAG,OAAO,CAAC,OAAO,CAAC;CAGnF"}
@@ -0,0 +1,10 @@
1
+ import { Resource } from '../Resource';
2
+ export class User extends Resource {
3
+ confirm(params) {
4
+ return this.axios.$put('user/confirm', params);
5
+ }
6
+ resendConfirmationEmailLink(params) {
7
+ return this.axios.$put(`user/${params.id}/resendConfirmationEmailLink`);
8
+ }
9
+ }
10
+ //# sourceMappingURL=User.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"User.js","sourceRoot":"","sources":["../../../ts/api/resources/User.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,IAAK,SAAQ,QAAQ;IAChC,OAAO,CAAC,MAAoB;QAC1B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC;IACjD,CAAC;IACD,2BAA2B,CAAC,MAAmC;QAC7D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,MAAM,CAAC,EAAE,8BAA8B,CAAC,CAAC;IAC1E,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { IUser, QueryConfirm, QueryResendConfirmationLink } from '../../types';\n\nexport class User extends Resource {\n confirm(params: QueryConfirm): Promise<IUser> {\n return this.axios.$put('user/confirm', params);\n }\n resendConfirmationEmailLink(params: QueryResendConfirmationLink): Promise<boolean> {\n return this.axios.$put(`user/${params.id}/resendConfirmationEmailLink`);\n }\n}\n"]}
@@ -5,6 +5,8 @@ import { Immobilization } from './resources/Immobilization';
5
5
  import { AccountType } from './resources/AccountType';
6
6
  import { Transaction } from './resources/Transaction';
7
7
  import { Account } from './resources/Account';
8
+ import { User } from './resources/User';
9
+ import { Survey } from './resources/Survey';
8
10
  export declare const resources: {
9
11
  simulation: typeof Simulation;
10
12
  country: typeof Country;
@@ -13,5 +15,7 @@ export declare const resources: {
13
15
  accountType: typeof AccountType;
14
16
  transaction: typeof Transaction;
15
17
  account: typeof Account;
18
+ user: typeof User;
19
+ survey: typeof Survey;
16
20
  };
17
21
  //# sourceMappingURL=resources.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,eAAO,MAAM,SAAS;;;;;;;;CAQrB,CAAC"}
1
+ {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAE5C,eAAO,MAAM,SAAS;;;;;;;;;;CAUrB,CAAC"}
@@ -5,6 +5,8 @@ import { Immobilization } from './resources/Immobilization';
5
5
  import { AccountType } from './resources/AccountType';
6
6
  import { Transaction } from './resources/Transaction';
7
7
  import { Account } from './resources/Account';
8
+ import { User } from './resources/User';
9
+ import { Survey } from './resources/Survey';
8
10
  export const resources = {
9
11
  simulation: Simulation,
10
12
  country: Country,
@@ -13,5 +15,7 @@ export const resources = {
13
15
  accountType: AccountType,
14
16
  transaction: Transaction,
15
17
  account: Account,
18
+ user: User,
19
+ survey: Survey,
16
20
  };
17
21
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,OAAO;IAChB,0BAA0B,EAAE,0BAA0B;IACtD,cAAc,EAAE,cAAc;IAC9B,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,WAAW;IACxB,OAAO,EAAE,OAAO;CACjB,CAAC","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n};\n"]}
1
+ {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAE5C,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,OAAO;IAChB,0BAA0B,EAAE,0BAA0B;IACtD,cAAc,EAAE,cAAc;IAC9B,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,WAAW;IACxB,OAAO,EAAE,OAAO;IAChB,IAAI,EAAE,IAAI;IACV,MAAM,EAAE,MAAM;CACf,CAAC","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n user: User,\n survey: Survey,\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"AccountingJournal.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/AccountingJournal.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,EAAE,IAAE;IACJ,EAAE,IAAE;IACJ,EAAE,IAAE;IACJ,GAAG,IAAE;IACL,GAAG,IAAE;IACL,EAAE,IAAE;IACJ,EAAE,IAAE;IACJ,GAAG,IAAE;CACN"}
1
+ {"version":3,"file":"AccountingJournal.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/AccountingJournal.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,EAAE,IAAI;IACN,EAAE,IAAI;IACN,EAAE,IAAI;IACN,GAAG,IAAI;IACP,GAAG,IAAI;IACP,EAAE,IAAI;IACN,EAAE,IAAI;IACN,GAAG,IAAI;CACR"}
@@ -1 +1 @@
1
- {"version":3,"file":"AccountingJournal.js","sourceRoot":"","sources":["../../../ts/types/Enum/AccountingJournal.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,qDAAI,CAAA;IACJ,qDAAI,CAAA;IACJ,qDAAI,CAAA;IACJ,uDAAK,CAAA;IACL,uDAAK,CAAA;IACL,qDAAI,CAAA;IACJ,qDAAI,CAAA;IACJ,uDAAK,CAAA;AACP,CAAC,EATW,iBAAiB,KAAjB,iBAAiB,QAS5B","sourcesContent":["export enum AccountingJournal {\n BQ=1,\n AC=2,\n VE=3,\n CAI=4,\n PER=5,\n AN=6,\n OD=7,\n REV=8,\n}"]}
1
+ {"version":3,"file":"AccountingJournal.js","sourceRoot":"","sources":["../../../ts/types/Enum/AccountingJournal.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,qDAAM,CAAA;IACN,qDAAM,CAAA;IACN,qDAAM,CAAA;IACN,uDAAO,CAAA;IACP,uDAAO,CAAA;IACP,qDAAM,CAAA;IACN,qDAAM,CAAA;IACN,uDAAO,CAAA;AACT,CAAC,EATW,iBAAiB,KAAjB,iBAAiB,QAS5B","sourcesContent":["export enum AccountingJournal {\n BQ = 1,\n AC = 2,\n VE = 3,\n CAI = 4,\n PER = 5,\n AN = 6,\n OD = 7,\n REV = 8,\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"ComptaType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/ComptaType.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,UAAU,IAAE;IACZ,QAAQ,IAAE;IACV,kBAAkB,IAAE;IACpB,gBAAgB,IAAE;IAClB,qBAAqB,IAAE;IACvB,mBAAmB,IAAE;CACtB"}
1
+ {"version":3,"file":"ComptaType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/ComptaType.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,UAAU,IAAI;IACd,QAAQ,IAAI;IACZ,kBAAkB,IAAI;IACtB,gBAAgB,IAAI;IACpB,qBAAqB,IAAI;IACzB,mBAAmB,IAAI;CACxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"ComptaType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ComptaType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,uDAAY,CAAA;IACZ,mDAAU,CAAA;IACV,uEAAoB,CAAA;IACpB,mEAAkB,CAAA;IAClB,6EAAuB,CAAA;IACvB,yEAAqB,CAAA;AACvB,CAAC,EAPW,UAAU,KAAV,UAAU,QAOrB","sourcesContent":["export enum ComptaType {\n CASH_BASED=1,\n ACCRUALS=2,\n CASH_BASED_SEIZURE=3,\n ACCRUALS_SEIZURE=4,\n CASH_BASED_ASSISTANCE=5,\n CASH_BASED_ACCRUALS=6,\n}"]}
1
+ {"version":3,"file":"ComptaType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ComptaType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAOX;AAPD,WAAY,UAAU;IACpB,uDAAc,CAAA;IACd,mDAAY,CAAA;IACZ,uEAAsB,CAAA;IACtB,mEAAoB,CAAA;IACpB,6EAAyB,CAAA;IACzB,yEAAuB,CAAA;AACzB,CAAC,EAPW,UAAU,KAAV,UAAU,QAOrB","sourcesContent":["export enum ComptaType {\n CASH_BASED = 1,\n ACCRUALS = 2,\n CASH_BASED_SEIZURE = 3,\n ACCRUALS_SEIZURE = 4,\n CASH_BASED_ASSISTANCE = 5,\n CASH_BASED_ACCRUALS = 6,\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"Country.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Country.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,WAAW,IAAE;IACb,cAAc,IAAE;IAChB,OAAO,IAAE;IACT,OAAO,IAAE;IACT,SAAS,IAAE;IACX,OAAO,IAAE;IACT,MAAM,IAAE;IACR,QAAQ,IAAE;IACV,WAAW,IAAE;IACb,MAAM,KAAG;CACV"}
1
+ {"version":3,"file":"Country.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Country.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,WAAW,IAAI;IACf,cAAc,IAAI;IAClB,OAAO,IAAI;IACX,OAAO,IAAI;IACX,SAAS,IAAI;IACb,OAAO,IAAI;IACX,MAAM,IAAI;IACV,QAAQ,IAAI;IACZ,WAAW,IAAI;IACf,MAAM,KAAK;CACZ"}
@@ -1 +1 @@
1
- {"version":3,"file":"Country.js","sourceRoot":"","sources":["../../../ts/types/Enum/Country.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,OAWX;AAXD,WAAY,OAAO;IACjB,mDAAa,CAAA;IACb,yDAAgB,CAAA;IAChB,2CAAS,CAAA;IACT,2CAAS,CAAA;IACT,+CAAW,CAAA;IACX,2CAAS,CAAA;IACT,yCAAQ,CAAA;IACR,6CAAU,CAAA;IACV,mDAAa,CAAA;IACb,0CAAS,CAAA;AACX,CAAC,EAXW,OAAO,KAAP,OAAO,QAWlB","sourcesContent":["export enum Country {\n AFGHANISTAN=1,\n AFRIQUE_DU_SUD=2,\n ALBANIE=3,\n ALGERIE=4,\n ALLEMAGNE=5,\n ANDORRE=6,\n ANGOLA=7,\n ANGUILLA=8,\n ANTARCTIQUE=9,\n FRANCE=65,\n}"]}
1
+ {"version":3,"file":"Country.js","sourceRoot":"","sources":["../../../ts/types/Enum/Country.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,OAWX;AAXD,WAAY,OAAO;IACjB,mDAAe,CAAA;IACf,yDAAkB,CAAA;IAClB,2CAAW,CAAA;IACX,2CAAW,CAAA;IACX,+CAAa,CAAA;IACb,2CAAW,CAAA;IACX,yCAAU,CAAA;IACV,6CAAY,CAAA;IACZ,mDAAe,CAAA;IACf,0CAAW,CAAA;AACb,CAAC,EAXW,OAAO,KAAP,OAAO,QAWlB","sourcesContent":["export enum Country {\n AFGHANISTAN = 1,\n AFRIQUE_DU_SUD = 2,\n ALBANIE = 3,\n ALGERIE = 4,\n ALLEMAGNE = 5,\n ANDORRE = 6,\n ANGOLA = 7,\n ANGUILLA = 8,\n ANTARCTIQUE = 9,\n FRANCE = 65,\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,IAAI;IACX,kBAAkB,IAAG;IACrB,MAAM,IAAG;IACT,OAAO,IAAG;IACV,UAAU,IAAG;IACb,OAAO,IAAG;IACV,IAAI,IAAG;IACP,cAAc,IAAG;CAClB;AAED,oBAAY,SAAS;IA4BnB,QAAQ,KAAK;CAOd"}
1
+ {"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,IAAI;IACX,kBAAkB,IAAI;IACtB,MAAM,IAAI;IACV,OAAO,IAAI;IACX,UAAU,IAAI;IACd,OAAO,IAAI;IACX,IAAI,IAAI;IACR,cAAc,IAAI;CACnB;AAED,oBAAY,SAAS;IA4BnB,QAAQ,KAAK;CAOd"}
@@ -1 +1 @@
1
- {"version":3,"file":"Ged.js","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WASX;AATD,WAAY,WAAW;IACrB,mDAAW,CAAA;IACX,yEAAqB,CAAA;IACrB,iDAAS,CAAA;IACT,mDAAU,CAAA;IACV,yDAAa,CAAA;IACb,mDAAU,CAAA;IACV,6CAAO,CAAA;IACP,iEAAiB,CAAA;AACnB,CAAC,EATW,WAAW,KAAX,WAAW,QAStB;AAED,MAAM,CAAN,IAAY,SAmCX;AAnCD,WAAY,SAAS;IACnB,8CAA8C;IAC9C,uBAAuB;IACvB,sBAAsB;IACtB,2BAA2B;IAC3B,+BAA+B;IAC/B,yBAAyB;IACzB,wBAAwB;IACxB,8BAA8B;IAC9B,sCAAsC;IACtC,qBAAqB;IACrB,6BAA6B;IAC7B,kBAAkB;IAClB,YAAY;IACZ,iBAAiB;IACjB,2BAA2B;IAC3B,kBAAkB;IAClB,yBAAyB;IACzB,eAAe;IACf,iBAAiB;IACjB,yBAAyB;IACzB,qBAAqB;IACrB,iCAAiC;IACjC,0BAA0B;IAC1B,yCAAyC;IACzC,sBAAsB;IACtB,4BAA4B;IAC5B,qBAAqB;IACrB,kDAAa,CAAA;IACb,uBAAuB;IACvB,sBAAsB;IACtB,wBAAwB;IACxB,kBAAkB;IAClB,uBAAuB;IACvB,oCAAoC;AACtC,CAAC,EAnCW,SAAS,KAAT,SAAS,QAmCpB","sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX= 2,\n SOCIAL= 3,\n JURIDIC= 4,\n GENERALITY= 5,\n BILLING= 6,\n MAIL= 7,\n BANK_STATEMENT= 8,\n}\n\nexport enum GedFolder {\n // K-bis & Identity card & Tax memorandum = 1,\n // Mission letters = 2,\n // Mandates & RIB = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n // Statutes & amendments = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n // HP of GA = 19,\n // Contracts & Leases = 20,\n // Insurance = 22,\n // Cabinet invoices = 23,\n // Others = 24,\n // Vehicles = 25,\n // Borrowing tables = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n PARTNERS = 34,\n // Incoming mails = 35,\n // Outgoing mail = 36,\n // Bank Statements = 37,\n // Formalism = 38,\n // Pending points = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n"]}
1
+ {"version":3,"file":"Ged.js","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WASX;AATD,WAAY,WAAW;IACrB,mDAAW,CAAA;IACX,yEAAsB,CAAA;IACtB,iDAAU,CAAA;IACV,mDAAW,CAAA;IACX,yDAAc,CAAA;IACd,mDAAW,CAAA;IACX,6CAAQ,CAAA;IACR,iEAAkB,CAAA;AACpB,CAAC,EATW,WAAW,KAAX,WAAW,QAStB;AAED,MAAM,CAAN,IAAY,SAmCX;AAnCD,WAAY,SAAS;IACnB,8CAA8C;IAC9C,uBAAuB;IACvB,sBAAsB;IACtB,2BAA2B;IAC3B,+BAA+B;IAC/B,yBAAyB;IACzB,wBAAwB;IACxB,8BAA8B;IAC9B,sCAAsC;IACtC,qBAAqB;IACrB,6BAA6B;IAC7B,kBAAkB;IAClB,YAAY;IACZ,iBAAiB;IACjB,2BAA2B;IAC3B,kBAAkB;IAClB,yBAAyB;IACzB,eAAe;IACf,iBAAiB;IACjB,yBAAyB;IACzB,qBAAqB;IACrB,iCAAiC;IACjC,0BAA0B;IAC1B,yCAAyC;IACzC,sBAAsB;IACtB,4BAA4B;IAC5B,qBAAqB;IACrB,kDAAa,CAAA;IACb,uBAAuB;IACvB,sBAAsB;IACtB,wBAAwB;IACxB,kBAAkB;IAClB,uBAAuB;IACvB,oCAAoC;AACtC,CAAC,EAnCW,SAAS,KAAT,SAAS,QAmCpB","sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX = 2,\n SOCIAL = 3,\n JURIDIC = 4,\n GENERALITY = 5,\n BILLING = 6,\n MAIL = 7,\n BANK_STATEMENT = 8,\n}\n\nexport enum GedFolder {\n // K-bis & Identity card & Tax memorandum = 1,\n // Mission letters = 2,\n // Mandates & RIB = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n // Statutes & amendments = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n // HP of GA = 19,\n // Contracts & Leases = 20,\n // Insurance = 22,\n // Cabinet invoices = 23,\n // Others = 24,\n // Vehicles = 25,\n // Borrowing tables = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n PARTNERS = 34,\n // Incoming mails = 35,\n // Outgoing mail = 36,\n // Bank Statements = 37,\n // Formalism = 38,\n // Pending points = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"Role.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Role.ts"],"names":[],"mappings":"AAAA,oBAAY,IAAI;IACd,MAAM,IAAI;IACV,KAAK,IAAI;IACT,YAAY,IAAI;IAChB,UAAU,IAAI;IACd,GAAG,KAAK;IACR,MAAM,KAAK;IACX,OAAO,KAAK;IACZ,gBAAgB,KAAK;IACrB,UAAU,KAAK;IACf,oBAAoB,KAAK;IACzB,WAAW,KAAK;IAChB,qBAAqB,KAAK;IAC1B,UAAU,KAAK;IACf,OAAO,KAAK;IACZ,iBAAiB,KAAK;IACtB,WAAW,KAAK;IAChB,GAAG,KAAK;IACR,QAAQ,KAAK;IACb,SAAS,KAAK;IACd,GAAG,KAAK;IACR,WAAW,KAAK;IAChB,mBAAmB,KAAG;CACvB"}
1
+ {"version":3,"file":"Role.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Role.ts"],"names":[],"mappings":"AAAA,oBAAY,IAAI;IACd,MAAM,IAAI;IACV,KAAK,IAAI;IACT,YAAY,IAAI;IAChB,UAAU,IAAI;IACd,GAAG,KAAK;IACR,MAAM,KAAK;IACX,OAAO,KAAK;IACZ,gBAAgB,KAAK;IACrB,UAAU,KAAK;IACf,oBAAoB,KAAK;IACzB,WAAW,KAAK;IAChB,qBAAqB,KAAK;IAC1B,UAAU,KAAK;IACf,OAAO,KAAK;IACZ,iBAAiB,KAAK;IACtB,WAAW,KAAK;IAChB,GAAG,KAAK;IACR,QAAQ,KAAK;IACb,SAAS,KAAK;IACd,GAAG,KAAK;IACR,WAAW,KAAK;IAChB,mBAAmB,KAAK;CACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"Role.js","sourceRoot":"","sources":["../../../ts/types/Enum/Role.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,IAuBX;AAvBD,WAAY,IAAI;IACd,mCAAU,CAAA;IACV,iCAAS,CAAA;IACT,+CAAgB,CAAA;IAChB,2CAAc,CAAA;IACd,8BAAQ,CAAA;IACR,oCAAW,CAAA;IACX,sCAAY,CAAA;IACZ,wDAAqB,CAAA;IACrB,4CAAe,CAAA;IACf,gEAAyB,CAAA;IACzB,8CAAgB,CAAA;IAChB,kEAA0B,CAAA;IAC1B,4CAAe,CAAA;IACf,sCAAY,CAAA;IACZ,0DAAsB,CAAA;IACtB,8CAAgB,CAAA;IAChB,8BAAQ,CAAA;IACR,wCAAa,CAAA;IACb,0CAAc,CAAA;IACd,8BAAQ,CAAA;IACR,8CAAgB,CAAA;IAChB,8DAAsB,CAAA;AACxB,CAAC,EAvBW,IAAI,KAAJ,IAAI,QAuBf","sourcesContent":["export enum Role {\n CLIENT = 1,\n ADMIN = 2,\n FRONT_OFFICE = 3,\n COMMERCIAL = 9,\n GPC = 10,\n SOCIAL = 11,\n JURIDIC = 12,\n CHIEF_ACCOUNTANT = 13,\n SUPERVISOR = 14,\n FRONT_OFFICE_EXPRESS = 15,\n SUPER_ADMIN = 16,\n EXPERT_SUB_CONTRACTOR = 17,\n MAINTAINER = 18,\n MANAGER = 19,\n EXPERT_ACCOUNTANT = 20,\n MFA_PENDING = 21,\n VAT = 22,\n CANDIDAT = 24,\n DEVELOPER = 25,\n API = 26,\n BACK_OFFICE = 27,\n BACK_OFFICE_EXPRESS=28,\n}"]}
1
+ {"version":3,"file":"Role.js","sourceRoot":"","sources":["../../../ts/types/Enum/Role.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,IAuBX;AAvBD,WAAY,IAAI;IACd,mCAAU,CAAA;IACV,iCAAS,CAAA;IACT,+CAAgB,CAAA;IAChB,2CAAc,CAAA;IACd,8BAAQ,CAAA;IACR,oCAAW,CAAA;IACX,sCAAY,CAAA;IACZ,wDAAqB,CAAA;IACrB,4CAAe,CAAA;IACf,gEAAyB,CAAA;IACzB,8CAAgB,CAAA;IAChB,kEAA0B,CAAA;IAC1B,4CAAe,CAAA;IACf,sCAAY,CAAA;IACZ,0DAAsB,CAAA;IACtB,8CAAgB,CAAA;IAChB,8BAAQ,CAAA;IACR,wCAAa,CAAA;IACb,0CAAc,CAAA;IACd,8BAAQ,CAAA;IACR,8CAAgB,CAAA;IAChB,8DAAwB,CAAA;AAC1B,CAAC,EAvBW,IAAI,KAAJ,IAAI,QAuBf","sourcesContent":["export enum Role {\n CLIENT = 1,\n ADMIN = 2,\n FRONT_OFFICE = 3,\n COMMERCIAL = 9,\n GPC = 10,\n SOCIAL = 11,\n JURIDIC = 12,\n CHIEF_ACCOUNTANT = 13,\n SUPERVISOR = 14,\n FRONT_OFFICE_EXPRESS = 15,\n SUPER_ADMIN = 16,\n EXPERT_SUB_CONTRACTOR = 17,\n MAINTAINER = 18,\n MANAGER = 19,\n EXPERT_ACCOUNTANT = 20,\n MFA_PENDING = 21,\n VAT = 22,\n CANDIDAT = 24,\n DEVELOPER = 25,\n API = 26,\n BACK_OFFICE = 27,\n BACK_OFFICE_EXPRESS = 28,\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"Sector.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Sector.ts"],"names":[],"mappings":"AAAA,oBAAY,MAAM;IAChB,OAAO,IAAE;IACT,yBAAyB,IAAE;IAC3B,6BAA6B,IAAE;IAC/B,qCAAqC,IAAE;CACxC"}
1
+ {"version":3,"file":"Sector.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Sector.ts"],"names":[],"mappings":"AAAA,oBAAY,MAAM;IAChB,OAAO,IAAI;IACX,yBAAyB,IAAI;IAC7B,6BAA6B,IAAI;IACjC,qCAAqC,IAAI;CAC1C"}
@@ -1 +1 @@
1
- {"version":3,"file":"Sector.js","sourceRoot":"","sources":["../../../ts/types/Enum/Sector.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,MAKX;AALD,WAAY,MAAM;IAChB,yCAAS,CAAA;IACT,6EAA2B,CAAA;IAC3B,qFAA+B,CAAA;IAC/B,qGAAuC,CAAA;AACzC,CAAC,EALW,MAAM,KAAN,MAAM,QAKjB","sourcesContent":["export enum Sector {\n DEFAULT=1,\n AUTO_ENTREPRENEUR_SERVICE=2,\n AUTO_ENTREPRENEUR_MERCHANDISE=3,\n AUTO_ENTREPRENEUR_SERVICE_MERCHANDISE=4,\n}"]}
1
+ {"version":3,"file":"Sector.js","sourceRoot":"","sources":["../../../ts/types/Enum/Sector.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,MAKX;AALD,WAAY,MAAM;IAChB,yCAAW,CAAA;IACX,6EAA6B,CAAA;IAC7B,qFAAiC,CAAA;IACjC,qGAAyC,CAAA;AAC3C,CAAC,EALW,MAAM,KAAN,MAAM,QAKjB","sourcesContent":["export enum Sector {\n DEFAULT = 1,\n AUTO_ENTREPRENEUR_SERVICE = 2,\n AUTO_ENTREPRENEUR_MERCHANDISE = 3,\n AUTO_ENTREPRENEUR_SERVICE_MERCHANDISE = 4,\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"SubscriptionType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/SubscriptionType.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,QAAQ,IAAE;IACV,YAAY,IAAE;IACd,OAAO,IAAE;CACV"}
1
+ {"version":3,"file":"SubscriptionType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/SubscriptionType.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,QAAQ,IAAI;IACZ,YAAY,IAAI;IAChB,OAAO,IAAI;CACZ"}
@@ -1 +1 @@
1
- {"version":3,"file":"SubscriptionType.js","sourceRoot":"","sources":["../../../ts/types/Enum/SubscriptionType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,+DAAU,CAAA;IACV,uEAAc,CAAA;IACd,6DAAS,CAAA;AACX,CAAC,EAJW,gBAAgB,KAAhB,gBAAgB,QAI3B","sourcesContent":["export enum SubscriptionType {\n FREEMIUM=1,\n FREEMIUM_PRO=2,\n PREMIUM=3,\n}"]}
1
+ {"version":3,"file":"SubscriptionType.js","sourceRoot":"","sources":["../../../ts/types/Enum/SubscriptionType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,+DAAY,CAAA;IACZ,uEAAgB,CAAA;IAChB,6DAAW,CAAA;AACb,CAAC,EAJW,gBAAgB,KAAhB,gBAAgB,QAI3B","sourcesContent":["export enum SubscriptionType {\n FREEMIUM = 1,\n FREEMIUM_PRO = 2,\n PREMIUM = 3,\n}"]}
@@ -0,0 +1,4 @@
1
+ export declare enum SurveyType {
2
+ ONBOARDING = 1
3
+ }
4
+ //# sourceMappingURL=SurveyType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/SurveyType.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,UAAU,IAAI;CACf"}
@@ -0,0 +1,5 @@
1
+ export var SurveyType;
2
+ (function (SurveyType) {
3
+ SurveyType[SurveyType["ONBOARDING"] = 1] = "ONBOARDING";
4
+ })(SurveyType || (SurveyType = {}));
5
+ //# sourceMappingURL=SurveyType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyType.js","sourceRoot":"","sources":["../../../ts/types/Enum/SurveyType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAEX;AAFD,WAAY,UAAU;IACpB,uDAAc,CAAA;AAChB,CAAC,EAFW,UAAU,KAAV,UAAU,QAErB","sourcesContent":["export enum SurveyType {\n ONBOARDING = 1,\n}"]}
@@ -0,0 +1,9 @@
1
+ export declare const SurveyTypeDatas: {
2
+ 1: {
3
+ id: number;
4
+ question: string;
5
+ type: string;
6
+ answers: string[];
7
+ }[];
8
+ };
9
+ //# sourceMappingURL=SurveyTypeDatas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyTypeDatas.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/SurveyTypeDatas.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;CA0C3B,CAAC"}
@@ -0,0 +1,44 @@
1
+ export const SurveyTypeDatas = {
2
+ 1: [
3
+ {
4
+ id: 1,
5
+ question: 'interestingFeatures',
6
+ type: 'checkbox',
7
+ answers: [
8
+ 'syncBanc',
9
+ 'expensesAndRevenuesCategorization',
10
+ 'cashFlowSimulation',
11
+ 'expenseReportsAndKilometricAllowances',
12
+ 'trackingToolAndDashboards',
13
+ 'billingTool',
14
+ 'vatDeclarationAutomated',
15
+ 'balanceSheetAndTaxReturnGenerationAutomated',
16
+ ],
17
+ },
18
+ {
19
+ id: 2,
20
+ question: 'societySize',
21
+ type: 'select',
22
+ answers: [
23
+ '1to5',
24
+ '6to10',
25
+ '11to25',
26
+ '26to50',
27
+ '51andMore',
28
+ ],
29
+ },
30
+ {
31
+ id: 3,
32
+ question: 'userRoleInSociety',
33
+ type: 'select',
34
+ answers: [
35
+ 'director',
36
+ 'accountant',
37
+ 'accountantExpert',
38
+ 'managementAssistant',
39
+ 'other',
40
+ ],
41
+ },
42
+ ],
43
+ };
44
+ //# sourceMappingURL=SurveyTypeDatas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyTypeDatas.js","sourceRoot":"","sources":["../../../ts/types/Enum/SurveyTypeDatas.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,CAAC,EAAE;QACD;YACE,EAAE,EAAE,CAAC;YACL,QAAQ,EAAE,qBAAqB;YAC/B,IAAI,EAAE,UAAU;YAChB,OAAO,EAAE;gBACP,UAAU;gBACV,mCAAmC;gBACnC,oBAAoB;gBACpB,uCAAuC;gBACvC,2BAA2B;gBAC3B,aAAa;gBACb,yBAAyB;gBACzB,6CAA6C;aAC9C;SACF;QACD;YACE,EAAE,EAAE,CAAC;YACL,QAAQ,EAAE,aAAa;YACvB,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,MAAM;gBACN,OAAO;gBACP,QAAQ;gBACR,QAAQ;gBACR,WAAW;aACZ;SACF;QACD;YACE,EAAE,EAAE,CAAC;YACL,QAAQ,EAAE,mBAAmB;YAC7B,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE;gBACP,UAAU;gBACV,YAAY;gBACZ,kBAAkB;gBAClB,qBAAqB;gBACrB,OAAO;aACR;SACF;KACF;CACF,CAAC","sourcesContent":["export const SurveyTypeDatas = {\n 1: [\n {\n id: 1,\n question: 'interestingFeatures',\n type: 'checkbox',\n answers: [\n 'syncBanc',\n 'expensesAndRevenuesCategorization',\n 'cashFlowSimulation',\n 'expenseReportsAndKilometricAllowances',\n 'trackingToolAndDashboards',\n 'billingTool',\n 'vatDeclarationAutomated',\n 'balanceSheetAndTaxReturnGenerationAutomated',\n ],\n },\n {\n id: 2,\n question: 'societySize',\n type: 'select',\n answers: [\n '1to5',\n '6to10',\n '11to25',\n '26to50',\n '51andMore',\n ],\n },\n {\n id: 3,\n question: 'userRoleInSociety',\n type: 'select',\n answers: [\n 'director',\n 'accountant',\n 'accountantExpert',\n 'managementAssistant',\n 'other',\n ],\n },\n ],\n};"]}
@@ -1 +1 @@
1
- {"version":3,"file":"TypeConnector.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TypeConnector.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,MAAM,IAAE;IACR,UAAU,IAAE;IACZ,IAAI,IAAE;IACN,QAAQ,IAAE;IACV,cAAc,IAAE;IAChB,MAAM,IAAE;IACR,EAAE,IAAE;IACJ,SAAS,IAAE;IACX,OAAO,IAAE;IACT,WAAW,KAAG;IACd,UAAU,KAAG;CACd"}
1
+ {"version":3,"file":"TypeConnector.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TypeConnector.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,MAAM,IAAI;IACV,UAAU,IAAI;IACd,IAAI,IAAI;IACR,QAAQ,IAAI;IACZ,cAAc,IAAI;IAClB,MAAM,IAAI;IACV,EAAE,IAAI;IACN,SAAS,IAAI;IACb,OAAO,IAAI;IACX,WAAW,KAAK;IAChB,UAAU,KAAK;CAChB"}
@@ -1 +1 @@
1
- {"version":3,"file":"TypeConnector.js","sourceRoot":"","sources":["../../../ts/types/Enum/TypeConnector.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAYX;AAZD,WAAY,aAAa;IACvB,qDAAQ,CAAA;IACR,6DAAY,CAAA;IACZ,iDAAM,CAAA;IACN,yDAAU,CAAA;IACV,qEAAgB,CAAA;IAChB,qDAAQ,CAAA;IACR,6CAAI,CAAA;IACJ,2DAAW,CAAA;IACX,uDAAS,CAAA;IACT,gEAAc,CAAA;IACd,8DAAa,CAAA;AACf,CAAC,EAZW,aAAa,KAAb,aAAa,QAYxB","sourcesContent":["export enum TypeConnector {\n SEELSY=1,\n PRESTASHOP=2,\n ZOHO=3,\n DOLIBARR=4,\n STRIPE_CONNECT=5,\n STRIPE=6,\n JS=7,\n AUTOLOGIN=8,\n SHOPIFY=9,\n WOOCOMMERCE=10,\n ACTIVATION=11,\n}"]}
1
+ {"version":3,"file":"TypeConnector.js","sourceRoot":"","sources":["../../../ts/types/Enum/TypeConnector.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAYX;AAZD,WAAY,aAAa;IACvB,qDAAU,CAAA;IACV,6DAAc,CAAA;IACd,iDAAQ,CAAA;IACR,yDAAY,CAAA;IACZ,qEAAkB,CAAA;IAClB,qDAAU,CAAA;IACV,6CAAM,CAAA;IACN,2DAAa,CAAA;IACb,uDAAW,CAAA;IACX,gEAAgB,CAAA;IAChB,8DAAe,CAAA;AACjB,CAAC,EAZW,aAAa,KAAb,aAAa,QAYxB","sourcesContent":["export enum TypeConnector {\n SEELSY = 1,\n PRESTASHOP = 2,\n ZOHO = 3,\n DOLIBARR = 4,\n STRIPE_CONNECT = 5,\n STRIPE = 6,\n JS = 7,\n AUTOLOGIN = 8,\n SHOPIFY = 9,\n WOOCOMMERCE = 10,\n ACTIVATION = 11,\n}"]}
@@ -0,0 +1,7 @@
1
+ export declare enum TypePartnerTransaction {
2
+ OTHER = 1,
3
+ BUDGET_INSIGHT = 2,
4
+ QONTO = 3,
5
+ SHINE = 4
6
+ }
7
+ //# sourceMappingURL=TypePartnerTransaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TypePartnerTransaction.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TypePartnerTransaction.ts"],"names":[],"mappings":"AAAA,oBAAY,sBAAsB;IAChC,KAAK,IAAI;IACT,cAAc,IAAI;IAClB,KAAK,IAAI;IACT,KAAK,IAAI;CACV"}
@@ -0,0 +1,8 @@
1
+ export var TypePartnerTransaction;
2
+ (function (TypePartnerTransaction) {
3
+ TypePartnerTransaction[TypePartnerTransaction["OTHER"] = 1] = "OTHER";
4
+ TypePartnerTransaction[TypePartnerTransaction["BUDGET_INSIGHT"] = 2] = "BUDGET_INSIGHT";
5
+ TypePartnerTransaction[TypePartnerTransaction["QONTO"] = 3] = "QONTO";
6
+ TypePartnerTransaction[TypePartnerTransaction["SHINE"] = 4] = "SHINE";
7
+ })(TypePartnerTransaction || (TypePartnerTransaction = {}));
8
+ //# sourceMappingURL=TypePartnerTransaction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TypePartnerTransaction.js","sourceRoot":"","sources":["../../../ts/types/Enum/TypePartnerTransaction.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,qEAAS,CAAA;IACT,uFAAkB,CAAA;IAClB,qEAAS,CAAA;IACT,qEAAS,CAAA;AACX,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC","sourcesContent":["export enum TypePartnerTransaction {\n OTHER = 1,\n BUDGET_INSIGHT = 2,\n QONTO = 3,\n SHINE = 4,\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"VatRegime.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/VatRegime.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,OAAO,IAAE;IACT,SAAS,IAAE;IACX,UAAU,IAAE;IACZ,cAAc,IAAE;CACjB"}
1
+ {"version":3,"file":"VatRegime.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/VatRegime.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,OAAO,IAAI;IACX,SAAS,IAAI;IACb,UAAU,IAAI;IACd,cAAc,IAAI;CACnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"VatRegime.js","sourceRoot":"","sources":["../../../ts/types/Enum/VatRegime.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+CAAS,CAAA;IACT,mDAAW,CAAA;IACX,qDAAY,CAAA;IACZ,6DAAgB,CAAA;AAClB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB","sourcesContent":["export enum VatRegime {\n MONTHLY=1,\n QUARTERLY=2,\n SIMPLIFIED=3,\n NOT_ATTRIBUTED=4,\n}"]}
1
+ {"version":3,"file":"VatRegime.js","sourceRoot":"","sources":["../../../ts/types/Enum/VatRegime.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+CAAW,CAAA;IACX,mDAAa,CAAA;IACb,qDAAc,CAAA;IACd,6DAAkB,CAAA;AACpB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB","sourcesContent":["export enum VatRegime {\n MONTHLY = 1,\n QUARTERLY = 2,\n SIMPLIFIED = 3,\n NOT_ATTRIBUTED = 4,\n}"]}
@@ -1,4 +1,8 @@
1
1
  import { IImmobilization } from '../../..';
2
+ import { IAccount } from '../../models/IAccount';
3
+ export interface ReadHydratedImmobilization extends IImmobilization {
4
+ account: Partial<IAccount>;
5
+ }
2
6
  export interface FormattedImmobilization extends IImmobilization {
3
7
  inputValue: number;
4
8
  startAmortization: number;
@@ -1 +1 @@
1
- {"version":3,"file":"ReadFormattedImmobilization.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE3C,MAAM,WAAW,uBAAwB,SAAQ,eAAe;IAC9D,UAAU,EAAE,MAAM,CAAA;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,GAAG,EAAE,MAAM,CAAA;CACZ;AAED,MAAM,WAAW,iCAAiC;IAChD,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,uBAAuB,EAAE,CAAC;IAC3C,kBAAkB,EAAE,MAAM,CAAC;IAC3B,yBAAyB,EAAE,MAAM,CAAC;IAClC,wBAAwB,EAAE,MAAM,CAAC;IACjC,uBAAuB,EAAE,MAAM,CAAC;IAChC,WAAW,EAAE,MAAM,CAAA;CACpB;AAED,MAAM,WAAW,qCAAqC;IACpD,wBAAwB,EAAE,iCAAiC,EAAE,CAAC;IAC9D,eAAe,EAAE,MAAM,CAAC;IACxB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAA;CACjB"}
1
+ {"version":3,"file":"ReadFormattedImmobilization.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,MAAM,WAAW,0BAA2B,SAAQ,eAAe;IACjE,OAAO,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAA;CAC3B;AACD,MAAM,WAAW,uBAAwB,SAAQ,eAAe;IAC9D,UAAU,EAAE,MAAM,CAAA;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,GAAG,EAAE,MAAM,CAAA;CACZ;AAED,MAAM,WAAW,iCAAiC;IAChD,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,uBAAuB,EAAE,CAAC;IAC3C,kBAAkB,EAAE,MAAM,CAAC;IAC3B,yBAAyB,EAAE,MAAM,CAAC;IAClC,wBAAwB,EAAE,MAAM,CAAC;IACjC,uBAAuB,EAAE,MAAM,CAAC;IAChC,WAAW,EAAE,MAAM,CAAA;CACpB;AAED,MAAM,WAAW,qCAAqC;IACpD,wBAAwB,EAAE,iCAAiC,EAAE,CAAC;IAC9D,eAAe,EAAE,MAAM,CAAC;IACxB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAA;CACjB"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReadFormattedImmobilization.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts"],"names":[],"mappings":"","sourcesContent":["import { IImmobilization } from '../../..';\n\nexport interface FormattedImmobilization extends IImmobilization {\n inputValue: number\n startAmortization: number,\n currentEndowment: number,\n endAmortization: number,\n vnc: number\n}\n\nexport interface FormattedImmobilizationsByAccount {\n number: number,\n name: string,\n immobilizations: FormattedImmobilization[],\n subTotalInputValue: number;\n subTotalStartAmortization: number,\n subTotalCurrentEndowment: number,\n subTotalEndAmortization: number,\n subTotalVnc: number\n}\n\nexport interface ReadFormattedImmobilizationsByAccount {\n immobilizationsByAccount: FormattedImmobilizationsByAccount[],\n totalInputValue: number;\n totalStartAmortization: number,\n totalCurrentEndowment: number,\n totalEndAmortization: number,\n totalVnc: number\n}"]}
1
+ {"version":3,"file":"ReadFormattedImmobilization.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts"],"names":[],"mappings":"","sourcesContent":["import { IImmobilization } from '../../..';\nimport { IAccount } from '../../models/IAccount';\n\nexport interface ReadHydratedImmobilization extends IImmobilization {\n account: Partial<IAccount>\n}\nexport interface FormattedImmobilization extends IImmobilization {\n inputValue: number\n startAmortization: number,\n currentEndowment: number,\n endAmortization: number,\n vnc: number\n}\n\nexport interface FormattedImmobilizationsByAccount {\n number: number,\n name: string,\n immobilizations: FormattedImmobilization[],\n subTotalInputValue: number;\n subTotalStartAmortization: number,\n subTotalCurrentEndowment: number,\n subTotalEndAmortization: number,\n subTotalVnc: number\n}\n\nexport interface ReadFormattedImmobilizationsByAccount {\n immobilizationsByAccount: FormattedImmobilizationsByAccount[],\n totalInputValue: number;\n totalStartAmortization: number,\n totalCurrentEndowment: number,\n totalEndAmortization: number,\n totalVnc: number\n}"]}
@@ -0,0 +1,11 @@
1
+ import { BaseEntity } from '../../../../utils';
2
+ import { SurveyType } from '../../../Enum/SurveyType';
3
+ import { ISurvey } from '../../models/ISurvey';
4
+ export declare class CreateSurvey implements Omit<BaseEntity<ISurvey>, 'finishedAt' | 'cancelledAt' | 'idSociety'> {
5
+ data: {
6
+ name: string;
7
+ data: (string | number)[];
8
+ }[];
9
+ idSurveyType: SurveyType;
10
+ }
11
+ //# sourceMappingURL=CreateSurvey.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSurvey.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/survey/CreateSurvey.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C,qBAAa,YAAa,YAAW,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,YAAY,GAAG,aAAa,GAAG,WAAW,CAAC;IACxG,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,CAAC,MAAM,GAAE,MAAM,CAAC,EAAE,CAAA;KAAE,EAAE,CAAC;IACnD,YAAY,EAAE,UAAU,CAAC;CAC1B"}
@@ -0,0 +1,3 @@
1
+ export class CreateSurvey {
2
+ }
3
+ //# sourceMappingURL=CreateSurvey.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSurvey.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/survey/CreateSurvey.ts"],"names":[],"mappings":"AAIA,MAAM,OAAO,YAAY;CAGxB","sourcesContent":["import { BaseEntity } from '../../../../utils';\nimport { SurveyType } from '../../../Enum/SurveyType';\nimport { ISurvey } from '../../models/ISurvey';\n\nexport class CreateSurvey implements Omit<BaseEntity<ISurvey>, 'finishedAt' | 'cancelledAt' | 'idSociety'> {\n data: { name: string, data: (string |number)[] }[];\n idSurveyType: SurveyType;\n}\n"]}
@@ -0,0 +1,6 @@
1
+ import { WhereOptions, WhereValue } from 'sequelize';
2
+ export declare class QuerySurvey {
3
+ where?: WhereOptions | WhereValue;
4
+ attributes?: string[];
5
+ }
6
+ //# sourceMappingURL=QuerySurvey.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuerySurvey.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/survey/QuerySurvey.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAGrD,qBAAa,WAAW;IAEtB,KAAK,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IAGlC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB"}
@@ -0,0 +1,21 @@
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 { ApiPropertyOptional } from '../../../../utils';
11
+ export class QuerySurvey {
12
+ }
13
+ __decorate([
14
+ ApiPropertyOptional()(),
15
+ __metadata("design:type", Object)
16
+ ], QuerySurvey.prototype, "where", void 0);
17
+ __decorate([
18
+ ApiPropertyOptional(),
19
+ __metadata("design:type", Array)
20
+ ], QuerySurvey.prototype, "attributes", void 0);
21
+ //# sourceMappingURL=QuerySurvey.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuerySurvey.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/survey/QuerySurvey.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,WAAW;CAMvB;AAJC;IADC,mBAAmB,EAAE,EAAE;;0CACU;AAGlC;IADC,mBAAmB,EAAE;;+CACA","sourcesContent":["import { WhereOptions, WhereValue } from 'sequelize';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QuerySurvey {\n @ApiPropertyOptional()()\n where?: WhereOptions | WhereValue;\n\n @ApiPropertyOptional()\n attributes?: string[];\n}\n"]}
@@ -0,0 +1,6 @@
1
+ import { SurveyType } from '../../../Enum/SurveyType';
2
+ export declare class QuerySurveys {
3
+ idSurveyType?: SurveyType;
4
+ attributes?: string[];
5
+ }
6
+ //# sourceMappingURL=QuerySurveys.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuerySurveys.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/survey/QuerySurveys.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAEtD,qBAAa,YAAY;IAEvB,YAAY,CAAC,EAAE,UAAU,CAAC;IAG1B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB"}
@@ -0,0 +1,22 @@
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 { ApiPropertyOptional } from '../../../../utils';
11
+ import { SurveyType } from '../../../Enum/SurveyType';
12
+ export class QuerySurveys {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ __metadata("design:type", Number)
17
+ ], QuerySurveys.prototype, "idSurveyType", void 0);
18
+ __decorate([
19
+ ApiPropertyOptional(),
20
+ __metadata("design:type", Array)
21
+ ], QuerySurveys.prototype, "attributes", void 0);
22
+ //# sourceMappingURL=QuerySurveys.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuerySurveys.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/survey/QuerySurveys.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAEtD,MAAM,OAAO,YAAY;CAMxB;AAJC;IADC,mBAAmB,EAAE;;kDACI;AAG1B;IADC,mBAAmB,EAAE;;gDACA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\nimport { SurveyType } from '../../../Enum/SurveyType';\n\nexport class QuerySurveys {\n @ApiPropertyOptional()\n idSurveyType?: SurveyType;\n\n @ApiPropertyOptional()\n attributes?: string[];\n}\n"]}