@silexpert/core 0.4.35 → 0.4.37

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 (120) hide show
  1. package/es/api/resources/BalanceSheetModule.d.ts +10 -0
  2. package/es/api/resources/BalanceSheetModule.d.ts.map +1 -0
  3. package/es/api/resources/BalanceSheetModule.js +16 -0
  4. package/es/api/resources/BalanceSheetModule.js.map +1 -0
  5. package/es/api/resources/Loan.d.ts +2 -2
  6. package/es/api/resources/Loan.d.ts.map +1 -1
  7. package/es/api/resources/Loan.js +4 -4
  8. package/es/api/resources/Loan.js.map +1 -1
  9. package/es/api/resources/User.d.ts +3 -1
  10. package/es/api/resources/User.d.ts.map +1 -1
  11. package/es/api/resources/User.js +6 -0
  12. package/es/api/resources/User.js.map +1 -1
  13. package/es/types/Enum/{TypeConnector.d.ts → ConnectorType.d.ts} +2 -2
  14. package/es/types/Enum/{TypeConnector.d.ts.map → ConnectorType.d.ts.map} +1 -1
  15. package/es/types/Enum/ConnectorType.js +15 -0
  16. package/es/types/Enum/{TypeConnector.js.map → ConnectorType.js.map} +1 -1
  17. package/es/types/Form/FormConnector.d.ts +3 -3
  18. package/es/types/Form/FormConnector.d.ts.map +1 -1
  19. package/es/types/Form/FormConnector.js.map +1 -1
  20. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +8 -0
  21. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -0
  22. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +33 -0
  23. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -0
  24. package/es/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.d.ts +4 -0
  25. package/es/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.d.ts.map +1 -0
  26. package/es/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js +17 -0
  27. package/es/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js.map +1 -0
  28. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +8 -0
  29. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -0
  30. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +33 -0
  31. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -0
  32. package/es/types/Interface/api/loan/UpdateLoan.js +8 -8
  33. package/es/types/Interface/api/loan/UpdateLoan.js.map +1 -1
  34. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts +44 -0
  35. package/es/types/Interface/api/pdf/BillingDocumentData.d.ts.map +1 -0
  36. package/es/types/Interface/api/pdf/BillingDocumentData.js +2 -0
  37. package/es/types/Interface/api/pdf/BillingDocumentData.js.map +1 -0
  38. package/es/types/Interface/api/user/CreateUserToSocietyWithPermission.d.ts +10 -0
  39. package/es/types/Interface/api/user/CreateUserToSocietyWithPermission.d.ts.map +1 -0
  40. package/es/types/Interface/api/user/CreateUserToSocietyWithPermission.js +41 -0
  41. package/es/types/Interface/api/user/CreateUserToSocietyWithPermission.js.map +1 -0
  42. package/es/types/Interface/api/user/Permissions.d.ts +13 -0
  43. package/es/types/Interface/api/user/Permissions.d.ts.map +1 -0
  44. package/es/types/Interface/api/user/Permissions.js +2 -0
  45. package/es/types/Interface/api/user/Permissions.js.map +1 -0
  46. package/es/types/Interface/api/user/UpdateUserToSocietyWithPermission.d.ts +10 -0
  47. package/es/types/Interface/api/user/UpdateUserToSocietyWithPermission.d.ts.map +1 -0
  48. package/es/types/Interface/api/user/UpdateUserToSocietyWithPermission.js +37 -0
  49. package/es/types/Interface/api/user/UpdateUserToSocietyWithPermission.js.map +1 -0
  50. package/es/types/Interface/models/IApiError.d.ts +1 -0
  51. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  52. package/es/types/Interface/models/IApiError.js +1 -0
  53. package/es/types/Interface/models/IApiError.js.map +1 -1
  54. package/es/types/Interface/models/IEstimateInvoice.d.ts +13 -13
  55. package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
  56. package/es/types/Interface/models/IEstimateInvoice.js.map +1 -1
  57. package/es/types/Interface/models/IItemEstimate.d.ts +4 -4
  58. package/es/types/Interface/models/IItemEstimate.d.ts.map +1 -1
  59. package/es/types/Interface/models/IItemEstimate.js.map +1 -1
  60. package/es/types/Interface/models/IPermission.d.ts +2 -0
  61. package/es/types/Interface/models/IPermission.d.ts.map +1 -1
  62. package/es/types/Interface/models/IPermission.js.map +1 -1
  63. package/es/types/Interface/models/IProduct.d.ts +5 -5
  64. package/es/types/Interface/models/IProduct.d.ts.map +1 -1
  65. package/es/types/Interface/models/IProduct.js.map +1 -1
  66. package/es/types/index.d.ts +9 -1
  67. package/es/types/index.d.ts.map +1 -1
  68. package/es/types/index.js +9 -1
  69. package/es/types/index.js.map +1 -1
  70. package/js/api/resources/BalanceSheetModule.js +30 -0
  71. package/js/api/resources/BalanceSheetModule.js.map +1 -0
  72. package/js/api/resources/Loan.js +4 -4
  73. package/js/api/resources/Loan.js.map +1 -1
  74. package/js/api/resources/User.js +8 -0
  75. package/js/api/resources/User.js.map +1 -1
  76. package/js/types/Enum/ConnectorType.js +21 -0
  77. package/js/types/Enum/{TypeConnector.js.map → ConnectorType.js.map} +1 -1
  78. package/js/types/Form/FormConnector.js.map +1 -1
  79. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +35 -0
  80. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -0
  81. package/js/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js +27 -0
  82. package/js/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js.map +1 -0
  83. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +35 -0
  84. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -0
  85. package/js/types/Interface/api/loan/UpdateLoan.js +7 -7
  86. package/js/types/Interface/api/loan/UpdateLoan.js.map +1 -1
  87. package/js/types/Interface/api/pdf/BillingDocumentData.js +6 -0
  88. package/js/types/Interface/api/pdf/BillingDocumentData.js.map +1 -0
  89. package/js/types/Interface/api/user/CreateUserToSocietyWithPermission.js +39 -0
  90. package/js/types/Interface/api/user/CreateUserToSocietyWithPermission.js.map +1 -0
  91. package/js/types/Interface/api/user/Permissions.js +6 -0
  92. package/js/types/Interface/api/user/Permissions.js.map +1 -0
  93. package/js/types/Interface/api/user/UpdateUserToSocietyWithPermission.js +37 -0
  94. package/js/types/Interface/api/user/UpdateUserToSocietyWithPermission.js.map +1 -0
  95. package/js/types/Interface/models/IApiError.js +1 -0
  96. package/js/types/Interface/models/IApiError.js.map +1 -1
  97. package/js/types/index.js +99 -3
  98. package/js/types/index.js.map +1 -1
  99. package/package.json +1 -1
  100. package/ts/api/resources/BalanceSheetModule.ts +21 -0
  101. package/ts/api/resources/Loan.ts +4 -4
  102. package/ts/api/resources/User.ts +7 -1
  103. package/ts/types/Enum/{TypeConnector.ts → ConnectorType.ts} +1 -1
  104. package/ts/types/Form/FormConnector.ts +3 -3
  105. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +18 -0
  106. package/ts/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.ts +6 -0
  107. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +18 -0
  108. package/ts/types/Interface/api/loan/UpdateLoan.ts +8 -8
  109. package/ts/types/Interface/api/pdf/BillingDocumentData.ts +44 -0
  110. package/ts/types/Interface/api/user/CreateUserToSocietyWithPermission.ts +18 -0
  111. package/ts/types/Interface/api/user/Permissions.ts +12 -0
  112. package/ts/types/Interface/api/user/UpdateUserToSocietyWithPermission.ts +17 -0
  113. package/ts/types/Interface/models/IApiError.ts +1 -0
  114. package/ts/types/Interface/models/IEstimateInvoice.ts +13 -13
  115. package/ts/types/Interface/models/IItemEstimate.ts +4 -4
  116. package/ts/types/Interface/models/IPermission.ts +2 -0
  117. package/ts/types/Interface/models/IProduct.ts +5 -5
  118. package/ts/types/index.ts +9 -1
  119. package/es/types/Enum/TypeConnector.js +0 -15
  120. package/js/types/Enum/TypeConnector.js +0 -21
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/api/resources/BalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAIM,MAAO,kBAAP,SAAkC,kBAAlC,CAA0C;AAC9C,EAAA,qBAAqB,CAAC,EAAD,EAAW;AAC9B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,uBAAuB,EAAE,EAAzC,CAAP;AACD;;AAED,EAAA,sBAAsB,GAAA;AACpB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,sBAAhB,CAAP;AACD;;AAED,EAAA,wBAAwB,CAAC,OAAD,EAAsC;AAC5D,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,qBAAjB,EAAwC,OAAxC,CAAP;AACD;;AAED,EAAA,wBAAwB,CAAC,OAAD,EAAsC;AAC5D,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,2CAAhB,EAA6D,OAA7D,CAAP;AACD;;AAf6C;;QAAnC,kB,GAAA,kB","sourcesContent":["import { Resource } from '../Resource';\nimport { CreateBalanceSheetModuleForm, IBalanceSheetModule } from '../../types';\nimport { UpdateBalanceSheetModuleForm } from '../../types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule';\n\nexport class BalanceSheetModule extends Resource {\n getBalanceSheetModule(id: number): Promise<IBalanceSheetModule> {\n return this.axios.$get(`/balancesheetmodule/${id}`);\n }\n\n getBalanceSheetModules(): Promise<IBalanceSheetModule[]> {\n return this.axios.$get('/balancesheetmodules');\n }\n\n createBalanceSheetModule(payload: CreateBalanceSheetModuleForm): Promise<IBalanceSheetModule> {\n return this.axios.$post('/balancesheetmodule', payload);\n }\n\n updateBalanceSheetModule(payload: UpdateBalanceSheetModuleForm): Promise<IBalanceSheetModule> {\n return this.axios.$put('/balancesheetmodule/:idBalanceSheetModule', payload);\n }\n}\n"],"sourceRoot":"","file":"BalanceSheetModule.js"}
@@ -20,12 +20,12 @@ class Loan extends _Resource.Resource {
20
20
  return this.axios.$post('/loan', payload);
21
21
  }
