@silexpert/core 0.4.55 → 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 (159) hide show
  1. package/es/types/Enum/AccountingFileType.d.ts +8 -0
  2. package/es/types/Enum/AccountingFileType.d.ts.map +1 -0
  3. package/es/types/Enum/AccountingFileType.js +9 -0
  4. package/es/types/Enum/AccountingFileType.js.map +1 -0
  5. package/es/types/Enum/FileType.d.ts +108 -0
  6. package/es/types/Enum/FileType.d.ts.map +1 -0
  7. package/es/types/Enum/FileType.js +108 -0
  8. package/es/types/Enum/FileType.js.map +1 -0
  9. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts +1 -0
  10. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts.map +1 -1
  11. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +4 -0
  12. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -1
  13. package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts +7 -0
  14. package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts.map +1 -0
  15. package/es/types/Interface/api/{shopify/ImportInvoicesShopify.js → prestashop/InvoicesPrestashop.js} +6 -6
  16. package/es/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -0
  17. package/es/types/Interface/api/prestashop/PSAddress.d.ts +26 -0
  18. package/es/types/Interface/api/prestashop/PSAddress.d.ts.map +1 -0
  19. package/es/types/Interface/api/prestashop/PSAddress.js +2 -0
  20. package/es/types/Interface/api/prestashop/PSAddress.js.map +1 -0
  21. package/es/types/Interface/api/prestashop/PSCountry.d.ts +15 -0
  22. package/es/types/Interface/api/prestashop/PSCountry.d.ts.map +1 -0
  23. package/es/types/Interface/api/prestashop/PSCountry.js +2 -0
  24. package/es/types/Interface/api/prestashop/PSCountry.js.map +1 -0
  25. package/es/types/Interface/api/prestashop/PSObject.d.ts +4 -0
  26. package/es/types/Interface/api/prestashop/PSObject.d.ts.map +1 -0
  27. package/es/types/Interface/api/prestashop/PSObject.js +2 -0
  28. package/es/types/Interface/api/prestashop/PSObject.js.map +1 -0
  29. package/es/types/Interface/api/prestashop/PSOrder.d.ts +53 -0
  30. package/es/types/Interface/api/prestashop/PSOrder.d.ts.map +1 -0
  31. package/es/types/Interface/api/prestashop/PSOrder.js +2 -0
  32. package/es/types/Interface/api/prestashop/PSOrder.js.map +1 -0
  33. package/es/types/Interface/api/prestashop/PSOrderRow.d.ts +16 -0
  34. package/es/types/Interface/api/prestashop/PSOrderRow.d.ts.map +1 -0
  35. package/es/types/Interface/api/prestashop/PSOrderRow.js +2 -0
  36. package/es/types/Interface/api/prestashop/PSOrderRow.js.map +1 -0
  37. package/es/types/Interface/api/shopify/InvoicesShopify.d.ts +7 -0
  38. package/es/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -0
  39. package/es/types/Interface/api/shopify/InvoicesShopify.js +29 -0
  40. package/es/types/Interface/api/shopify/InvoicesShopify.js.map +1 -0
  41. package/es/types/Interface/api/society/CreateSociety.d.ts +4 -0
  42. package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
  43. package/es/types/Interface/api/society/CreateSociety.js +16 -0
  44. package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
  45. package/es/types/Interface/api/woocommerce/InvoicesWoocommerce.d.ts +7 -0
  46. package/es/types/Interface/api/woocommerce/InvoicesWoocommerce.d.ts.map +1 -0
  47. package/es/types/Interface/api/woocommerce/InvoicesWoocommerce.js +29 -0
  48. package/es/types/Interface/api/woocommerce/InvoicesWoocommerce.js.map +1 -0
  49. package/es/types/Interface/api/woocommerce/WCBilling.d.ts +14 -0
  50. package/es/types/Interface/api/woocommerce/WCBilling.d.ts.map +1 -0
  51. package/es/types/Interface/api/woocommerce/WCBilling.js +2 -0
  52. package/es/types/Interface/api/woocommerce/WCBilling.js.map +1 -0
  53. package/es/types/Interface/api/woocommerce/WCLineItem.d.ts +18 -0
  54. package/es/types/Interface/api/woocommerce/WCLineItem.d.ts.map +1 -0
  55. package/es/types/Interface/api/woocommerce/WCLineItem.js +2 -0
  56. package/es/types/Interface/api/woocommerce/WCLineItem.js.map +1 -0
  57. package/es/types/Interface/api/woocommerce/WCLinks.d.ts +7 -0
  58. package/es/types/Interface/api/woocommerce/WCLinks.d.ts.map +1 -0
  59. package/es/types/Interface/api/woocommerce/WCLinks.js +2 -0
  60. package/es/types/Interface/api/woocommerce/WCLinks.js.map +1 -0
  61. package/es/types/Interface/api/woocommerce/WCMetaData.d.ts +6 -0
  62. package/es/types/Interface/api/woocommerce/WCMetaData.d.ts.map +1 -0
  63. package/es/types/Interface/api/woocommerce/WCMetaData.js +2 -0
  64. package/es/types/Interface/api/woocommerce/WCMetaData.js.map +1 -0
  65. package/es/types/Interface/api/woocommerce/WCOrder.d.ts +50 -0
  66. package/es/types/Interface/api/woocommerce/WCOrder.d.ts.map +1 -0
  67. package/es/types/Interface/api/woocommerce/WCOrder.js +2 -0
  68. package/es/types/Interface/api/woocommerce/WCOrder.js.map +1 -0
  69. package/es/types/Interface/api/woocommerce/WCSelf.d.ts +4 -0
  70. package/es/types/Interface/api/woocommerce/WCSelf.d.ts.map +1 -0
  71. package/es/types/Interface/api/woocommerce/WCSelf.js +2 -0
  72. package/es/types/Interface/api/woocommerce/WCSelf.js.map +1 -0
  73. package/es/types/Interface/api/woocommerce/WCShiping.d.ts +13 -0
  74. package/es/types/Interface/api/woocommerce/WCShiping.d.ts.map +1 -0
  75. package/es/types/Interface/api/woocommerce/WCShiping.js +2 -0
  76. package/es/types/Interface/api/woocommerce/WCShiping.js.map +1 -0
  77. package/es/types/Interface/api/woocommerce/WCShippingLine.d.ts +12 -0
  78. package/es/types/Interface/api/woocommerce/WCShippingLine.d.ts.map +1 -0
  79. package/es/types/Interface/api/woocommerce/WCShippingLine.js +2 -0
  80. package/es/types/Interface/api/woocommerce/WCShippingLine.js.map +1 -0
  81. package/es/types/Interface/api/woocommerce/WCTaxes.d.ts +10 -0
  82. package/es/types/Interface/api/woocommerce/WCTaxes.d.ts.map +1 -0
  83. package/es/types/Interface/api/woocommerce/WCTaxes.js +2 -0
  84. package/es/types/Interface/api/woocommerce/WCTaxes.js.map +1 -0
  85. package/es/types/index.d.ts +13 -1
  86. package/es/types/index.d.ts.map +1 -1
  87. package/es/types/index.js +13 -1
  88. package/es/types/index.js.map +1 -1
  89. package/js/types/Enum/AccountingFileType.js +15 -0
  90. package/js/types/Enum/AccountingFileType.js.map +1 -0
  91. package/js/types/Enum/FileType.js +113 -0
  92. package/js/types/Enum/FileType.js.map +1 -0
  93. package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +4 -0
  94. package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -1
  95. package/js/types/Interface/api/{shopify/ImportInvoicesShopify.js → prestashop/InvoicesPrestashop.js} +8 -8
  96. package/js/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -0
  97. package/js/types/Interface/api/prestashop/PSAddress.js +6 -0
  98. package/js/types/Interface/api/prestashop/PSAddress.js.map +1 -0
  99. package/js/types/Interface/api/prestashop/PSCountry.js +6 -0
  100. package/js/types/Interface/api/prestashop/PSCountry.js.map +1 -0
  101. package/js/types/Interface/api/prestashop/PSObject.js +6 -0
  102. package/js/types/Interface/api/prestashop/PSObject.js.map +1 -0
  103. package/js/types/Interface/api/prestashop/PSOrder.js +6 -0
  104. package/js/types/Interface/api/prestashop/PSOrder.js.map +1 -0
  105. package/js/types/Interface/api/prestashop/PSOrderRow.js +6 -0
  106. package/js/types/Interface/api/prestashop/PSOrderRow.js.map +1 -0
  107. package/js/types/Interface/api/shopify/InvoicesShopify.js +33 -0
  108. package/js/types/Interface/api/shopify/InvoicesShopify.js.map +1 -0
  109. package/js/types/Interface/api/society/CreateSociety.js +8 -0
  110. package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
  111. package/js/types/Interface/api/woocommerce/InvoicesWoocommerce.js +33 -0
  112. package/js/types/Interface/api/woocommerce/InvoicesWoocommerce.js.map +1 -0
  113. package/js/types/Interface/api/woocommerce/WCBilling.js +6 -0
  114. package/js/types/Interface/api/woocommerce/WCBilling.js.map +1 -0
  115. package/js/types/Interface/api/woocommerce/WCLineItem.js +6 -0
  116. package/js/types/Interface/api/woocommerce/WCLineItem.js.map +1 -0
  117. package/js/types/Interface/api/woocommerce/WCLinks.js +6 -0
  118. package/js/types/Interface/api/woocommerce/WCLinks.js.map +1 -0
  119. package/js/types/Interface/api/woocommerce/WCMetaData.js +6 -0
  120. package/js/types/Interface/api/woocommerce/WCMetaData.js.map +1 -0
  121. package/js/types/Interface/api/woocommerce/WCOrder.js +6 -0
  122. package/js/types/Interface/api/woocommerce/WCOrder.js.map +1 -0
  123. package/js/types/Interface/api/woocommerce/WCSelf.js +6 -0
  124. package/js/types/Interface/api/woocommerce/WCSelf.js.map +1 -0
  125. package/js/types/Interface/api/woocommerce/WCShiping.js +6 -0
  126. package/js/types/Interface/api/woocommerce/WCShiping.js.map +1 -0
  127. package/js/types/Interface/api/woocommerce/WCShippingLine.js +6 -0
  128. package/js/types/Interface/api/woocommerce/WCShippingLine.js.map +1 -0
  129. package/js/types/Interface/api/woocommerce/WCTaxes.js +6 -0
  130. package/js/types/Interface/api/woocommerce/WCTaxes.js.map +1 -0
  131. package/js/types/index.js +147 -3
  132. package/js/types/index.js.map +1 -1
  133. package/package.json +1 -1
  134. package/ts/types/Enum/AccountingFileType.ts +7 -0
  135. package/ts/types/Enum/FileType.ts +107 -0
  136. package/ts/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.ts +3 -0
  137. package/ts/types/Interface/api/{shopify/ImportInvoicesShopify.ts → prestashop/InvoicesPrestashop.ts} +1 -1
  138. package/ts/types/Interface/api/prestashop/PSAddress.ts +26 -0
  139. package/ts/types/Interface/api/prestashop/PSCountry.ts +15 -0
  140. package/ts/types/Interface/api/prestashop/PSObject.ts +3 -0
  141. package/ts/types/Interface/api/prestashop/PSOrder.ts +54 -0
  142. package/ts/types/Interface/api/prestashop/PSOrderRow.ts +16 -0
  143. package/ts/types/Interface/api/shopify/InvoicesShopify.ts +12 -0
  144. package/ts/types/Interface/api/society/CreateSociety.ts +12 -0
  145. package/ts/types/Interface/api/woocommerce/InvoicesWoocommerce.ts +12 -0
  146. package/ts/types/Interface/api/woocommerce/WCBilling.ts +13 -0
  147. package/ts/types/Interface/api/woocommerce/WCLineItem.ts +18 -0
  148. package/ts/types/Interface/api/woocommerce/WCLinks.ts +7 -0
  149. package/ts/types/Interface/api/woocommerce/WCMetaData.ts +5 -0
  150. package/ts/types/Interface/api/woocommerce/WCOrder.ts +50 -0
  151. package/ts/types/Interface/api/woocommerce/WCSelf.ts +3 -0
  152. package/ts/types/Interface/api/woocommerce/WCShiping.ts +12 -0
  153. package/ts/types/Interface/api/woocommerce/WCShippingLine.ts +12 -0
  154. package/ts/types/Interface/api/woocommerce/WCTaxes.ts +9 -0
  155. package/ts/types/index.ts +13 -1
  156. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts +0 -7
  157. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts.map +0 -1
  158. package/es/types/Interface/api/shopify/ImportInvoicesShopify.js.map +0 -1
  159. package/js/types/Interface/api/shopify/ImportInvoicesShopify.js.map +0 -1
