@silexpert/core 0.4.118 → 0.4.119

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 (116) hide show
  1. package/es/api/resources/AccountingIncome.d.ts +6 -0
  2. package/es/api/resources/AccountingIncome.d.ts.map +1 -0
  3. package/es/api/resources/AccountingIncome.js +7 -0
  4. package/es/api/resources/AccountingIncome.js.map +1 -0
  5. package/es/api/resources/BankStatement.d.ts +7 -0
  6. package/es/api/resources/BankStatement.d.ts.map +1 -0
  7. package/es/api/resources/BankStatement.js +15 -0
  8. package/es/api/resources/BankStatement.js.map +1 -0
  9. package/es/api/resources.d.ts +4 -0
  10. package/es/api/resources.d.ts.map +1 -1
  11. package/es/api/resources.js +4 -0
  12. package/es/api/resources.js.map +1 -1
  13. package/es/types/Enum/BalanceSheetQuestion.d.ts +122 -2
  14. package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  15. package/es/types/Enum/BalanceSheetQuestion.js +122 -0
  16. package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
  17. package/es/types/Enum/BrandClementine.d.ts +5 -0
  18. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  19. package/es/types/Enum/BrandClementine.js +5 -0
  20. package/es/types/Enum/BrandClementine.js.map +1 -1
  21. package/es/types/Enum/BrandComptalib.d.ts +2 -0
  22. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  23. package/es/types/Enum/BrandComptalib.js +2 -0
  24. package/es/types/Enum/BrandComptalib.js.map +1 -1
  25. package/es/types/Enum/BrandLegalstart.d.ts +1 -0
  26. package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
  27. package/es/types/Enum/BrandLegalstart.js +1 -0
  28. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  29. package/es/types/Enum/Ged.d.ts +2 -0
  30. package/es/types/Enum/Ged.d.ts.map +1 -1
  31. package/es/types/Enum/Ged.js +2 -1
  32. package/es/types/Enum/Ged.js.map +1 -1
  33. package/es/types/Enum/{MealExpenseTresholds.d.ts → MealExpenseThresholds.d.ts} +1 -1
  34. package/es/types/Enum/MealExpenseThresholds.d.ts.map +1 -0
  35. package/es/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
  36. package/es/types/Enum/MealExpenseThresholds.js.map +1 -0
  37. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts +4 -0
  38. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts.map +1 -0
  39. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js +2 -0
  40. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +1 -0
  41. package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts +6 -0
  42. package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts.map +1 -0
  43. package/es/types/Interface/api/bankStatement/QueryBankStatement.js +25 -0
  44. package/es/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
  45. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts +9 -0
  46. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -0
  47. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +27 -0
  48. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
  49. package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts +6 -0
  50. package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts.map +1 -0
  51. package/es/types/Interface/api/bankStatement/ReadBankStatement.js +3 -0
  52. package/es/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
  53. package/es/types/Interface/api/ocr/OcrTransactions.d.ts +12 -0
  54. package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -0
  55. package/es/types/Interface/api/ocr/OcrTransactions.js +33 -0
  56. package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
  57. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +7 -0
  58. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -0
  59. package/es/types/Interface/api/ocr/OcrTypeTransactions.js +2 -0
  60. package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -0
  61. package/es/types/index.d.ts +7 -1
  62. package/es/types/index.d.ts.map +1 -1
  63. package/es/types/index.js +7 -1
  64. package/es/types/index.js.map +1 -1
  65. package/js/api/resources/AccountingIncome.js +18 -0
  66. package/js/api/resources/AccountingIncome.js.map +1 -0
  67. package/js/api/resources/BankStatement.js +30 -0
  68. package/js/api/resources/BankStatement.js.map +1 -0
  69. package/js/api/resources.js +7 -1
  70. package/js/api/resources.js.map +1 -1
  71. package/js/types/Enum/BalanceSheetQuestion.js +122 -0
  72. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  73. package/js/types/Enum/BrandClementine.js +7 -2
  74. package/js/types/Enum/BrandClementine.js.map +1 -1
  75. package/js/types/Enum/BrandComptalib.js +2 -0
  76. package/js/types/Enum/BrandComptalib.js.map +1 -1
  77. package/js/types/Enum/BrandLegalstart.js +1 -0
  78. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  79. package/js/types/Enum/Ged.js +4 -3
  80. package/js/types/Enum/Ged.js.map +1 -1
  81. package/js/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
  82. package/js/types/Enum/MealExpenseThresholds.js.map +1 -0
  83. package/js/types/Interface/api/accountingIncome/ReadAccountingIncome.js +6 -0
  84. package/js/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +1 -0
  85. package/js/types/Interface/api/bankStatement/QueryBankStatement.js +31 -0
  86. package/js/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
  87. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +33 -0
  88. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
  89. package/js/types/Interface/api/bankStatement/ReadBankStatement.js +10 -0
  90. package/js/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
  91. package/js/types/Interface/api/ocr/OcrTransactions.js +37 -0
  92. package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
  93. package/js/types/Interface/api/ocr/OcrTypeTransactions.js +6 -0
  94. package/js/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -0
  95. package/js/types/index.js +75 -3
  96. package/js/types/index.js.map +1 -1
  97. package/package.json +1 -1
  98. package/ts/api/resources/AccountingIncome.ts +8 -0
  99. package/ts/api/resources/BankStatement.ts +20 -0
  100. package/ts/api/resources.ts +4 -0
  101. package/ts/types/Enum/BalanceSheetQuestion.ts +192 -0
  102. package/ts/types/Enum/BrandClementine.ts +5 -0
  103. package/ts/types/Enum/BrandComptalib.ts +2 -0
  104. package/ts/types/Enum/BrandLegalstart.ts +1 -0
  105. package/ts/types/Enum/Ged.ts +2 -1
  106. package/ts/types/Interface/api/accountingIncome/ReadAccountingIncome.ts +3 -0
  107. package/ts/types/Interface/api/bankStatement/QueryBankStatement.ts +15 -0
  108. package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +15 -0
  109. package/ts/types/Interface/api/bankStatement/ReadBankStatement.ts +6 -0
  110. package/ts/types/Interface/api/ocr/OcrTransactions.ts +24 -0
  111. package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +6 -0
  112. package/ts/types/index.ts +7 -1
  113. package/es/types/Enum/MealExpenseTresholds.d.ts.map +0 -1
  114. package/es/types/Enum/MealExpenseTresholds.js.map +0 -1
  115. package/js/types/Enum/MealExpenseTresholds.js.map +0 -1
  116. /package/ts/types/Enum/{MealExpenseTresholds.ts → MealExpenseThresholds.ts} +0 -0