22
22
 
23
- updateLoan(payload) {
24
- return this.axios.$post('/loan/:idLoan', payload);
23
+ updateLoan(idLoan, payload) {
24
+ return this.axios.$put(`/loan/${idLoan}`, payload);
25
25
  }
26
26
 
27
- deleteLoan() {
28
- return this.axios.$delete('/loan/:idLoan');
27
+ deleteLoan(idLoan) {
28
+ return this.axios.$delete(`/loan/${idLoan}`);
29
29
  }
30
30
 
31
31
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/api/resources/Loan.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAGM,MAAO,IAAP,SAAoB,kBAApB,CAA4B;AAChC,EAAA,QAAQ,GAAA;AACN,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAhB,CAAP;AACD;;AAED,EAAA,OAAO,CAAC,MAAD,EAA2B;AAChC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,SAAS,MAAM,CAAC,MAAM,EAAtC,CAAP;AACD;;AAED,EAAA,UAAU,CAAC,OAAD,EAAwB;AAChC,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,OAAjB,EAA0B,OAA1B,CAAP;AACD;;AAED,EAAA,UAAU,CAAC,OAAD,EAAwB;AAChC,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,eAAjB,EAAkC,OAAlC,CAAP;AACD;;AAED,EAAA,UAAU,GAAA;AACR,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,eAAnB,CAAP;AACD;;AAnB+B;;QAArB,I,GAAA,I","sourcesContent":["import { Resource } from '../Resource';\nimport { CreateLoanForm, ILoan, UpdateLoanForm } from '../../types';\n\nexport class Loan extends Resource {\n getLoans(): Promise<ILoan[]> {\n return this.axios.$get('/loans');\n }\n\n getLoan(params: { idLoan: number }): Promise<ILoan> {\n return this.axios.$get(`/loan/${params.idLoan}`);\n }\n\n createLoan(payload: CreateLoanForm): Promise<ILoan> {\n return this.axios.$post('/loan', payload);\n }\n\n updateLoan(payload: UpdateLoanForm): Promise<ILoan> {\n return this.axios.$post('/loan/:idLoan', payload);\n }\n\n deleteLoan(): Promise<true> {\n return this.axios.$delete('/loan/:idLoan');\n }\n}\n"],"sourceRoot":"","file":"Loan.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/Loan.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAGM,MAAO,IAAP,SAAoB,kBAApB,CAA4B;AAChC,EAAA,QAAQ,GAAA;AACN,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAhB,CAAP;AACD;;AAED,EAAA,OAAO,CAAC,MAAD,EAA2B;AAChC,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,SAAS,MAAM,CAAC,MAAM,EAAtC,CAAP;AACD;;AAED,EAAA,UAAU,CAAC,OAAD,EAAwB;AAChC,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,OAAjB,EAA0B,OAA1B,CAAP;AACD;;AAED,EAAA,UAAU,CAAC,MAAD,EAAiB,OAAjB,EAAwC;AAChD,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,SAAS,MAAM,EAA/B,EAAmC,OAAnC,CAAP;AACD;;AAED,EAAA,UAAU,CAAC,MAAD,EAAe;AACvB,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,SAAS,MAAM,EAAlC,CAAP;AACD;;AAnB+B;;QAArB,I,GAAA,I","sourcesContent":["import { Resource } from '../Resource';\nimport { CreateLoanForm, ILoan, UpdateLoanForm } from '../../types';\n\nexport class Loan extends Resource {\n getLoans(): Promise<ILoan[]> {\n return this.axios.$get('/loans');\n }\n\n getLoan(params: { idLoan: number }): Promise<ILoan> {\n return this.axios.$get(`/loan/${params.idLoan}`);\n }\n\n createLoan(payload: CreateLoanForm): Promise<ILoan> {\n return this.axios.$post('/loan', payload);\n }\n\n updateLoan(idLoan: number, payload: UpdateLoanForm): Promise<ILoan> {\n return this.axios.$put(`/loan/${idLoan}`, payload);\n }\n\n deleteLoan(idLoan: number): Promise<true> {\n return this.axios.$delete(`/loan/${idLoan}`);\n }\n}\n"],"sourceRoot":"","file":"Loan.js"}
@@ -20,6 +20,14 @@ class User extends _Resource.Resource {
20
20
  return this.axios.$post('user/create', data);
21
21
  }
22
22
 
23
+ createUserToSocietyWithPermission(data) {
24
+ return this.axios.$post('user/createUserToSocietyWithPermission', data);
25
+ }
26
+
27
+ updateUserToSocietyWithPermission(id, data) {
28
+ return this.axios.$put(`user/updateUserToSocietyWithPermission/${id}`, data);
29
+ }
30
+
23
31
  sendNewCode(id) {
24
32
  return this.axios.$put(`user/${id}/sendNewSmsCode`);
25
33
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/api/resources/User.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAKM,MAAO,IAAP,SAAoB,kBAApB,CAA4B;AAChC,EAAA,OAAO,CAAC,MAAD,EAAqB;AAC1B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,cAAhB,EAAgC,MAAhC,CAAP;AACD;;AACD,EAAA,2BAA2B,CAAC,MAAD,EAAoC;AAC7D,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAQ,MAAM,CAAC,EAAE,8BAAjC,CAAP;AACD;;AACD,EAAA,MAAM,CAAC,IAAD,EAAiB;AACrB,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,aAAjB,EAAgC,IAAhC,CAAP;AACD;;AACD,EAAA,WAAW,CAAC,EAAD,EAAW;AACpB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAQ,EAAE,iBAA1B,CAAP;AACD;;AACD,EAAA,yBAAyB,CAAC,EAAD,EAAa,MAAb,EAA6C;AACpE,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAQ,EAAE,4BAA1B,EAAwD;AAAE,MAAA;AAAF,KAAxD,CAAP;AACD;;AAf+B;;QAArB,I,GAAA,I","sourcesContent":["import { Resource } from '../Resource';\nimport {\n IUser, QueryConfirm, QueryResendConfirmationLink, CreateUser, QueryUserSmsConfirmation,\n} 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 create(data: CreateUser): Promise<IUser> {\n return this.axios.$post('user/create', data);\n }\n sendNewCode(id: number): Promise<IUser> {\n return this.axios.$put(`user/${id}/sendNewSmsCode`);\n }\n verifySmsCodeConfirmation(id: number, params: QueryUserSmsConfirmation): Promise<IUser> {\n return this.axios.$get(`user/${id}/verifySmsCodeConfirmation`, { params });\n }\n}\n"],"sourceRoot":"","file":"User.js"}
1
+ {"version":3,"sources":["../../../ts/api/resources/User.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAKM,MAAO,IAAP,SAAoB,kBAApB,CAA4B;AAChC,EAAA,OAAO,CAAC,MAAD,EAAqB;AAC1B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,cAAhB,EAAgC,MAAhC,CAAP;AACD;;AACD,EAAA,2BAA2B,CAAC,MAAD,EAAoC;AAC7D,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAQ,MAAM,CAAC,EAAE,8BAAjC,CAAP;AACD;;AACD,EAAA,MAAM,CAAC,IAAD,EAAiB;AACrB,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,aAAjB,EAAgC,IAAhC,CAAP;AACD;;AACD,EAAA,iCAAiC,CAAC,IAAD,EAAwC;AACvE,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,wCAAjB,EAA2D,IAA3D,CAAP;AACD;;AACD,EAAA,iCAAiC,CAAC,EAAD,EAAa,IAAb,EAAoD;AACnF,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,0CAA0C,EAAE,EAA5D,EAAgE,IAAhE,CAAP;AACD;;AACD,EAAA,WAAW,CAAC,EAAD,EAAW;AACpB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAQ,EAAE,iBAA1B,CAAP;AACD;;AACD,EAAA,yBAAyB,CAAC,EAAD,EAAa,MAAb,EAA6C;AACpE,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,QAAQ,EAAE,4BAA1B,EAAwD;AAAE,MAAA;AAAF,KAAxD,CAAP;AACD;;AArB+B;;QAArB,I,GAAA,I","sourcesContent":["import { Resource } from '../Resource';\nimport {\n IUser, QueryConfirm, QueryResendConfirmationLink, CreateUser, QueryUserSmsConfirmation, CreateUserToSocietyWithPermission, UpdateUserToSocietyWithPermission,\n} 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 create(data: CreateUser): Promise<IUser> {\n return this.axios.$post('user/create', data);\n }\n createUserToSocietyWithPermission(data: CreateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$post('user/createUserToSocietyWithPermission', data);\n }\n updateUserToSocietyWithPermission(id: number, data: UpdateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$put(`user/updateUserToSocietyWithPermission/${id}`, data);\n }\n sendNewCode(id: number): Promise<IUser> {\n return this.axios.$put(`user/${id}/sendNewSmsCode`);\n }\n verifySmsCodeConfirmation(id: number, params: QueryUserSmsConfirmation): Promise<IUser> {\n return this.axios.$get(`user/${id}/verifySmsCodeConfirmation`, { params });\n }\n}\n"],"sourceRoot":"","file":"User.js"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var ConnectorType = exports.ConnectorType = undefined;
7
+
8
+ (function (ConnectorType) {
9
+ ConnectorType[ConnectorType["SEELSY"] = 1] = "SEELSY";
10
+ ConnectorType[ConnectorType["PRESTASHOP"] = 2] = "PRESTASHOP";
11
+ ConnectorType[ConnectorType["ZOHO"] = 3] = "ZOHO";
12
+ ConnectorType[ConnectorType["DOLIBARR"] = 4] = "DOLIBARR";
13
+ ConnectorType[ConnectorType["STRIPE_CONNECT"] = 5] = "STRIPE_CONNECT";
14
+ ConnectorType[ConnectorType["STRIPE"] = 6] = "STRIPE";
15
+ ConnectorType[ConnectorType["JS"] = 7] = "JS";
16
+ ConnectorType[ConnectorType["AUTOLOGIN"] = 8] = "AUTOLOGIN";
17
+ ConnectorType[ConnectorType["SHOPIFY"] = 9] = "SHOPIFY";
18
+ ConnectorType[ConnectorType["WOOCOMMERCE"] = 10] = "WOOCOMMERCE";
19
+ ConnectorType[ConnectorType["ACTIVATION"] = 11] = "ACTIVATION";
20
+ })(ConnectorType || (exports.ConnectorType = ConnectorType = {}));
21
+ //# sourceMappingURL=ConnectorType.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/TypeConnector.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,aAYX,WAZW,aAYX,YAZD;;AAAA,CAAA,UAAY,aAAZ,EAAyB;AACvB,EAAA,aAAA,CAAA,aAAA,CAAA,QAAA,CAAA,GAAA,CAAA,CAAA,GAAA,QAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,UAAA,CAAA,GAAA,CAAA,CAAA,GAAA,UAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,gBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,gBAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,QAAA,CAAA,GAAA,CAAA,CAAA,GAAA,QAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,GAAA,IAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,WAAA,CAAA,GAAA,CAAA,CAAA,GAAA,WAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,aAAA,CAAA,GAAA,EAAA,CAAA,GAAA,aAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,YAAA,CAAA,GAAA,EAAA,CAAA,GAAA,YAAA;AACD,CAZD,EAAY,aAAa,aAAb,aAAa,GAAb,aAAa,GAAA,EAAA,CAAzB","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}"],"sourceRoot":"","file":"TypeConnector.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/ConnectorType.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,aAYX,WAZW,aAYX,YAZD;;AAAA,CAAA,UAAY,aAAZ,EAAyB;AACvB,EAAA,aAAA,CAAA,aAAA,CAAA,QAAA,CAAA,GAAA,CAAA,CAAA,GAAA,QAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,UAAA,CAAA,GAAA,CAAA,CAAA,GAAA,UAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,gBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,gBAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,QAAA,CAAA,GAAA,CAAA,CAAA,GAAA,QAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,GAAA,IAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,WAAA,CAAA,GAAA,CAAA,CAAA,GAAA,WAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,aAAA,CAAA,GAAA,EAAA,CAAA,GAAA,aAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,YAAA,CAAA,GAAA,EAAA,CAAA,GAAA,YAAA;AACD,CAZD,EAAY,aAAa,aAAb,aAAa,GAAb,aAAa,GAAA,EAAA,CAAzB","sourcesContent":["export enum ConnectorType {\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}"],"sourceRoot":"","file":"ConnectorType.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Form/FormConnector.ts"],"names":[],"mappings":";;;;;;AAEM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a","sourcesContent":["import { TypeConnector } from '../Enum/TypeConnector';\n\nexport class FormConnector {\n // @ApiProperty()\n username?: string;\n\n // @ApiProperty()\n pass?: string;\n\n // @ApiProperty()\n url?: string;\n\n // @ApiProperty()\n token?: string;\n\n // @ApiProperty()\n token2?: string;\n\n // @ApiProperty()\n token3?: string;\n\n // @ApiProperty()\n token4?: string;\n\n // @ApiProperty()\n date?: Date;\n\n // @ApiProperty()\n idTypeConnector: TypeConnector;\n\n // @ApiProperty()\n idSociety: number;\n}\n"],"sourceRoot":"","file":"FormConnector.js"}
1
+ {"version":3,"sources":["../../../ts/types/Form/FormConnector.ts"],"names":[],"mappings":";;;;;;AAEM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a","sourcesContent":["import { ConnectorType } from '../Enum/ConnectorType';\n\nexport class FormConnector {\n // @ApiProperty()\n username?: string;\n\n // @ApiProperty()\n pass?: string;\n\n // @ApiProperty()\n url?: string;\n\n // @ApiProperty()\n token?: string;\n\n // @ApiProperty()\n token2?: string;\n\n // @ApiProperty()\n token3?: string;\n\n // @ApiProperty()\n token4?: string;\n\n // @ApiProperty()\n date?: Date;\n\n // @ApiProperty()\n idTypeConnector: ConnectorType;\n\n // @ApiProperty()\n idSociety?: number;\n}\n"],"sourceRoot":"","file":"FormConnector.js"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateBalanceSheetModuleForm = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class CreateBalanceSheetModuleForm {}
23
+
24
+ exports.CreateBalanceSheetModuleForm = CreateBalanceSheetModuleForm;
25
+
26
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateBalanceSheetModuleForm.prototype, "inventory", void 0);
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateBalanceSheetModuleForm.prototype, "loanToDeclare", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateBalanceSheetModuleForm.prototype, "deadlinerecoveryImmobilization", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateBalanceSheetModuleForm.prototype, "salariesFile", void 0);
33
+
34
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateBalanceSheetModuleForm.prototype, "idExercice", void 0);
35
+ //# sourceMappingURL=CreateBalanceSheetModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAEX,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,eAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,gCAAA,E,KAAwC,CAAxC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,cAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sCAAA,E,YAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare: boolean;\n\n @ApiPropertyOptional()\n deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n salariesFile: boolean;\n\n @ApiProperty()\n idExercice: number;\n}"],"sourceRoot":"","file":"CreateBalanceSheetModule.js"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.GetBalanceSheetModule = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class GetBalanceSheetModule {}
23
+
24
+ exports.GetBalanceSheetModule = GetBalanceSheetModule;
25
+
26
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], GetBalanceSheetModule.prototype, "idExercice", void 0);
27
+ //# sourceMappingURL=GetBalanceSheetModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,qBAAP,CAA4B;;QAArB,qB,GAAA,qB;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,+BAAA,E,YAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class GetBalanceSheetModule {\n @ApiPropertyOptional()\n idExercice: number;\n}"],"sourceRoot":"","file":"GetBalanceSheetModule.js"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UpdateBalanceSheetModuleForm = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class UpdateBalanceSheetModuleForm {}
23
+
24
+ exports.UpdateBalanceSheetModuleForm = UpdateBalanceSheetModuleForm;
25
+
26
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateBalanceSheetModuleForm.prototype, "inventory", void 0);
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateBalanceSheetModuleForm.prototype, "loanToDeclare", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateBalanceSheetModuleForm.prototype, "deadlinerecoveryImmobilization", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateBalanceSheetModuleForm.prototype, "salariesFile", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateBalanceSheetModuleForm.prototype, "idExercice", void 0);
35
+ //# sourceMappingURL=UpdateBalanceSheetModule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAEX,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,eAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,gCAAA,E,KAAwC,CAAxC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,cAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,YAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare: boolean;\n\n @ApiPropertyOptional()\n deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n salariesFile: boolean;\n\n @ApiPropertyOptional()\n idExercice: number;\n}"],"sourceRoot":"","file":"UpdateBalanceSheetModule.js"}
@@ -23,17 +23,17 @@ class UpdateLoanForm {}
23
23
 
