karibu-layer 1.0.52 → 1.0.60

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 (181) hide show
  1. package/fesm2022/karibu-layer.mjs +52 -52
  2. package/fesm2022/karibu-layer.mjs.map +1 -1
  3. package/package.json +5 -7
  4. package/types/karibu-layer.d.ts +5161 -0
  5. package/api/api.d.ts +0 -33
  6. package/api/application.service.d.ts +0 -53
  7. package/api/authentication.service.d.ts +0 -250
  8. package/api/boards.service.d.ts +0 -140
  9. package/api/categories.service.d.ts +0 -120
  10. package/api/customers.service.d.ts +0 -159
  11. package/api/establishmentReports.service.d.ts +0 -144
  12. package/api/establishments.service.d.ts +0 -272
  13. package/api/expenses.service.d.ts +0 -235
  14. package/api/invoices.service.d.ts +0 -119
  15. package/api/orders.service.d.ts +0 -252
  16. package/api/payments.service.d.ts +0 -119
  17. package/api/products.service.d.ts +0 -279
  18. package/api/stockLotsGestionDesLotsFIFO.service.d.ts +0 -258
  19. package/api/stockMovements.service.d.ts +0 -38
  20. package/api/subscriptionsAbonnements.service.d.ts +0 -158
  21. package/api/users.service.d.ts +0 -230
  22. package/api.base.service.d.ts +0 -21
  23. package/api.module.d.ts +0 -11
  24. package/configuration.d.ts +0 -106
  25. package/encoder.d.ts +0 -11
  26. package/esm2022/api/api.mjs +0 -34
  27. package/esm2022/api/application.service.mjs +0 -117
  28. package/esm2022/api/authentication.service.mjs +0 -483
  29. package/esm2022/api/boards.service.mjs +0 -291
  30. package/esm2022/api/categories.service.mjs +0 -255
  31. package/esm2022/api/customers.service.mjs +0 -330
  32. package/esm2022/api/establishmentReports.service.mjs +0 -313
  33. package/esm2022/api/establishments.service.mjs +0 -561
  34. package/esm2022/api/expenses.service.mjs +0 -476
  35. package/esm2022/api/invoices.service.mjs +0 -252
  36. package/esm2022/api/orders.service.mjs +0 -514
  37. package/esm2022/api/payments.service.mjs +0 -252
  38. package/esm2022/api/products.service.mjs +0 -553
  39. package/esm2022/api/stockLotsGestionDesLotsFIFO.service.mjs +0 -501
  40. package/esm2022/api/stockMovements.service.mjs +0 -86
  41. package/esm2022/api/subscriptionsAbonnements.service.mjs +0 -318
  42. package/esm2022/api/users.service.mjs +0 -471
  43. package/esm2022/api.base.service.mjs +0 -79
  44. package/esm2022/api.module.mjs +0 -40
  45. package/esm2022/configuration.mjs +0 -145
  46. package/esm2022/encoder.mjs +0 -19
  47. package/esm2022/index.mjs +0 -8
  48. package/esm2022/karibu-layer.mjs +0 -5
  49. package/esm2022/model/addItemsToOrderDto.mjs +0 -2
  50. package/esm2022/model/authResponseDto.mjs +0 -11
  51. package/esm2022/model/batchCreateProductDto.mjs +0 -2
  52. package/esm2022/model/batchCreateProductResponseDto.mjs +0 -2
  53. package/esm2022/model/batchProductErrorDto.mjs +0 -11
  54. package/esm2022/model/boardResponseDto.mjs +0 -19
  55. package/esm2022/model/categoryResponseDto.mjs +0 -61
  56. package/esm2022/model/consumeStockDto.mjs +0 -11
  57. package/esm2022/model/consumeStockResponseDto.mjs +0 -11
  58. package/esm2022/model/createBoardDto.mjs +0 -11
  59. package/esm2022/model/createCategoryDto.mjs +0 -61
  60. package/esm2022/model/createEstablishmentDto.mjs +0 -22
  61. package/esm2022/model/createExpenseDto.mjs +0 -17
  62. package/esm2022/model/createInvoiceDto.mjs +0 -11
  63. package/esm2022/model/createOrderDto.mjs +0 -2
  64. package/esm2022/model/createOrderItemDto.mjs +0 -11
  65. package/esm2022/model/createPaymentDto.mjs +0 -19
  66. package/esm2022/model/createProductDto.mjs +0 -9
  67. package/esm2022/model/createStockLotDto.mjs +0 -11
  68. package/esm2022/model/establishmentInvitationRequestDto.mjs +0 -11
  69. package/esm2022/model/establishmentInvitationResponseDto.mjs +0 -11
  70. package/esm2022/model/establishmentResponseDto.mjs +0 -22
  71. package/esm2022/model/establishmentStatsDto.mjs +0 -11
  72. package/esm2022/model/expenseResponseDto.mjs +0 -17
  73. package/esm2022/model/forgotPasswordRequestDto.mjs +0 -11
  74. package/esm2022/model/forgotPasswordResponseDto.mjs +0 -11
  75. package/esm2022/model/generateMonthlyReportDto.mjs +0 -11
  76. package/esm2022/model/generateYearlyReportsDto.mjs +0 -11
  77. package/esm2022/model/inviteUserDto.mjs +0 -11
  78. package/esm2022/model/invoiceResponseDto.mjs +0 -11
  79. package/esm2022/model/loginDto.mjs +0 -11
  80. package/esm2022/model/models.mjs +0 -63
  81. package/esm2022/model/monthlyReportResponseDto.mjs +0 -18
  82. package/esm2022/model/orderItemResponseDto.mjs +0 -11
  83. package/esm2022/model/orderQueryDto.mjs +0 -22
  84. package/esm2022/model/orderResponseDto.mjs +0 -13
  85. package/esm2022/model/paginatedOrdersDto.mjs +0 -2
  86. package/esm2022/model/passwordResetSuccessDto.mjs +0 -11
  87. package/esm2022/model/paymentResponseDto.mjs +0 -25
  88. package/esm2022/model/productResponseDto.mjs +0 -11
  89. package/esm2022/model/productStockSummaryDto.mjs +0 -11
  90. package/esm2022/model/productType.mjs +0 -22
  91. package/esm2022/model/publicProductResponseDto.mjs +0 -11
  92. package/esm2022/model/regenerateMonthlyReportDto.mjs +0 -11
  93. package/esm2022/model/registerDto.mjs +0 -11
  94. package/esm2022/model/resetPasswordDto.mjs +0 -11
  95. package/esm2022/model/stockLotResponseDto.mjs +0 -11
  96. package/esm2022/model/stockValuationDto.mjs +0 -11
  97. package/esm2022/model/updateBoardDto.mjs +0 -19
  98. package/esm2022/model/updateCategoryDto.mjs +0 -61
  99. package/esm2022/model/updateEstablishmentDto.mjs +0 -22
  100. package/esm2022/model/updateExpenseDto.mjs +0 -17
  101. package/esm2022/model/updateInvoiceDto.mjs +0 -11
  102. package/esm2022/model/updateNegativeStockDto.mjs +0 -11
  103. package/esm2022/model/updateOrderDto.mjs +0 -11
  104. package/esm2022/model/updatePaymentDto.mjs +0 -19
  105. package/esm2022/model/updateProductDto.mjs +0 -11
  106. package/esm2022/model/updateStockLotDto.mjs +0 -11
  107. package/esm2022/model/userInvitationResponseDto.mjs +0 -21
  108. package/esm2022/model/userResponseDto.mjs +0 -21
  109. package/esm2022/model/validateEstablishmentTokenDto.mjs +0 -11
  110. package/esm2022/model/validateInvitationTokenResponseDto.mjs +0 -11
  111. package/esm2022/model/websiteContactDto.mjs +0 -39
  112. package/esm2022/param.mjs +0 -2
  113. package/esm2022/provide-api.mjs +0 -15
  114. package/esm2022/variables.mjs +0 -9
  115. package/index.d.ts +0 -7
  116. package/model/addItemsToOrderDto.d.ts +0 -16
  117. package/model/authResponseDto.d.ts +0 -14
  118. package/model/batchCreateProductDto.d.ts +0 -16
  119. package/model/batchCreateProductResponseDto.d.ts +0 -33
  120. package/model/batchProductErrorDto.d.ts +0 -23
  121. package/model/boardResponseDto.d.ts +0 -28
  122. package/model/categoryResponseDto.d.ts +0 -71
  123. package/model/consumeStockDto.d.ts +0 -27
  124. package/model/consumeStockResponseDto.d.ts +0 -31
  125. package/model/createBoardDto.d.ts +0 -27
  126. package/model/createCategoryDto.d.ts +0 -82
  127. package/model/createEstablishmentDto.d.ts +0 -79
  128. package/model/createExpenseDto.d.ts +0 -58
  129. package/model/createInvoiceDto.d.ts +0 -31
  130. package/model/createOrderDto.d.ts +0 -28
  131. package/model/createOrderItemDto.d.ts +0 -23
  132. package/model/createPaymentDto.d.ts +0 -40
  133. package/model/createProductDto.d.ts +0 -88
  134. package/model/createStockLotDto.d.ts +0 -47
  135. package/model/establishmentInvitationRequestDto.d.ts +0 -35
  136. package/model/establishmentInvitationResponseDto.d.ts +0 -22
  137. package/model/establishmentResponseDto.d.ts +0 -62
  138. package/model/establishmentStatsDto.d.ts +0 -19
  139. package/model/expenseResponseDto.d.ts +0 -70
  140. package/model/forgotPasswordRequestDto.d.ts +0 -12
  141. package/model/forgotPasswordResponseDto.d.ts +0 -12
  142. package/model/generateMonthlyReportDto.d.ts +0 -23
  143. package/model/generateYearlyReportsDto.d.ts +0 -19
  144. package/model/inviteUserDto.d.ts +0 -35
  145. package/model/invoiceResponseDto.d.ts +0 -21
  146. package/model/loginDto.d.ts +0 -13
  147. package/model/models.d.ts +0 -62
  148. package/model/monthlyReportResponseDto.d.ts +0 -67
  149. package/model/orderItemResponseDto.d.ts +0 -17
  150. package/model/orderQueryDto.d.ts +0 -47
  151. package/model/orderResponseDto.d.ts +0 -38
  152. package/model/paginatedOrdersDto.d.ts +0 -25
  153. package/model/passwordResetSuccessDto.d.ts +0 -12
  154. package/model/paymentResponseDto.d.ts +0 -37
  155. package/model/productResponseDto.d.ts +0 -32
  156. package/model/productStockSummaryDto.d.ts +0 -41
  157. package/model/productType.d.ts +0 -22
  158. package/model/publicProductResponseDto.d.ts +0 -31
  159. package/model/regenerateMonthlyReportDto.d.ts +0 -23
  160. package/model/registerDto.d.ts +0 -19
  161. package/model/resetPasswordDto.d.ts +0 -13
  162. package/model/stockLotResponseDto.d.ts +0 -31
  163. package/model/stockValuationDto.d.ts +0 -39
  164. package/model/updateBoardDto.d.ts +0 -36
  165. package/model/updateCategoryDto.d.ts +0 -82
  166. package/model/updateEstablishmentDto.d.ts +0 -75
  167. package/model/updateExpenseDto.d.ts +0 -58
  168. package/model/updateInvoiceDto.d.ts +0 -27
  169. package/model/updateNegativeStockDto.d.ts +0 -15
  170. package/model/updateOrderDto.d.ts +0 -19
  171. package/model/updatePaymentDto.d.ts +0 -32
  172. package/model/updateProductDto.d.ts +0 -51
  173. package/model/updateStockLotDto.d.ts +0 -31
  174. package/model/userInvitationResponseDto.d.ts +0 -34
  175. package/model/userResponseDto.d.ts +0 -35
  176. package/model/validateEstablishmentTokenDto.d.ts +0 -12
  177. package/model/validateInvitationTokenResponseDto.d.ts +0 -19
  178. package/model/websiteContactDto.d.ts +0 -79
  179. package/param.d.ts +0 -37
  180. package/provide-api.d.ts +0 -3
  181. package/variables.d.ts +0 -8
