@silexpert/core 0.4.54 → 0.4.56

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 (215) hide show
  1. package/es/api/resources/Dashboard.d.ts +2 -1
  2. package/es/api/resources/Dashboard.d.ts.map +1 -1
  3. package/es/api/resources/Dashboard.js +3 -0
  4. package/es/api/resources/Dashboard.js.map +1 -1
  5. package/es/types/Enum/AccountingFileType.d.ts +8 -0
  6. package/es/types/Enum/AccountingFileType.d.ts.map +1 -0
  7. package/es/types/Enum/AccountingFileType.js +9 -0
  8. package/es/types/Enum/AccountingFileType.js.map +1 -0
  9. package/es/types/Enum/FileType.d.ts +108 -0
  10. package/es/types/Enum/FileType.d.ts.map +1 -0
  11. package/es/types/Enum/FileType.js +108 -0
  12. package/es/types/Enum/FileType.js.map +1 -0
  13. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts +1 -0
  14. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts.map +1 -1
  15. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +4 -0
  16. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -1
  17. package/es/types/Interface/api/dashboard/QueryDeadline.d.ts +6 -0
  18. package/es/types/Interface/api/dashboard/QueryDeadline.d.ts.map +1 -0
  19. package/es/types/Interface/api/dashboard/QueryDeadline.js +25 -0
  20. package/es/types/Interface/api/dashboard/QueryDeadline.js.map +1 -0
  21. package/es/types/Interface/api/dashboard/QueryGescom.d.ts +1 -0
  22. package/es/types/Interface/api/dashboard/QueryGescom.d.ts.map +1 -1
  23. package/es/types/Interface/api/dashboard/QueryGescom.js +4 -0
  24. package/es/types/Interface/api/dashboard/QueryGescom.js.map +1 -1
  25. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts +6 -1
  26. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts.map +1 -1
  27. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
  28. package/es/types/Interface/api/dashboard/ReadDeadline.d.ts +17 -0
  29. package/es/types/Interface/api/dashboard/ReadDeadline.d.ts.map +1 -0
  30. package/es/types/Interface/api/dashboard/ReadDeadline.js +5 -0
  31. package/es/types/Interface/api/dashboard/ReadDeadline.js.map +1 -0
  32. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts +2 -2
  33. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +1 -1
  34. package/es/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
  35. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts +2 -2
  36. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +1 -1
  37. package/es/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
  38. package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts +7 -0
  39. package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts.map +1 -0
  40. package/es/types/Interface/api/{shopify/ImportInvoicesShopify.js → prestashop/InvoicesPrestashop.js} +6 -6
  41. package/es/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -0
  42. package/es/types/Interface/api/prestashop/PSAddress.d.ts +26 -0
  43. package/es/types/Interface/api/prestashop/PSAddress.d.ts.map +1 -0
  44. package/es/types/Interface/api/prestashop/PSAddress.js +2 -0
  45. package/es/types/Interface/api/prestashop/PSAddress.js.map +1 -0
  46. package/es/types/Interface/api/prestashop/PSCountry.d.ts +15 -0
  47. package/es/types/Interface/api/prestashop/PSCountry.d.ts.map +1 -0
  48. package/es/types/Interface/api/prestashop/PSCountry.js +2 -0
  49. package/es/types/Interface/api/prestashop/PSCountry.js.map +1 -0
  50. package/es/types/Interface/api/prestashop/PSObject.d.ts +4 -0
  51. package/es/types/Interface/api/prestashop/PSObject.d.ts.map +1 -0
  52. package/es/types/Interface/api/prestashop/PSObject.js +2 -0
  53. package/es/types/Interface/api/prestashop/PSObject.js.map +1 -0
  54. package/es/types/Interface/api/prestashop/PSOrder.d.ts +53 -0
  55. package/es/types/Interface/api/prestashop/PSOrder.d.ts.map +1 -0
  56. package/es/types/Interface/api/prestashop/PSOrder.js +2 -0
  57. package/es/types/Interface/api/prestashop/PSOrder.js.map +1 -0
  58. package/es/types/Interface/api/prestashop/PSOrderRow.d.ts +16 -0
  59. package/es/types/Interface/api/prestashop/PSOrderRow.d.ts.map +1 -0
  60. package/es/types/Interface/api/prestashop/PSOrderRow.js +2 -0
  61. package/es/types/Interface/api/prestashop/PSOrderRow.js.map +1 -0
  62. package/es/types/Interface/api/shopify/InvoicesShopify.d.ts +7 -0
  63. package/es/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -0
  64. package/es/types/Interface/api/shopify/InvoicesShopify.js +29 -0
  65. package/es/types/Interface/api/shopify/InvoicesShopify.js.map +1 -0
  66. package/es/types/Interface/api/shopify/ShopifyFinancialStatus.d.ts.map +1 -0
  67. package/es/types/Interface/api/shopify/ShopifyFinancialStatus.js.map +1 -0
  68. package/es/types/Interface/api/shopify/ShopifyOrder.d.ts +1 -1
  69. package/es/types/Interface/api/shopify/ShopifyOrder.d.ts.map +1 -1
  70. package/es/types/Interface/api/shopify/ShopifyOrder.js.map +1 -1
  71. package/es/types/Interface/api/society/CreateSociety.d.ts +4 -0
  72. package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
  73. package/es/types/Interface/api/society/CreateSociety.js +16 -0
  74. package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
  75. package/es/types/Interface/api/woocommerce/InvoicesWoocommerce.d.ts +7 -0
  76. package/es/types/Interface/api/woocommerce/InvoicesWoocommerce.d.ts.map +1 -0
  77. package/es/types/Interface/api/woocommerce/InvoicesWoocommerce.js +29 -0
  78. package/es/types/Interface/api/woocommerce/InvoicesWoocommerce.js.map +1 -0
  79. package/es/types/Interface/api/woocommerce/WCBilling.d.ts +14 -0
  80. package/es/types/Interface/api/woocommerce/WCBilling.d.ts.map +1 -0
  81. package/es/types/Interface/api/woocommerce/WCBilling.js +2 -0
  82. package/es/types/Interface/api/woocommerce/WCBilling.js.map +1 -0
  83. package/es/types/Interface/api/woocommerce/WCLineItem.d.ts +18 -0
  84. package/es/types/Interface/api/woocommerce/WCLineItem.d.ts.map +1 -0
  85. package/es/types/Interface/api/woocommerce/WCLineItem.js +2 -0
  86. package/es/types/Interface/api/woocommerce/WCLineItem.js.map +1 -0
  87. package/es/types/Interface/api/woocommerce/WCLinks.d.ts +7 -0
  88. package/es/types/Interface/api/woocommerce/WCLinks.d.ts.map +1 -0
  89. package/es/types/Interface/api/woocommerce/WCLinks.js +2 -0
  90. package/es/types/Interface/api/woocommerce/WCLinks.js.map +1 -0
  91. package/es/types/Interface/api/woocommerce/WCMetaData.d.ts +6 -0
  92. package/es/types/Interface/api/woocommerce/WCMetaData.d.ts.map +1 -0
  93. package/es/types/Interface/api/woocommerce/WCMetaData.js +2 -0
  94. package/es/types/Interface/api/woocommerce/WCMetaData.js.map +1 -0
  95. package/es/types/Interface/api/woocommerce/WCOrder.d.ts +50 -0
  96. package/es/types/Interface/api/woocommerce/WCOrder.d.ts.map +1 -0
  97. package/es/types/Interface/api/woocommerce/WCOrder.js +2 -0
  98. package/es/types/Interface/api/woocommerce/WCOrder.js.map +1 -0
  99. package/es/types/Interface/api/woocommerce/WCSelf.d.ts +4 -0
  100. package/es/types/Interface/api/woocommerce/WCSelf.d.ts.map +1 -0
  101. package/es/types/Interface/api/woocommerce/WCSelf.js +2 -0
  102. package/es/types/Interface/api/woocommerce/WCSelf.js.map +1 -0
  103. package/es/types/Interface/api/woocommerce/WCShiping.d.ts +13 -0
  104. package/es/types/Interface/api/woocommerce/WCShiping.d.ts.map +1 -0
  105. package/es/types/Interface/api/woocommerce/WCShiping.js +2 -0
  106. package/es/types/Interface/api/woocommerce/WCShiping.js.map +1 -0
  107. package/es/types/Interface/api/woocommerce/WCShippingLine.d.ts +12 -0
  108. package/es/types/Interface/api/woocommerce/WCShippingLine.d.ts.map +1 -0
  109. package/es/types/Interface/api/woocommerce/WCShippingLine.js +2 -0
  110. package/es/types/Interface/api/woocommerce/WCShippingLine.js.map +1 -0
  111. package/es/types/Interface/api/woocommerce/WCTaxes.d.ts +10 -0
  112. package/es/types/Interface/api/woocommerce/WCTaxes.d.ts.map +1 -0
  113. package/es/types/Interface/api/woocommerce/WCTaxes.js +2 -0
  114. package/es/types/Interface/api/woocommerce/WCTaxes.js.map +1 -0
  115. package/es/types/index.d.ts +16 -2
  116. package/es/types/index.d.ts.map +1 -1
  117. package/es/types/index.js +16 -2
  118. package/es/types/index.js.map +1 -1
  119. package/js/api/resources/Dashboard.js +6 -0
  120. package/js/api/resources/Dashboard.js.map +1 -1
  121. package/js/types/Enum/AccountingFileType.js +15 -0
  122. package/js/types/Enum/AccountingFileType.js.map +1 -0
  123. package/js/types/Enum/FileType.js +113 -0
  124. package/js/types/Enum/FileType.js.map +1 -0
  125. package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +4 -0
  126. package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -1
  127. package/js/types/Interface/api/dashboard/QueryDeadline.js +31 -0
  128. package/js/types/Interface/api/dashboard/QueryDeadline.js.map +1 -0
  129. package/js/types/Interface/api/dashboard/QueryGescom.js +2 -0
  130. package/js/types/Interface/api/dashboard/QueryGescom.js.map +1 -1
  131. package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
  132. package/js/types/Interface/api/dashboard/ReadDeadline.js +14 -0
  133. package/js/types/Interface/api/dashboard/ReadDeadline.js.map +1 -0
  134. package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
  135. package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
  136. package/js/types/Interface/api/{shopify/ImportInvoicesShopify.js → prestashop/InvoicesPrestashop.js} +8 -8
  137. package/js/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -0
  138. package/js/types/Interface/api/prestashop/PSAddress.js +6 -0
  139. package/js/types/Interface/api/prestashop/PSAddress.js.map +1 -0
  140. package/js/types/Interface/api/prestashop/PSCountry.js +6 -0
  141. package/js/types/Interface/api/prestashop/PSCountry.js.map +1 -0
  142. package/js/types/Interface/api/prestashop/PSObject.js +6 -0
  143. package/js/types/Interface/api/prestashop/PSObject.js.map +1 -0
  144. package/js/types/Interface/api/prestashop/PSOrder.js +6 -0
  145. package/js/types/Interface/api/prestashop/PSOrder.js.map +1 -0
  146. package/js/types/Interface/api/prestashop/PSOrderRow.js +6 -0
  147. package/js/types/Interface/api/prestashop/PSOrderRow.js.map +1 -0
  148. package/js/types/Interface/api/shopify/InvoicesShopify.js +33 -0
  149. package/js/types/Interface/api/shopify/InvoicesShopify.js.map +1 -0
  150. package/js/types/Interface/api/society/CreateSociety.js +8 -0
  151. package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
  152. package/js/types/Interface/api/woocommerce/InvoicesWoocommerce.js +33 -0
  153. package/js/types/Interface/api/woocommerce/InvoicesWoocommerce.js.map +1 -0
  154. package/js/types/Interface/api/woocommerce/WCBilling.js +6 -0
  155. package/js/types/Interface/api/woocommerce/WCBilling.js.map +1 -0
  156. package/js/types/Interface/api/woocommerce/WCLineItem.js +6 -0
  157. package/js/types/Interface/api/woocommerce/WCLineItem.js.map +1 -0
  158. package/js/types/Interface/api/woocommerce/WCLinks.js +6 -0
  159. package/js/types/Interface/api/woocommerce/WCLinks.js.map +1 -0
  160. package/js/types/Interface/api/woocommerce/WCMetaData.js +6 -0
  161. package/js/types/Interface/api/woocommerce/WCMetaData.js.map +1 -0
  162. package/js/types/Interface/api/woocommerce/WCOrder.js +6 -0
  163. package/js/types/Interface/api/woocommerce/WCOrder.js.map +1 -0
  164. package/js/types/Interface/api/woocommerce/WCSelf.js +6 -0
  165. package/js/types/Interface/api/woocommerce/WCSelf.js.map +1 -0
  166. package/js/types/Interface/api/woocommerce/WCShiping.js +6 -0
  167. package/js/types/Interface/api/woocommerce/WCShiping.js.map +1 -0
  168. package/js/types/Interface/api/woocommerce/WCShippingLine.js +6 -0
  169. package/js/types/Interface/api/woocommerce/WCShippingLine.js.map +1 -0
  170. package/js/types/Interface/api/woocommerce/WCTaxes.js +6 -0
  171. package/js/types/Interface/api/woocommerce/WCTaxes.js.map +1 -0
  172. package/js/types/index.js +177 -9
  173. package/js/types/index.js.map +1 -1
  174. package/package.json +1 -1
  175. package/ts/api/resources/Dashboard.ts +6 -0
  176. package/ts/types/Enum/AccountingFileType.ts +7 -0
  177. package/ts/types/Enum/FileType.ts +107 -0
  178. package/ts/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.ts +3 -0
  179. package/ts/types/Interface/api/dashboard/QueryDeadline.ts +12 -0
  180. package/ts/types/Interface/api/dashboard/QueryGescom.ts +3 -0
  181. package/ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts +7 -1
  182. package/ts/types/Interface/api/dashboard/ReadDeadline.ts +17 -0
  183. package/ts/types/Interface/api/dashboard/ReadTopBuys.ts +2 -2
  184. package/ts/types/Interface/api/dashboard/ReadTopProviders.ts +2 -2
  185. package/ts/types/Interface/api/{shopify/ImportInvoicesShopify.ts → prestashop/InvoicesPrestashop.ts} +1 -1
  186. package/ts/types/Interface/api/prestashop/PSAddress.ts +26 -0
  187. package/ts/types/Interface/api/prestashop/PSCountry.ts +15 -0
  188. package/ts/types/Interface/api/prestashop/PSObject.ts +3 -0
  189. package/ts/types/Interface/api/prestashop/PSOrder.ts +54 -0
  190. package/ts/types/Interface/api/prestashop/PSOrderRow.ts +16 -0
  191. package/ts/types/Interface/api/shopify/InvoicesShopify.ts +12 -0
  192. package/ts/types/Interface/api/shopify/ShopifyOrder.ts +1 -3
  193. package/ts/types/Interface/api/society/CreateSociety.ts +12 -0
  194. package/ts/types/Interface/api/woocommerce/InvoicesWoocommerce.ts +12 -0
  195. package/ts/types/Interface/api/woocommerce/WCBilling.ts +13 -0
  196. package/ts/types/Interface/api/woocommerce/WCLineItem.ts +18 -0
  197. package/ts/types/Interface/api/woocommerce/WCLinks.ts +7 -0
  198. package/ts/types/Interface/api/woocommerce/WCMetaData.ts +5 -0
  199. package/ts/types/Interface/api/woocommerce/WCOrder.ts +50 -0
  200. package/ts/types/Interface/api/woocommerce/WCSelf.ts +3 -0
  201. package/ts/types/Interface/api/woocommerce/WCShiping.ts +12 -0
  202. package/ts/types/Interface/api/woocommerce/WCShippingLine.ts +12 -0
  203. package/ts/types/Interface/api/woocommerce/WCTaxes.ts +9 -0
  204. package/ts/types/index.ts +16 -2
  205. package/es/types/Enum/ShopifyFinancialStatus.d.ts.map +0 -1
  206. package/es/types/Enum/ShopifyFinancialStatus.js.map +0 -1
  207. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts +0 -7
  208. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts.map +0 -1
  209. package/es/types/Interface/api/shopify/ImportInvoicesShopify.js.map +0 -1
  210. package/js/types/Interface/api/shopify/ImportInvoicesShopify.js.map +0 -1
  211. /package/es/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.d.ts +0 -0
  212. /package/es/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.js +0 -0
  213. /package/js/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.js +0 -0
  214. /package/js/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.js.map +0 -0
  215. /package/ts/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAGM,MAAO,+BAAP,CAAsC;;QAA/B,+B,GAAA,+B;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,yCAAA,E,eAAA,E,KAA6C,CAA7C,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,yCAAA,E,oBAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,yCAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,yCAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,yCAAA,E,KAAA,E,KAAmC,CAAnC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,yCAAA,E,kBAAA,E,KAA2B,CAA3B,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TypeCustomerProviderOperation } from '../../../Enum/TypeCustomerProviderOperation';\nimport { Vat } from '../../../Enum/Vat';\n\nexport class CreateCustomerProviderOperation {\n @ApiProperty()\n typeOperation: TypeCustomerProviderOperation;\n\n @ApiProperty({ description: 'Montant hors taxe' })\n amountWithoutTaxes: number;\n\n @ApiProperty({ description: 'Type d\\'achat ou de vente' })\n idAccount: number;\n\n @ApiProperty({ description: 'Identifiant du client / fournisseur' })\n idThirdParty: number;\n\n @ApiPropertyOptional()\n vat?: typeof Vat[keyof typeof Vat];\n\n @ApiPropertyOptional()\n isImmobilization?: boolean;\n}"],"sourceRoot":"","file":"CreateCustomerProviderOperation.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAGM,MAAO,+BAAP,CAAsC;;QAA/B,+B,GAAA,+B;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,yCAAA,E,eAAA,E,KAA6C,CAA7C,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,yCAAA,E,oBAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,yCAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,yCAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,yCAAA,E,KAAA,E,KAAmC,CAAnC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,yCAAA,E,kBAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,gCAAoB;AAAE,EAAA,WAAW,EAAE;AAAf,CAApB,CACD,E,iCAAA,CAAA,E,yCAAA,E,mCAAA,E,KAA2C,CAA3C,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TypeCustomerProviderOperation } from '../../../Enum/TypeCustomerProviderOperation';\nimport { Vat } from '../../../Enum/Vat';\n\nexport class CreateCustomerProviderOperation {\n @ApiProperty()\n typeOperation: TypeCustomerProviderOperation;\n\n @ApiProperty({ description: 'Montant hors taxe' })\n amountWithoutTaxes: number;\n\n @ApiProperty({ description: 'Type d\\'achat ou de vente' })\n idAccount: number;\n\n @ApiProperty({ description: 'Identifiant du client / fournisseur' })\n idThirdParty: number;\n\n @ApiPropertyOptional()\n vat?: typeof Vat[keyof typeof Vat];\n\n @ApiPropertyOptional()\n isImmobilization?: boolean;\n\n @ApiPropertyOptional({ description: 'Montant hors taxe du prochain exercice' })\n amountWithoutTaxesForNextExercice?: number;\n}"],"sourceRoot":"","file":"CreateCustomerProviderOperation.js"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryDeadline = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class QueryDeadline {}