24
24
  exports.UpdateLoanForm = UpdateLoanForm;
25
25
 
26
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], UpdateLoanForm.prototype, "name", void 0);
26
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateLoanForm.prototype, "name", void 0);
27
27
 
28
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], UpdateLoanForm.prototype, "lenderDesignation", void 0);
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateLoanForm.prototype, "lenderDesignation", void 0);
29
29
 
30
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], UpdateLoanForm.prototype, "number", void 0);
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateLoanForm.prototype, "number", void 0);
31
31
 
32
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], UpdateLoanForm.prototype, "amount", void 0);
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateLoanForm.prototype, "amount", void 0);
33
33
 
34
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], UpdateLoanForm.prototype, "assetBeforeExercice", void 0);
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateLoanForm.prototype, "assetBeforeExercice", void 0);
35
35
 
36
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], UpdateLoanForm.prototype, "assetAfterExercice", void 0);
36
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateLoanForm.prototype, "assetAfterExercice", void 0);
37
37
 
38
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], UpdateLoanForm.prototype, "idExercice", void 0);
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateLoanForm.prototype, "idExercice", void 0);
39
39
  //# sourceMappingURL=UpdateLoan.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/loan/UpdateLoan.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,cAAP,CAAqB;;QAAd,c,GAAA,c;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,mBAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,qBAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,oBAAA,E,KAA4B,CAA5B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,wBAAA,E,YAAA,E,KAAoB,CAApB,CAAA","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class UpdateLoanForm {\n @ApiProperty()\n name?: string;\n\n @ApiProperty()\n lenderDesignation?: string;\n\n @ApiProperty()\n number?: number;\n\n @ApiProperty()\n amount?: number;\n\n @ApiProperty()\n assetBeforeExercice?: number;\n\n @ApiProperty()\n assetAfterExercice?: number;\n\n @ApiProperty()\n idExercice?: number;\n}"],"sourceRoot":"","file":"UpdateLoan.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/loan/UpdateLoan.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,cAAP,CAAqB;;QAAd,c,GAAA,c;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,wBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,wBAAA,E,mBAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,wBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,wBAAA,E,QAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,wBAAA,E,qBAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,wBAAA,E,oBAAA,E,KAA4B,CAA5B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,wBAAA,E,YAAA,E,KAAoB,CAApB,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateLoanForm {\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n lenderDesignation?: string;\n\n @ApiPropertyOptional()\n number?: number;\n\n @ApiPropertyOptional()\n amount?: number;\n\n @ApiPropertyOptional()\n assetBeforeExercice?: number;\n\n @ApiPropertyOptional()\n assetAfterExercice?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n}"],"sourceRoot":"","file":"UpdateLoan.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=BillingDocumentData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"BillingDocumentData.js"}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateUserToSocietyWithPermission = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class CreateUserToSocietyWithPermission {}