@@ -343,10 +343,10 @@ class ApplicationService extends BaseService {
343
343
  reportProgress: reportProgress
344
344
  });
345
345
  }
346
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplicationService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
347
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplicationService, providedIn: 'root' });
346
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ApplicationService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
347
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ApplicationService, providedIn: 'root' });
348
348
  }
349
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplicationService, decorators: [{
349
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ApplicationService, decorators: [{
350
350
  type: Injectable,
351
351
  args: [{
352
352
  providedIn: 'root'
@@ -818,10 +818,10 @@ class AuthenticationService extends BaseService {
818
818
  reportProgress: reportProgress
819
819
  });
820
820
  }
821
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuthenticationService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
822
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuthenticationService, providedIn: 'root' });
821
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: AuthenticationService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
822
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: AuthenticationService, providedIn: 'root' });
823
823
  }
824
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuthenticationService, decorators: [{
824
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: AuthenticationService, decorators: [{
825
825
  type: Injectable,
826
826
  args: [{
827
827
  providedIn: 'root'
@@ -1101,10 +1101,10 @@ class BoardsService extends BaseService {
1101
1101
  reportProgress: reportProgress
1102
1102
  });
1103
1103
  }
1104
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BoardsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1105
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BoardsService, providedIn: 'root' });
1104
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: BoardsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1105
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: BoardsService, providedIn: 'root' });
1106
1106
  }