23
+
24
+ exports.QueryDeadline = QueryDeadline;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], QueryDeadline.prototype, "startDate", void 0);
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], QueryDeadline.prototype, "endDate", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Array)], QueryDeadline.prototype, "datesType", void 0);
31
+ //# sourceMappingURL=QueryDeadline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/QueryDeadline.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,WAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,0BAAY,K,CAAZ,CAAA,E,uBAAA,E,WAAA,E,KAA0B,CAA1B,CAAA","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryDeadline {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n\n @ApiProperty()\n datesType?: Array<string>;\n}"],"sourceRoot":"","file":"QueryDeadline.js"}
@@ -30,4 +30,6 @@ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], Query
30
30
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryGescom.prototype, "isPaid", void 0);
31
31
 
32
32
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryGescom.prototype, "isLate", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], QueryGescom.prototype, "isCanceled", void 0);
33
35
  //# sourceMappingURL=QueryGescom.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,qBAAA,E,WAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,qBAAA,E,SAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,qBAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,qBAAA,E,QAAA,E,KAAiB,CAAjB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGescom {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n\n @ApiPropertyOptional()\n isPaid?: boolean;\n\n @ApiPropertyOptional()\n isLate?: boolean;\n}"],"sourceRoot":"","file":"QueryGescom.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,qBAAA,E,WAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,qBAAA,E,SAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,qBAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,qBAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,qBAAA,E,YAAA,E,KAAqB,CAArB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGescom {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n\n @ApiPropertyOptional()\n isPaid?: boolean;\n\n @ApiPropertyOptional()\n isLate?: boolean;\n\n @ApiPropertyOptional()\n isCanceled?: boolean;\n}"],"sourceRoot":"","file":"QueryGescom.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,sBAAP,CAA6B;;QAAtB,sB,GAAA,sB;;AAOP,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e","sourcesContent":["export class ReadBalanceBankAccount {\n periodicity: string;\n nb: number;\n balancesBankDatas: Array<BankAccountData>;\n labels: string[];\n}\n\nexport class BankAccountData {\n idBankAccount?: number;\n noData?: boolean;\n id?: number;\n dateValue?: Date;\n amount?: number;\n}\n"],"sourceRoot":"","file":"ReadBalanceBankAccount.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,sBAAP,CAA6B;;QAAtB,sB,GAAA,sB;;AAaP,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e","sourcesContent":["export class ReadBalanceBankAccount {\n periodicity: string;\n nb: number;\n balancesBankDatas: BankAccountData[][];\n labels: string[];\n totalBalances?: TotalBalances[];\n}\n\nexport type TotalBalances = {\n idBankAccount: number;\n balance: number;\n};\n\nexport class BankAccountData {\n idBankAccount?: number;\n noData?: boolean;\n id?: number;\n dateValue?: Date;\n amount?: number;\n}\n"],"sourceRoot":"","file":"ReadBalanceBankAccount.js"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ class ReadDeadline {}