23
+
24
+ exports.CreateUserToSocietyWithPermission = CreateUserToSocietyWithPermission;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateUserToSocietyWithPermission.prototype, "email", void 0);
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateUserToSocietyWithPermission.prototype, "phone", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateUserToSocietyWithPermission.prototype, "password", void 0);
31
+
32
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateUserToSocietyWithPermission.prototype, "firstname", void 0);
33
+
34
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateUserToSocietyWithPermission.prototype, "lastname", void 0);
35
+
36
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], CreateUserToSocietyWithPermission.prototype, "acceptCgv", void 0);
37
+
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateUserToSocietyWithPermission.prototype, "acceptNewsletter", void 0);
39
+ //# sourceMappingURL=CreateUserToSocietyWithPermission.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/user/CreateUserToSocietyWithPermission.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,iCAAP,CAAwC;;QAAjC,iC,GAAA,iC;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,2CAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,yBACD,E,kCAAA,CAAA,E,2CAAA,E,WAAA,E,KAAoB,CAApB,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,2CAAA,E,kBAAA,E,KAA2B,CAA3B,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateUserToSocietyWithPermission {\n @ApiProperty()\n email: string;\n @ApiProperty()\n phone: string;\n @ApiProperty()\n password: string;\n @ApiProperty()\n firstname: string;\n @ApiProperty()\n lastname: string;\n @ApiProperty()\n acceptCgv?: boolean; // not sure if needed (maybe more a front notion)\n @ApiPropertyOptional()\n acceptNewsletter?: boolean;\n}"],"sourceRoot":"","file":"CreateUserToSocietyWithPermission.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=Permissions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"Permissions.js"}
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UpdateUserToSocietyWithPermission = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class UpdateUserToSocietyWithPermission {}
23
+
24
+ exports.UpdateUserToSocietyWithPermission = UpdateUserToSocietyWithPermission;
25
+
26
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateUserToSocietyWithPermission.prototype, "email", void 0);
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateUserToSocietyWithPermission.prototype, "phone", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateUserToSocietyWithPermission.prototype, "password", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateUserToSocietyWithPermission.prototype, "firstname", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateUserToSocietyWithPermission.prototype, "lastname", void 0);
35
+
36
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateUserToSocietyWithPermission.prototype, "permissions", void 0);
37
+ //# sourceMappingURL=UpdateUserToSocietyWithPermission.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/user/UpdateUserToSocietyWithPermission.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAGM,MAAO,iCAAP,CAAwC;;QAAjC,iC,GAAA,iC;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,2CAAA,E,aAAA,E,KAAkC,CAAlC,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\nimport { Permissions } from './Permissions';\n\nexport class UpdateUserToSocietyWithPermission {\n @ApiPropertyOptional()\n email: string;\n @ApiPropertyOptional()\n phone: string;\n @ApiPropertyOptional()\n password: string;\n @ApiPropertyOptional()\n firstname: string;\n @ApiPropertyOptional()\n lastname: string;\n @ApiPropertyOptional()\n permissions: Partial<Permissions>;\n}"],"sourceRoot":"","file":"UpdateUserToSocietyWithPermission.js"}
@@ -55,6 +55,7 @@ var Code = exports.Code = undefined;
55
55
  Code["parseError"] = "parse_error"; // Email error