1107
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BoardsService, decorators: [{
1107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: BoardsService, decorators: [{
1108
1108
  type: Injectable,
1109
1109
  args: [{
1110
1110
  providedIn: 'root'
@@ -1348,10 +1348,10 @@ class CategoriesService extends BaseService {
1348
1348
  reportProgress: reportProgress
1349
1349
  });
1350
1350
  }
1351
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriesService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1352
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriesService, providedIn: 'root' });
1351
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: CategoriesService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1352
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: CategoriesService, providedIn: 'root' });
1353
1353
  }
1354
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CategoriesService, decorators: [{
1354
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: CategoriesService, decorators: [{
1355
1355
  type: Injectable,
1356
1356
  args: [{
1357
1357
  providedIn: 'root'
@@ -1670,10 +1670,10 @@ class CustomersService extends BaseService {
1670
1670
  reportProgress: reportProgress
1671
1671
  });
1672
1672
  }
1673
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CustomersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1674
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CustomersService, providedIn: 'root' });
1673
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: CustomersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1674
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: CustomersService, providedIn: 'root' });
1675
1675
  }
1676
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CustomersService, decorators: [{
1676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: CustomersService, decorators: [{
1677
1677
  type: Injectable,
1678
1678
  args: [{
1679
1679
  providedIn: 'root'
@@ -1975,10 +1975,10 @@ class EstablishmentReportsService extends BaseService {
1975
1975
  reportProgress: reportProgress
1976
1976
  });
1977
1977
  }
1978
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EstablishmentReportsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1979
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EstablishmentReportsService, providedIn: 'root' });
1978
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: EstablishmentReportsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1979
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: EstablishmentReportsService, providedIn: 'root' });
1980
1980
  }