8
+
9
+ exports.ReadDeadline = ReadDeadline;
10
+
11
+ class CVAEType {}
12
+
13
+ exports.CVAEType = CVAEType;
14
+ //# sourceMappingURL=ReadDeadline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadDeadline.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAaP,MAAO,QAAP,CAAe;;QAAR,Q,GAAA,Q","sourcesContent":["export class ReadDeadline {\n vat?: Array<string>;\n cfe?: Array<string>;\n tvs?: Array<string>;\n balanceSheetClosing?: Array<string>;\n submittingBalanceSheetTaxPurpose?: Array<string>;\n incomeTax?: Array<string>;\n PVAG?: Array<string>;\n CVAE?: CVAEType;\n isSoldes?: Array<string>;\n isDeposits?: Array<string>;\n}\n\nexport class CVAEType {\n deposit: Array<string>;\n declaration: Array<string>;\n}"],"sourceRoot":"","file":"ReadDeadline.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W","sourcesContent":["export class ReadTopBuys {\n id: number;\n name: string;\n amount: number;\n color: string;\n icon: string;\n iconPNG: string;\n}"],"sourceRoot":"","file":"ReadTopBuys.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W","sourcesContent":["export class ReadTopBuys {\n icon: string;\n color: string;\n id: number;\n name: string;\n amount: number;\n iconPNG: string;\n}"],"sourceRoot":"","file":"ReadTopBuys.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,gBAAP,CAAuB;;QAAhB,gB,GAAA,gB","sourcesContent":["export class ReadTopProviders {\n company: string;\n idThirdParty: number;\n amount: number;\n color: string;\n icon: string;\n iconPNG: string;\n}"],"sourceRoot":"","file":"ReadTopProviders.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,gBAAP,CAAuB;;QAAhB,gB,GAAA,gB","sourcesContent":["export class ReadTopProviders {\n icon: string;\n color: string;\n company: string;\n idThirdParty: number;\n amount: number;\n iconPNG: string;\n}"],"sourceRoot":"","file":"ReadTopProviders.js"}
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.ImportInvoicesShopify = undefined;
6
+ exports.InvoicesPrestashop = undefined;
7
7
 