56
56
 
57
57
  Code["emailAlreadyExist"] = "email_already_exist";
58
+ Code["phoneAlreadyExist"] = "phone_already_exist";
58
59
  Code["societyCustomEmailAlreadyExist"] = "society_custom_email_already_exist";
59
60
  Code["societyCustomEmailNotFound"] = "society_custom_email_not_found";
60
61
  Code["emailNotFound"] = "email_not_found"; // BankAccount
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"],"sourceRoot":"","file":"IApiError.js"}
1
+ {"version":3,"sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n phoneAlreadyExist = 'phone_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"],"sourceRoot":"","file":"IApiError.js"}
package/js/types/index.js CHANGED
@@ -3532,14 +3532,14 @@ Object.keys(_BankAccountType).forEach(function (key) {
3532
3532
  });
3533
3533
  });
3534
3534
 
3535
- var _TypeConnector = require("./Enum/TypeConnector");
3535
+ var _ConnectorType = require("./Enum/ConnectorType");
3536
3536
 
3537
- Object.keys(_TypeConnector).forEach(function (key) {
3537
+ Object.keys(_ConnectorType).forEach(function (key) {
3538
3538
  if (key === "default" || key === "__esModule") return;
3539
3539
  Object.defineProperty(exports, key, {
3540
3540
  enumerable: true,
3541
3541
  get: function () {
3542
- return _TypeConnector[key];
3542
+ return _ConnectorType[key];
3543
3543
  }
3544
3544
  });
3545
3545
  });
@@ -4120,6 +4120,18 @@ Object.keys(_QueryConfirm).forEach(function (key) {
4120
4120
  });
4121
4121
  });