@@ -0,0 +1,8 @@
1
+ export declare enum AccountingFileType {
2
+ PURCHASE_INVOICES = 1,
3
+ SALE_INVOICES = 2,
4
+ PAST_INVOICES = 3,
5
+ BANK_STATEMENTS = 4,
6
+ OTHERS = 5
7
+ }
8
+ //# sourceMappingURL=AccountingFileType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountingFileType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/AccountingFileType.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC5B,iBAAiB,IAAI;IACrB,aAAa,IAAI;IACjB,aAAa,IAAI;IACjB,eAAe,IAAI;IACnB,MAAM,IAAI;CACX"}
@@ -0,0 +1,9 @@
1
+ export var AccountingFileType;
2
+ (function (AccountingFileType) {
3
+ AccountingFileType[AccountingFileType["PURCHASE_INVOICES"] = 1] = "PURCHASE_INVOICES";
4
+ AccountingFileType[AccountingFileType["SALE_INVOICES"] = 2] = "SALE_INVOICES";
5
+ AccountingFileType[AccountingFileType["PAST_INVOICES"] = 3] = "PAST_INVOICES";
6
+ AccountingFileType[AccountingFileType["BANK_STATEMENTS"] = 4] = "BANK_STATEMENTS";
7
+ AccountingFileType[AccountingFileType["OTHERS"] = 5] = "OTHERS";
8
+ })(AccountingFileType || (AccountingFileType = {}));
9
+ //# sourceMappingURL=AccountingFileType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountingFileType.js","sourceRoot":"","sources":["../../../ts/types/Enum/AccountingFileType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,kBAMX;AAND,WAAY,kBAAkB;IAC5B,qFAAqB,CAAA;IACrB,6EAAiB,CAAA;IACjB,6EAAiB,CAAA;IACjB,iFAAmB,CAAA;IACnB,+DAAU,CAAA;AACZ,CAAC,EANW,kBAAkB,KAAlB,kBAAkB,QAM7B","sourcesContent":["export enum AccountingFileType {\n PURCHASE_INVOICES = 1,\n SALE_INVOICES = 2,\n PAST_INVOICES = 3,\n BANK_STATEMENTS = 4,\n OTHERS = 5,\n}"]}
@@ -0,0 +1,108 @@
1
+ export declare const FileType: {
2
+ PDF: {
3
+ id: number;
4
+ name: string;
5
+ extension: string;
6
+ };
7
+ DOC: {
8
+ id: number;
9
+ name: string;
10
+ extension: string;
11
+ };
12
+ DOCX: {
13
+ id: number;
14
+ name: string;
15
+ extension: string;
16
+ };
17
+ ODT: {
18
+ id: number;
19
+ name: string;
20
+ extension: string;
21
+ };
22
+ PNG: {
23
+ id: number;
24
+ name: string;
25
+ extension: string;
26
+ };
27
+ JPEG: {
28
+ id: number;
29
+ name: string;
30
+ extension: string;
31
+ };
32
+ XPNG: {
33
+ id: number;
34
+ name: string;
35
+ extension: string;
36
+ };
37
+ XLS: {
38
+ id: number;
39
+ name: string;
40
+ extension: string;
41
+ };
42
+ ZIP: {
43
+ id: number;
44
+ name: string;
45
+ extension: string;
46
+ };
47
+ SEVENZIP: {
48
+ id: number;
49
+ name: string;
50
+ extension: string;
51
+ };
52
+ XLSX: {
53
+ id: number;
54
+ name: string;
55
+ extension: string;
56
+ };
57
+ RAR: {
58
+ id: number;
59
+ name: string;
60
+ extension: string;
61
+ };
62
+ CSV: {
63
+ id: number;
64
+ name: string;
65
+ extension: string;
66
+ };
67
+ TXT: {
68
+ id: number;
69
+ name: string;
70
+ extension: string;
71
+ };
72
+ ODS: {
73
+ id: number;
74
+ name: string;
75
+ extension: string;
76
+ };
77
+ ODP: {
78
+ id: number;
79
+ name: string;
80
+ extension: string;
81
+ };
82
+ TIFF: {
83
+ id: number;
84
+ name: string;
85
+ extension: string;
86
+ };
87
+ VCF: {
88
+ id: number;
89
+ name: string;
90
+ extension: string;
91
+ };
92
+ JPG: {
93
+ id: number;
94
+ name: string;
95
+ extension: string;
96
+ };
97
+ SVG: {
98
+ id: number;
99
+ name: string;
100
+ extension: string;
101
+ };
102
+ XML: {
103
+ id: number;
104
+ name: string;
105
+ extension: string;
106
+ };
107
+ };
108
+ //# sourceMappingURL=FileType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/FileType.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0GpB,CAAC"}
@@ -0,0 +1,108 @@
1
+ export const FileType = {
2
+ PDF: {
3
+ id: 1,
4
+ name: 'application/pdf',
5
+ extension: 'pdf',
6
+ },
7
+ DOC: {
8
+ id: 2,
9
+ name: 'application/msword',
10
+ extension: 'doc',
11
+ },
12
+ DOCX: {
13
+ id: 3,
14
+ name: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
15
+ extension: 'docx',
16
+ },
17
+ ODT: {
18
+ id: 4,
19
+ name: 'application/vnd.oasis.opendocument.text',
20
+ extension: 'odt',
21
+ },
22
+ PNG: {
23
+ id: 5,
24
+ name: 'image/png',
25
+ extension: 'png',
26
+ },
27
+ JPEG: {
28
+ id: 6,
29
+ name: 'image/jpeg',
30
+ extension: 'jpg',
31
+ },
32
+ XPNG: {
33
+ id: 7,
34
+ name: 'image/x-png',
35
+ extension: 'png',
36
+ },
37
+ XLS: {
38
+ id: 8,
39
+ name: 'application/vnd.ms-excel',
40
+ extension: 'xls',
41
+ },
42
+ ZIP: {
43
+ id: 9,
44
+ name: 'application/zip',
45
+ extension: 'zip',
46
+ },
47
+ SEVENZIP: {
48
+ id: 10,
49
+ name: 'application/x-7z-compressed',
50
+ extension: '7Z',
51
+ },
52
+ XLSX: {
53
+ id: 11,
54
+ name: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
55
+ extension: 'xlsx',
56
+ },
57
+ RAR: {
58
+ id: 12,
59
+ name: 'application/x-rar-compressed',
60
+ extension: 'rar',
61
+ },
62
+ CSV: {
63
+ id: 13,
64
+ name: 'text/csv',
65
+ extension: 'csv',
66
+ },
67
+ TXT: {
68
+ id: 14,
69
+ name: 'text/plain',
70
+ extension: 'txt',
71
+ },
72
+ ODS: {
73
+ id: 15,
74
+ name: 'application/vnd.oasis.opendocument.spreadsheet',
75
+ extension: 'ods',
76
+ },
77
+ ODP: {
78
+ id: 16,
79
+ name: 'application/vnd.oasis.opendocument.presentation',
80
+ extension: 'odp',
81
+ },
82
+ TIFF: {
83
+ id: 17,
84
+ name: 'image/tiff',
85
+ extension: 'tiff',
86
+ },
87
+ VCF: {
88
+ id: 18,
89
+ name: 'text/x-vcard',
90
+ extension: 'VCF',
91
+ },
92
+ JPG: {
93
+ id: 19,
94
+ name: 'image/jpg',
95
+ extension: 'jpg',
96
+ },
97
+ SVG: {
98
+ id: 20,
99
+ name: 'image/svg+xml',
100
+ extension: 'svg',
101
+ },
102
+ XML: {
103
+ id: 21,
104
+ name: 'text/xml',
105
+ extension: 'xml',
106
+ },
107
+ };
108
+ //# sourceMappingURL=FileType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileType.js","sourceRoot":"","sources":["../../../ts/types/Enum/FileType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,GAAG,EAAE;QACH,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,iBAAiB;QACvB,SAAS,EAAE,KAAK;KACjB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,oBAAoB;QAC1B,SAAS,EAAE,KAAK;KACjB;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,yEAAyE;QAC/E,SAAS,EAAE,MAAM;KAClB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,yCAAyC;QAC/C,SAAS,EAAE,KAAK;KACjB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,KAAK;KACjB;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,YAAY;QAClB,SAAS,EAAE,KAAK;KACjB;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,aAAa;QACnB,SAAS,EAAE,KAAK;KACjB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,0BAA0B;QAChC,SAAS,EAAE,KAAK;KACjB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,iBAAiB;QACvB,SAAS,EAAE,KAAK;KACjB;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,6BAA6B;QACnC,SAAS,EAAE,IAAI;KAChB;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,mEAAmE;QACzE,SAAS,EAAE,MAAM;KAClB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,8BAA8B;QACpC,SAAS,EAAE,KAAK;KACjB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,KAAK;KACjB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,YAAY;QAClB,SAAS,EAAE,KAAK;KACjB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,gDAAgD;QACtD,SAAS,EAAE,KAAK;KACjB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,iDAAiD;QACvD,SAAS,EAAE,KAAK;KACjB;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,YAAY;QAClB,SAAS,EAAE,MAAM;KAClB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,cAAc;QACpB,SAAS,EAAE,KAAK;KACjB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,KAAK;KACjB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,eAAe;QACrB,SAAS,EAAE,KAAK;KACjB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,KAAK;KACjB;CACF,CAAC","sourcesContent":["export const FileType = {\n PDF: {\n id: 1,\n name: 'application/pdf',\n extension: 'pdf',\n },\n DOC: {\n id: 2,\n name: 'application/msword',\n extension: 'doc',\n },\n DOCX: {\n id: 3,\n name: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',\n extension: 'docx',\n },\n ODT: {\n id: 4,\n name: 'application/vnd.oasis.opendocument.text',\n extension: 'odt',\n },\n PNG: {\n id: 5,\n name: 'image/png',\n extension: 'png',\n },\n JPEG: {\n id: 6,\n name: 'image/jpeg',\n extension: 'jpg',\n },\n XPNG: {\n id: 7,\n name: 'image/x-png',\n extension: 'png',\n },\n XLS: {\n id: 8,\n name: 'application/vnd.ms-excel',\n extension: 'xls',\n },\n ZIP: {\n id: 9,\n name: 'application/zip',\n extension: 'zip',\n },\n SEVENZIP: {\n id: 10,\n name: 'application/x-7z-compressed',\n extension: '7Z',\n },\n XLSX: {\n id: 11,\n name: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',\n extension: 'xlsx',\n },\n RAR: {\n id: 12,\n name: 'application/x-rar-compressed',\n extension: 'rar',\n },\n CSV: {\n id: 13,\n name: 'text/csv',\n extension: 'csv',\n },\n TXT: {\n id: 14,\n name: 'text/plain',\n extension: 'txt',\n },\n ODS: {\n id: 15,\n name: 'application/vnd.oasis.opendocument.spreadsheet',\n extension: 'ods',\n },\n ODP: {\n id: 16,\n name: 'application/vnd.oasis.opendocument.presentation',\n extension: 'odp',\n },\n TIFF: {\n id: 17,\n name: 'image/tiff',\n extension: 'tiff',\n },\n VCF: {\n id: 18,\n name: 'text/x-vcard',\n extension: 'VCF',\n },\n JPG: {\n id: 19,\n name: 'image/jpg',\n extension: 'jpg',\n },\n SVG: {\n id: 20,\n name: 'image/svg+xml',\n extension: 'svg',\n },\n XML: {\n id: 21,\n name: 'text/xml',\n extension: 'xml',\n },\n};"]}
@@ -7,5 +7,6 @@ export declare class CreateCustomerProviderOperation {
7
7
  idThirdParty: number;
8
8
  vat?: typeof Vat[keyof typeof Vat];
9
9
  isImmobilization?: boolean;
10
+ amountWithoutTaxesForNextExercice?: number;
10
11
  }