8
8
  var _utils = require("../../../../utils");
9
9
 
@@ -19,15 +19,15 @@ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
19
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
20
  };
21
21
 
22
- class ImportInvoicesShopify {}
22
+ class InvoicesPrestashop {}
23
23
 
24
- exports.ImportInvoicesShopify = ImportInvoicesShopify;
24
+ exports.InvoicesPrestashop = InvoicesPrestashop;
25
25
 
26
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], ImportInvoicesShopify.prototype, "order", void 0);
26
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], InvoicesPrestashop.prototype, "order", void 0);
27
27
 
28
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ImportInvoicesShopify.prototype, "limit", void 0);
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], InvoicesPrestashop.prototype, "limit", void 0);
29
29
 
30
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Array)], ImportInvoicesShopify.prototype, "ids", void 0);
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Array)], InvoicesPrestashop.prototype, "ids", void 0);
31
31
 
32
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ImportInvoicesShopify.prototype, "idSociety", void 0);
33
- //# sourceMappingURL=ImportInvoicesShopify.js.map
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], InvoicesPrestashop.prototype, "idSociety", void 0);
33
+ //# sourceMappingURL=InvoicesPrestashop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/prestashop/InvoicesPrestashop.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,kBAAP,CAAyB;;QAAlB,kB,GAAA,kB;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,gCAAA,CAAA,E,4BAAA,E,KAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,WAAA,E,KAAkB,CAAlB,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class InvoicesPrestashop {\n @ApiPropertyOptional()\n order: string;\n @ApiPropertyOptional()\n limit: number;\n @ApiPropertyOptional()\n ids: number[];\n @ApiPropertyOptional()\n idSociety: number;\n}\n"],"sourceRoot":"","file":"InvoicesPrestashop.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=PSAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"PSAddress.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=PSCountry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"PSCountry.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=PSObject.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"PSObject.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=PSOrder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"PSOrder.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=PSOrderRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"PSOrderRow.js"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.InvoicesShopify = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class InvoicesShopify {}
23
+
24
+ exports.InvoicesShopify = InvoicesShopify;
25
+
26
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], InvoicesShopify.prototype, "order", void 0);
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], InvoicesShopify.prototype, "limit", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Array)], InvoicesShopify.prototype, "ids", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], InvoicesShopify.prototype, "idSociety", void 0);
33
+ //# sourceMappingURL=InvoicesShopify.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/shopify/InvoicesShopify.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,yBAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,yBAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,gCAAA,CAAA,E,yBAAA,E,KAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,yBAAA,E,WAAA,E,KAAkB,CAAlB,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class InvoicesShopify {\n @ApiPropertyOptional()\n order: string;\n @ApiPropertyOptional()\n limit: number;\n @ApiPropertyOptional()\n ids: number[];\n @ApiPropertyOptional()\n idSociety: number;\n}\n"],"sourceRoot":"","file":"InvoicesShopify.js"}
@@ -48,4 +48,12 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)
48
48
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateSociety.prototype, "zipCode", void 0);
49
49
 