1981
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EstablishmentReportsService, decorators: [{
1981
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: EstablishmentReportsService, decorators: [{
1982
1982
  type: Injectable,
1983
1983
  args: [{
1984
1984
  providedIn: 'root'
@@ -2528,10 +2528,10 @@ class EstablishmentsService extends BaseService {
2528
2528
  reportProgress: reportProgress
2529
2529
  });
2530
2530
  }
2531
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EstablishmentsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2532
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EstablishmentsService, providedIn: 'root' });
2531
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: EstablishmentsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2532
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: EstablishmentsService, providedIn: 'root' });
2533
2533
  }
2534
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EstablishmentsService, decorators: [{
2534
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: EstablishmentsService, decorators: [{
2535
2535
  type: Injectable,
2536
2536
  args: [{
2537
2537
  providedIn: 'root'
@@ -2996,10 +2996,10 @@ class ExpensesService extends BaseService {
2996
2996
  reportProgress: reportProgress
2997
2997
  });
2998
2998
  }
2999
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExpensesService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3000
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExpensesService, providedIn: 'root' });
2999
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ExpensesService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3000
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ExpensesService, providedIn: 'root' });
3001
3001
  }
3002
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExpensesService, decorators: [{
3002
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ExpensesService, decorators: [{
3003
3003
  type: Injectable,
3004
3004
  args: [{
3005
3005
  providedIn: 'root'
@@ -3240,10 +3240,10 @@ class InvoicesService extends BaseService {
3240
3240
  reportProgress: reportProgress
3241
3241
  });
3242
3242
  }
3243
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InvoicesService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3244
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InvoicesService, providedIn: 'root' });
3243
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: InvoicesService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3244
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: InvoicesService, providedIn: 'root' });
3245
3245
  }
3246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InvoicesService, decorators: [{
3246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: InvoicesService, decorators: [{
3247
3247
  type: Injectable,
3248
3248
  args: [{
3249
3249
  providedIn: 'root'
@@ -3746,10 +3746,10 @@ class OrdersService extends BaseService {
3746
3746
  reportProgress: reportProgress
3747
3747
  });
3748
3748
  }
3749
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OrdersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3750
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OrdersService, providedIn: 'root' });
3749
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: OrdersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3750
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: OrdersService, providedIn: 'root' });
3751
3751
  }