11
12
  //# sourceMappingURL=CreateCustomerProviderOperation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateCustomerProviderOperation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,6CAA6C,CAAC;AAC5F,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,qBAAa,+BAA+B;IAE1C,aAAa,EAAE,6BAA6B,CAAC;IAG7C,kBAAkB,EAAE,MAAM,CAAC;IAG3B,SAAS,EAAE,MAAM,CAAC;IAGlB,YAAY,EAAE,MAAM,CAAC;IAGrB,GAAG,CAAC,EAAE,OAAO,GAAG,CAAC,MAAM,OAAO,GAAG,CAAC,CAAC;IAGnC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B"}
1
+ {"version":3,"file":"CreateCustomerProviderOperation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,6CAA6C,CAAC;AAC5F,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,qBAAa,+BAA+B;IAE1C,aAAa,EAAE,6BAA6B,CAAC;IAG7C,kBAAkB,EAAE,MAAM,CAAC;IAG3B,SAAS,EAAE,MAAM,CAAC;IAGlB,YAAY,EAAE,MAAM,CAAC;IAGrB,GAAG,CAAC,EAAE,OAAO,GAAG,CAAC,MAAM,OAAO,GAAG,CAAC,CAAC;IAGnC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAG3B,iCAAiC,CAAC,EAAE,MAAM,CAAC;CAC5C"}
@@ -35,4 +35,8 @@ __decorate([
35
35
  ApiPropertyOptional(),
36
36
  __metadata("design:type", Boolean)
37
37
  ], CreateCustomerProviderOperation.prototype, "isImmobilization", void 0);