@@ -50,6 +50,7 @@ const BrandClementine = exports.BrandClementine = [{
50
50
  logoUrl: 'logo-dark.svg',
51
51
  miniLogoUrl: 'logo.svg',
52
52
  hiddenPages: [],
53
+ urlApp: 'https://app.compta-clementine.fr',
53
54
  urlExpert: 'https://expert.compta-clementine.fr',
54
55
  urlClient: 'https://www.compta-clementine.fr'
55
56
  }, {
@@ -84,6 +85,7 @@ const BrandClementine = exports.BrandClementine = [{
84
85
  miniLogoUrl: 'logo-legalstart.svg',
85
86
  hiddenPages: [],
86
87
  recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
88
+ urlApp: 'https://gestion.legalstart.fr',
87
89
  urlExpert: 'https://pro.comptalib.com',
88
90
  urlClient: 'https://www.pourcentage.fr'
89
91
  }, {
@@ -91,7 +93,8 @@ const BrandClementine = exports.BrandClementine = [{
91
93
  name: 'BRED',
92
94
  colors: {
93
95
  primary: '#24315e'
94
- }
96
+ },
97
+ urlApp: 'https://app.compta-clementine.fr'
95
98
  }, {
96
99
  idTypeBrand: 4,
97
100
  name: 'Pourcentage',
@@ -140,10 +143,12 @@ const BrandClementine = exports.BrandClementine = [{
140
143
  miniLogoUrl: 'logo-pourcentage-mini.svg',
141
144
  hiddenPages: [],
142
145
  recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
146
+ urlApp: 'https://app.comptalib.com/',
143
147
  urlExpert: 'https://pro.comptalib.com',
144
148
  urlClient: 'https://www.pourcentage.fr'
145
149
  }, {
146
150
  idTypeBrand: 5,
147
- name: 'Kandbaz'
151
+ name: 'Kandbaz',
152
+ urlApp: 'https://app.compta-clementine.fr'
148
153
  }];
149
154
  //# sourceMappingURL=BrandClementine.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":"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","sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n colors: {\n primary: '#ff7e3c',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 30 44',\n juridique: '03 83 93 16 22',\n },\n listMails: {\n administratif: 'administratif@compta-clementine.fr',\n app: 'app@compta-clementine.fr',\n bonjour: 'bonjour@compta-clementine.fr',\n contact: 'contact@compta-clementine.fr',\n facturation: 'facturation@compta-clementine.fr',\n feedback: 'feedback@compta-clementine.fr',\n juridique: 'juridique@compta-clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@compta-clementine.fr',\n noreply: 'noreply@compta-clementine.fr',\n qualite: 'qualite@compta-clementine.fr',\n paiement: 'paiement@compta-clementine.fr',\n social: 'social@compta-clementine.fr',\n support: 'support@compta-clementine.fr',\n tva: 'tva@compta-clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197], // TODO:\n logoUrl: 'logo-dark.svg',\n miniLogoUrl: 'logo.svg',\n hiddenPages: [],\n urlExpert: 'https://expert.compta-clementine.fr',\n urlClient: 'https://www.compta-clementine.fr',\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n companyInformation: {\n ape: '5829C',\n bp: '',\n city: 'Paris',\n montantCapital: '11 051,85',\n nomRaisonSociale: 'Yolaw',\n ECOrderCity: 'Nancy',\n phone: '01 76 39 00 60',\n postalAddress: '50, rue d\\'Hauteville',\n rcs: '753 892 926',\n statut: 'SAS',\n zipCode: '75 010',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n {\n idTypeBrand: 3,\n name: 'BRED',\n colors: {\n primary: '#24315e',\n },\n },\n {\n idTypeBrand: 4,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'administratif@pourcentage.fr',\n app: 'app@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'feedback@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'informatique@pourcentage.fr',\n msd: 'msd@pourcentage.fr',\n noreply: 'noreply@pourcentage.fr',\n qualite: 'qualite@pourcentage.fr',\n paiement: 'paiement@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'support@pourcentage.fr',\n tva: 'tva@pourcentage.fr',\n wb: 'wb@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG', // TODO:\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n },\n];"],"sourceRoot":"","file":"BrandClementine.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/BrandClementine.ts"],"names":[],"mappings":"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","sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n colors: {\n primary: '#ff7e3c',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 30 44',\n juridique: '03 83 93 16 22',\n },\n listMails: {\n administratif: 'administratif@compta-clementine.fr',\n app: 'app@compta-clementine.fr',\n bonjour: 'bonjour@compta-clementine.fr',\n contact: 'contact@compta-clementine.fr',\n facturation: 'facturation@compta-clementine.fr',\n feedback: 'feedback@compta-clementine.fr',\n juridique: 'juridique@compta-clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@compta-clementine.fr',\n noreply: 'noreply@compta-clementine.fr',\n qualite: 'qualite@compta-clementine.fr',\n paiement: 'paiement@compta-clementine.fr',\n social: 'social@compta-clementine.fr',\n support: 'support@compta-clementine.fr',\n tva: 'tva@compta-clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197], // TODO:\n logoUrl: 'logo-dark.svg',\n miniLogoUrl: 'logo.svg',\n hiddenPages: [],\n urlApp: 'https://app.compta-clementine.fr',\n urlExpert: 'https://expert.compta-clementine.fr',\n urlClient: 'https://www.compta-clementine.fr',\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n companyInformation: {\n ape: '5829C',\n bp: '',\n city: 'Paris',\n montantCapital: '11 051,85',\n nomRaisonSociale: 'Yolaw',\n ECOrderCity: 'Nancy',\n phone: '01 76 39 00 60',\n postalAddress: '50, rue d\\'Hauteville',\n rcs: '753 892 926',\n statut: 'SAS',\n zipCode: '75 010',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://gestion.legalstart.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n {\n idTypeBrand: 3,\n name: 'BRED',\n colors: {\n primary: '#24315e',\n },\n urlApp: 'https://app.compta-clementine.fr',\n },\n {\n idTypeBrand: 4,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'administratif@pourcentage.fr',\n app: 'app@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'feedback@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'informatique@pourcentage.fr',\n msd: 'msd@pourcentage.fr',\n noreply: 'noreply@pourcentage.fr',\n qualite: 'qualite@pourcentage.fr',\n paiement: 'paiement@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'support@pourcentage.fr',\n tva: 'tva@pourcentage.fr',\n wb: 'wb@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG', // TODO:\n urlApp: 'https://app.comptalib.com/',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n urlApp: 'https://app.compta-clementine.fr',\n },\n];"],"sourceRoot":"","file":"BrandClementine.js"}
@@ -50,6 +50,7 @@ const BrandComptalib = exports.BrandComptalib = [{
50
50
  miniLogoUrl: 'logo-comptalib.svg',
51
51
  hiddenPages: [],
52
52
  recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
53
+ urlApp: 'https://app.comptalib.com/',
53
54
  urlExpert: 'https://pro.comptalib.com',
54
55
  urlClient: ''
55
56
  }, {
@@ -100,6 +101,7 @@ const BrandComptalib = exports.BrandComptalib = [{
100
101
  miniLogoUrl: 'logo-pourcentage-mini.svg',
101
102
  hiddenPages: [],
102
103
  recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
104
+ urlApp: 'https://app.comptalib.com/',
103
105
  urlExpert: 'https://pro.comptalib.com',
104
106
  urlClient: 'https://www.pourcentage.fr'
105
107
  }];
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":"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","sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n },\n {\n idTypeBrand: 2,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n social: 'contact@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n];"],"sourceRoot":"","file":"BrandComptalib.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/BrandComptalib.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,cAAc,WAAd,cAAc,GAAG,CAC5B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,WAFR;AAGE,EAAA,MAAM,EAAE;AACN,IAAA,OAAO,EAAE;AADH,GAHV;AAME,EAAA,UAAU,EAAE;AACV,IAAA,OAAO,EAAE,gBADC;AAEV,IAAA,OAAO,EAAE,gBAFC;AAGV,IAAA,SAAS,EAAE;AAHD,GANd;AAWE,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,uBADN;AAET,IAAA,GAAG,EAAE,uBAFI;AAGT,IAAA,OAAO,EAAE,uBAHA;AAIT,IAAA,OAAO,EAAE,uBAJA;AAKT,IAAA,WAAW,EAAE,uBALJ;AAMT,IAAA,QAAQ,EAAE,uBAND;AAOT,IAAA,SAAS,EAAE,uBAPF;AAQT,IAAA,YAAY,EAAE,uBARL;AAST,IAAA,GAAG,EAAE,uBATI;AAUT,IAAA,OAAO,EAAE,uBAVA;AAWT,IAAA,OAAO,EAAE,uBAXA;AAYT,IAAA,QAAQ,EAAE,uBAZD;AAaT,IAAA,MAAM,EAAE,uBAbC;AAcT,IAAA,OAAO,EAAE,uBAdA;AAeT,IAAA,GAAG,EAAE,uBAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK,GAXb;AA6BE,EAAA,kBAAkB,EAAE;AAClB,IAAA,GAAG,EAAE,OADa;AAElB,IAAA,EAAE,EAAE,EAFc;AAGlB,IAAA,IAAI,EAAE,OAHY;AAIlB,IAAA,cAAc,EAAE,QAJE;AAKlB,IAAA,gBAAgB,EAAE,WALA;AAMlB,IAAA,WAAW,EAAE,OANK;AAOlB,IAAA,KAAK,EAAE,gBAPW;AAQlB,IAAA,aAAa,EAAE,uBARG;AASlB,IAAA,GAAG,EAAE,aATa;AAUlB,IAAA,MAAM,EAAE,KAVU;AAWlB,IAAA,OAAO,EAAE;AAXS,GA7BtB;AA0CE,EAAA,2BAA2B,EAAE,CAAC,GAAD,CA1C/B;AA2CE,EAAA,OAAO,EAAE,oBA3CX;AA4CE,EAAA,WAAW,EAAE,oBA5Cf;AA6CE,EAAA,WAAW,EAAE,EA7Cf;AA8CE,EAAA,kBAAkB,EAAE,0CA9CtB;AA+CE,EAAA,MAAM,EAAE,4BA/CV;AAgDE,EAAA,SAAS,EAAE,2BAhDb;AAiDE,EAAA,SAAS,EAAE;AAjDb,CAD4B,EAoD5B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,aAFR;AAGE,EAAA,MAAM,EAAE;AACN,IAAA,OAAO,EAAE;AADH,GAHV;AAME,EAAA,UAAU,EAAE;AACV,IAAA,OAAO,EAAE,gBADC;AAEV,IAAA,OAAO,EAAE,gBAFC;AAGV,IAAA,SAAS,EAAE;AAHD,GANd;AAWE,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,wBADN;AAET,IAAA,GAAG,EAAE,wBAFI;AAGT,IAAA,OAAO,EAAE,wBAHA;AAIT,IAAA,OAAO,EAAE,wBAJA;AAKT,IAAA,WAAW,EAAE,4BALJ;AAMT,IAAA,QAAQ,EAAE,wBAND;AAOT,IAAA,SAAS,EAAE,wBAPF;AAQT,IAAA,YAAY,EAAE,wBARL;AAST,IAAA,GAAG,EAAE,wBATI;AAUT,IAAA,OAAO,EAAE,wBAVA;AAWT,IAAA,OAAO,EAAE,wBAXA;AAYT,IAAA,QAAQ,EAAE,wBAZD;AAaT,IAAA,MAAM,EAAE,wBAbC;AAcT,IAAA,OAAO,EAAE,wBAdA;AAeT,IAAA,GAAG,EAAE,wBAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK,GAXb;AA6BE,EAAA,kBAAkB,EAAE;AAClB,IAAA,GAAG,EAAE,OADa;AAElB,IAAA,EAAE,EAAE,EAFc;AAGlB,IAAA,IAAI,EAAE,OAHY;AAIlB,IAAA,cAAc,EAAE,QAJE;AAKlB,IAAA,gBAAgB,EAAE,aALA;AAMlB,IAAA,MAAM,EAAE,sBANU;AAOlB,IAAA,WAAW,EAAE,OAPK;AAQlB,IAAA,KAAK,EAAE,gBARW;AASlB,IAAA,aAAa,EAAE,uBATG;AAUlB,IAAA,GAAG,EAAE,aAVa;AAWlB,IAAA,MAAM,EAAE,KAXU;AAYlB,IAAA,OAAO,EAAE;AAZS,GA7BtB;AA2CE,EAAA,2BAA2B,EAAE,CAAC,GAAD,CA3C/B;AA4CE,EAAA,OAAO,EAAE,sBA5CX;AA6CE,EAAA,WAAW,EAAE,2BA7Cf;AA8CE,EAAA,WAAW,EAAE,EA9Cf;AA+CE,EAAA,kBAAkB,EAAE,0CA/CtB;AAgDE,EAAA,MAAM,EAAE,4BAhDV;AAiDE,EAAA,SAAS,EAAE,2BAjDb;AAkDE,EAAA,SAAS,EAAE;AAlDb,CApD4B,CAAvB","sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com/',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n },\n {\n idTypeBrand: 2,\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n social: 'contact@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com/',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n];"],"sourceRoot":"","file":"BrandComptalib.js"}
@@ -50,6 +50,7 @@ const BrandLegalstart = exports.BrandLegalstart = [{
50
50
  miniLogoUrl: 'logo-legalstart.svg',
51
51
  hiddenPages: [],
52
52
  recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
53
+ urlApp: 'https://gestion.legalstart.fr',
53
54
  urlExpert: 'https://pro.comptalib.com',
54
55
  urlClient: 'https://www.pourcentage.fr'
55
56
  }];
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,eAAe,WAAf,eAAe,GAAG,CAC7B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,YAFR;AAGE,EAAA,MAAM,EAAE;AACN,IAAA,OAAO,EAAE;AADH,GAHV;AAME,EAAA,UAAU,EAAE;AACV,IAAA,OAAO,EAAE,gBADC;AAEV,IAAA,OAAO,EAAE,gBAFC;AAGV,IAAA,SAAS,EAAE;AAHD,GANd;AAWE,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,2BADN;AAET,IAAA,GAAG,EAAE,2BAFI;AAGT,IAAA,OAAO,EAAE,2BAHA;AAIT,IAAA,OAAO,EAAE,2BAJA;AAKT,IAAA,WAAW,EAAE,2BALJ;AAMT,IAAA,QAAQ,EAAE,2BAND;AAOT,IAAA,SAAS,EAAE,2BAPF;AAQT,IAAA,YAAY,EAAE,2BARL;AAST,IAAA,GAAG,EAAE,2BATI;AAUT,IAAA,OAAO,EAAE,2BAVA;AAWT,IAAA,OAAO,EAAE,2BAXA;AAYT,IAAA,QAAQ,EAAE,2BAZD;AAaT,IAAA,MAAM,EAAE,2BAbC;AAcT,IAAA,OAAO,EAAE,2BAdA;AAeT,IAAA,GAAG,EAAE,2BAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK,GAXb;AA6BE,EAAA,kBAAkB,EAAE;AAClB,IAAA,GAAG,EAAE,OADa;AAElB,IAAA,EAAE,EAAE,EAFc;AAGlB,IAAA,IAAI,EAAE,OAHY;AAIlB,IAAA,cAAc,EAAE,WAJE;AAKlB,IAAA,gBAAgB,EAAE,OALA;AAMlB,IAAA,WAAW,EAAE,OANK;AAOlB,IAAA,KAAK,EAAE,gBAPW;AAQlB,IAAA,aAAa,EAAE,uBARG;AASlB,IAAA,GAAG,EAAE,aATa;AAUlB,IAAA,MAAM,EAAE,KAVU;AAWlB,IAAA,OAAO,EAAE;AAXS,GA7BtB;AA0CE,EAAA,uBAAuB,EAAE,CAAC,GAAD,CA1C3B;AA2CE,EAAA,OAAO,EAAE,qBA3CX;AA4CE,EAAA,WAAW,EAAE,qBA5Cf;AA6CE,EAAA,WAAW,EAAE,EA7Cf;AA8CE,EAAA,kBAAkB,EAAE,0CA9CtB;AA+CE,EAAA,SAAS,EAAE,2BA/Cb;AAgDE,EAAA,SAAS,EAAE;AAhDb,CAD6B,CAAxB","sourcesContent":["export const BrandLegalstart = [\n {\n idTypeBrand: 1,\n name: 'LegalStart',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n administratif: 'comptastart@legalstart.fr',\n app: 'comptastart@legalstart.fr',\n bonjour: 'comptastart@legalstart.fr',\n contact: 'comptastart@legalstart.fr',\n facturation: 'comptastart@legalstart.fr',\n feedback: 'comptastart@legalstart.fr',\n juridique: 'comptastart@legalstart.fr',\n informatique: 'comptastart@legalstart.fr',\n msd: 'comptastart@legalstart.fr',\n noreply: 'comptastart@legalstart.fr',\n qualite: 'comptastart@legalstart.fr',\n paiement: 'comptastart@legalstart.fr',\n social: 'comptastart@legalstart.fr',\n support: 'comptastart@legalstart.fr',\n tva: 'comptastart@legalstart.fr',\n wb: 'comptastart@legalstart.fr',\n },\n companyInformation: {\n ape: '5829C',\n bp: '',\n city: 'Paris',\n montantCapital: '11 051,85',\n nomRaisonSociale: 'Yolaw',\n ECOrderCity: 'Nancy',\n phone: '01 76 39 00 60',\n postalAddress: '50, rue d\\'Hauteville',\n rcs: '753 892 926',\n statut: 'SAS',\n zipCode: '75 010',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n];"],"sourceRoot":"","file":"BrandLegalstart.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/BrandLegalstart.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,eAAe,WAAf,eAAe,GAAG,CAC7B;AACE,EAAA,WAAW,EAAE,CADf;AAEE,EAAA,IAAI,EAAE,YAFR;AAGE,EAAA,MAAM,EAAE;AACN,IAAA,OAAO,EAAE;AADH,GAHV;AAME,EAAA,UAAU,EAAE;AACV,IAAA,OAAO,EAAE,gBADC;AAEV,IAAA,OAAO,EAAE,gBAFC;AAGV,IAAA,SAAS,EAAE;AAHD,GANd;AAWE,EAAA,SAAS,EAAE;AACT,IAAA,aAAa,EAAE,2BADN;AAET,IAAA,GAAG,EAAE,2BAFI;AAGT,IAAA,OAAO,EAAE,2BAHA;AAIT,IAAA,OAAO,EAAE,2BAJA;AAKT,IAAA,WAAW,EAAE,2BALJ;AAMT,IAAA,QAAQ,EAAE,2BAND;AAOT,IAAA,SAAS,EAAE,2BAPF;AAQT,IAAA,YAAY,EAAE,2BARL;AAST,IAAA,GAAG,EAAE,2BATI;AAUT,IAAA,OAAO,EAAE,2BAVA;AAWT,IAAA,OAAO,EAAE,2BAXA;AAYT,IAAA,QAAQ,EAAE,2BAZD;AAaT,IAAA,MAAM,EAAE,2BAbC;AAcT,IAAA,OAAO,EAAE,2BAdA;AAeT,IAAA,GAAG,EAAE,2BAfI;AAgBT,IAAA,EAAE,EAAE;AAhBK,GAXb;AA6BE,EAAA,kBAAkB,EAAE;AAClB,IAAA,GAAG,EAAE,OADa;AAElB,IAAA,EAAE,EAAE,EAFc;AAGlB,IAAA,IAAI,EAAE,OAHY;AAIlB,IAAA,cAAc,EAAE,WAJE;AAKlB,IAAA,gBAAgB,EAAE,OALA;AAMlB,IAAA,WAAW,EAAE,OANK;AAOlB,IAAA,KAAK,EAAE,gBAPW;AAQlB,IAAA,aAAa,EAAE,uBARG;AASlB,IAAA,GAAG,EAAE,aATa;AAUlB,IAAA,MAAM,EAAE,KAVU;AAWlB,IAAA,OAAO,EAAE;AAXS,GA7BtB;AA0CE,EAAA,uBAAuB,EAAE,CAAC,GAAD,CA1C3B;AA2CE,EAAA,OAAO,EAAE,qBA3CX;AA4CE,EAAA,WAAW,EAAE,qBA5Cf;AA6CE,EAAA,WAAW,EAAE,EA7Cf;AA8CE,EAAA,kBAAkB,EAAE,0CA9CtB;AA+CE,EAAA,MAAM,EAAE,+BA/CV;AAgDE,EAAA,SAAS,EAAE,2BAhDb;AAiDE,EAAA,SAAS,EAAE;AAjDb,CAD6B,CAAxB","sourcesContent":["export const BrandLegalstart = [\n {\n idTypeBrand: 1,\n name: 'LegalStart',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n administratif: 'comptastart@legalstart.fr',\n app: 'comptastart@legalstart.fr',\n bonjour: 'comptastart@legalstart.fr',\n contact: 'comptastart@legalstart.fr',\n facturation: 'comptastart@legalstart.fr',\n feedback: 'comptastart@legalstart.fr',\n juridique: 'comptastart@legalstart.fr',\n informatique: 'comptastart@legalstart.fr',\n msd: 'comptastart@legalstart.fr',\n noreply: 'comptastart@legalstart.fr',\n qualite: 'comptastart@legalstart.fr',\n paiement: 'comptastart@legalstart.fr',\n social: 'comptastart@legalstart.fr',\n support: 'comptastart@legalstart.fr',\n tva: 'comptastart@legalstart.fr',\n wb: 'comptastart@legalstart.fr',\n },\n companyInformation: {\n ape: '5829C',\n bp: '',\n city: 'Paris',\n montantCapital: '11 051,85',\n nomRaisonSociale: 'Yolaw',\n ECOrderCity: 'Nancy',\n phone: '01 76 39 00 60',\n postalAddress: '50, rue d\\'Hauteville',\n rcs: '753 892 926',\n statut: 'SAS',\n zipCode: '75 010',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://gestion.legalstart.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n },\n];"],"sourceRoot":"","file":"BrandLegalstart.js"}
@@ -48,8 +48,8 @@ var GedFolder = exports.GedFolder = undefined;
48
48
 
49
49
  GedFolder[GedFolder["PARTNERS"] = 34] = "PARTNERS"; // Incoming mails = 35,
50
50
 
51
- GedFolder[GedFolder["OUTGOING_MAIL"] = 36] = "OUTGOING_MAIL"; // Bank Statements = 37,
52
- // Formalism = 38,
51
+ GedFolder[GedFolder["OUTGOING_MAIL"] = 36] = "OUTGOING_MAIL";
52
+ GedFolder[GedFolder["BANK_STATEMENT"] = 37] = "BANK_STATEMENT"; // Formalism = 38,
53
53
 
54
54
  GedFolder[GedFolder["PENDING_POINTS"] = 39] = "PENDING_POINTS"; // Balance-GL Journals Year N-1 = 40
55
55
  })(GedFolder || (exports.GedFolder = GedFolder = {}));
@@ -59,7 +59,8 @@ var GedFileType = exports.GedFileType = undefined;
59
59
  (function (GedFileType) {
60
60
  GedFileType[GedFileType["STATUTES"] = 1] = "STATUTES"; // 2,'Carte d\'identité'
61
61
 
62
- GedFileType[GedFileType["KBIS"] = 3] = "KBIS"; // 4,'RIB'
62
+ GedFileType[GedFileType["KBIS"] = 3] = "KBIS";
63
+ GedFileType[GedFileType["RIB"] = 4] = "RIB"; // 4,'RIB'
63
64
  // 5,'Mémento Fiscal'
64
65
  // 6,'SEPA'
65
66
  // 7,'Plaquette'
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"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","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 KBIS = 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 = 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 AGM = 19, // Annual General Meeting, PV d'AG\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\nexport enum GedFileType {\n STATUTES = 1,\n // 2,'Carte d\\'identité'\n KBIS = 3,\n // 4,'RIB'\n // 5,'Mémento Fiscal'\n // 6,'SEPA'\n // 7,'Plaquette'\n // 8,'M0'\n // 9,'Dbe'\n OTHER = 10,\n // 11,'Inscription au répertoire SIRENE / Répertoire des métiers'\n // 12,'Déclaration du patrimoine affectée'\n // 13,'Déclaration des bénéficiaires effectifs'\n // 14,'Liste des souscripteurs pour connaître la répartition des actions'\n // 15,'Récépissé d’inscription de l’association en préfecture'\n // 16,'Liste des représentants de l’association'\n // 17,'Règlement intérieur',\n REVISION_GUIDE = 18,\n SUMMARY_NOTE = 19,\n BALANCESHEET_NOTE = 20,\n}\n"],"sourceRoot":"","file":"Ged.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"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","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 KBIS = 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 = 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 AGM = 19, // Annual General Meeting, PV d'AG\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_STATEMENT = 37,\n // Formalism = 38,\n PENDING_POINTS = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n\nexport enum GedFileType {\n STATUTES = 1,\n // 2,'Carte d\\'identité'\n KBIS = 3,\n RIB = 4,\n // 4,'RIB'\n // 5,'Mémento Fiscal'\n // 6,'SEPA'\n // 7,'Plaquette'\n // 8,'M0'\n // 9,'Dbe'\n OTHER = 10,\n // 11,'Inscription au répertoire SIRENE / Répertoire des métiers'\n // 12,'Déclaration du patrimoine affectée'\n // 13,'Déclaration des bénéficiaires effectifs'\n // 14,'Liste des souscripteurs pour connaître la répartition des actions'\n // 15,'Récépissé d’inscription de l’association en préfecture'\n // 16,'Liste des représentants de l’association'\n // 17,'Règlement intérieur',\n REVISION_GUIDE = 18,\n SUMMARY_NOTE = 19,\n BALANCESHEET_NOTE = 20,\n}\n"],"sourceRoot":"","file":"Ged.js"}
@@ -13,4 +13,4 @@ const MealExpenseThresholds = exports.MealExpenseThresholds = {
13
13
  max: 19.10
14
14
  }
15
15
  };
16
- //# sourceMappingURL=MealExpenseTresholds.js.map
16
+ //# sourceMappingURL=MealExpenseThresholds.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/types/Enum/MealExpenseThresholds.ts"],"names":[],"mappings":";;;;;AAOO,MAAM,qBAAqB,WAArB,qBAAqB,GAA2B;AAC3D,QAAM;AACJ,IAAA,GAAG,EAAE,IADD;AAEJ,IAAA,GAAG,EAAE;AAFD,GADqD;AAK3D,QAAM;AACJ,IAAA,GAAG,EAAE,IADD;AAEJ,IAAA,GAAG,EAAE;AAFD;AALqD,CAAtD","sourcesContent":["export interface IMealExpenseThresholds {\n [key: string]: {\n min: number;\n max: number;\n }\n}\n\nexport const MealExpenseThresholds: IMealExpenseThresholds = {\n 2020: {\n min: 4.90,\n max: 19,\n },\n 2021: {\n min: 4.95,\n max: 19.10,\n },\n};"],"sourceRoot":"","file":"MealExpenseThresholds.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ReadAccountingIncome.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"ReadAccountingIncome.js"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UploadBankStatement = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class UploadBankStatement {}
25
+
26
+ exports.UploadBankStatement = UploadBankStatement;
27
+
28
+ __decorate([(0, _classValidator.IsOptional)(), (0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UploadBankStatement.prototype, "tokenCsv", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsNotEmpty)(), __metadata("design:type", Number)], UploadBankStatement.prototype, "idBankAccount", void 0);
31
+ //# sourceMappingURL=QueryBankStatement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/bankStatement/QueryBankStatement.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,mBAAP,CAA0B;;QAAnB,mB,GAAA,mB;;AAGX,UAAA,CAAA,CAFC,iCAED,EADC,iCACD,E,iCAAA,CAAA,E,6BAAA,E,UAAA,E,KAAkB,CAAlB,CAAA;;AAKA,UAAA,CAAA,CAHC,yBAGD,EAFC,+BAED,EADC,iCACD,E,iCAAA,CAAA,E,6BAAA,E,eAAA,E,KAAsB,CAAtB,CAAA","sourcesContent":["import { IsNotEmpty, IsNumber, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class UploadBankStatement {\n @IsOptional()\n @ApiPropertyOptional()\n tokenCsv?: string;\n\n @ApiProperty()\n @IsNumber()\n @IsNotEmpty()\n idBankAccount: number;\n\n file: File;\n}"],"sourceRoot":"","file":"QueryBankStatement.js"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryTransactionBankStatement = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _ = require("../../../..");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryTransactionBankStatement {}
25
+
26
+ exports.QueryTransactionBankStatement = QueryTransactionBankStatement;
27
+
28
+ __decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], QueryTransactionBankStatement.prototype, "accountingFile", void 0);
29
+
30
+ __decorate([(0, _.ApiProperty)(), __metadata("design:type", Array)], QueryTransactionBankStatement.prototype, "transactions", void 0);
31
+
32
+ __decorate([(0, _.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryTransactionBankStatement.prototype, "idBankAccount", void 0);
33
+ //# sourceMappingURL=QueryTransactionBankStatement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAGM,MAAO,6BAAP,CAAoC;;QAA7B,6B,GAAA,6B;;AAEX,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,uCAAA,E,gBAAA,E,KAAgC,CAAhC,CAAA;;AAGA,UAAA,CAAA,CADC,oBACD,E,gCAAA,CAAA,E,uCAAA,E,cAAA,E,KAAsC,CAAtC,CAAA;;AAIA,UAAA,CAAA,CAFC,oBAED,EADC,+BACD,E,iCAAA,CAAA,E,uCAAA,E,eAAA,E,KAAuB,CAAvB,CAAA","sourcesContent":["import { IsNumber } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { OcrTransactionDetails } from '../ocr/OcrTypeTransactions';\n\nexport class QueryTransactionBankStatement {\n @ApiPropertyOptional()\n accountingFile?: { id: number };\n\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiProperty()\n @IsNumber()\n idBankAccount?: number;\n}\n"],"sourceRoot":"","file":"QueryTransactionBankStatement.js"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ class ReadBankStatement {}
8
+
9
+ exports.ReadBankStatement = ReadBankStatement;
10
+ //# sourceMappingURL=ReadBankStatement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/bankStatement/ReadBankStatement.ts"],"names":[],"mappings":";;;;;;AAEM,MAAO,iBAAP,CAAwB;;QAAjB,iB,GAAA,iB","sourcesContent":["import { OcrTransactions } from '../ocr/OcrTransactions';\n\nexport class ReadBankStatement {\n success: boolean;\n data: OcrTransactions | null;\n}"],"sourceRoot":"","file":"ReadBankStatement.js"}
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.OcrTransactions = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _ = require("../../../..");
11
+
12
+ var _boolean = require("../../../../utils/transforms/boolean.transform");
13
+
14
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
15
+ var c = arguments.length,
16
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
17
+ d;
18
+ 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;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+
22
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
+ };
25
+
26
+ class OcrTransactions {}
27
+
28
+ exports.OcrTransactions = OcrTransactions;
29
+
30
+ __decorate([(0, _.ApiProperty)(), __metadata("design:type", Object)], OcrTransactions.prototype, "accountingFile", void 0);
31
+
32
+ __decorate([(0, _.ApiProperty)(), __metadata("design:type", Array)], OcrTransactions.prototype, "transactions", void 0);
33
+
34
+ __decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], OcrTransactions.prototype, "idBankAccount", void 0);
35
+
36
+ __decorate([(0, _boolean.ToBoolean)(), (0, _classValidator.IsBoolean)(), (0, _.ApiProperty)(), __metadata("design:type", Boolean)], OcrTransactions.prototype, "isPdf", void 0);
37
+ //# sourceMappingURL=OcrTransactions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAEA;;AACA;;;;;;;;;;;;;;AAGM,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e;;AAEX,UAAA,CAAA,CADC,oBACD,E,iCAAA,CAAA,E,yBAAA,E,gBAAA,E,KAGE,CAHF,CAAA;;AAMA,UAAA,CAAA,CADC,oBACD,E,gCAAA,CAAA,E,yBAAA,E,cAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,yBAAA,E,eAAA,E,KAAsB,CAAtB,CAAA;;AAKA,UAAA,CAAA,CAHC,yBAGD,EAFC,gCAED,EADC,oBACD,E,kCAAA,CAAA,E,yBAAA,E,OAAA,E,KAAe,CAAf,CAAA","sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { IFile } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { OcrTransactionDetails } from './OcrTypeTransactions';\n\nexport class OcrTransactions {\n @ApiProperty()\n accountingFile: {\n id: number\n file: Partial<IFile>\n };\n\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiPropertyOptional()\n idBankAccount: number;\n\n @ToBoolean()\n @IsBoolean()\n @ApiProperty()\n isPdf: boolean;\n}"],"sourceRoot":"","file":"OcrTransactions.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=OcrTypeTransactions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"OcrTypeTransactions.js"}
package/js/types/index.js CHANGED
@@ -4432,14 +4432,14 @@ Object.keys(_Unit).forEach(function (key) {
4432
4432
  });
4433
4433
  });
4434
4434
 
4435
- var _MealExpenseTresholds = require("./Enum/MealExpenseTresholds");
4435
+ var _MealExpenseThresholds = require("./Enum/MealExpenseThresholds");
4436
4436
 
4437
- Object.keys(_MealExpenseTresholds).forEach(function (key) {
4437
+ Object.keys(_MealExpenseThresholds).forEach(function (key) {
4438
4438
  if (key === "default" || key === "__esModule") return;
4439
4439
  Object.defineProperty(exports, key, {
4440
4440
  enumerable: true,
4441
4441
  get: function () {
4442
- return _MealExpenseTresholds[key];
4442
+ return _MealExpenseThresholds[key];
4443
4443
  }
4444
4444
  });
4445
4445
  });
@@ -5368,6 +5368,78 @@ Object.keys(_CreateExercice).forEach(function (key) {
5368
5368
  });
5369
5369
  });
5370
5370
 
5371
+ var _ReadAccountingIncome = require("./Interface/api/accountingIncome/ReadAccountingIncome");
5372
+
5373
+ Object.keys(_ReadAccountingIncome).forEach(function (key) {
5374
+ if (key === "default" || key === "__esModule") return;
5375
+ Object.defineProperty(exports, key, {
5376
+ enumerable: true,
5377
+ get: function () {
5378
+ return _ReadAccountingIncome[key];
5379
+ }
5380
+ });
5381
+ });
5382
+
5383
+ var _OcrTransactions = require("./Interface/api/ocr/OcrTransactions");
5384
+
5385
+ Object.keys(_OcrTransactions).forEach(function (key) {
5386
+ if (key === "default" || key === "__esModule") return;
5387
+ Object.defineProperty(exports, key, {
5388
+ enumerable: true,
5389
+ get: function () {
5390
+ return _OcrTransactions[key];
5391
+ }
5392
+ });
5393
+ });
5394
+
5395
+ var _QueryBankStatement = require("./Interface/api/bankStatement/QueryBankStatement");
5396
+
5397
+ Object.keys(_QueryBankStatement).forEach(function (key) {
5398
+ if (key === "default" || key === "__esModule") return;
5399
+ Object.defineProperty(exports, key, {
5400
+ enumerable: true,
5401
+ get: function () {
5402
+ return _QueryBankStatement[key];
5403
+ }
5404
+ });
5405
+ });
5406
+
5407
+ var _QueryTransactionBankStatement = require("./Interface/api/bankStatement/QueryTransactionBankStatement");
5408
+
5409
+ Object.keys(_QueryTransactionBankStatement).forEach(function (key) {
5410
+ if (key === "default" || key === "__esModule") return;
5411
+ Object.defineProperty(exports, key, {
5412
+ enumerable: true,
5413
+ get: function () {
5414
+ return _QueryTransactionBankStatement[key];
5415
+ }
5416
+ });
5417
+ });
5418
+
5419
+ var _OcrTypeTransactions = require("./Interface/api/ocr/OcrTypeTransactions");
5420
+
5421
+ Object.keys(_OcrTypeTransactions).forEach(function (key) {
5422
+ if (key === "default" || key === "__esModule") return;
5423
+ Object.defineProperty(exports, key, {
5424
+ enumerable: true,
5425
+ get: function () {
5426
+ return _OcrTypeTransactions[key];
5427
+ }
5428
+ });
5429
+ });
5430
+
5431
+ var _ReadBankStatement = require("./Interface/api/bankStatement/ReadBankStatement");
5432
+
5433
+ Object.keys(_ReadBankStatement).forEach(function (key) {
5434
+ if (key === "default" || key === "__esModule") return;
5435
+ Object.defineProperty(exports, key, {
5436
+ enumerable: true,
5437
+ get: function () {
5438
+ return _ReadBankStatement[key];
5439
+ }
5440
+ });
5441
+ });
5442
+
5371
5443
  var _ReadSurvey = require("./Interface/api/survey/ReadSurvey");
5372
5444
 
5373
5445
  Object.keys(_ReadSurvey).forEach(function (key) {