4122
4122
 
4123
+ var _QuerySocieties = require("./Interface/api/user/QuerySocieties");
4124
+
4125
+ Object.keys(_QuerySocieties).forEach(function (key) {
4126
+ if (key === "default" || key === "__esModule") return;
4127
+ Object.defineProperty(exports, key, {
4128
+ enumerable: true,
4129
+ get: function () {
4130
+ return _QuerySocieties[key];
4131
+ }
4132
+ });
4133
+ });
4134
+
4123
4135
  var _QueryResendConfirmationLink = require("./Interface/api/user/QueryResendConfirmationLink");
4124
4136
 
4125
4137
  Object.keys(_QueryResendConfirmationLink).forEach(function (key) {
@@ -4156,6 +4168,42 @@ Object.keys(_QueryUserSmsConfirmation).forEach(function (key) {
4156
4168
  });
4157
4169
  });
4158
4170
 
4171
+ var _CreateUserToSocietyWithPermission = require("./Interface/api/user/CreateUserToSocietyWithPermission");
4172
+
4173
+ Object.keys(_CreateUserToSocietyWithPermission).forEach(function (key) {
4174
+ if (key === "default" || key === "__esModule") return;
4175
+ Object.defineProperty(exports, key, {
4176
+ enumerable: true,
4177
+ get: function () {
4178
+ return _CreateUserToSocietyWithPermission[key];
4179
+ }
4180
+ });
4181
+ });
4182
+
4183
+ var _UpdateUserToSocietyWithPermission = require("./Interface/api/user/UpdateUserToSocietyWithPermission");
4184
+
4185
+ Object.keys(_UpdateUserToSocietyWithPermission).forEach(function (key) {
4186
+ if (key === "default" || key === "__esModule") return;
4187
+ Object.defineProperty(exports, key, {
4188
+ enumerable: true,
4189
+ get: function () {
4190
+ return _UpdateUserToSocietyWithPermission[key];
4191
+ }
4192
+ });
4193
+ });
4194
+
4195
+ var _Permissions = require("./Interface/api/user/Permissions");
4196
+
4197
+ Object.keys(_Permissions).forEach(function (key) {
4198
+ if (key === "default" || key === "__esModule") return;
4199
+ Object.defineProperty(exports, key, {
4200
+ enumerable: true,
4201
+ get: function () {
4202
+ return _Permissions[key];
4203
+ }
4204
+ });
4205
+ });
4206
+
4159
4207
  var _ReadAccounts = require("./Interface/api/account/ReadAccounts");