38
+ __decorate([
39
+ ApiPropertyOptional({ description: 'Montant hors taxe du prochain exercice' }),
40
+ __metadata("design:type", Number)
41
+ ], CreateCustomerProviderOperation.prototype, "amountWithoutTaxesForNextExercice", void 0);
38
42
  //# sourceMappingURL=CreateCustomerProviderOperation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateCustomerProviderOperation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,6BAA6B,EAAE,MAAM,6CAA6C,CAAC;AAG5F,MAAM,OAAO,+BAA+B;CAkB3C;AAhBC;IADC,WAAW,EAAE;;sEAC+B;AAG7C;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,mBAAmB,EAAE,CAAC;;2EACvB;AAG3B;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,2BAA2B,EAAE,CAAC;;kEACxC;AAGlB;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,qCAAqC,EAAE,CAAC;;qEAC/C;AAGrB;IADC,mBAAmB,EAAE;;4DACa;AAGnC;IADC,mBAAmB,EAAE;;yEACK","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}"]}
1
+ {"version":3,"file":"CreateCustomerProviderOperation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,6BAA6B,EAAE,MAAM,6CAA6C,CAAC;AAG5F,MAAM,OAAO,+BAA+B;CAqB3C;AAnBC;IADC,WAAW,EAAE;;sEAC+B;AAG7C;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,mBAAmB,EAAE,CAAC;;2EACvB;AAG3B;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,2BAA2B,EAAE,CAAC;;kEACxC;AAGlB;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,qCAAqC,EAAE,CAAC;;qEAC/C;AAGrB;IADC,mBAAmB,EAAE;;4DACa;AAGnC;IADC,mBAAmB,EAAE;;yEACK;AAG3B;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,wCAAwC,EAAE,CAAC;;0FACpC","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}"]}
@@ -0,0 +1,7 @@
1
+ export declare class InvoicesPrestashop {
2
+ order: string;
3
+ limit: number;
4
+ ids: number[];
5
+ idSociety: number;
6
+ }
7
+ //# sourceMappingURL=InvoicesPrestashop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvoicesPrestashop.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/InvoicesPrestashop.ts"],"names":[],"mappings":"AAEA,qBAAa,kBAAkB;IAE7B,KAAK,EAAE,MAAM,CAAC;IAEd,KAAK,EAAE,MAAM,CAAC;IAEd,GAAG,EAAE,MAAM,EAAE,CAAC;IAEd,SAAS,EAAE,MAAM,CAAC;CACnB"}
@@ -8,22 +8,22 @@ var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
10
  import { ApiPropertyOptional } from '../../../../utils';
