@silexpert/core 0.4.55 → 0.4.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/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/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 +13 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +13 -1
- package/es/types/index.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/{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 +147 -3
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- 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/{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/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 +13 -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
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { PSObject } from './PSObject';
|
|
2
|
+
|
|
3
|
+
export interface PSAddress extends PSObject {
|
|
4
|
+
id_customer?: string | null
|
|
5
|
+
id_manufacturer?: string | null
|
|
6
|
+
id_supplier?: string | null
|
|
7
|
+
id_warehouse?: string | null
|
|
8
|
+
id_country?: string | null
|
|
9
|
+
id_state?: string | null
|
|
10
|
+
alias?: string | null
|
|
11
|
+
company?: string | null
|
|
12
|
+
lastname?: string | null
|
|
13
|
+
firstname?: string | null
|
|
14
|
+
vat_number?: string | null
|
|
15
|
+
address1?: string | null
|
|
16
|
+
address2?: string | null
|
|
17
|
+
postcode?: string | null
|
|
18
|
+
city?: string | null
|
|
19
|
+
other?: string | null
|
|
20
|
+
phone?: string | null
|
|
21
|
+
phone_mobile?: string | null
|
|
22
|
+
dni?: string | null
|
|
23
|
+
deleted?: string | null
|
|
24
|
+
date_add?: string | null
|
|
25
|
+
date_upd?: string | null
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PSObject } from './PSObject';
|
|
2
|
+
|
|
3
|
+
export interface PSCountry extends PSObject {
|
|
4
|
+
id_zone?: string | null
|
|
5
|
+
id_currency?: string | null
|
|
6
|
+
call_prefix?: string | null
|
|
7
|
+
iso_code?: string | null
|
|
8
|
+
active?: string | null
|
|
9
|
+
contains_states?: string | null
|
|
10
|
+
need_identification_number?: string | null
|
|
11
|
+
need_zip_code?: string | null
|
|
12
|
+
zip_code_format?: string | null
|
|
13
|
+
display_tax_label?: string | null
|
|
14
|
+
name?: string | null
|
|
15
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { PSObject } from './PSObject';
|
|
2
|
+
import { PSOrderRow } from './PSOrderRow';
|
|
3
|
+
|
|
4
|
+
export interface PSOrder extends PSObject {
|
|
5
|
+
id_address_delivery?: string | null
|
|
6
|
+
id_address_invoice?: string | null
|
|
7
|
+
id_cart?: string | null
|
|
8
|
+
id_currency?: string | null
|
|
9
|
+
id_lang?: string | null
|
|
10
|
+
id_customer?: string | null
|
|
11
|
+
id_carrier?: string | null
|
|
12
|
+
current_state?: string | null
|
|
13
|
+
module?: string | null
|
|
14
|
+
invoice_number?: string | null
|
|
15
|
+
invoice_date?: string | null
|
|
16
|
+
delivery_number?: string | null
|
|
17
|
+
delivery_date?: string | null
|
|
18
|
+
valid?: string | null
|
|
19
|
+
date_add?: string | null
|
|
20
|
+
date_upd?: string | null
|
|
21
|
+
shipping_number?: string | null
|
|
22
|
+
id_shop_group?: string | null
|
|
23
|
+
id_shop?: string | null
|
|
24
|
+
secure_key?: string | null
|
|
25
|
+
payment?: string | null
|
|
26
|
+
recyclable?: string | null
|
|
27
|
+
gift?: string | null
|
|
28
|
+
gift_message?: string | null
|
|
29
|
+
mobile_theme?: string | null
|
|
30
|
+
total_discounts?: string | null
|
|
31
|
+
total_discounts_tax_incl?: string | null
|
|
32
|
+
total_discounts_tax_excl?: string | null
|
|
33
|
+
total_paid?: string | null
|
|
34
|
+
total_paid_tax_incl?: string | null
|
|
35
|
+
total_paid_tax_excl?: string | null
|
|
36
|
+
total_paid_real?: string | null
|
|
37
|
+
total_products?: string | null
|
|
38
|
+
total_products_wt?: string | null
|
|
39
|
+
total_shipping?: string | null
|
|
40
|
+
total_shipping_tax_incl?: string | null
|
|
41
|
+
total_shipping_tax_excl?: string | null
|
|
42
|
+
carrier_tax_rate?: string | null
|
|
43
|
+
total_wrapping?: string | null
|
|
44
|
+
total_wrapping_tax_incl?: string | null
|
|
45
|
+
total_wrapping_tax_excl?: string | null
|
|
46
|
+
round_mode?: string | null
|
|
47
|
+
round_type?: string | null
|
|
48
|
+
conversion_rate?: string | null
|
|
49
|
+
reference?: string | null
|
|
50
|
+
|
|
51
|
+
associations?: {
|
|
52
|
+
order_rows?: PSOrderRow[]
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PSObject } from './PSObject';
|
|
2
|
+
|
|
3
|
+
export interface PSOrderRow extends PSObject {
|
|
4
|
+
product_id: string,
|
|
5
|
+
product_attribute_id: string,
|
|
6
|
+
product_quantity: string,
|
|
7
|
+
product_name: string,
|
|
8
|
+
product_reference: string,
|
|
9
|
+
product_ean13: string,
|
|
10
|
+
product_isbn: string,
|
|
11
|
+
product_upc: string,
|
|
12
|
+
product_price: string,
|
|
13
|
+
unit_price_tax_incl: string,
|
|
14
|
+
unit_price_tax_excl: string,
|
|
15
|
+
id_customization: string
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
2
|
+
|
|
3
|
+
export class InvoicesShopify {
|
|
4
|
+
@ApiPropertyOptional()
|
|
5
|
+
order: string;
|
|
6
|
+
@ApiPropertyOptional()
|
|
7
|
+
limit: number;
|
|
8
|
+
@ApiPropertyOptional()
|
|
9
|
+
ids: number[];
|
|
10
|
+
@ApiPropertyOptional()
|
|
11
|
+
idSociety: number;
|
|
12
|
+
}
|
|
@@ -45,4 +45,16 @@ export class CreateSociety {
|
|
|
45
45
|
|
|
46
46
|
@ApiPropertyOptional()
|
|
47
47
|
analyticsUtm?: AnalticsUtm;
|
|
48
|
+
|
|
49
|
+
@ApiPropertyOptional()
|
|
50
|
+
confirmedAt?: string;
|
|
51
|
+
|
|
52
|
+
@ApiPropertyOptional()
|
|
53
|
+
idFiscalRegime?: number;
|
|
54
|
+
|
|
55
|
+
@ApiPropertyOptional()
|
|
56
|
+
profitsType?: number;
|
|
57
|
+
|
|
58
|
+
@ApiPropertyOptional()
|
|
59
|
+
idTaxSystem?: number;
|
|
48
60
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
2
|
+
|
|
3
|
+
export class InvoicesWoocommerce {
|
|
4
|
+
@ApiPropertyOptional()
|
|
5
|
+
order: string;
|
|
6
|
+
@ApiPropertyOptional()
|
|
7
|
+
limit: number;
|
|
8
|
+
@ApiPropertyOptional()
|
|
9
|
+
ids: number[];
|
|
10
|
+
@ApiPropertyOptional()
|
|
11
|
+
idSociety: number;
|
|
12
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { WCMetaData } from './WCMetaData';
|
|
2
|
+
|
|
3
|
+
export interface WCLineItem {
|
|
4
|
+
id: number;
|
|
5
|
+
name: string;
|
|
6
|
+
product_id: number;
|
|
7
|
+
variation_id: number;
|
|
8
|
+
quantity: number;
|
|
9
|
+
tax_class: string;
|
|
10
|
+
subtotal: string;
|
|
11
|
+
subtotal_tax: string;
|
|
12
|
+
total: string;
|
|
13
|
+
total_tax: string;
|
|
14
|
+
taxes: any[];
|
|
15
|
+
meta_data: WCMetaData[];
|
|
16
|
+
sku: string;
|
|
17
|
+
price: number;
|
|
18
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { WCBilling } from './WCBilling';
|
|
2
|
+
import { WCLineItem } from './WCLineItem';
|
|
3
|
+
import { WCLinks } from './WCLinks';
|
|
4
|
+
import { WCShipping } from './WCShiping';
|
|
5
|
+
import { WCShippingLine } from './WCShippingLine';
|
|
6
|
+
|
|
7
|
+
export interface WCOrder {
|
|
8
|
+
id: number;
|
|
9
|
+
parent_id: number;
|
|
10
|
+
number: string;
|
|
11
|
+
order_key: string;
|
|
12
|
+
created_via: string;
|
|
13
|
+
version: string;
|
|
14
|
+
status: string;
|
|
15
|
+
currency: string;
|
|
16
|
+
date_created: Date;
|
|
17
|
+
date_created_gmt: Date;
|
|
18
|
+
date_modified: Date;
|
|
19
|
+
date_modified_gmt: Date;
|
|
20
|
+
discount_total: string;
|
|
21
|
+
discount_tax: string;
|
|
22
|
+
shipping_total: string;
|
|
23
|
+
shipping_tax: string;
|
|
24
|
+
cart_tax: string;
|
|
25
|
+
total: string;
|
|
26
|
+
total_tax: string;
|
|
27
|
+
prices_include_tax: boolean;
|
|
28
|
+
customer_id: number;
|
|
29
|
+
customer_ip_address: string;
|
|
30
|
+
customer_user_agent: string;
|
|
31
|
+
customer_note: string;
|
|
32
|
+
billing: WCBilling;
|
|
33
|
+
shipping: WCShipping;
|
|
34
|
+
payment_method: string;
|
|
35
|
+
payment_method_title: string;
|
|
36
|
+
transaction_id: string;
|
|
37
|
+
date_paid?: any;
|
|
38
|
+
date_paid_gmt?: any;
|
|
39
|
+
date_completed?: any;
|
|
40
|
+
date_completed_gmt?: any;
|
|
41
|
+
cart_hash: string;
|
|
42
|
+
meta_data: any[];
|
|
43
|
+
line_items: WCLineItem[];
|
|
44
|
+
tax_lines: any[];
|
|
45
|
+
shipping_lines: WCShippingLine[];
|
|
46
|
+
fee_lines: any[];
|
|
47
|
+
coupon_lines: any[];
|
|
48
|
+
refunds: any[];
|
|
49
|
+
_links: WCLinks;
|
|
50
|
+
}
|
package/ts/types/index.ts
CHANGED
|
@@ -335,6 +335,8 @@ export * from './Enum/TypeCustomerProviderOperation';
|
|
|
335
335
|
export * from './Enum/EstimateInvoice';
|
|
336
336
|
export * from './Enum/Gescom';
|
|
337
337
|
export * from './Enum/TypeIncomeAllocation';
|
|
338
|
+
export * from './Enum/AccountingFileType';
|
|
339
|
+
export * from './Enum/FileType';
|
|
338
340
|
|
|
339
341
|
// Interfaces API
|
|
340
342
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
@@ -446,7 +448,17 @@ export * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';
|
|
|
446
448
|
export * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';
|
|
447
449
|
export * from './Interface/api/shopify/ShopifyOrder';
|
|
448
450
|
export * from './Interface/api/shopify/address';
|
|
449
|
-
export * from './Interface/api/shopify/
|
|
451
|
+
export * from './Interface/api/shopify/InvoicesShopify';
|
|
452
|
+
export * from './Interface/api/shopify/line_item';
|
|
453
|
+
export * from './Interface/api/shopify/tax_line';
|
|
454
|
+
export * from './Interface/api/shopify/shipping_line';
|
|
455
|
+
export * from './Interface/api/prestashop/PSOrder';
|
|
456
|
+
export * from './Interface/api/prestashop/PSAddress';
|
|
457
|
+
export * from './Interface/api/prestashop/PSCountry';
|
|
458
|
+
export * from './Interface/api/prestashop/InvoicesPrestashop';
|
|
459
|
+
export * from './Interface/api/woocommerce/WCOrder';
|
|
460
|
+
export * from './Interface/api/woocommerce/WCBilling';
|
|
461
|
+
export * from './Interface/api/woocommerce/InvoicesWoocommerce';
|
|
450
462
|
export * from './Interface/api/transactions/QueryUnexport';
|
|
451
463
|
export * from './Interface/api/crisp/GetCrisp';
|
|
452
464
|
export * from './Interface/api/incomeAllocation/CreateIncomeAllocation';
|
|
@@ -1 +0,0 @@
|
|
|
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,KAAK,EAAE,MAAM,CAAC;IAEd,GAAG,EAAE,MAAM,EAAE,CAAC;IAEd,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1 +0,0 @@
|
|
|
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;CASjC;AAPC;IADC,mBAAmB,EAAE;;oDACR;AAEd;IADC,mBAAmB,EAAE;;oDACR;AAEd;IADC,mBAAmB,EAAE;;kDACR;AAEd;IADC,mBAAmB,EAAE;;wDACJ","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class ImportInvoicesShopify {\n @ApiPropertyOptional()\n order: string;\n @ApiPropertyOptional()\n limit: number;\n @ApiPropertyOptional()\n ids: number[];\n @ApiPropertyOptional()\n idSociety: number;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/shopify/ImportInvoicesShopify.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,qBAAP,CAA4B;;QAArB,qB,GAAA,qB;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,+BAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,+BAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,gCAAA,CAAA,E,+BAAA,E,KAAA,E,KAAc,CAAd,CAAA;;AAEA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,+BAAA,E,WAAA,E,KAAkB,CAAlB,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class ImportInvoicesShopify {\n @ApiPropertyOptional()\n order: string;\n @ApiPropertyOptional()\n limit: number;\n @ApiPropertyOptional()\n ids: number[];\n @ApiPropertyOptional()\n idSociety: number;\n}\n"],"sourceRoot":"","file":"ImportInvoicesShopify.js"}
|