50
50
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateSociety.prototype, "analyticsUtm", void 0);
51
+
52
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateSociety.prototype, "confirmedAt", void 0);
53
+
54
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSociety.prototype, "idFiscalRegime", void 0);
55
+
56
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSociety.prototype, "profitsType", void 0);
57
+
58
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateSociety.prototype, "idTaxSystem", void 0);
51
59
  //# sourceMappingURL=CreateSociety.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAQM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAgD,CAAhD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAA2B,CAA3B,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport type AnalticsUtm = {\n utm_source?: string;\n utm_campaign?: string;\n utm_medium?: string;\n};\n\nexport class CreateSociety {\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idTvaRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n nafCode?: string;\n\n @ApiPropertyOptional()\n zipCode?: string;\n\n @ApiPropertyOptional()\n analyticsUtm?: AnalticsUtm;\n}"],"sourceRoot":"","file":"CreateSociety.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAQM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,QAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,MAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAgD,CAAhD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,SAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,cAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,gBAAA,E,KAAwB,CAAxB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,aAAA,E,KAAqB,CAArB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport type AnalticsUtm = {\n utm_source?: string;\n utm_campaign?: string;\n utm_medium?: string;\n};\n\nexport class CreateSociety {\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idTvaRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n nafCode?: string;\n\n @ApiPropertyOptional()\n zipCode?: string;\n\n @ApiPropertyOptional()\n analyticsUtm?: AnalticsUtm;\n\n @ApiPropertyOptional()\n confirmedAt?: string;\n\n @ApiPropertyOptional()\n idFiscalRegime?: number;\n\n @ApiPropertyOptional()\n profitsType?: number;\n\n @ApiPropertyOptional()\n idTaxSystem?: number;\n}"],"sourceRoot":"","file":"CreateSociety.js"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.InvoicesWoocommerce = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class InvoicesWoocommerce {}