11
- export class ImportInvoicesShopify {
11
+ export class InvoicesPrestashop {
12
12
  }
13
13
  __decorate([
14
14
  ApiPropertyOptional(),
15
15
  __metadata("design:type", String)
16
- ], ImportInvoicesShopify.prototype, "order", void 0);
16
+ ], InvoicesPrestashop.prototype, "order", void 0);
17
17
  __decorate([
18
18
  ApiPropertyOptional(),
19
19
  __metadata("design:type", Number)
20
- ], ImportInvoicesShopify.prototype, "limit", void 0);
20
+ ], InvoicesPrestashop.prototype, "limit", void 0);
21
21
  __decorate([
22
22
  ApiPropertyOptional(),
23
23
  __metadata("design:type", Array)
24
- ], ImportInvoicesShopify.prototype, "ids", void 0);
24
+ ], InvoicesPrestashop.prototype, "ids", void 0);
25
25
  __decorate([
26
26
  ApiPropertyOptional(),
27
27
  __metadata("design:type", Number)
28
- ], ImportInvoicesShopify.prototype, "idSociety", void 0);
29
- //# sourceMappingURL=ImportInvoicesShopify.js.map
28
+ ], InvoicesPrestashop.prototype, "idSociety", void 0);
29
+ //# sourceMappingURL=InvoicesPrestashop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvoicesPrestashop.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/InvoicesPrestashop.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,kBAAkB;CAS9B;AAPC;IADC,mBAAmB,EAAE;;iDACR;AAEd;IADC,mBAAmB,EAAE;;iDACR;AAEd;IADC,mBAAmB,EAAE;;+CACR;AAEd;IADC,mBAAmB,EAAE;;qDACJ","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"]}
@@ -0,0 +1,26 @@
1
+ import { PSObject } from './PSObject';
2
+ export interface PSAddress extends PSObject {
3
+ id_customer?: string | null;
4
+ id_manufacturer?: string | null;
5
+ id_supplier?: string | null;
6
+ id_warehouse?: string | null;
7
+ id_country?: string | null;
8
+ id_state?: string | null;
9
+ alias?: string | null;
10
+ company?: string | null;
11
+ lastname?: string | null;
12
+ firstname?: string | null;
13
+ vat_number?: string | null;
14
+ address1?: string | null;
15
+ address2?: string | null;
16
+ postcode?: string | null;
17
+ city?: string | null;
18
+ other?: string | null;
19
+ phone?: string | null;
20
+ phone_mobile?: string | null;
21
+ dni?: string | null;
22
+ deleted?: string | null;
23
+ date_add?: string | null;
24
+ date_upd?: string | null;
25
+ }
26
+ //# sourceMappingURL=PSAddress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PSAddress.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSAddress.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,SAAU,SAAQ,QAAQ;IACzC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC/B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACzB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PSAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PSAddress.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSAddress.ts"],"names":[],"mappings":"","sourcesContent":["import { PSObject } from './PSObject';\n\nexport interface PSAddress extends PSObject {\n id_customer?: string | null\n id_manufacturer?: string | null\n id_supplier?: string | null\n id_warehouse?: string | null\n id_country?: string | null\n id_state?: string | null\n alias?: string | null\n company?: string | null\n lastname?: string | null\n firstname?: string | null\n vat_number?: string | null\n address1?: string | null\n address2?: string | null\n postcode?: string | null\n city?: string | null\n other?: string | null\n phone?: string | null\n phone_mobile?: string | null\n dni?: string | null\n deleted?: string | null\n date_add?: string | null\n date_upd?: string | null\n}"]}
@@ -0,0 +1,15 @@
1
+ import { PSObject } from './PSObject';
2
+ export interface PSCountry extends PSObject {
3
+ id_zone?: string | null;
4
+ id_currency?: string | null;
5
+ call_prefix?: string | null;
6
+ iso_code?: string | null;
7
+ active?: string | null;
8
+ contains_states?: string | null;
9
+ need_identification_number?: string | null;
10
+ need_zip_code?: string | null;
11
+ zip_code_format?: string | null;
12
+ display_tax_label?: string | null;
13
+ name?: string | null;
14
+ }
15
+ //# sourceMappingURL=PSCountry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PSCountry.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSCountry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,SAAU,SAAQ,QAAQ;IACzC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC/B,0BAA0B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1C,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC7B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC/B,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACjC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACrB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PSCountry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PSCountry.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSCountry.ts"],"names":[],"mappings":"","sourcesContent":["import { PSObject } from './PSObject';\n\nexport interface PSCountry extends PSObject {\n id_zone?: string | null\n id_currency?: string | null\n call_prefix?: string | null\n iso_code?: string | null\n active?: string | null\n contains_states?: string | null\n need_identification_number?: string | null\n need_zip_code?: string | null\n zip_code_format?: string | null\n display_tax_label?: string | null\n name?: string | null\n}"]}
@@ -0,0 +1,4 @@
1
+ export interface PSObject {
2
+ id: number | null;
3
+ }
4
+ //# sourceMappingURL=PSObject.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PSObject.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSObject.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,GAAG,IAAI,CAAA;CAClB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PSObject.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PSObject.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSObject.ts"],"names":[],"mappings":"","sourcesContent":["export interface PSObject {\n id: number | null\n}"]}
@@ -0,0 +1,53 @@
1
+ import { PSObject } from './PSObject';
2
+ import { PSOrderRow } from './PSOrderRow';
3
+ export interface PSOrder extends PSObject {
4
+ id_address_delivery?: string | null;
5
+ id_address_invoice?: string | null;
6
+ id_cart?: string | null;
7
+ id_currency?: string | null;
8
+ id_lang?: string | null;
9
+ id_customer?: string | null;
10
+ id_carrier?: string | null;
11
+ current_state?: string | null;
12
+ module?: string | null;
13
+ invoice_number?: string | null;
14
+ invoice_date?: string | null;
15
+ delivery_number?: string | null;
16
+ delivery_date?: string | null;
17
+ valid?: string | null;
18
+ date_add?: string | null;
19
+ date_upd?: string | null;
20
+ shipping_number?: string | null;
21
+ id_shop_group?: string | null;
22
+ id_shop?: string | null;
23
+ secure_key?: string | null;
24
+ payment?: string | null;
25
+ recyclable?: string | null;
26
+ gift?: string | null;
27
+ gift_message?: string | null;
28
+ mobile_theme?: string | null;
29
+ total_discounts?: string | null;
30
+ total_discounts_tax_incl?: string | null;
31
+ total_discounts_tax_excl?: string | null;
32
+ total_paid?: string | null;
33
+ total_paid_tax_incl?: string | null;
34
+ total_paid_tax_excl?: string | null;
35
+ total_paid_real?: string | null;
36
+ total_products?: string | null;
37
+ total_products_wt?: string | null;
38
+ total_shipping?: string | null;
39
+ total_shipping_tax_incl?: string | null;
40
+ total_shipping_tax_excl?: string | null;
41
+ carrier_tax_rate?: string | null;
42
+ total_wrapping?: string | null;
43
+ total_wrapping_tax_incl?: string | null;
44
+ total_wrapping_tax_excl?: string | null;
45
+ round_mode?: string | null;
46
+ round_type?: string | null;
47
+ conversion_rate?: string | null;
48
+ reference?: string | null;
49
+ associations?: {
50
+ order_rows?: PSOrderRow[];
51
+ };
52
+ }
53
+ //# sourceMappingURL=PSOrder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PSOrder.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSOrder.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PSOrder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PSOrder.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSOrder.ts"],"names":[],"mappings":"","sourcesContent":["import { PSObject } from './PSObject';\nimport { PSOrderRow } from './PSOrderRow';\n\nexport interface PSOrder extends PSObject {\n id_address_delivery?: string | null\n id_address_invoice?: string | null\n id_cart?: string | null\n id_currency?: string | null\n id_lang?: string | null\n id_customer?: string | null\n id_carrier?: string | null\n current_state?: string | null\n module?: string | null\n invoice_number?: string | null\n invoice_date?: string | null\n delivery_number?: string | null\n delivery_date?: string | null\n valid?: string | null\n date_add?: string | null\n date_upd?: string | null\n shipping_number?: string | null\n id_shop_group?: string | null\n id_shop?: string | null\n secure_key?: string | null\n payment?: string | null\n recyclable?: string | null\n gift?: string | null\n gift_message?: string | null\n mobile_theme?: string | null\n total_discounts?: string | null\n total_discounts_tax_incl?: string | null\n total_discounts_tax_excl?: string | null\n total_paid?: string | null\n total_paid_tax_incl?: string | null\n total_paid_tax_excl?: string | null\n total_paid_real?: string | null\n total_products?: string | null\n total_products_wt?: string | null\n total_shipping?: string | null\n total_shipping_tax_incl?: string | null\n total_shipping_tax_excl?: string | null\n carrier_tax_rate?: string | null\n total_wrapping?: string | null\n total_wrapping_tax_incl?: string | null\n total_wrapping_tax_excl?: string | null\n round_mode?: string | null\n round_type?: string | null\n conversion_rate?: string | null\n reference?: string | null\n\n associations?: {\n order_rows?: PSOrderRow[]\n }\n}"]}
@@ -0,0 +1,16 @@
1
+ import { PSObject } from './PSObject';
2
+ export interface PSOrderRow extends PSObject {
3
+ product_id: string;
4
+ product_attribute_id: string;
5
+ product_quantity: string;
6
+ product_name: string;
7
+ product_reference: string;
8
+ product_ean13: string;
9
+ product_isbn: string;
10
+ product_upc: string;
11
+ product_price: string;
12
+ unit_price_tax_incl: string;
13
+ unit_price_tax_excl: string;
14
+ id_customization: string;
15
+ }
16
+ //# sourceMappingURL=PSOrderRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PSOrderRow.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSOrderRow.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,UAAW,SAAQ,QAAQ;IAC1C,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,gBAAgB,EAAE,MAAM,CAAA;CACzB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PSOrderRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PSOrderRow.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSOrderRow.ts"],"names":[],"mappings":"","sourcesContent":["import { PSObject } from './PSObject';\n\nexport interface PSOrderRow extends PSObject {\n product_id: string,\n product_attribute_id: string,\n product_quantity: string,\n product_name: string,\n product_reference: string,\n product_ean13: string,\n product_isbn: string,\n product_upc: string,\n product_price: string,\n unit_price_tax_incl: string,\n unit_price_tax_excl: string,\n id_customization: string\n}"]}
@@ -0,0 +1,7 @@
1
+ export declare class InvoicesShopify {
2
+ order: string;
3
+ limit: number;
4
+ ids: number[];
5
+ idSociety: number;
6
+ }
7
+ //# sourceMappingURL=InvoicesShopify.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvoicesShopify.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/InvoicesShopify.ts"],"names":[],"mappings":"AAEA,qBAAa,eAAe;IAE1B,KAAK,EAAE,MAAM,CAAC;IAEd,KAAK,EAAE,MAAM,CAAC;IAEd,GAAG,EAAE,MAAM,EAAE,CAAC;IAEd,SAAS,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,29 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiPropertyOptional } from '../../../../utils';
11
+ export class InvoicesShopify {
12
+ }
13
+ __decorate([
14
+ ApiPropertyOptional(),
15
+ __metadata("design:type", String)
16
+ ], InvoicesShopify.prototype, "order", void 0);
17
+ __decorate([
18
+ ApiPropertyOptional(),
19
+ __metadata("design:type", Number)
20
+ ], InvoicesShopify.prototype, "limit", void 0);
21
+ __decorate([
22
+ ApiPropertyOptional(),
23
+ __metadata("design:type", Array)
24
+ ], InvoicesShopify.prototype, "ids", void 0);
25
+ __decorate([
26
+ ApiPropertyOptional(),
27
+ __metadata("design:type", Number)
28
+ ], InvoicesShopify.prototype, "idSociety", void 0);
29
+ //# sourceMappingURL=InvoicesShopify.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvoicesShopify.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/InvoicesShopify.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,eAAe;CAS3B;AAPC;IADC,mBAAmB,EAAE;;8CACR;AAEd;IADC,mBAAmB,EAAE;;8CACR;AAEd;IADC,mBAAmB,EAAE;;4CACR;AAEd;IADC,mBAAmB,EAAE;;kDACJ","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"]}
@@ -20,5 +20,9 @@ export declare class CreateSociety {
20
20
  nafCode?: string;
21
21
  zipCode?: string;
22
22
  analyticsUtm?: AnalticsUtm;
23
+ confirmedAt?: string;
24
+ idFiscalRegime?: number;
25
+ profitsType?: number;
26
+ idTaxSystem?: number;
23
27
  }