3752
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OrdersService, decorators: [{
3752
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: OrdersService, decorators: [{
3753
3753
  type: Injectable,
3754
3754
  args: [{
3755
3755
  providedIn: 'root'
@@ -3990,10 +3990,10 @@ class PaymentsService extends BaseService {
3990
3990
  reportProgress: reportProgress
3991
3991
  });
3992
3992
  }
3993
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3994
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentsService, providedIn: 'root' });
3993
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: PaymentsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3994
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: PaymentsService, providedIn: 'root' });
3995
3995
  }
3996
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentsService, decorators: [{
3996
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: PaymentsService, decorators: [{
3997
3997
  type: Injectable,
3998
3998
  args: [{
3999
3999
  providedIn: 'root'
@@ -4535,10 +4535,10 @@ class ProductsService extends BaseService {
4535
4535
  reportProgress: reportProgress
4536
4536
  });
4537
4537
  }
4538
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ProductsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
4539
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ProductsService, providedIn: 'root' });
4538
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ProductsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
4539
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ProductsService, providedIn: 'root' });
4540
4540
  }
4541
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ProductsService, decorators: [{
4541
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ProductsService, decorators: [{
4542
4542
  type: Injectable,
4543
4543
  args: [{
4544
4544
  providedIn: 'root'
@@ -5028,10 +5028,10 @@ class StockLotsGestionDesLotsFIFOService extends BaseService {
5028
5028
  reportProgress: reportProgress
5029
5029
  });
5030
5030
  }
5031
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StockLotsGestionDesLotsFIFOService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
5032
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StockLotsGestionDesLotsFIFOService, providedIn: 'root' });
5031
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: StockLotsGestionDesLotsFIFOService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
5032
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: StockLotsGestionDesLotsFIFOService, providedIn: 'root' });
5033
5033
  }
5034
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StockLotsGestionDesLotsFIFOService, decorators: [{
5034
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: StockLotsGestionDesLotsFIFOService, decorators: [{
5035
5035
  type: Injectable,
5036
5036
  args: [{
5037
5037
  providedIn: 'root'
@@ -5106,10 +5106,10 @@ class StockMovementsService extends BaseService {
5106
5106
  reportProgress: reportProgress
5107
5107
  });
5108
5108
  }
5109
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StockMovementsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
5110
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StockMovementsService, providedIn: 'root' });
5109
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: StockMovementsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
5110
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: StockMovementsService, providedIn: 'root' });
5111
5111
  }
5112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StockMovementsService, decorators: [{
5112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: StockMovementsService, decorators: [{
5113
5113
  type: Injectable,
5114
5114
  args: [{
5115
5115
  providedIn: 'root'
@@ -5416,10 +5416,10 @@ class SubscriptionsAbonnementsService extends BaseService {
5416
5416
  reportProgress: reportProgress
5417
5417
  });
5418
5418
  }
5419
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubscriptionsAbonnementsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
5420
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubscriptionsAbonnementsService, providedIn: 'root' });
5419
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: SubscriptionsAbonnementsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
5420
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: SubscriptionsAbonnementsService, providedIn: 'root' });
5421
5421
  }
5422
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubscriptionsAbonnementsService, decorators: [{
5422
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: SubscriptionsAbonnementsService, decorators: [{
5423
5423
  type: Injectable,
5424
5424
  args: [{
5425
5425
  providedIn: 'root'
@@ -5879,10 +5879,10 @@ class UsersService extends BaseService {
5879
5879
  reportProgress: reportProgress
5880
5880
  });
5881
5881
  }
5882
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UsersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
5883
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UsersService, providedIn: 'root' });
5882
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: UsersService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
5883
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: UsersService, providedIn: 'root' });
5884
5884
  }
5885
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UsersService, decorators: [{
5885
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: UsersService, decorators: [{
5886
5886
  type: Injectable,
5887
5887
  args: [{
5888
5888
  providedIn: 'root'
@@ -6830,11 +6830,11 @@ class ApiModule {
6830
6830
  'See also https://github.com/angular/angular/issues/20575');
6831
6831
  }
6832
6832
  }
6833
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApiModule, deps: [{ token: ApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
6834
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ApiModule });
6835
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApiModule });
6833
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ApiModule, deps: [{ token: ApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
6834
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.3", ngImport: i0, type: ApiModule });
6835
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ApiModule });
6836
6836
  }
6837
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApiModule, decorators: [{
6837
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ApiModule, decorators: [{
6838
6838
  type: NgModule,
6839
6839
  args: [{
6840
6840
  imports: [],