@silexpert/core 0.4.5 → 0.4.7-0

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/FirstStep.d.ts +6 -0
  2. package/es/api/resources/FirstStep.d.ts.map +1 -0
  3. package/es/api/resources/FirstStep.js +7 -0
  4. package/es/api/resources/FirstStep.js.map +1 -0
  5. package/es/api/resources/PaymentExpectationCustomer.js.map +1 -1
  6. package/es/api/resources/Society.d.ts +8 -0
  7. package/es/api/resources/Society.d.ts.map +1 -0
  8. package/es/api/resources/Society.js +13 -0
  9. package/es/api/resources/Society.js.map +1 -0
  10. package/es/api/resources.d.ts +4 -0
  11. package/es/api/resources.d.ts.map +1 -1
  12. package/es/api/resources.js +4 -0
  13. package/es/api/resources.js.map +1 -1
  14. package/es/types/Enum/AccountType.d.ts +128 -0
  15. package/es/types/Enum/AccountType.d.ts.map +1 -0
  16. package/es/types/Enum/AccountType.js +128 -0
  17. package/es/types/Enum/AccountType.js.map +1 -0
  18. package/es/types/Enum/BankAccountType.d.ts +6 -0
  19. package/es/types/Enum/BankAccountType.d.ts.map +1 -0
  20. package/es/types/Enum/BankAccountType.js +7 -0
  21. package/es/types/Enum/BankAccountType.js.map +1 -0
  22. package/es/types/Enum/Vat.d.ts +18 -0
  23. package/es/types/Enum/Vat.d.ts.map +1 -1
  24. package/es/types/Enum/Vat.js +27 -0
  25. package/es/types/Enum/Vat.js.map +1 -1
  26. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +1 -1
  27. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
  28. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +4 -1
  29. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
  30. package/es/types/Interface/api/accountingTransaction/QueryTransaction.d.ts.map +1 -1
  31. package/es/types/Interface/api/accountingTransaction/QueryTransaction.js +2 -1
  32. package/es/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
  33. package/es/types/Interface/api/mailInvoice/CreateInvoiceMail.d.ts +4 -0
  34. package/es/types/Interface/api/mailInvoice/CreateInvoiceMail.d.ts.map +1 -0
  35. package/es/types/Interface/api/mailInvoice/CreateInvoiceMail.js +17 -0
  36. package/es/types/Interface/api/mailInvoice/CreateInvoiceMail.js.map +1 -0
  37. package/es/types/Interface/api/mailInvoice/UpdateInvoiceMail.d.ts +4 -0
  38. package/es/types/Interface/api/mailInvoice/UpdateInvoiceMail.d.ts.map +1 -0
  39. package/es/types/Interface/api/mailInvoice/UpdateInvoiceMail.js +17 -0
  40. package/es/types/Interface/api/mailInvoice/UpdateInvoiceMail.js.map +1 -0
  41. package/es/types/Interface/models/IAccountingTransaction.d.ts +4 -0
  42. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  43. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  44. package/es/types/Interface/models/IApiError.d.ts +9 -3
  45. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  46. package/es/types/Interface/models/IApiError.js +14 -6
  47. package/es/types/Interface/models/IApiError.js.map +1 -1
  48. package/es/types/Interface/models/IFirstStep.d.ts +15 -0
  49. package/es/types/Interface/models/IFirstStep.d.ts.map +1 -0
  50. package/es/types/Interface/models/IFirstStep.js +2 -0
  51. package/es/types/Interface/models/IFirstStep.js.map +1 -0
  52. package/es/types/Interface/models/ISociety.d.ts +4 -2
  53. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  54. package/es/types/Interface/models/ISociety.js.map +1 -1
  55. package/es/types/index.d.ts +5 -1
  56. package/es/types/index.d.ts.map +1 -1
  57. package/es/types/index.js +5 -1
  58. package/es/types/index.js.map +1 -1
  59. package/es/utils/decorators.d.ts +2 -0
  60. package/es/utils/decorators.d.ts.map +1 -1
  61. package/es/utils/decorators.js +11 -5
  62. package/es/utils/decorators.js.map +1 -1
  63. package/export-models.json +0 -74
  64. package/js/api/resources/FirstStep.js +18 -0
  65. package/js/api/resources/FirstStep.js.map +1 -0
  66. package/js/api/resources/PaymentExpectationCustomer.js.map +1 -1
  67. package/js/api/resources/Society.js +26 -0
  68. package/js/api/resources/Society.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/AccountType.js +133 -0
  72. package/js/types/Enum/AccountType.js.map +1 -0
  73. package/js/types/Enum/BankAccountType.js +13 -0
  74. package/js/types/Enum/BankAccountType.js.map +1 -0
  75. package/js/types/Enum/Vat.js +27 -0
  76. package/js/types/Enum/Vat.js.map +1 -1
  77. package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +6 -2
  78. package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
  79. package/js/types/Interface/api/accountingTransaction/QueryTransaction.js +1 -1
  80. package/js/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
  81. package/js/types/Interface/api/mailInvoice/CreateInvoiceMail.js +27 -0
  82. package/js/types/Interface/api/mailInvoice/CreateInvoiceMail.js.map +1 -0
  83. package/js/types/Interface/api/mailInvoice/UpdateInvoiceMail.js +27 -0
  84. package/js/types/Interface/api/mailInvoice/UpdateInvoiceMail.js.map +1 -0
  85. package/js/types/Interface/models/IApiError.js +15 -7
  86. package/js/types/Interface/models/IApiError.js.map +1 -1
  87. package/js/types/Interface/models/{ISocietyProcessRegister.js → IFirstStep.js} +1 -1
  88. package/js/types/Interface/models/{ISocietyProcessRegister.js.map → IFirstStep.js.map} +1 -1
  89. package/js/types/index.js +60 -12
  90. package/js/types/index.js.map +1 -1
  91. package/js/utils/decorators.js +16 -7
  92. package/js/utils/decorators.js.map +1 -1
  93. package/package.json +16 -16
  94. package/table.json +0 -1
  95. package/ts/api/resources/FirstStep.ts +8 -0
  96. package/ts/api/resources/PaymentExpectationCustomer.ts +1 -1
  97. package/ts/api/resources/Society.ts +20 -0
  98. package/ts/api/resources.ts +4 -0
  99. package/ts/types/Enum/AccountType.ts +127 -0
  100. package/ts/types/Enum/BankAccountType.ts +5 -0
  101. package/ts/types/Enum/Vat.ts +27 -0
  102. package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +4 -3
  103. package/ts/types/Interface/api/accountingTransaction/QueryTransaction.ts +3 -2
  104. package/ts/types/Interface/api/mailInvoice/CreateInvoiceMail.ts +6 -0
  105. package/ts/types/Interface/api/mailInvoice/UpdateInvoiceMail.ts +6 -0
  106. package/ts/types/Interface/models/IAccountingTransaction.ts +4 -0
  107. package/ts/types/Interface/models/IApiError.ts +11 -2
  108. package/ts/types/Interface/models/IFirstStep.ts +17 -0
  109. package/ts/types/Interface/models/ISociety.ts +4 -2
  110. package/ts/types/index.ts +5 -1
  111. package/ts/utils/decorators.ts +12 -5
  112. package/es/types/Interface/models/ISocietyProcessRegister.d.ts +0 -10
  113. package/es/types/Interface/models/ISocietyProcessRegister.d.ts.map +0 -1
  114. package/es/types/Interface/models/ISocietyProcessRegister.js +0 -2
  115. package/es/types/Interface/models/ISocietyProcessRegister.js.map +0 -1
  116. package/ts/types/Interface/models/ISocietyProcessRegister.ts +0 -10
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ISocietyProcessRegister.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ISocietyProcessRegister.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyProcessRegister.ts"],"names":[],"mappings":"","sourcesContent":["// societyProcessRegister\nexport interface ISocietyProcessRegister {\n id?: number;\n stepProcess: boolean;\n showStep: boolean;\n stepMailTuto: number;\n idSociety: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -1,10 +0,0 @@
1
- // societyProcessRegister
2
- export interface ISocietyProcessRegister {
3
- id?: number;
4
- stepProcess: boolean;
5
- showStep: boolean;
6
- stepMailTuto: number;
7
- idSociety: number | null;
8
- createdAt?: Date | null;
9
- updatedAt?: Date | null;
10
- }