24
28
  //# sourceMappingURL=CreateSociety.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,qBAAa,aAAa;IAExB,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAGhD,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,YAAY,CAAC,EAAE,WAAW,CAAC;CAC5B"}
1
+ {"version":3,"file":"CreateSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,qBAAa,aAAa;IAExB,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAGhD,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,YAAY,CAAC,EAAE,WAAW,CAAC;IAG3B,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -62,4 +62,20 @@ __decorate([
62
62
  ApiPropertyOptional(),
63
63
  __metadata("design:type", Object)
64
64
  ], CreateSociety.prototype, "analyticsUtm", void 0);
65
+ __decorate([
66
+ ApiPropertyOptional(),
67
+ __metadata("design:type", String)
68
+ ], CreateSociety.prototype, "confirmedAt", void 0);
69
+ __decorate([
70
+ ApiPropertyOptional(),
71
+ __metadata("design:type", Number)
72
+ ], CreateSociety.prototype, "idFiscalRegime", void 0);
73
+ __decorate([
74
+ ApiPropertyOptional(),
75
+ __metadata("design:type", Number)
76
+ ], CreateSociety.prototype, "profitsType", void 0);
77
+ __decorate([
78
+ ApiPropertyOptional(),
79
+ __metadata("design:type", Number)
80
+ ], CreateSociety.prototype, "idTaxSystem", void 0);
65
81
  //# sourceMappingURL=CreateSociety.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAQrE,MAAM,OAAO,aAAa;CAuCzB;AArCC;IADC,WAAW,EAAE;;6CACC;AAGf;IADC,WAAW,EAAE;;mDACO;AAGrB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;gDACH;AAGnB;IADC,mBAAmB,EAAE;;iDACF;AAGpB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;qDAC0B;AAGhD;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;mDACK","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}"]}
1
+ {"version":3,"file":"CreateSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAQrE,MAAM,OAAO,aAAa;CAmDzB;AAjDC;IADC,WAAW,EAAE;;6CACC;AAGf;IADC,WAAW,EAAE;;mDACO;AAGrB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;gDACH;AAGnB;IADC,mBAAmB,EAAE;;iDACF;AAGpB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;qDAC0B;AAGhD;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;mDACK;AAG3B;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD","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}"]}