4160
4208
 
4161
4209
  Object.keys(_ReadAccounts).forEach(function (key) {
@@ -4348,6 +4396,18 @@ Object.keys(_ResultTurnOverProfitAndLoss).forEach(function (key) {
4348
4396
  });
4349
4397
  });
4350
4398
 
4399
+ var _BillingDocumentData = require("./Interface/api/pdf/BillingDocumentData");
4400
+
4401
+ Object.keys(_BillingDocumentData).forEach(function (key) {
4402
+ if (key === "default" || key === "__esModule") return;
4403
+ Object.defineProperty(exports, key, {
4404
+ enumerable: true,
4405
+ get: function () {
4406
+ return _BillingDocumentData[key];
4407
+ }
4408
+ });
4409
+ });
4410
+
4351
4411
  var _ReadSurvey = require("./Interface/api/survey/ReadSurvey");
4352
4412
 
4353
4413
  Object.keys(_ReadSurvey).forEach(function (key) {
@@ -4863,4 +4923,40 @@ Object.keys(_QueryZTicket).forEach(function (key) {
4863
4923
  }
4864
4924
  });
4865
4925
  });
4926
+
4927
+ var _CreateBalanceSheetModule = require("./Interface/api/balanceSheetModule/CreateBalanceSheetModule");
4928
+
4929
+ Object.keys(_CreateBalanceSheetModule).forEach(function (key) {
4930
+ if (key === "default" || key === "__esModule") return;
4931
+ Object.defineProperty(exports, key, {
4932
+ enumerable: true,
4933
+ get: function () {
4934
+ return _CreateBalanceSheetModule[key];
4935
+ }
4936
+ });
4937
+ });
4938
+
4939
+ var _UpdateBalanceSheetModule = require("./Interface/api/balanceSheetModule/UpdateBalanceSheetModule");
4940
+
4941
+ Object.keys(_UpdateBalanceSheetModule).forEach(function (key) {
4942
+ if (key === "default" || key === "__esModule") return;
4943
+ Object.defineProperty(exports, key, {
4944
+ enumerable: true,
4945
+ get: function () {
4946
+ return _UpdateBalanceSheetModule[key];
4947
+ }
4948
+ });
4949
+ });
4950
+
4951
+ var _GetBalanceSheetModule = require("./Interface/api/balanceSheetModule/GetBalanceSheetModule");
4952
+
4953
+ Object.keys(_GetBalanceSheetModule).forEach(function (key) {
4954
+ if (key === "default" || key === "__esModule") return;
4955
+ Object.defineProperty(exports, key, {
4956
+ enumerable: true,
4957
+ get: function () {
4958
+ return _GetBalanceSheetModule[key];
4959
+ }
4960
+ });
4961
+ });
4866
4962
  //# sourceMappingURL=index.js.map