@silexpert/core 0.4.43 → 0.4.46
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 +6 -3
- package/es/api/resources/dashboard.d.ts.map +1 -1
- package/es/api/resources/dashboard.js +12 -2
- package/es/api/resources/dashboard.js.map +1 -1
- package/es/types/Enum/ShopifyFinancialStatus.d.ts +2 -0
- package/es/types/Enum/ShopifyFinancialStatus.d.ts.map +1 -0
- package/es/types/Enum/ShopifyFinancialStatus.js +2 -0
- package/es/types/Enum/ShopifyFinancialStatus.js.map +1 -0
- package/es/types/Enum/StockType.js +1 -1
- package/es/types/Enum/StockType.js.map +1 -1
- package/es/types/Enum/TransactionKind.d.ts +2 -0
- package/es/types/Enum/TransactionKind.d.ts.map +1 -0
- package/es/types/Enum/TransactionKind.js +2 -0
- package/es/types/Enum/TransactionKind.js.map +1 -0
- package/es/types/Enum/TransactionStatus.d.ts +2 -0
- package/es/types/Enum/TransactionStatus.d.ts.map +1 -0
- package/es/types/Enum/TransactionStatus.js +2 -0
- package/es/types/Enum/TransactionStatus.js.map +1 -0
- package/es/types/Interface/api/crisp/GetCrisp.d.ts +42 -0
- package/es/types/Interface/api/crisp/GetCrisp.d.ts.map +1 -0
- package/es/types/Interface/api/crisp/GetCrisp.js +2 -0
- package/es/types/Interface/api/crisp/GetCrisp.js.map +1 -0
- package/es/types/Interface/api/dashboard/QueryTopBuys.d.ts +5 -0
- package/es/types/Interface/api/dashboard/QueryTopBuys.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/QueryTopBuys.js +21 -0
- package/es/types/Interface/api/dashboard/QueryTopBuys.js.map +1 -0
- package/es/types/Interface/api/dashboard/QueryTopProviders.d.ts +5 -0
- package/es/types/Interface/api/dashboard/QueryTopProviders.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/QueryTopProviders.js +21 -0
- package/es/types/Interface/api/dashboard/QueryTopProviders.js.map +1 -0
- package/es/types/Interface/api/dashboard/QueryVat.d.ts +5 -0
- package/es/types/Interface/api/dashboard/QueryVat.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/QueryVat.js +21 -0
- package/es/types/Interface/api/dashboard/QueryVat.js.map +1 -0
- package/es/types/Interface/api/dashboard/{ResultBalanceBankAccount.d.ts → ReadBalanceBankAccount.d.ts} +2 -2
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js +5 -0
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -0
- package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts +6 -0
- package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/ReadTopBuys.js +3 -0
- package/es/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -0
- package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts +6 -0
- package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/ReadTopProviders.js +3 -0
- package/es/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -0
- package/es/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.d.ts → ReadTurnOverProfitAndLoss.d.ts} +2 -2
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js +7 -0
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +1 -0
- package/es/types/Interface/api/dashboard/ReadVat.d.ts +11 -0
- package/es/types/Interface/api/dashboard/ReadVat.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/ReadVat.js +5 -0
- package/es/types/Interface/api/dashboard/ReadVat.js.map +1 -0
- package/es/types/Interface/api/pdf/BillingDocumentData.d.ts +22 -20
- package/es/types/Interface/api/pdf/BillingDocumentData.d.ts.map +1 -1
- package/es/types/Interface/api/pdf/BillingDocumentData.js.map +1 -1
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts +5 -0
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.js +21 -0
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -0
- package/es/types/Interface/api/shopify/ShopifyOrder.d.ts +366 -0
- package/es/types/Interface/api/shopify/ShopifyOrder.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/ShopifyOrder.js +2 -0
- package/es/types/Interface/api/shopify/ShopifyOrder.js.map +1 -0
- package/es/types/Interface/api/shopify/address.d.ts +72 -0
- package/es/types/Interface/api/shopify/address.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/address.js +2 -0
- package/es/types/Interface/api/shopify/address.js.map +1 -0
- package/es/types/Interface/api/shopify/base.d.ts +11 -0
- package/es/types/Interface/api/shopify/base.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/base.js +2 -0
- package/es/types/Interface/api/shopify/base.js.map +1 -0
- package/es/types/Interface/api/shopify/client_details.d.ts +28 -0
- package/es/types/Interface/api/shopify/client_details.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/client_details.js +2 -0
- package/es/types/Interface/api/shopify/client_details.js.map +1 -0
- package/es/types/Interface/api/shopify/customer.d.ts +99 -0
- package/es/types/Interface/api/shopify/customer.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/customer.js +2 -0
- package/es/types/Interface/api/shopify/customer.js.map +1 -0
- package/es/types/Interface/api/shopify/discount_allocation.d.ts +17 -0
- package/es/types/Interface/api/shopify/discount_allocation.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/discount_allocation.js +2 -0
- package/es/types/Interface/api/shopify/discount_allocation.js.map +1 -0
- package/es/types/Interface/api/shopify/discount_application.d.ts +74 -0
- package/es/types/Interface/api/shopify/discount_application.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/discount_application.js +2 -0
- package/es/types/Interface/api/shopify/discount_application.js.map +1 -0
- package/es/types/Interface/api/shopify/discount_code.d.ts +16 -0
- package/es/types/Interface/api/shopify/discount_code.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/discount_code.js +2 -0
- package/es/types/Interface/api/shopify/discount_code.js.map +1 -0
- package/es/types/Interface/api/shopify/fulfillment.d.ts +93 -0
- package/es/types/Interface/api/shopify/fulfillment.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/fulfillment.js +2 -0
- package/es/types/Interface/api/shopify/fulfillment.js.map +1 -0
- package/es/types/Interface/api/shopify/line_item.d.ts +126 -0
- package/es/types/Interface/api/shopify/line_item.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/line_item.js +2 -0
- package/es/types/Interface/api/shopify/line_item.js.map +1 -0
- package/es/types/Interface/api/shopify/line_item_property.d.ts +12 -0
- package/es/types/Interface/api/shopify/line_item_property.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/line_item_property.js +2 -0
- package/es/types/Interface/api/shopify/line_item_property.js.map +1 -0
- package/es/types/Interface/api/shopify/location.d.ts +57 -0
- package/es/types/Interface/api/shopify/location.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/location.js +2 -0
- package/es/types/Interface/api/shopify/location.js.map +1 -0
- package/es/types/Interface/api/shopify/note_attribute.d.ts +11 -0
- package/es/types/Interface/api/shopify/note_attribute.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/note_attribute.js +2 -0
- package/es/types/Interface/api/shopify/note_attribute.js.map +1 -0
- package/es/types/Interface/api/shopify/payment_details.d.ts +9 -0
- package/es/types/Interface/api/shopify/payment_details.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/payment_details.js +2 -0
- package/es/types/Interface/api/shopify/payment_details.js.map +1 -0
- package/es/types/Interface/api/shopify/price_set.d.ts +11 -0
- package/es/types/Interface/api/shopify/price_set.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/price_set.js +2 -0
- package/es/types/Interface/api/shopify/price_set.js.map +1 -0
- package/es/types/Interface/api/shopify/refund.d.ts +140 -0
- package/es/types/Interface/api/shopify/refund.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/refund.js +2 -0
- package/es/types/Interface/api/shopify/refund.js.map +1 -0
- package/es/types/Interface/api/shopify/shipping_line.d.ts +59 -0
- package/es/types/Interface/api/shopify/shipping_line.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/shipping_line.js +2 -0
- package/es/types/Interface/api/shopify/shipping_line.js.map +1 -0
- package/es/types/Interface/api/shopify/tax_line.d.ts +22 -0
- package/es/types/Interface/api/shopify/tax_line.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/tax_line.js +2 -0
- package/es/types/Interface/api/shopify/tax_line.js.map +1 -0
- package/es/types/Interface/api/shopify/transaction.d.ts +103 -0
- package/es/types/Interface/api/shopify/transaction.d.ts.map +1 -0
- package/es/types/Interface/api/shopify/transaction.js +2 -0
- package/es/types/Interface/api/shopify/transaction.js.map +1 -0
- package/es/types/Interface/models/IAccountingFile.d.ts +1 -1
- package/es/types/Interface/models/IAccountingFile.js.map +1 -1
- package/es/types/Interface/models/IEngagementAccountingFile.d.ts +1 -1
- package/es/types/Interface/models/IEngagementAccountingFile.js.map +1 -1
- package/es/types/Interface/models/ISocietyGescom.d.ts +29 -29
- package/es/types/Interface/models/ISocietyGescom.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyGescom.js.map +1 -1
- package/es/types/index.d.ts +12 -2
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +12 -2
- package/es/types/index.js.map +1 -1
- package/js/api/resources/dashboard.js +22 -2
- package/js/api/resources/dashboard.js.map +1 -1
- package/js/types/Enum/ShopifyFinancialStatus.js +6 -0
- package/js/types/Enum/ShopifyFinancialStatus.js.map +1 -0
- package/js/types/Enum/StockType.js +1 -1
- package/js/types/Enum/StockType.js.map +1 -1
- package/js/types/Enum/TransactionKind.js +6 -0
- package/js/types/Enum/TransactionKind.js.map +1 -0
- package/js/types/Enum/TransactionStatus.js +6 -0
- package/js/types/Enum/TransactionStatus.js.map +1 -0
- package/js/types/Interface/api/crisp/GetCrisp.js +6 -0
- package/js/types/Interface/api/crisp/GetCrisp.js.map +1 -0
- package/js/types/Interface/api/dashboard/QueryTopBuys.js +29 -0
- package/js/types/Interface/api/dashboard/QueryTopBuys.js.map +1 -0
- package/js/types/Interface/api/dashboard/QueryTopProviders.js +29 -0
- package/js/types/Interface/api/dashboard/QueryTopProviders.js.map +1 -0
- package/js/types/Interface/api/dashboard/QueryVat.js +29 -0
- package/js/types/Interface/api/dashboard/QueryVat.js.map +1 -0
- package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js +14 -0
- package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -0
- package/js/types/Interface/api/dashboard/ReadTopBuys.js +10 -0
- package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -0
- package/js/types/Interface/api/dashboard/ReadTopProviders.js +10 -0
- package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -0
- package/js/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.js → ReadTurnOverProfitAndLoss.js} +3 -3
- package/js/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +1 -0
- package/js/types/Interface/api/dashboard/ReadVat.js +14 -0
- package/js/types/Interface/api/dashboard/ReadVat.js.map +1 -0
- package/js/types/Interface/api/shopify/ImportInvoicesShopify.js +29 -0
- package/js/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -0
- package/js/types/Interface/api/shopify/ShopifyOrder.js +6 -0
- package/js/types/Interface/api/shopify/ShopifyOrder.js.map +1 -0
- package/js/types/Interface/api/shopify/address.js +6 -0
- package/js/types/Interface/api/shopify/address.js.map +1 -0
- package/js/types/Interface/api/shopify/base.js +6 -0
- package/js/types/Interface/api/shopify/base.js.map +1 -0
- package/js/types/Interface/api/shopify/client_details.js +6 -0
- package/js/types/Interface/api/shopify/client_details.js.map +1 -0
- package/js/types/Interface/api/shopify/customer.js +6 -0
- package/js/types/Interface/api/shopify/customer.js.map +1 -0
- package/js/types/Interface/api/shopify/discount_allocation.js +6 -0
- package/js/types/Interface/api/shopify/discount_allocation.js.map +1 -0
- package/js/types/Interface/api/shopify/discount_application.js +6 -0
- package/js/types/Interface/api/shopify/discount_application.js.map +1 -0
- package/js/types/Interface/api/shopify/discount_code.js +6 -0
- package/js/types/Interface/api/shopify/discount_code.js.map +1 -0
- package/js/types/Interface/api/shopify/fulfillment.js +6 -0
- package/js/types/Interface/api/shopify/fulfillment.js.map +1 -0
- package/js/types/Interface/api/shopify/line_item.js +6 -0
- package/js/types/Interface/api/shopify/line_item.js.map +1 -0
- package/js/types/Interface/api/shopify/line_item_property.js +6 -0
- package/js/types/Interface/api/shopify/line_item_property.js.map +1 -0
- package/js/types/Interface/api/shopify/location.js +6 -0
- package/js/types/Interface/api/shopify/location.js.map +1 -0
- package/js/types/Interface/api/shopify/note_attribute.js +6 -0
- package/js/types/Interface/api/shopify/note_attribute.js.map +1 -0
- package/js/types/Interface/api/shopify/payment_details.js +6 -0
- package/js/types/Interface/api/shopify/payment_details.js.map +1 -0
- package/js/types/Interface/api/shopify/price_set.js +6 -0
- package/js/types/Interface/api/shopify/price_set.js.map +1 -0
- package/js/types/Interface/api/shopify/refund.js +6 -0
- package/js/types/Interface/api/shopify/refund.js.map +1 -0
- package/js/types/Interface/api/shopify/shipping_line.js +6 -0
- package/js/types/Interface/api/shopify/shipping_line.js.map +1 -0
- package/js/types/Interface/api/shopify/tax_line.js +6 -0
- package/js/types/Interface/api/shopify/tax_line.js.map +1 -0
- package/js/types/Interface/api/shopify/transaction.js +6 -0
- package/js/types/Interface/api/shopify/transaction.js.map +1 -0
- package/js/types/index.js +126 -6
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/dashboard.ts +32 -6
- package/ts/types/Enum/ShopifyFinancialStatus.ts +11 -0
- package/ts/types/Enum/StockType.ts +1 -1
- package/ts/types/Enum/TransactionKind.ts +7 -0
- package/ts/types/Enum/TransactionStatus.ts +6 -0
- package/ts/types/Interface/api/crisp/GetCrisp.ts +46 -0
- package/ts/types/Interface/api/dashboard/QueryTopBuys.ts +9 -0
- package/ts/types/Interface/api/dashboard/QueryTopProviders.ts +9 -0
- package/ts/types/Interface/api/dashboard/QueryVat.ts +9 -0
- package/ts/types/Interface/api/dashboard/{ResultBalanceBankAccount.ts → ReadBalanceBankAccount.ts} +1 -1
- package/ts/types/Interface/api/dashboard/ReadTopBuys.ts +5 -0
- package/ts/types/Interface/api/dashboard/ReadTopProviders.ts +5 -0
- package/ts/types/Interface/api/dashboard/{ResultTurnOverProfitAndLoss.ts → ReadTurnOverProfitAndLoss.ts} +1 -1
- package/ts/types/Interface/api/dashboard/ReadVat.ts +11 -0
- package/ts/types/Interface/api/pdf/BillingDocumentData.ts +22 -20
- package/ts/types/Interface/api/shopify/ImportInvoicesShopify.ts +8 -0
- package/ts/types/Interface/api/shopify/ShopifyOrder.ts +436 -0
- package/ts/types/Interface/api/shopify/address.ts +88 -0
- package/ts/types/Interface/api/shopify/base.ts +10 -0
- package/ts/types/Interface/api/shopify/client_details.ts +33 -0
- package/ts/types/Interface/api/shopify/customer.ts +125 -0
- package/ts/types/Interface/api/shopify/discount_allocation.ts +19 -0
- package/ts/types/Interface/api/shopify/discount_application.ts +83 -0
- package/ts/types/Interface/api/shopify/discount_code.ts +18 -0
- package/ts/types/Interface/api/shopify/fulfillment.ts +110 -0
- package/ts/types/Interface/api/shopify/line_item.ts +153 -0
- package/ts/types/Interface/api/shopify/line_item_property.ts +13 -0
- package/ts/types/Interface/api/shopify/location.ts +69 -0
- package/ts/types/Interface/api/shopify/note_attribute.ts +11 -0
- package/ts/types/Interface/api/shopify/payment_details.ts +13 -0
- package/ts/types/Interface/api/shopify/price_set.ts +10 -0
- package/ts/types/Interface/api/shopify/refund.ts +142 -0
- package/ts/types/Interface/api/shopify/shipping_line.ts +71 -0
- package/ts/types/Interface/api/shopify/tax_line.ts +25 -0
- package/ts/types/Interface/api/shopify/transaction.ts +123 -0
- package/ts/types/Interface/models/IAccountingFile.ts +1 -1
- package/ts/types/Interface/models/IEngagementAccountingFile.ts +1 -1
- package/ts/types/Interface/models/ISocietyGescom.ts +29 -29
- package/ts/types/index.ts +12 -2
- package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.d.ts.map +0 -1
- package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.js +0 -5
- package/es/types/Interface/api/dashboard/ResultBalanceBankAccount.js.map +0 -1
- package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.d.ts.map +0 -1
- package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js +0 -7
- package/es/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js.map +0 -1
- package/js/types/Interface/api/dashboard/ResultBalanceBankAccount.js +0 -14
- package/js/types/Interface/api/dashboard/ResultBalanceBankAccount.js.map +0 -1
- package/js/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.js.map +0 -1
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
|
-
import { QueryBalanceBankAccount, QueryTurnoverProfitAndLoss,
|
|
2
|
+
import { QueryBalanceBankAccount, QueryTurnoverProfitAndLoss, QueryVat, QueryTopBuys, QueryTopProviders, ReadTopProviders, ReadTurnoverProfitAndLoss, ReadBalanceBankAccount, ReadVat, ReadTopBuys } from '../../types';
|
|
3
3
|
export declare class Dashboard extends Resource {
|
|
4
|
-
getTurnoverProfitAndLoss(params: QueryTurnoverProfitAndLoss): Promise<
|
|
5
|
-
getBalanceBankAccount(params: QueryBalanceBankAccount): Promise<
|
|
4
|
+
getTurnoverProfitAndLoss(params: QueryTurnoverProfitAndLoss): Promise<ReadTurnoverProfitAndLoss>;
|
|
5
|
+
getBalanceBankAccount(params: QueryBalanceBankAccount): Promise<ReadBalanceBankAccount[]>;
|
|
6
|
+
getTva(dates: QueryVat): Promise<ReadVat>;
|
|
7
|
+
getTopBuys(dates: QueryTopBuys): Promise<ReadTopBuys[]>;
|
|
8
|
+
getTopProviders(params: QueryTopProviders): Promise<ReadTopProviders[]>;
|
|
6
9
|
}
|
|
7
10
|
//# 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,
|
|
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,EACZ,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,EAAE,CAAC;IAIpC,MAAM,CAAC,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAC,OAAO,CAAC;IAIzC,UAAU,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IAIvD,eAAe,CAAC,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;CAGxE"}
|
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
|
+
const ROUTE = 'dashboard';
|
|
2
3
|
export class Dashboard extends Resource {
|
|
3
4
|
getTurnoverProfitAndLoss(params) {
|
|
4
|
-
return this.axios.$get(
|
|
5
|
+
return this.axios.$get(`${ROUTE}/turnoverProfitAndLoss`, { params });
|
|
5
6
|
}
|
|
6
7
|
getBalanceBankAccount(params) {
|
|
7
|
-
return this.axios.$get(
|
|
8
|
+
return this.axios.$get(`${ROUTE}/balanceBankAccount`, { params });
|
|
9
|
+
}
|
|
10
|
+
getTva(dates) {
|
|
11
|
+
return this.axios.get(`${ROUTE}/vat`, { params: dates });
|
|
12
|
+
}
|
|
13
|
+
getTopBuys(dates) {
|
|
14
|
+
return this.axios.$get(`${ROUTE}/topBuys`, { params: dates });
|
|
15
|
+
}
|
|
16
|
+
getTopProviders(params) {
|
|
17
|
+
return this.axios.$get(`${ROUTE}/topProviders`, { params });
|
|
8
18
|
}
|
|
9
19
|
}
|
|
10
20
|
//# 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;AAcvC,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,KAAe;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,KAAK,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAC3D,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;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} 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 getTva(dates: QueryVat): Promise<ReadVat> {\n return this.axios.get(`${ROUTE}/vat`, { params: dates });\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"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShopifyFinancialStatus.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/ShopifyFinancialStatus.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe,GACvB,YAAY,GACZ,SAAS,GACT,MAAM,GACN,gBAAgB,GAChB,UAAU,GACV,QAAQ,GACR,oBAAoB,GACpB,QAAQ,GACR,KAAK,GACL,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShopifyFinancialStatus.js","sourceRoot":"","sources":["../../../ts/types/Enum/ShopifyFinancialStatus.ts"],"names":[],"mappings":"","sourcesContent":["export type FinancialStatus =\n | 'authorized'\n | 'pending'\n | 'paid'\n | 'partially_paid'\n | 'refunded'\n | 'voided'\n | 'partially_refunded'\n | 'unpaid'\n | 'any'\n | string;\n"]}
|
|
@@ -39,7 +39,7 @@ export const StockType = {
|
|
|
39
39
|
designation: 'Stock de travaux de production en cours',
|
|
40
40
|
idAccount: 352,
|
|
41
41
|
idAccountVariation: 422,
|
|
42
|
-
idAccountDepreciation:
|
|
42
|
+
idAccountDepreciation: 386,
|
|
43
43
|
},
|
|
44
44
|
STOCK_PRODUITS_SERVICE_EN_COURS: {
|
|
45
45
|
designation: 'Stock de produit et service en cours',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StockType.js","sourceRoot":"","sources":["../../../ts/types/Enum/StockType.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,SAAS,GAAmB;IACvC,sBAAsB,EAAE;QACtB,WAAW,EAAE,2BAA2B;QACxC,SAAS,EAAE,EAAE;QACb,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,yBAAyB,EAAE;QACzB,WAAW,EAAE,8BAA8B;QAC3C,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,4BAA4B,EAAE;QAC5B,WAAW,EAAE,iCAAiC;QAC9C,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,eAAe,EAAE;QACf,WAAW,EAAE,iBAAiB;QAC9B,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,iBAAiB,EAAE;QACjB,WAAW,EAAE,sBAAsB;QACnC,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,kCAAkC,EAAE;QAClC,WAAW,EAAE,0CAA0C;QACvD,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,iCAAiC,EAAE;QACjC,WAAW,EAAE,yCAAyC;QACtD,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,+BAA+B,EAAE;QAC/B,WAAW,EAAE,sCAAsC;QACnD,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,iCAAiC,EAAE;QACjC,WAAW,EAAE,yCAAyC;QACtD,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,mBAAmB,EAAE;QACnB,WAAW,EAAE,yBAAyB;QACtC,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,kBAAkB,EAAE;QAClB,SAAS,EAAE,GAAG;QACd,iBAAiB,EAAE,GAAG;KACvB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,sBAAsB,EAAE,aAAa;IACrC,yBAAyB,EAAE,qBAAqB;IAChD,4BAA4B,EAAE,aAAa;IAC3C,eAAe,EAAE,WAAW;IAC5B,iBAAiB,EAAE,cAAc;IACjC,kCAAkC,EAAE,sBAAsB;IAC1D,iCAAiC,EAAE,gBAAgB;IACnD,+BAA+B,EAAE,sBAAsB;IACvD,iCAAiC,EAAE,oBAAoB;IACvD,mBAAmB,EAAE,kBAAkB;CACxC,CAAC","sourcesContent":["import { stockInterface } from '../Interface/api/stock/Stocks';\nimport { depreciationInterface } from '../Interface/api/stock/StocksDepreciationInterface';\n\nexport const StockType: stockInterface = {\n STOCK_MATIERE_PREMIERE: {\n designation: 'Stock de matière première',\n idAccount: 35,\n idAccountVariation: 28,\n idAccountDepreciation: 375,\n },\n STOCK_MATIERE_CONSOMMABLE: {\n designation: 'Stock de matière consommable',\n idAccount: 182,\n idAccountVariation: 29,\n idAccountDepreciation: 381,\n },\n STOCK_FOURNITURE_CONSOMMABLE: {\n designation: 'Stock de fourniture consommable',\n idAccount: 338,\n idAccountVariation: 29,\n idAccountDepreciation: 382,\n },\n STOCK_EMBALLAGE: {\n designation: 'Stock emballage',\n idAccount: 344,\n idAccountVariation: 29,\n idAccountDepreciation: 383,\n },\n STOCK_MARCHANDISE: {\n designation: 'Stock de marchandise',\n idAccount: 372,\n idAccountVariation: 36,\n idAccountDepreciation: 393,\n },\n STOCK_PRODUITS_PRODUCTION_EN_COURS: {\n designation: 'Stock de produits de production en cours',\n idAccount: 349,\n idAccountVariation: 421,\n idAccountDepreciation: 385,\n },\n STOCK_TRAVAUX_PRODUCTION_EN_COURS: {\n designation: 'Stock de travaux de production en cours',\n idAccount: 352,\n idAccountVariation: 422,\n idAccountDepreciation:
|
|
1
|
+
{"version":3,"file":"StockType.js","sourceRoot":"","sources":["../../../ts/types/Enum/StockType.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,SAAS,GAAmB;IACvC,sBAAsB,EAAE;QACtB,WAAW,EAAE,2BAA2B;QACxC,SAAS,EAAE,EAAE;QACb,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,yBAAyB,EAAE;QACzB,WAAW,EAAE,8BAA8B;QAC3C,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,4BAA4B,EAAE;QAC5B,WAAW,EAAE,iCAAiC;QAC9C,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,eAAe,EAAE;QACf,WAAW,EAAE,iBAAiB;QAC9B,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,iBAAiB,EAAE;QACjB,WAAW,EAAE,sBAAsB;QACnC,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,EAAE;QACtB,qBAAqB,EAAE,GAAG;KAC3B;IACD,kCAAkC,EAAE;QAClC,WAAW,EAAE,0CAA0C;QACvD,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,iCAAiC,EAAE;QACjC,WAAW,EAAE,yCAAyC;QACtD,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,+BAA+B,EAAE;QAC/B,WAAW,EAAE,sCAAsC;QACnD,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,iCAAiC,EAAE;QACjC,WAAW,EAAE,yCAAyC;QACtD,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;IACD,mBAAmB,EAAE;QACnB,WAAW,EAAE,yBAAyB;QACtC,SAAS,EAAE,GAAG;QACd,kBAAkB,EAAE,GAAG;QACvB,qBAAqB,EAAE,GAAG;KAC3B;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,kBAAkB,EAAE;QAClB,SAAS,EAAE,GAAG;QACd,iBAAiB,EAAE,GAAG;KACvB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,sBAAsB,EAAE,aAAa;IACrC,yBAAyB,EAAE,qBAAqB;IAChD,4BAA4B,EAAE,aAAa;IAC3C,eAAe,EAAE,WAAW;IAC5B,iBAAiB,EAAE,cAAc;IACjC,kCAAkC,EAAE,sBAAsB;IAC1D,iCAAiC,EAAE,gBAAgB;IACnD,+BAA+B,EAAE,sBAAsB;IACvD,iCAAiC,EAAE,oBAAoB;IACvD,mBAAmB,EAAE,kBAAkB;CACxC,CAAC","sourcesContent":["import { stockInterface } from '../Interface/api/stock/Stocks';\nimport { depreciationInterface } from '../Interface/api/stock/StocksDepreciationInterface';\n\nexport const StockType: stockInterface = {\n STOCK_MATIERE_PREMIERE: {\n designation: 'Stock de matière première',\n idAccount: 35,\n idAccountVariation: 28,\n idAccountDepreciation: 375,\n },\n STOCK_MATIERE_CONSOMMABLE: {\n designation: 'Stock de matière consommable',\n idAccount: 182,\n idAccountVariation: 29,\n idAccountDepreciation: 381,\n },\n STOCK_FOURNITURE_CONSOMMABLE: {\n designation: 'Stock de fourniture consommable',\n idAccount: 338,\n idAccountVariation: 29,\n idAccountDepreciation: 382,\n },\n STOCK_EMBALLAGE: {\n designation: 'Stock emballage',\n idAccount: 344,\n idAccountVariation: 29,\n idAccountDepreciation: 383,\n },\n STOCK_MARCHANDISE: {\n designation: 'Stock de marchandise',\n idAccount: 372,\n idAccountVariation: 36,\n idAccountDepreciation: 393,\n },\n STOCK_PRODUITS_PRODUCTION_EN_COURS: {\n designation: 'Stock de produits de production en cours',\n idAccount: 349,\n idAccountVariation: 421,\n idAccountDepreciation: 385,\n },\n STOCK_TRAVAUX_PRODUCTION_EN_COURS: {\n designation: 'Stock de travaux de production en cours',\n idAccount: 352,\n idAccountVariation: 422,\n idAccountDepreciation: 386,\n },\n STOCK_PRODUITS_SERVICE_EN_COURS: {\n designation: 'Stock de produit et service en cours',\n idAccount: 355,\n idAccountVariation: 424,\n idAccountDepreciation: 388,\n },\n STOCK_PRESTATION_SERVICE_EN_COURS: {\n designation: 'Stock de prestation de service en cours',\n idAccount: 358,\n idAccountVariation: 425,\n idAccountDepreciation: 389,\n },\n STOCK_PRODUITS_FINI: {\n designation: 'Stock de produits finis',\n idAccount: 364,\n idAccountVariation: 428,\n idAccountDepreciation: 392,\n },\n};\n\nexport const StockDepreciation: depreciationInterface = {\n DEPRECIATION_STOCK: {\n idAccount: 928,\n idAccountExtourne: 486,\n },\n};\n\nexport const StockMapping = {\n STOCK_MATIERE_PREMIERE: 'rawMaterial',\n STOCK_MATIERE_CONSOMMABLE: 'consumableMaterials',\n STOCK_FOURNITURE_CONSOMMABLE: 'consumables',\n STOCK_EMBALLAGE: 'packaging',\n STOCK_MARCHANDISE: 'merchandises',\n STOCK_PRODUITS_PRODUCTION_EN_COURS: 'semiFinishedProducts',\n STOCK_TRAVAUX_PRODUCTION_EN_COURS: 'workInProgress',\n STOCK_PRODUITS_SERVICE_EN_COURS: 'semiFinishedServices',\n STOCK_PRESTATION_SERVICE_EN_COURS: 'servicesInProgress',\n STOCK_PRODUITS_FINI: 'finishedProducts',\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionKind.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TransactionKind.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe,GACvB,eAAe,GACf,SAAS,GACT,MAAM,GACN,MAAM,GACN,QAAQ,GACR,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionKind.js","sourceRoot":"","sources":["../../../ts/types/Enum/TransactionKind.ts"],"names":[],"mappings":"","sourcesContent":["export type TransactionKind =\n | 'authorization'\n | 'capture'\n | 'sale'\n | 'void'\n | 'refund'\n | string;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionStatus.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TransactionStatus.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB,GACzB,SAAS,GACT,SAAS,GACT,SAAS,GACT,OAAO,GACP,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionStatus.js","sourceRoot":"","sources":["../../../ts/types/Enum/TransactionStatus.ts"],"names":[],"mappings":"","sourcesContent":["export type TransactionStatus =\n | 'pending'\n | 'failure'\n | 'success'\n | 'error'\n | string;\n"]}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export declare type CrispHookPayload = {
|
|
2
|
+
website_id: string;
|
|
3
|
+
event: CrispEvent;
|
|
4
|
+
data: CrispData | any;
|
|
5
|
+
timestamp: number;
|
|
6
|
+
};
|
|
7
|
+
export declare type CrispEvent = 'session:sync:rating' | 'session:update_availability' | 'session:update_verify' | 'session:request' | 'session:set_email' | 'session:set_phone' | 'session:set_address' | 'session:set_avatar' | 'session:set_nickname' | 'session:set_data' | 'session:sync' | 'session:sync' | 'session:sync' | 'session:sync' | 'session:sync' | 'session:sync' | 'session:sync' | 'session:sync' | 'session:sync' | 'session:set_state' | 'session:set_block' | 'session:set_segments' | 'session:set_opened' | 'session:set_closed' | 'session:set_participants' | 'session:set_mentions' | 'session:set_routing' | 'session:removed' | 'message:updated' | 'message:send' | 'message:received' | 'message:compose:send' | 'message:compose:receive' | 'message:acknowledge:read:send' | 'message:acknowledge:read:received' | 'message:acknowledge:delivered' | 'message:notify:unread:send' | 'message:notify:unread:received' | 'people:profile:created' | 'people:profile:updated' | 'people:profile:removed' | 'people:bind:session' | 'people:sync:profile' | 'people:import:progress' | 'people:import:done' | 'campaign:progress' | 'campaign:dispatched' | 'campaign:running' | 'browsing:request:initiated' | 'browsing:request:rejected' | 'call:request:initiated' | 'call:request:rejected' | 'widget:action:processed' | 'status:health:changed' | 'website:update_visitors_count' | 'website:update_operators_availability' | 'website:users:available' | 'bucket:url:upload:generated' | 'bucket:url:avatar:generated' | 'bucket:url:website:generated' | 'bucket:url:campaign:generated' | 'bucket:url:helpdesk:generated' | 'bucket:url:status:generated' | 'bucket:url:processing:generated' | 'media:animation:listed' | 'email:subscribe' | 'email:track:view' | 'plugin:channel' | 'plugin:event' | 'plugin:settings:saved';
|
|
8
|
+
export declare type CrispData = SessionSyncRating;
|
|
9
|
+
export declare type SessionSyncRating = {
|
|
10
|
+
website_id: string;
|
|
11
|
+
session_id: string;
|
|
12
|
+
rating: {
|
|
13
|
+
stars: number;
|
|
14
|
+
comment: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export declare type GetConversationSuccessValue = {
|
|
18
|
+
session_id: string;
|
|
19
|
+
availability: string;
|
|
20
|
+
created_at: number;
|
|
21
|
+
is_blocked: boolean;
|
|
22
|
+
meta: {
|
|
23
|
+
nickname: string;
|
|
24
|
+
email: string;
|
|
25
|
+
phone: string;
|
|
26
|
+
avatar: string;
|
|
27
|
+
ip: string;
|
|
28
|
+
data: any;
|
|
29
|
+
segments: string;
|
|
30
|
+
};
|
|
31
|
+
state: string;
|
|
32
|
+
};
|
|
33
|
+
export declare type CrispError = {
|
|
34
|
+
reason: string;
|
|
35
|
+
message: string;
|
|
36
|
+
code: number;
|
|
37
|
+
data: {
|
|
38
|
+
namespace: string;
|
|
39
|
+
message: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=GetCrisp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetCrisp.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/crisp/GetCrisp.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB,GAAG;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,SAAS,GAAG,GAAG,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,oBAAY,UAAU,GAAG,qBAAqB,GAAG,6BAA6B,GAAE,uBAAuB,GAAE,iBAAiB,GAAE,mBAAmB,GAAE,mBAAmB,GAAE,qBAAqB,GAAE,oBAAoB,GAAE,sBAAsB,GAAE,kBAAkB,GAAE,cAAc,GAAE,cAAc,GAAE,cAAc,GAAE,cAAc,GAAE,cAAc,GAAE,cAAc,GAAE,cAAc,GAAE,cAAc,GAAE,cAAc,GAAE,mBAAmB,GAAE,mBAAmB,GAAE,sBAAsB,GAAE,oBAAoB,GAAE,oBAAoB,GAAE,0BAA0B,GAAE,sBAAsB,GAAE,qBAAqB,GAAE,iBAAiB,GAAG,iBAAiB,GAAE,cAAc,GAAE,kBAAkB,GAAE,sBAAsB,GAAE,yBAAyB,GAAE,+BAA+B,GAAE,mCAAmC,GAAE,+BAA+B,GAAE,4BAA4B,GAAE,gCAAgC,GAAE,wBAAwB,GAAE,wBAAwB,GAAE,wBAAwB,GAAE,qBAAqB,GAAE,qBAAqB,GAAE,wBAAwB,GAAE,oBAAoB,GAAE,mBAAmB,GAAE,qBAAqB,GAAE,kBAAkB,GAAE,4BAA4B,GAAE,2BAA2B,GAAE,wBAAwB,GAAE,uBAAuB,GAAE,yBAAyB,GAAE,uBAAuB,GAAE,+BAA+B,GAAE,uCAAuC,GAAE,yBAAyB,GAAE,6BAA6B,GAAE,6BAA6B,GAAE,8BAA8B,GAAE,+BAA+B,GAAE,+BAA+B,GAAE,6BAA6B,GAAE,iCAAiC,GAAE,wBAAwB,GAAE,iBAAiB,GAAE,kBAAkB,GAAE,gBAAgB,GAAE,cAAc,GAAE,uBAAuB,CAAC;AAE7rD,oBAAY,SAAS,GAAG,iBAAiB,CAAC;AAE1C,oBAAY,iBAAiB,GAAG;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;KACjB,CAAA;CACF,CAAC;AAEF,oBAAY,2BAA2B,GAAG;IACxC,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,GAAG,CAAC;QACV,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,oBAAY,UAAU,GAAG;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE;QACJ,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,MAAM,CAAC;KACjB,CAAA;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetCrisp.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/crisp/GetCrisp.ts"],"names":[],"mappings":"","sourcesContent":["export type CrispHookPayload = {\n website_id: string;\n event: CrispEvent;\n data: CrispData | any; // TODO: Implement other data when used\n timestamp: number;\n};\n\nexport type CrispEvent = 'session:sync:rating' | 'session:update_availability' |'session:update_verify' |'session:request' |'session:set_email' |'session:set_phone' |'session:set_address' |'session:set_avatar' |'session:set_nickname' |'session:set_data' |'session:sync' |'session:sync' |'session:sync' |'session:sync' |'session:sync' |'session:sync' |'session:sync' |'session:sync' |'session:sync' |'session:set_state' |'session:set_block' |'session:set_segments' |'session:set_opened' |'session:set_closed' |'session:set_participants' |'session:set_mentions' |'session:set_routing' |'session:removed' | 'message:updated' |'message:send' |'message:received' |'message:compose:send' |'message:compose:receive' |'message:acknowledge:read:send' |'message:acknowledge:read:received' |'message:acknowledge:delivered' |'message:notify:unread:send' |'message:notify:unread:received' |'people:profile:created' |'people:profile:updated' |'people:profile:removed' |'people:bind:session' |'people:sync:profile' |'people:import:progress' |'people:import:done' |'campaign:progress' |'campaign:dispatched' |'campaign:running' |'browsing:request:initiated' |'browsing:request:rejected' |'call:request:initiated' |'call:request:rejected' |'widget:action:processed' |'status:health:changed' |'website:update_visitors_count' |'website:update_operators_availability' |'website:users:available' |'bucket:url:upload:generated' |'bucket:url:avatar:generated' |'bucket:url:website:generated' |'bucket:url:campaign:generated' |'bucket:url:helpdesk:generated' |'bucket:url:status:generated' |'bucket:url:processing:generated' |'media:animation:listed' |'email:subscribe' |'email:track:view' |'plugin:channel' |'plugin:event' |'plugin:settings:saved';\n\nexport type CrispData = SessionSyncRating;\n\nexport type SessionSyncRating = {\n website_id: string;\n session_id: string;\n rating: {\n stars: number;\n comment: string;\n }\n};\n\nexport type GetConversationSuccessValue = {\n session_id: string;\n availability: string;\n created_at: number;\n is_blocked: boolean;\n meta: {\n nickname: string;\n email: string;\n phone: string;\n avatar: string;\n ip: string;\n data: any,\n segments: string;\n },\n state: string;\n};\n\nexport type CrispError = {\n reason: string;\n message: string;\n code: number,\n data: {\n namespace: string;\n message: string;\n }\n};"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryTopBuys.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryTopBuys.ts"],"names":[],"mappings":"AAEA,qBAAa,YAAY;IAEvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 QueryTopBuys {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Object)
|
|
16
|
+
], QueryTopBuys.prototype, "startDate", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
__metadata("design:type", Object)
|
|
20
|
+
], QueryTopBuys.prototype, "endDate", void 0);
|
|
21
|
+
//# sourceMappingURL=QueryTopBuys.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryTopBuys.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryTopBuys.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,YAAY;CAMxB;AAJC;IADC,WAAW,EAAE;;+CACW;AAGzB;IADC,WAAW,EAAE;;6CACS","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryTopBuys {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryTopProviders.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryTopProviders.ts"],"names":[],"mappings":"AAEA,qBAAa,iBAAiB;IAE5B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 QueryTopProviders {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Object)
|
|
16
|
+
], QueryTopProviders.prototype, "startDate", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
__metadata("design:type", Object)
|
|
20
|
+
], QueryTopProviders.prototype, "endDate", void 0);
|
|
21
|
+
//# sourceMappingURL=QueryTopProviders.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryTopProviders.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryTopProviders.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,iBAAiB;CAM7B;AAJC;IADC,WAAW,EAAE;;oDACW;AAGzB;IADC,WAAW,EAAE;;kDACS","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryTopProviders {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryVat.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryVat.ts"],"names":[],"mappings":"AAEA,qBAAa,QAAQ;IAEnB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 QueryVat {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Object)
|
|
16
|
+
], QueryVat.prototype, "startDate", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
__metadata("design:type", Object)
|
|
20
|
+
], QueryVat.prototype, "endDate", void 0);
|
|
21
|
+
//# sourceMappingURL=QueryVat.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryVat.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/QueryVat.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,QAAQ;CAMpB;AAJC;IADC,WAAW,EAAE;;2CACW;AAGzB;IADC,WAAW,EAAE;;yCACS","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryVat {\n @ApiProperty()\n startDate: string | Date;\n\n @ApiProperty()\n endDate: string | Date;\n}"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IBalanceBankAccount } from '../../models/IBalanceBankAccount';
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class ReadBalanceBankAccount {
|
|
3
3
|
date: string | Date;
|
|
4
4
|
datas: Array<MissingData | IBalanceBankAccount>;
|
|
5
5
|
}
|
|
@@ -7,4 +7,4 @@ export declare class MissingData {
|
|
|
7
7
|
idBankAccount: number;
|
|
8
8
|
noData: boolean;
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=
|
|
10
|
+
//# sourceMappingURL=ReadBalanceBankAccount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadBalanceBankAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAEvE,qBAAa,sBAAsB;IACjC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,KAAK,CAAC,WAAW,GAAG,mBAAmB,CAAC,CAAC;CACjD;AAED,qBAAa,WAAW;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,OAAO,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadBalanceBankAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,sBAAsB;CAGlC;AAED,MAAM,OAAO,WAAW;CAGvB","sourcesContent":["import { IBalanceBankAccount } from '../../models/IBalanceBankAccount';\n\nexport class ReadBalanceBankAccount {\n date: string | Date;\n datas: Array<MissingData | IBalanceBankAccount>;\n}\n\nexport class MissingData {\n idBankAccount: number;\n noData: boolean;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadTopBuys.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadTopBuys.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,WAAW;CAIvB","sourcesContent":["export class ReadTopBuys {\n id: number;\n name: string;\n amount: number;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadTopProviders.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":"AAAA,qBAAa,gBAAgB;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadTopProviders.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,gBAAgB;CAI5B","sourcesContent":["export class ReadTopProviders {\n company: string;\n idAccount: number;\n amount: number;\n}\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare class
|
|
1
|
+
export declare class ReadTurnoverProfitAndLoss {
|
|
2
2
|
data: any;
|
|
3
3
|
chart: {
|
|
4
4
|
labels: Array<string>;
|
|
@@ -14,4 +14,4 @@ export declare class Periocidity {
|
|
|
14
14
|
type: 'month' | 'day';
|
|
15
15
|
intervales: number;
|
|
16
16
|
}
|
|
17
|
-
//# sourceMappingURL=
|
|
17
|
+
//# sourceMappingURL=ReadTurnOverProfitAndLoss.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadTurnOverProfitAndLoss.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.ts"],"names":[],"mappings":"AAAA,qBAAa,yBAAyB;IACpC,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,EAAE;QACL,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QACtB,QAAQ,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;QACvB,WAAW,EAAE,WAAW,CAAC;KAC1B,CAAC;CACH;AAED,qBAAa,KAAK;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACrB;AAED,qBAAa,WAAW;IACtB,IAAI,EAAE,OAAO,GAAG,KAAK,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadTurnOverProfitAndLoss.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,yBAAyB;CAOrC;AAED,MAAM,OAAO,KAAK;CAGjB;AAED,MAAM,OAAO,WAAW;CAGvB","sourcesContent":["export class ReadTurnoverProfitAndLoss {\n data: any;\n chart: {\n labels: Array<string>;\n dataSets: Array<Chart>;\n periodicity: Periocidity;\n };\n}\n\nexport class Chart {\n label: string;\n data: Array<number>;\n}\n\nexport class Periocidity {\n type: 'month' | 'day';\n intervales: number;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadVat.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadVat.ts"],"names":[],"mappings":"AAAA,qBAAa,OAAO;IAClB,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,qBAAa,OAAO;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadVat.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadVat.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,OAAO;CAInB;AAED,MAAM,OAAO,OAAO;CAInB","sourcesContent":["export class ReadVat {\n tvas: Array<VatData>;\n totalAmount: number;\n isDebitor: boolean;\n}\n\nexport class VatData {\n label: string;\n dataCollectible: number;\n dataDeductible: number;\n}"]}
|
|
@@ -3,7 +3,7 @@ interface BillingDocumentItemVat {
|
|
|
3
3
|
computeMethod: 'percentage';
|
|
4
4
|
vatPercentageValue: number;
|
|
5
5
|
}
|
|
6
|
-
interface BillingDocumentItem {
|
|
6
|
+
export interface BillingDocumentItem {
|
|
7
7
|
name: string;
|
|
8
8
|
comment: string;
|
|
9
9
|
quantity: number;
|
|
@@ -13,31 +13,33 @@ interface BillingDocumentItem {
|
|
|
13
13
|
unit: string;
|
|
14
14
|
vat: BillingDocumentItemVat;
|
|
15
15
|
}
|
|
16
|
+
export interface BillingDocumentRecipient {
|
|
17
|
+
id?: number;
|
|
18
|
+
fullname: string | null;
|
|
19
|
+
company: string;
|
|
20
|
+
address?: string | null;
|
|
21
|
+
zipCode?: string | null;
|
|
22
|
+
city?: string | null;
|
|
23
|
+
phone?: string | null;
|
|
24
|
+
nTva?: string | null;
|
|
25
|
+
thirdPartyCountry: {
|
|
26
|
+
name: string;
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
export interface BillingDocumentReferences {
|
|
30
|
+
createdDate: Date | null;
|
|
31
|
+
ref: string | null;
|
|
32
|
+
paymentPlan: string | null;
|
|
33
|
+
dueDate: Date | null;
|
|
34
|
+
}
|
|
16
35
|
export declare type BillingDocumentData = {
|
|
17
36
|
society: Partial<ISociety>;
|
|
18
37
|
deposit: number;
|
|
19
38
|
template: number | null;
|
|
20
39
|
generalComment: string | null;
|
|
21
40
|
generalDiscount: number | null;
|
|
22
|
-
recipient:
|
|
23
|
-
|
|
24
|
-
fullname: string | null;
|
|
25
|
-
company: string;
|
|
26
|
-
address?: string | null;
|
|
27
|
-
zipCode?: string | null;
|
|
28
|
-
city?: string | null;
|
|
29
|
-
phone?: string | null;
|
|
30
|
-
nTva?: string | null;
|
|
31
|
-
thirdPartyCountry: {
|
|
32
|
-
name: string;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
references: {
|
|
36
|
-
createdDate: Date | null;
|
|
37
|
-
ref: string | null;
|
|
38
|
-
paymentPlan: string | null;
|
|
39
|
-
dueDate: Date | null;
|
|
40
|
-
};
|
|
41
|
+
recipient: BillingDocumentRecipient;
|
|
42
|
+
references: BillingDocumentReferences;
|
|
41
43
|
items: BillingDocumentItem[];
|
|
42
44
|
};
|
|
43
45
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BillingDocumentData.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/pdf/BillingDocumentData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,UAAU,sBAAsB;IAC9B,aAAa,EAAE,YAAY,CAAC;IAC5B,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AACD,
|
|
1
|
+
{"version":3,"file":"BillingDocumentData.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/pdf/BillingDocumentData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,UAAU,sBAAsB;IAC9B,aAAa,EAAE,YAAY,CAAC;IAC5B,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AACD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,sBAAsB,CAAC;CAC7B;AACD,MAAM,WAAW,wBAAwB;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,iBAAiB,EAAE;QACjB,IAAI,EAAE,MAAM,CAAC;KACd,CAAA;CACF;AACD,MAAM,WAAW,yBAAyB;IACxC,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAED,oBAAY,mBAAmB,GAAG;IAChC,OAAO,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,wBAAwB,CAAC;IACpC,UAAU,EAAE,yBAAyB,CAAC;IACtC,KAAK,EAAE,mBAAmB,EAAE,CAAA;CAC7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BillingDocumentData.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/pdf/BillingDocumentData.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\n\ninterface BillingDocumentItemVat {\n computeMethod: 'percentage',\n vatPercentageValue: number,\n}\
|
|
1
|
+
{"version":3,"file":"BillingDocumentData.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/pdf/BillingDocumentData.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\n\ninterface BillingDocumentItemVat {\n computeMethod: 'percentage',\n vatPercentageValue: number,\n}\nexport interface BillingDocumentItem {\n name: string,\n comment: string,\n quantity: number,\n discount: number,\n code: string,\n price: number,\n unit: string,\n vat: BillingDocumentItemVat,\n}\nexport interface BillingDocumentRecipient {\n id?: number;\n fullname: string | null;\n company: string;\n address?: string | null;\n zipCode?: string | null;\n city?: string | null;\n phone?: string | null;\n nTva?: string | null;\n thirdPartyCountry: {\n name: string;\n }\n}\nexport interface BillingDocumentReferences {\n createdDate: Date | null;\n ref: string | null;\n paymentPlan: string | null;\n dueDate: Date | null;\n}\n\nexport type BillingDocumentData = {\n society: Partial<ISociety>,\n deposit: number;\n template: number | null;\n generalComment: string | null;\n generalDiscount: number | null;\n recipient: BillingDocumentRecipient;\n references: BillingDocumentReferences,\n items: BillingDocumentItem[]\n};"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImportInvoicesShopify.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/ImportInvoicesShopify.ts"],"names":[],"mappings":"AAEA,qBAAa,qBAAqB;IAEhC,KAAK,EAAE,MAAM,CAAC;IAEd,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 ImportInvoicesShopify {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiPropertyOptional(),
|
|
15
|
+
__metadata("design:type", Number)
|
|
16
|
+
], ImportInvoicesShopify.prototype, "limit", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], ImportInvoicesShopify.prototype, "idSociety", void 0);
|
|
21
|
+
//# sourceMappingURL=ImportInvoicesShopify.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImportInvoicesShopify.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/ImportInvoicesShopify.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,qBAAqB;CAKjC;AAHC;IADC,mBAAmB,EAAE;;oDACR;AAEd;IADC,mBAAmB,EAAE;;wDACJ","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class ImportInvoicesShopify {\n @ApiPropertyOptional()\n limit: number;\n @ApiPropertyOptional()\n idSociety: number;\n}\n"]}
|