@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.
- package/es/api/resources/Dashboard.d.ts +2 -1
- package/es/api/resources/Dashboard.d.ts.map +1 -1
- package/es/api/resources/Dashboard.js +3 -0
- package/es/api/resources/Dashboard.js.map +1 -1
- package/es/types/Enum/AccountingFileType.d.ts +8 -0
- package/es/types/Enum/AccountingFileType.d.ts.map +1 -0
- package/es/types/Enum/AccountingFileType.js +9 -0
- package/es/types/Enum/AccountingFileType.js.map +1 -0
- package/es/types/Enum/FileType.d.ts +108 -0
- package/es/types/Enum/FileType.d.ts.map +1 -0
- package/es/types/Enum/FileType.js +108 -0
- package/es/types/Enum/FileType.js.map +1 -0
- package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts +1 -0
- package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts.map +1 -1
- package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +4 -0
- package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -1
- package/es/types/Interface/api/dashboard/QueryDeadline.d.ts +6 -0
- package/es/types/Interface/api/dashboard/QueryDeadline.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/QueryDeadline.js +25 -0
- package/es/types/Interface/api/dashboard/QueryDeadline.js.map +1 -0
- package/es/types/Interface/api/dashboard/QueryGescom.d.ts +1 -0
- package/es/types/Interface/api/dashboard/QueryGescom.d.ts.map +1 -1
- package/es/types/Interface/api/dashboard/QueryGescom.js +4 -0
- package/es/types/Interface/api/dashboard/QueryGescom.js.map +1 -1
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts +6 -1
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts.map +1 -1
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
- package/es/types/Interface/api/dashboard/ReadDeadline.d.ts +17 -0
- package/es/types/Interface/api/dashboard/ReadDeadline.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/ReadDeadline.js +5 -0
- package/es/types/Interface/api/dashboard/ReadDeadline.js.map +1 -0
- package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts +2 -2
- package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +1 -1
- package/es/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
- package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts +2 -2
- package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +1 -1
- package/es/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
- package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts +7 -0
- package/es/types/Interface/api/prestashop/InvoicesPrestashop.d.ts.map +1 -0
- package/es/types/Interface/api/{shopify/ImportInvoicesShopify.js → prestashop/InvoicesPrestashop.js} +6 -6
- package/es/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -0
- package/es/types/Interface/api/prestashop/PSAddress.d.ts +26 -0
- package/es/types/Interface/api/prestashop/PSAddress.d.ts.map +1 -0
- package/es/types/Interface/api/prestashop/PSAddress.js +2 -0
- package/es/types/Interface/api/prestashop/PSAddress.js.map +1 -0
- package/es/types/Interface/api/prestashop/PSCountry.d.ts +15 -0
- package/es/types/Interface/api/prestashop/PSCountry.d.ts.map +1 -0
- package/es/types/Interface/api/prestashop/PSCountry.js +2 -0
- package/es/types/Interface/api/prestashop/PSCountry.js.map +1 -0
- package/es/types/Interface/api/prestashop/PSObject.d.ts +4 -0
- package/es/types/Interface/api/prestashop/PSObject.d.ts.map +1 -0
- package/es/types/Interface/api/prestashop/PSObject.js +2 -0
- package/es/types/Interface/api/prestashop/PSObject.js.map +1 -0
- package/es/types/Interface/api/prestashop/PSOrder.d.ts +53 -0
- package/es/types/Interface/api/prestashop/PSOrder.d.ts.map +1 -0
- package/es/types/Interface/api/prestashop/PSOrder.js +2 -0
- package/es/types/Interface/api/prestashop/PSOrder.js.map +1 -0
- package/es/types/Interface/api/prestashop/PSOrderRow.d.ts +16 -0
- package/es/types/Interface/api/prestashop/PSOrderRow.d.ts.map +1 -0
- package/es/types/Interface/api/prestashop/PSOrderRow.js +2 -0
- package/es/types/Interface/api/prestashop/PSOrderRow.js.map +1 -0
- package/es/types/Interface/api/shopify/InvoicesShopify.d.ts +7 -0
- package/es/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/InvoicesShopify.js +29 -0
- package/es/types/Interface/api/shopify/InvoicesShopify.js.map +1 -0
- package/es/types/Interface/api/shopify/ShopifyFinancialStatus.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/ShopifyFinancialStatus.js.map +1 -0
- package/es/types/Interface/api/shopify/ShopifyOrder.d.ts +1 -1
- package/es/types/Interface/api/shopify/ShopifyOrder.d.ts.map +1 -1
- package/es/types/Interface/api/shopify/ShopifyOrder.js.map +1 -1
- package/es/types/Interface/api/society/CreateSociety.d.ts +4 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/CreateSociety.js +16 -0
- package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/es/types/Interface/api/woocommerce/InvoicesWoocommerce.d.ts +7 -0
- package/es/types/Interface/api/woocommerce/InvoicesWoocommerce.d.ts.map +1 -0
- package/es/types/Interface/api/woocommerce/InvoicesWoocommerce.js +29 -0
- package/es/types/Interface/api/woocommerce/InvoicesWoocommerce.js.map +1 -0
- package/es/types/Interface/api/woocommerce/WCBilling.d.ts +14 -0
- package/es/types/Interface/api/woocommerce/WCBilling.d.ts.map +1 -0
- package/es/types/Interface/api/woocommerce/WCBilling.js +2 -0
- package/es/types/Interface/api/woocommerce/WCBilling.js.map +1 -0
- package/es/types/Interface/api/woocommerce/WCLineItem.d.ts +18 -0
- package/es/types/Interface/api/woocommerce/WCLineItem.d.ts.map +1 -0
- package/es/types/Interface/api/woocommerce/WCLineItem.js +2 -0
- package/es/types/Interface/api/woocommerce/WCLineItem.js.map +1 -0
- package/es/types/Interface/api/woocommerce/WCLinks.d.ts +7 -0
- package/es/types/Interface/api/woocommerce/WCLinks.d.ts.map +1 -0
- package/es/types/Interface/api/woocommerce/WCLinks.js +2 -0
- package/es/types/Interface/api/woocommerce/WCLinks.js.map +1 -0
- package/es/types/Interface/api/woocommerce/WCMetaData.d.ts +6 -0
- package/es/types/Interface/api/woocommerce/WCMetaData.d.ts.map +1 -0
- package/es/types/Interface/api/woocommerce/WCMetaData.js +2 -0
- package/es/types/Interface/api/woocommerce/WCMetaData.js.map +1 -0
- package/es/types/Interface/api/woocommerce/WCOrder.d.ts +50 -0
- package/es/types/Interface/api/woocommerce/WCOrder.d.ts.map +1 -0
- package/es/types/Interface/api/woocommerce/WCOrder.js +2 -0
- package/es/types/Interface/api/woocommerce/WCOrder.js.map +1 -0
- package/es/types/Interface/api/woocommerce/WCSelf.d.ts +4 -0
- package/es/types/Interface/api/woocommerce/WCSelf.d.ts.map +1 -0
- package/es/types/Interface/api/woocommerce/WCSelf.js +2 -0
- package/es/types/Interface/api/woocommerce/WCSelf.js.map +1 -0
- package/es/types/Interface/api/woocommerce/WCShiping.d.ts +13 -0
- package/es/types/Interface/api/woocommerce/WCShiping.d.ts.map +1 -0
- package/es/types/Interface/api/woocommerce/WCShiping.js +2 -0
- package/es/types/Interface/api/woocommerce/WCShiping.js.map +1 -0
- package/es/types/Interface/api/woocommerce/WCShippingLine.d.ts +12 -0
- package/es/types/Interface/api/woocommerce/WCShippingLine.d.ts.map +1 -0
- package/es/types/Interface/api/woocommerce/WCShippingLine.js +2 -0
- package/es/types/Interface/api/woocommerce/WCShippingLine.js.map +1 -0
- package/es/types/Interface/api/woocommerce/WCTaxes.d.ts +10 -0
- package/es/types/Interface/api/woocommerce/WCTaxes.d.ts.map +1 -0
- package/es/types/Interface/api/woocommerce/WCTaxes.js +2 -0
- package/es/types/Interface/api/woocommerce/WCTaxes.js.map +1 -0
- package/es/types/index.d.ts +16 -2
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +16 -2
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Dashboard.js +6 -0
- package/js/api/resources/Dashboard.js.map +1 -1
- package/js/types/Enum/AccountingFileType.js +15 -0
- package/js/types/Enum/AccountingFileType.js.map +1 -0
- package/js/types/Enum/FileType.js +113 -0
- package/js/types/Enum/FileType.js.map +1 -0
- package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +4 -0
- package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -1
- package/js/types/Interface/api/dashboard/QueryDeadline.js +31 -0
- package/js/types/Interface/api/dashboard/QueryDeadline.js.map +1 -0
- package/js/types/Interface/api/dashboard/QueryGescom.js +2 -0
- package/js/types/Interface/api/dashboard/QueryGescom.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadDeadline.js +14 -0
- package/js/types/Interface/api/dashboard/ReadDeadline.js.map +1 -0
- package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
- package/js/types/Interface/api/{shopify/ImportInvoicesShopify.js → prestashop/InvoicesPrestashop.js} +8 -8
- package/js/types/Interface/api/prestashop/InvoicesPrestashop.js.map +1 -0
- package/js/types/Interface/api/prestashop/PSAddress.js +6 -0
- package/js/types/Interface/api/prestashop/PSAddress.js.map +1 -0
- package/js/types/Interface/api/prestashop/PSCountry.js +6 -0
- package/js/types/Interface/api/prestashop/PSCountry.js.map +1 -0
- package/js/types/Interface/api/prestashop/PSObject.js +6 -0
- package/js/types/Interface/api/prestashop/PSObject.js.map +1 -0
- package/js/types/Interface/api/prestashop/PSOrder.js +6 -0
- package/js/types/Interface/api/prestashop/PSOrder.js.map +1 -0
- package/js/types/Interface/api/prestashop/PSOrderRow.js +6 -0
- package/js/types/Interface/api/prestashop/PSOrderRow.js.map +1 -0
- package/js/types/Interface/api/shopify/InvoicesShopify.js +33 -0
- package/js/types/Interface/api/shopify/InvoicesShopify.js.map +1 -0
- package/js/types/Interface/api/society/CreateSociety.js +8 -0
- package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/js/types/Interface/api/woocommerce/InvoicesWoocommerce.js +33 -0
- package/js/types/Interface/api/woocommerce/InvoicesWoocommerce.js.map +1 -0
- package/js/types/Interface/api/woocommerce/WCBilling.js +6 -0
- package/js/types/Interface/api/woocommerce/WCBilling.js.map +1 -0
- package/js/types/Interface/api/woocommerce/WCLineItem.js +6 -0
- package/js/types/Interface/api/woocommerce/WCLineItem.js.map +1 -0
- package/js/types/Interface/api/woocommerce/WCLinks.js +6 -0
- package/js/types/Interface/api/woocommerce/WCLinks.js.map +1 -0
- package/js/types/Interface/api/woocommerce/WCMetaData.js +6 -0
- package/js/types/Interface/api/woocommerce/WCMetaData.js.map +1 -0
- package/js/types/Interface/api/woocommerce/WCOrder.js +6 -0
- package/js/types/Interface/api/woocommerce/WCOrder.js.map +1 -0
- package/js/types/Interface/api/woocommerce/WCSelf.js +6 -0
- package/js/types/Interface/api/woocommerce/WCSelf.js.map +1 -0
- package/js/types/Interface/api/woocommerce/WCShiping.js +6 -0
- package/js/types/Interface/api/woocommerce/WCShiping.js.map +1 -0
- package/js/types/Interface/api/woocommerce/WCShippingLine.js +6 -0
- package/js/types/Interface/api/woocommerce/WCShippingLine.js.map +1 -0
- package/js/types/Interface/api/woocommerce/WCTaxes.js +6 -0
- package/js/types/Interface/api/woocommerce/WCTaxes.js.map +1 -0
- package/js/types/index.js +177 -9
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Dashboard.ts +6 -0
- package/ts/types/Enum/AccountingFileType.ts +7 -0
- package/ts/types/Enum/FileType.ts +107 -0
- package/ts/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.ts +3 -0
- package/ts/types/Interface/api/dashboard/QueryDeadline.ts +12 -0
- package/ts/types/Interface/api/dashboard/QueryGescom.ts +3 -0
- package/ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts +7 -1
- package/ts/types/Interface/api/dashboard/ReadDeadline.ts +17 -0
- package/ts/types/Interface/api/dashboard/ReadTopBuys.ts +2 -2
- package/ts/types/Interface/api/dashboard/ReadTopProviders.ts +2 -2
- package/ts/types/Interface/api/{shopify/ImportInvoicesShopify.ts → prestashop/InvoicesPrestashop.ts} +1 -1
- package/ts/types/Interface/api/prestashop/PSAddress.ts +26 -0
- package/ts/types/Interface/api/prestashop/PSCountry.ts +15 -0
- package/ts/types/Interface/api/prestashop/PSObject.ts +3 -0
- package/ts/types/Interface/api/prestashop/PSOrder.ts +54 -0
- package/ts/types/Interface/api/prestashop/PSOrderRow.ts +16 -0
- package/ts/types/Interface/api/shopify/InvoicesShopify.ts +12 -0
- package/ts/types/Interface/api/shopify/ShopifyOrder.ts +1 -3
- package/ts/types/Interface/api/society/CreateSociety.ts +12 -0
- package/ts/types/Interface/api/woocommerce/InvoicesWoocommerce.ts +12 -0
- package/ts/types/Interface/api/woocommerce/WCBilling.ts +13 -0
- package/ts/types/Interface/api/woocommerce/WCLineItem.ts +18 -0
- package/ts/types/Interface/api/woocommerce/WCLinks.ts +7 -0
- package/ts/types/Interface/api/woocommerce/WCMetaData.ts +5 -0
- package/ts/types/Interface/api/woocommerce/WCOrder.ts +50 -0
- package/ts/types/Interface/api/woocommerce/WCSelf.ts +3 -0
- package/ts/types/Interface/api/woocommerce/WCShiping.ts +12 -0
- package/ts/types/Interface/api/woocommerce/WCShippingLine.ts +12 -0
- package/ts/types/Interface/api/woocommerce/WCTaxes.ts +9 -0
- package/ts/types/index.ts +16 -2
- package/es/types/Enum/ShopifyFinancialStatus.d.ts.map +0 -1
- package/es/types/Enum/ShopifyFinancialStatus.js.map +0 -1
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts +0 -7
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts.map +0 -1
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.js.map +0 -1
- package/js/types/Interface/api/shopify/ImportInvoicesShopify.js.map +0 -1
- /package/es/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.d.ts +0 -0
- /package/es/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.js +0 -0
- /package/js/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.js +0 -0
- /package/js/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.js.map +0 -0
- /package/ts/types/{Enum → Interface/api/shopify}/ShopifyFinancialStatus.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
|
-
import { QueryBalanceBankAccount, QueryTurnoverProfitAndLoss, QueryVat, QueryTopBuys, QueryTopProviders, ReadTopProviders, ReadTurnoverProfitAndLoss, ReadBalanceBankAccount, ReadVat, ReadTopBuys, QueryGescom, ReadGescom } from '../../types';
|
|
2
|
+
import { QueryBalanceBankAccount, QueryTurnoverProfitAndLoss, QueryVat, QueryTopBuys, QueryTopProviders, ReadTopProviders, ReadTurnoverProfitAndLoss, ReadBalanceBankAccount, ReadVat, ReadTopBuys, QueryGescom, ReadGescom, QueryDeadline, ReadDeadline } from '../../types';
|
|
3
3
|
export declare class Dashboard extends Resource {
|
|
4
4
|
getTurnoverProfitAndLoss(params: QueryTurnoverProfitAndLoss): Promise<ReadTurnoverProfitAndLoss>;
|
|
5
5
|
getBalanceBankAccount(params: QueryBalanceBankAccount): Promise<ReadBalanceBankAccount>;
|
|
@@ -7,5 +7,6 @@ export declare class Dashboard extends Resource {
|
|
|
7
7
|
getGescom(params: QueryGescom): Promise<ReadGescom>;
|
|
8
8
|
getTopBuys(dates: QueryTopBuys): Promise<ReadTopBuys[]>;
|
|
9
9
|
getTopProviders(params: QueryTopProviders): Promise<ReadTopProviders[]>;
|
|
10
|
+
getDeadlines(params: QueryDeadline): Promise<ReadDeadline>;
|
|
10
11
|
}
|
|
11
12
|
//# sourceMappingURL=Dashboard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,uBAAuB,EACvB,0BAA0B,EAC1B,QAAQ,EACR,YAAY,EACZ,iBAAiB,EACjB,gBAAgB,EAChB,yBAAyB,EACzB,sBAAsB,EACtB,OAAO,EACP,WAAW,EACX,WAAW,EACX,UAAU,
|
|
1
|
+
{"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,uBAAuB,EACvB,0BAA0B,EAC1B,QAAQ,EACR,YAAY,EACZ,iBAAiB,EACjB,gBAAgB,EAChB,yBAAyB,EACzB,sBAAsB,EACtB,OAAO,EACP,WAAW,EACX,WAAW,EACX,UAAU,EACV,aAAa,EACb,YAAY,EACb,MAAM,aAAa,CAAC;AAGrB,qBAAa,SAAU,SAAQ,QAAQ;IACrC,wBAAwB,CACtB,MAAM,EAAE,0BAA0B,GACjC,OAAO,CAAC,yBAAyB,CAAC;IAIrC,qBAAqB,CACnB,MAAM,EAAE,uBAAuB,GAC9B,OAAO,CAAC,sBAAsB,CAAC;IAIlC,MAAM,CAAC,MAAM,EAAE,QAAQ,GAAG,OAAO,CAAC,OAAO,CAAC;IAI1C,SAAS,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,UAAU,CAAC;IAInD,UAAU,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IAIvD,eAAe,CAAC,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAIvE,YAAY,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC;CAG3D"}
|
|
@@ -19,5 +19,8 @@ export class Dashboard extends Resource {
|
|
|
19
19
|
getTopProviders(params) {
|
|
20
20
|
return this.axios.$get(`${ROUTE}/topProviders`, { params });
|
|
21
21
|
}
|
|
22
|
+
getDeadlines(params) {
|
|
23
|
+
return this.axios.$get(`${ROUTE}/deadlines`, { params });
|
|
24
|
+
}
|
|
22
25
|
}
|
|
23
26
|
//# sourceMappingURL=Dashboard.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dashboard.js","sourceRoot":"","sources":["../../../ts/api/resources/Dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Dashboard.js","sourceRoot":"","sources":["../../../ts/api/resources/Dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAkBvC,MAAM,KAAK,GAAG,WAAW,CAAC;AAC1B,MAAM,OAAO,SAAU,SAAQ,QAAQ;IACrC,wBAAwB,CACtB,MAAkC;QAElC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,wBAAwB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACvE,CAAC;IAED,qBAAqB,CACnB,MAA+B;QAE/B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,qBAAqB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IAED,MAAM,CAAC,MAAgB;QACrB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,MAAM,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,SAAS,CAAC,MAAmB;QAC3B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,SAAS,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACxD,CAAC;IAED,UAAU,CAAC,KAAmB;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,UAAU,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAChE,CAAC;IAED,eAAe,CAAC,MAAyB;QACvC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,eAAe,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED,YAAY,CAAC,MAAqB;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,YAAY,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC3D,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryBalanceBankAccount,\n QueryTurnoverProfitAndLoss,\n QueryVat,\n QueryTopBuys,\n QueryTopProviders,\n ReadTopProviders,\n ReadTurnoverProfitAndLoss,\n ReadBalanceBankAccount,\n ReadVat,\n ReadTopBuys,\n QueryGescom,\n ReadGescom,\n QueryDeadline,\n ReadDeadline,\n} from '../../types';\n\nconst ROUTE = 'dashboard';\nexport class Dashboard extends Resource {\n getTurnoverProfitAndLoss(\n params: QueryTurnoverProfitAndLoss,\n ): Promise<ReadTurnoverProfitAndLoss> {\n return this.axios.$get(`${ROUTE}/turnoverProfitAndLoss`, { params });\n }\n\n getBalanceBankAccount(\n params: QueryBalanceBankAccount,\n ): Promise<ReadBalanceBankAccount> {\n return this.axios.$get(`${ROUTE}/balanceBankAccount`, { params });\n }\n\n getVat(params: QueryVat): Promise<ReadVat> {\n return this.axios.$get(`${ROUTE}/vat`, { params });\n }\n\n getGescom(params: QueryGescom): Promise<ReadGescom> {\n return this.axios.$get(`${ROUTE}/gescom`, { params });\n }\n\n getTopBuys(dates: QueryTopBuys): Promise<ReadTopBuys[]> {\n return this.axios.$get(`${ROUTE}/topBuys`, { params: dates });\n }\n\n getTopProviders(params: QueryTopProviders): Promise<ReadTopProviders[]> {\n return this.axios.$get(`${ROUTE}/topProviders`, { params });\n }\n\n getDeadlines(params: QueryDeadline): Promise<ReadDeadline> {\n return this.axios.$get(`${ROUTE}/deadlines`, { params });\n }\n}\n"]}
|
|
@@ -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};"]}
|
package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts.map
CHANGED
|
@@ -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;
|
|
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
|
package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map
CHANGED
|
@@ -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;
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryDeadline.ts"],"names":[],"mappings":"AAEA,qBAAa,aAAa;IAExB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC3B"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { ApiProperty } from '../../../../utils';
|
|
11
|
+
export class QueryDeadline {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Object)
|
|
16
|
+
], QueryDeadline.prototype, "startDate", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
__metadata("design:type", Object)
|
|
20
|
+
], QueryDeadline.prototype, "endDate", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiProperty(),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], QueryDeadline.prototype, "datesType", void 0);
|
|
25
|
+
//# sourceMappingURL=QueryDeadline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryDeadline.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,aAAa;CASzB;AAPC;IADC,WAAW,EAAE;;gDACW;AAGzB;IADC,WAAW,EAAE;;8CACS;AAGvB;IADC,WAAW,EAAE;8BACF,KAAK;gDAAS","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}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGescom.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":"AAEA,qBAAa,WAAW;IAEtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,MAAM,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"QueryGescom.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":"AAEA,qBAAa,WAAW;IAEtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
|
|
@@ -26,4 +26,8 @@ __decorate([
|
|
|
26
26
|
ApiPropertyOptional(),
|
|
27
27
|
__metadata("design:type", Boolean)
|
|
28
28
|
], QueryGescom.prototype, "isLate", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional(),
|
|
31
|
+
__metadata("design:type", Boolean)
|
|
32
|
+
], QueryGescom.prototype, "isCanceled", void 0);
|
|
29
33
|
//# sourceMappingURL=QueryGescom.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryGescom.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,WAAW;
|
|
1
|
+
{"version":3,"file":"QueryGescom.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryGescom.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,WAAW;CAevB;AAbC;IADC,WAAW,EAAE;;8CACW;AAGzB;IADC,WAAW,EAAE;;4CACS;AAGvB;IADC,mBAAmB,EAAE;;2CACL;AAGjB;IADC,mBAAmB,EAAE;;2CACL;AAGjB;IADC,mBAAmB,EAAE;;+CACD","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}"]}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
export declare class ReadBalanceBankAccount {
|
|
2
2
|
periodicity: string;
|
|
3
3
|
nb: number;
|
|
4
|
-
balancesBankDatas:
|
|
4
|
+
balancesBankDatas: BankAccountData[][];
|
|
5
5
|
labels: string[];
|
|
6
|
+
totalBalances?: TotalBalances[];
|
|
6
7
|
}
|
|
8
|
+
export declare type TotalBalances = {
|
|
9
|
+
idBankAccount: number;
|
|
10
|
+
balance: number;
|
|
11
|
+
};
|
|
7
12
|
export declare class BankAccountData {
|
|
8
13
|
idBankAccount?: number;
|
|
9
14
|
noData?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadBalanceBankAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":"AAAA,qBAAa,sBAAsB;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"ReadBalanceBankAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":"AAAA,qBAAa,sBAAsB;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,iBAAiB,EAAE,eAAe,EAAE,EAAE,CAAC;IACvC,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,aAAa,CAAC,EAAE,aAAa,EAAE,CAAC;CACjC;AAED,oBAAY,aAAa,GAAG;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,qBAAa,eAAe;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadBalanceBankAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,sBAAsB;
|
|
1
|
+
{"version":3,"file":"ReadBalanceBankAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,sBAAsB;CAMlC;AAOD,MAAM,OAAO,eAAe;CAM3B","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"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class ReadDeadline {
|
|
2
|
+
vat?: Array<string>;
|
|
3
|
+
cfe?: Array<string>;
|
|
4
|
+
tvs?: Array<string>;
|
|
5
|
+
balanceSheetClosing?: Array<string>;
|
|
6
|
+
submittingBalanceSheetTaxPurpose?: Array<string>;
|
|
7
|
+
incomeTax?: Array<string>;
|
|
8
|
+
PVAG?: Array<string>;
|
|
9
|
+
CVAE?: CVAEType;
|
|
10
|
+
isSoldes?: Array<string>;
|
|
11
|
+
isDeposits?: Array<string>;
|
|
12
|
+
}
|
|
13
|
+
export declare class CVAEType {
|
|
14
|
+
deposit: Array<string>;
|
|
15
|
+
declaration: Array<string>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=ReadDeadline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadDeadline.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAY;IACvB,GAAG,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACpB,GAAG,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACpB,GAAG,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACpB,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACpC,gCAAgC,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACjD,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACzB,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED,qBAAa,QAAQ;IACnB,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACvB,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadDeadline.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,YAAY;CAWxB;AAED,MAAM,OAAO,QAAQ;CAGpB","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}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTopBuys.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IACtB,
|
|
1
|
+
{"version":3,"file":"ReadTopBuys.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTopBuys.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,WAAW;CAOvB","sourcesContent":["export class ReadTopBuys {\n
|
|
1
|
+
{"version":3,"file":"ReadTopBuys.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,WAAW;CAOvB","sourcesContent":["export class ReadTopBuys {\n icon: string;\n color: string;\n id: number;\n name: string;\n amount: number;\n iconPNG: string;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTopProviders.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":"AAAA,qBAAa,gBAAgB;IAC3B,
|
|
1
|
+
{"version":3,"file":"ReadTopProviders.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":"AAAA,qBAAa,gBAAgB;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTopProviders.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,gBAAgB;CAO5B","sourcesContent":["export class ReadTopProviders {\n
|
|
1
|
+
{"version":3,"file":"ReadTopProviders.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,gBAAgB;CAO5B","sourcesContent":["export class ReadTopProviders {\n icon: string;\n color: string;\n company: string;\n idThirdParty: number;\n amount: number;\n iconPNG: string;\n}"]}
|
|
@@ -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"}
|
package/es/types/Interface/api/{shopify/ImportInvoicesShopify.js → prestashop/InvoicesPrestashop.js}
RENAMED
|
@@ -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
|
|
11
|
+
export class InvoicesPrestashop {
|
|
12
12
|
}
|
|
13
13
|
__decorate([
|
|
14
14
|
ApiPropertyOptional(),
|
|
15
15
|
__metadata("design:type", String)
|
|
16
|
-
],
|
|
16
|
+
], InvoicesPrestashop.prototype, "order", void 0);
|
|
17
17
|
__decorate([
|
|
18
18
|
ApiPropertyOptional(),
|
|
19
19
|
__metadata("design:type", Number)
|
|
20
|
-
],
|
|
20
|
+
], InvoicesPrestashop.prototype, "limit", void 0);
|
|
21
21
|
__decorate([
|
|
22
22
|
ApiPropertyOptional(),
|
|
23
23
|
__metadata("design:type", Array)
|
|
24
|
-
],
|
|
24
|
+
], InvoicesPrestashop.prototype, "ids", void 0);
|
|
25
25
|
__decorate([
|
|
26
26
|
ApiPropertyOptional(),
|
|
27
27
|
__metadata("design:type", Number)
|
|
28
|
-
],
|
|
29
|
-
//# sourceMappingURL=
|
|
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 @@
|
|
|
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}"]}
|