@silexpert/core 0.4.88 → 0.4.89

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 (90) hide show
  1. package/es/api/resources/Connector.d.ts +5 -0
  2. package/es/api/resources/Connector.d.ts.map +1 -0
  3. package/es/api/resources/Connector.js +7 -0
  4. package/es/api/resources/Connector.js.map +1 -0
  5. package/es/api/resources/FecFile.d.ts +3 -1
  6. package/es/api/resources/FecFile.d.ts.map +1 -1
  7. package/es/api/resources/FecFile.js +6 -0
  8. package/es/api/resources/FecFile.js.map +1 -1
  9. package/es/api/resources/Report.d.ts +6 -0
  10. package/es/api/resources/Report.d.ts.map +1 -1
  11. package/es/api/resources/Report.js +3 -0
  12. package/es/api/resources/Report.js.map +1 -1
  13. package/es/api/resources/SalariesFile.d.ts +3 -0
  14. package/es/api/resources/SalariesFile.d.ts.map +1 -1
  15. package/es/api/resources/SalariesFile.js +3 -0
  16. package/es/api/resources/SalariesFile.js.map +1 -1
  17. package/es/api/resources.d.ts +2 -0
  18. package/es/api/resources.d.ts.map +1 -1
  19. package/es/api/resources.js +2 -0
  20. package/es/api/resources.js.map +1 -1
  21. package/es/types/Enum/AccountType.d.ts +1 -6
  22. package/es/types/Enum/AccountType.d.ts.map +1 -1
  23. package/es/types/Enum/AccountType.js +1 -6
  24. package/es/types/Enum/AccountType.js.map +1 -1
  25. package/es/types/Enum/BrandClementine.js +4 -4
  26. package/es/types/Enum/BrandClementine.js.map +1 -1
  27. package/es/types/Form/FormConnector.d.ts +1 -0
  28. package/es/types/Form/FormConnector.d.ts.map +1 -1
  29. package/es/types/Form/FormConnector.js.map +1 -1
  30. package/es/types/Interface/api/fecFile/DeleteFecFile.d.ts +6 -0
  31. package/es/types/Interface/api/fecFile/DeleteFecFile.d.ts.map +1 -0
  32. package/es/types/Interface/api/fecFile/DeleteFecFile.js +2 -0
  33. package/es/types/Interface/api/fecFile/DeleteFecFile.js.map +1 -0
  34. package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts +4 -4
  35. package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts.map +1 -1
  36. package/es/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -1
  37. package/es/types/Interface/api/report/CreateReport.d.ts +1 -1
  38. package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -1
  39. package/es/types/Interface/api/report/CreateReport.js +1 -1
  40. package/es/types/Interface/api/report/CreateReport.js.map +1 -1
  41. package/es/types/Interface/models/IApiError.d.ts +2 -0
  42. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  43. package/es/types/Interface/models/IApiError.js +2 -0
  44. package/es/types/Interface/models/IApiError.js.map +1 -1
  45. package/es/types/Interface/models/IReport.d.ts +1 -1
  46. package/es/types/Interface/models/IReport.d.ts.map +1 -1
  47. package/es/types/Interface/models/IReport.js.map +1 -1
  48. package/es/types/index.d.ts +1 -0
  49. package/es/types/index.d.ts.map +1 -1
  50. package/es/types/index.js +1 -0
  51. package/es/types/index.js.map +1 -1
  52. package/js/api/resources/Connector.js +18 -0
  53. package/js/api/resources/Connector.js.map +1 -0
  54. package/js/api/resources/FecFile.js +10 -0
  55. package/js/api/resources/FecFile.js.map +1 -1
  56. package/js/api/resources/Report.js +6 -0
  57. package/js/api/resources/Report.js.map +1 -1
  58. package/js/api/resources/SalariesFile.js +4 -0
  59. package/js/api/resources/SalariesFile.js.map +1 -1
  60. package/js/api/resources.js +4 -1
  61. package/js/api/resources.js.map +1 -1
  62. package/js/types/Enum/AccountType.js +1 -6
  63. package/js/types/Enum/AccountType.js.map +1 -1
  64. package/js/types/Enum/BrandClementine.js +4 -4
  65. package/js/types/Enum/BrandClementine.js.map +1 -1
  66. package/js/types/Form/FormConnector.js.map +1 -1
  67. package/js/types/Interface/api/fecFile/DeleteFecFile.js +6 -0
  68. package/js/types/Interface/api/fecFile/DeleteFecFile.js.map +1 -0
  69. package/js/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -1
  70. package/js/types/Interface/api/report/CreateReport.js +1 -1
  71. package/js/types/Interface/api/report/CreateReport.js.map +1 -1
  72. package/js/types/Interface/models/IApiError.js +3 -1
  73. package/js/types/Interface/models/IApiError.js.map +1 -1
  74. package/js/types/index.js +12 -0
  75. package/js/types/index.js.map +1 -1
  76. package/package.json +1 -1
  77. package/ts/api/resources/Connector.ts +7 -0
  78. package/ts/api/resources/FecFile.ts +9 -0
  79. package/ts/api/resources/Report.ts +5 -0
  80. package/ts/api/resources/SalariesFile.ts +4 -0
  81. package/ts/api/resources.ts +2 -0
  82. package/ts/types/Enum/AccountType.ts +1 -6
  83. package/ts/types/Enum/BrandClementine.ts +4 -4
  84. package/ts/types/Form/FormConnector.ts +3 -0
  85. package/ts/types/Interface/api/fecFile/DeleteFecFile.ts +5 -0
  86. package/ts/types/Interface/api/prestashop/InvoicesPrestashop.ts +4 -4
  87. package/ts/types/Interface/api/report/CreateReport.ts +1 -1
  88. package/ts/types/Interface/models/IApiError.ts +2 -0
  89. package/ts/types/Interface/models/IReport.ts +1 -1
  90. package/ts/types/index.ts +1 -0
@@ -98,6 +98,7 @@ export enum Code {
98
98
 
99
99
  // FecFile
100
100
  insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',
101
+ fecFileAlreadyExists = 'fec_file_already_exists',
101
102
 
102
103
  // User creation
103
104
  userAlreadyExistWithSociety = 'user-already-exists',
@@ -116,6 +117,7 @@ export enum Code {
116
117
  idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',
117
118
  sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',
118
119
  sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',
120
+ societyNotFound = 'society_not_found',
119
121
 
120
122
  payloadIsEmpty = 'payload_is_empty',
121
123
 
@@ -9,7 +9,7 @@ export interface IReport {
9
9
  idReportType?: number | null;
10
10
  idLetterType?: number | null;
11
11
  declareSoupcons?: boolean | null;
12
- etat?: number | null;
12
+ state?: number | null;
13
13
  informerjlb?: boolean | null;
14
14
  ressenti?: number | null;
15
15
  action?: number | null;
package/ts/types/index.ts CHANGED
@@ -430,6 +430,7 @@ export * from './Interface/api/partner/CreatePartner';
430
430
  export * from './Interface/api/partner/GetPartners';
431
431
  // export * from './Interface/api/generalLedger/GeneralLedgerQuery';
432
432
  export * from './Interface/api/fecFile/CreateFecFile';
433
+ export * from './Interface/api/fecFile/DeleteFecFile';
433
434
  export * from './Interface/api/fecFile/ReadFecFile';
434
435
  export * from './Interface/api/generalLedger/QueryGeneralLedger';
435
436
  export * from './Interface/api/incomeStatement/QueryIncomeStatement';