23
+
24
+ exports.InvoicesWoocommerce = InvoicesWoocommerce;
25
+
26
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], InvoicesWoocommerce.prototype, "order", void 0);
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], InvoicesWoocommerce.prototype, "limit", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Array)], InvoicesWoocommerce.prototype, "ids", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], InvoicesWoocommerce.prototype, "idSociety", void 0);
33
+ //# sourceMappingURL=InvoicesWoocommerce.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/woocommerce/InvoicesWoocommerce.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,mBAAP,CAA0B;;QAAnB,mB,GAAA,mB;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,6BAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,6BAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,gCAAA,CAAA,E,6BAAA,E,KAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,6BAAA,E,WAAA,E,KAAkB,CAAlB,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class InvoicesWoocommerce {\n @ApiPropertyOptional()\n order: string;\n @ApiPropertyOptional()\n limit: number;\n @ApiPropertyOptional()\n ids: number[];\n @ApiPropertyOptional()\n idSociety: number;\n}\n"],"sourceRoot":"","file":"InvoicesWoocommerce.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=WCBilling.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"WCBilling.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=WCLineItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"WCLineItem.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=WCLinks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"WCLinks.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=WCMetaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"WCMetaData.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=WCOrder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"WCOrder.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=WCSelf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"WCSelf.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=WCShiping.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"WCShiping.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=WCShippingLine.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"WCShippingLine.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=WCTaxes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"WCTaxes.js"}