@silexpert/core 0.4.43 → 0.4.47
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/Society.d.ts +1 -1
- package/es/api/resources/Society.d.ts.map +1 -1
- package/es/api/resources/Society.js +2 -2
- package/es/api/resources/Society.js.map +1 -1
- 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/api/society/CreateSociety.d.ts +1 -1
- package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/CreateSociety.js +1 -1
- package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
- 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/Society.js +2 -2
- package/js/api/resources/Society.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/Interface/api/society/CreateSociety.js +1 -1
- package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/js/types/index.js +126 -6
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Society.ts +2 -2
- 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/api/society/CreateSociety.ts +2 -2
- 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
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ShopifyObject } from './base';
|
|
2
|
+
import { PriceSet } from './price_set';
|
|
3
|
+
|
|
4
|
+
export interface TaxLine extends ShopifyObject {
|
|
5
|
+
/**
|
|
6
|
+
* The amount of tax to be charged.
|
|
7
|
+
*/
|
|
8
|
+
price: string;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* The amount of tax to be charged, in shop and presentment currencies.
|
|
12
|
+
* (BETA)
|
|
13
|
+
*/
|
|
14
|
+
price_set: PriceSet;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* The rate of tax to be applied.
|
|
18
|
+
*/
|
|
19
|
+
rate: number;
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* The name of the tax.
|
|
23
|
+
*/
|
|
24
|
+
title: string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { ShopifyObject } from './base';
|
|
2
|
+
import { PaymentDetails } from './payment_details';
|
|
3
|
+
|
|
4
|
+
// Enums
|
|
5
|
+
import { TransactionKind } from '../../../Enum/TransactionKind';
|
|
6
|
+
import { TransactionStatus } from '../../../Enum/TransactionStatus';
|
|
7
|
+
|
|
8
|
+
export interface Transaction extends ShopifyObject {
|
|
9
|
+
id: number,
|
|
10
|
+
admin_graphql_api_id: string,
|
|
11
|
+
/**
|
|
12
|
+
* The amount of money that the transaction was for. Note: Shopify may return this property as a string.
|
|
13
|
+
*/
|
|
14
|
+
amount: string;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* The authorization code associated with the transaction.
|
|
18
|
+
*/
|
|
19
|
+
authorization: string | null;
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* The date and time when the transaction was created.
|
|
23
|
+
*/
|
|
24
|
+
created_at: string;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* The three-letter code (ISO 4217) for the currency used for the payment.
|
|
28
|
+
*/
|
|
29
|
+
currency: string;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* The unique identifier for the device.
|
|
33
|
+
* (can be null)
|
|
34
|
+
*/
|
|
35
|
+
device_id: number | null;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* A standardized error code, independent of the payment provider. Valid values:
|
|
39
|
+
* * "incorrect_number"
|
|
40
|
+
* * "invalid_number"
|
|
41
|
+
* * "invalid_expiry_date"
|
|
42
|
+
* * "invalid_cvc"
|
|
43
|
+
* * "expired_card"
|
|
44
|
+
* * "incorrect_cvc"
|
|
45
|
+
* * "incorrect_zip"
|
|
46
|
+
* * "incorrect_address"
|
|
47
|
+
* * "card_declined"
|
|
48
|
+
* * "processing_error"
|
|
49
|
+
* * "call_issuer"
|
|
50
|
+
* * "pick_up_card"
|
|
51
|
+
*/
|
|
52
|
+
error_code: string | null;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* The name of the gateway the transaction was issued through.
|
|
56
|
+
*/
|
|
57
|
+
gateway: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* The kind of transaction. Known values are 'authorization', 'capture', 'sale', 'void' and 'refund'.
|
|
61
|
+
*/
|
|
62
|
+
kind: TransactionKind;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* The unique identifier for the location where the transaction was issued (coupled to device_id)
|
|
66
|
+
* (can be null)
|
|
67
|
+
*/
|
|
68
|
+
location_id: number | null;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* A string generated by the payment provider with additional information about why the transaction succeeded or failed.
|
|
72
|
+
*/
|
|
73
|
+
message: string | null;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* The ID for the order that the transaction is associated with.
|
|
77
|
+
*/
|
|
78
|
+
order_id: number;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* The ID of an associated transaction:
|
|
82
|
+
* * For `capture` transactions, the parent needs to be an `authorization` transaction.
|
|
83
|
+
* * For `void` transactions, the parent nees to be an `authorization` transaction.
|
|
84
|
+
* * For `refund` transactions, the parent needs to be a `capture` or `sale` transaction.
|
|
85
|
+
*/
|
|
86
|
+
parent_id: number | null;
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* An object containing information about the credit card used for this transaction.
|
|
90
|
+
* (may be undefined)
|
|
91
|
+
*/
|
|
92
|
+
payment_details?: PaymentDetails;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* The time when the transaction was processed as ISO string
|
|
96
|
+
*/
|
|
97
|
+
processed_at: string;
|
|
98
|
+
/**
|
|
99
|
+
* Shopify does not currently offer documentation for this object.
|
|
100
|
+
*/
|
|
101
|
+
receipt: any;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* The origin of the transaction. This is set by Shopify and cannot be overridden. Example values include: 'web', 'pos', 'iphone', 'android'.
|
|
105
|
+
*/
|
|
106
|
+
source_name: string;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* The status of the transaction. Known values are: pending, failure, success or error.
|
|
110
|
+
*/
|
|
111
|
+
status: TransactionStatus;
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* Whether the transaction is for testing purposes.
|
|
115
|
+
*/
|
|
116
|
+
test: boolean;
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* The unique identifier for the user.
|
|
120
|
+
*/
|
|
121
|
+
user_id: number | null;
|
|
122
|
+
|
|
123
|
+
}
|
|
@@ -17,7 +17,7 @@ export interface IAccountingFile {
|
|
|
17
17
|
isDownload: boolean;
|
|
18
18
|
idAccountingTransaction?: number | null;
|
|
19
19
|
idEstimateInvoice?: number | null;
|
|
20
|
-
|
|
20
|
+
idAccountingFileType: number;
|
|
21
21
|
idSociety: number;
|
|
22
22
|
idFile: number;
|
|
23
23
|
createdAt?: Date | null;
|
|
@@ -27,7 +27,7 @@ export interface IEngagementAccountingFile {
|
|
|
27
27
|
idSocietyVehicle: number | null;
|
|
28
28
|
idSocietyPartner: number | null;
|
|
29
29
|
idEstimateInvoice: number | null;
|
|
30
|
-
|
|
30
|
+
idAccountingFileType: number;
|
|
31
31
|
isAlreadyProcessByOcr: boolean | null;
|
|
32
32
|
idSociety: number;
|
|
33
33
|
idFile: number;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
// societyGescom
|
|
2
2
|
export interface ISocietyGescom {
|
|
3
3
|
id?: number;
|
|
4
|
-
capital
|
|
5
|
-
tvaCode
|
|
6
|
-
rcs
|
|
7
|
-
numberTradeDirectory
|
|
8
|
-
bank
|
|
9
|
-
iban
|
|
10
|
-
bic
|
|
11
|
-
mailContact
|
|
12
|
-
phoneContact
|
|
13
|
-
website
|
|
14
|
-
penalties
|
|
15
|
-
discount
|
|
16
|
-
recoveryCost
|
|
17
|
-
vatMention
|
|
18
|
-
generatedBy
|
|
19
|
-
bonPour
|
|
20
|
-
acceptCheque
|
|
21
|
-
mentionAutoent
|
|
22
|
-
freeText
|
|
23
|
-
startInvoice
|
|
24
|
-
startEstimate
|
|
25
|
-
paymentsAccepted
|
|
26
|
-
stripePaymentByDefault
|
|
27
|
-
displayLogo
|
|
28
|
-
invoiceCgv
|
|
29
|
-
template
|
|
30
|
-
color
|
|
31
|
-
idSociety
|
|
32
|
-
idTvaMargin
|
|
4
|
+
capital?: number | null;
|
|
5
|
+
tvaCode?: string | null;
|
|
6
|
+
rcs?: string | null;
|
|
7
|
+
numberTradeDirectory?: string | null;
|
|
8
|
+
bank?: string | null;
|
|
9
|
+
iban?: string | null;
|
|
10
|
+
bic?: string | null;
|
|
11
|
+
mailContact?: string | null;
|
|
12
|
+
phoneContact?: string | null;
|
|
13
|
+
website?: string | null;
|
|
14
|
+
penalties?: string | null;
|
|
15
|
+
discount?: string | null;
|
|
16
|
+
recoveryCost?: string | null;
|
|
17
|
+
vatMention?: string | null;
|
|
18
|
+
generatedBy?: boolean | null;
|
|
19
|
+
bonPour?: boolean | null;
|
|
20
|
+
acceptCheque?: boolean | null;
|
|
21
|
+
mentionAutoent?: boolean | null;
|
|
22
|
+
freeText?: string | null;
|
|
23
|
+
startInvoice?: number | null;
|
|
24
|
+
startEstimate?: number | null;
|
|
25
|
+
paymentsAccepted?: boolean | null;
|
|
26
|
+
stripePaymentByDefault?: boolean;
|
|
27
|
+
displayLogo?: boolean | null;
|
|
28
|
+
invoiceCgv?: boolean | null;
|
|
29
|
+
template?: number | null;
|
|
30
|
+
color?: string | null;
|
|
31
|
+
idSociety?: number | null;
|
|
32
|
+
idTvaMargin?: number | null;
|
|
33
33
|
createdAt?: Date | null;
|
|
34
34
|
updatedAt?: Date | null;
|
|
35
35
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -373,10 +373,16 @@ export * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';
|
|
|
373
373
|
// export * from './Interface/api/stock/stockEntries';
|
|
374
374
|
export * from './Interface/api/stock/StockEntries';
|
|
375
375
|
export * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';
|
|
376
|
-
export * from './Interface/api/dashboard/
|
|
376
|
+
export * from './Interface/api/dashboard/ReadTurnOverProfitAndLoss';
|
|
377
377
|
export * from './Interface/api/pdf/BillingDocumentData';
|
|
378
378
|
export * from './Interface/api/dashboard/QueryBalanceBankAccount';
|
|
379
|
-
export * from './Interface/api/dashboard/
|
|
379
|
+
export * from './Interface/api/dashboard/QueryVat';
|
|
380
|
+
export * from './Interface/api/dashboard/QueryTopBuys';
|
|
381
|
+
export * from './Interface/api/dashboard/QueryTopProviders';
|
|
382
|
+
export * from './Interface/api/dashboard/ReadBalanceBankAccount';
|
|
383
|
+
export * from './Interface/api/dashboard/ReadVat';
|
|
384
|
+
export * from './Interface/api/dashboard/ReadTopBuys';
|
|
385
|
+
export * from './Interface/api/dashboard/ReadTopProviders';
|
|
380
386
|
|
|
381
387
|
// export * from './Interface/api/survey/QuerySurvey';
|
|
382
388
|
export * from './Interface/api/survey/ReadSurvey';
|
|
@@ -427,4 +433,8 @@ export * from './Interface/api/zticket/QueryZTicket';
|
|
|
427
433
|
export * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule';
|
|
428
434
|
export * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';
|
|
429
435
|
export * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';
|
|
436
|
+
export * from './Interface/api/shopify/ShopifyOrder';
|
|
437
|
+
export * from './Interface/api/shopify/address';
|
|
438
|
+
export * from './Interface/api/shopify/ImportInvoicesShopify';
|
|
430
439
|
export * from './Interface/api/transactions/QueryUnexport';
|
|
440
|
+
export * from './Interface/api/crisp/GetCrisp';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResultBalanceBankAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ResultBalanceBankAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAEvE,qBAAa,wBAAwB;IACnC,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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResultBalanceBankAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ResultBalanceBankAccount.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,wBAAwB;CAGpC;AAED,MAAM,OAAO,WAAW;CAGvB","sourcesContent":["import { IBalanceBankAccount } from '../../models/IBalanceBankAccount';\n\nexport class ResultBalanceBankAccount {\n date: string | Date;\n datas: Array<MissingData | IBalanceBankAccount>;\n}\n\nexport class MissingData {\n idBankAccount: number;\n noData: boolean;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResultTurnOverProfitAndLoss.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.ts"],"names":[],"mappings":"AAAA,qBAAa,2BAA2B;IACtC,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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResultTurnOverProfitAndLoss.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,2BAA2B;CAOvC;AAED,MAAM,OAAO,KAAK;CAGjB;AAED,MAAM,OAAO,WAAW;CAGvB","sourcesContent":["export class ResultTurnoverProfitAndLoss {\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"]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
class ResultBalanceBankAccount {}
|
|
8
|
-
|
|
9
|
-
exports.ResultBalanceBankAccount = ResultBalanceBankAccount;
|
|
10
|
-
|
|
11
|
-
class MissingData {}
|
|
12
|
-
|
|
13
|
-
exports.MissingData = MissingData;
|
|
14
|
-
//# sourceMappingURL=ResultBalanceBankAccount.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ResultBalanceBankAccount.ts"],"names":[],"mappings":";;;;;;AAEM,MAAO,wBAAP,CAA+B;;QAAxB,wB,GAAA,wB;;AAKP,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W","sourcesContent":["import { IBalanceBankAccount } from '../../models/IBalanceBankAccount';\n\nexport class ResultBalanceBankAccount {\n date: string | Date;\n datas: Array<MissingData | IBalanceBankAccount>;\n}\n\nexport class MissingData {\n idBankAccount: number;\n noData: boolean;\n}\n"],"sourceRoot":"","file":"ResultBalanceBankAccount.js"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/dashboard/ResultTurnOverProfitAndLoss.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,2BAAP,CAAkC;;QAA3B,2B,GAAA,2B;;AASP,MAAO,KAAP,CAAY;;QAAL,K,GAAA,K;;AAKP,MAAO,WAAP,CAAkB;;QAAX,W,GAAA,W","sourcesContent":["export class ResultTurnoverProfitAndLoss {\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"],"sourceRoot":"","file":"ResultTurnOverProfitAndLoss.js"}
|