@silexpert/core 0.4.55 → 0.4.57
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/TaxDeadline.d.ts +8 -0
- package/es/api/resources/TaxDeadline.d.ts.map +1 -0
- package/es/api/resources/TaxDeadline.js +10 -0
- package/es/api/resources/TaxDeadline.js.map +1 -0
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AccountingFileType.d.ts +8 -0
- package/es/types/Enum/AccountingFileType.d.ts.map +1 -0
- package/es/types/Enum/AccountingFileType.js +9 -0
- package/es/types/Enum/AccountingFileType.js.map +1 -0
- package/es/types/Enum/BalanceSheet.d.ts +17 -0
- package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheet.js +18 -0
- package/es/types/Enum/BalanceSheet.js.map +1 -1
- package/es/types/Enum/Channel.d.ts +5 -0
- package/es/types/Enum/Channel.d.ts.map +1 -0
- package/es/types/Enum/Channel.js +6 -0
- package/es/types/Enum/Channel.js.map +1 -0
- package/es/types/Enum/Comment.d.ts +18 -0
- package/es/types/Enum/Comment.d.ts.map +1 -0
- package/es/types/Enum/Comment.js +19 -0
- package/es/types/Enum/Comment.js.map +1 -0
- package/es/types/Enum/FieldSocietyStat.d.ts +9 -0
- package/es/types/Enum/FieldSocietyStat.d.ts.map +1 -0
- package/es/types/Enum/FieldSocietyStat.js +10 -0
- package/es/types/Enum/FieldSocietyStat.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/Enum/Notification.d.ts +5 -0
- package/es/types/Enum/Notification.d.ts.map +1 -0
- package/es/types/Enum/Notification.js +6 -0
- package/es/types/Enum/Notification.js.map +1 -0
- package/es/types/Enum/Prestation.d.ts +7 -0
- package/es/types/Enum/Prestation.d.ts.map +1 -0
- package/es/types/Enum/Prestation.js +8 -0
- package/es/types/Enum/Prestation.js.map +1 -0
- package/es/types/Enum/Supervision.d.ts +10 -0
- package/es/types/Enum/Supervision.d.ts.map +1 -0
- package/es/types/Enum/Supervision.js +11 -0
- package/es/types/Enum/Supervision.js.map +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +4 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +8 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- 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/society/ReadSociety.d.ts +8 -0
- package/es/types/Interface/api/society/ReadSociety.d.ts.map +1 -0
- package/es/types/Interface/api/society/ReadSociety.js +2 -0
- package/es/types/Interface/api/society/ReadSociety.js.map +1 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +29 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +99 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +77 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js +11 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -0
- 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/Interface/models/ICustomerTva.d.ts +1 -1
- package/es/types/Interface/models/ICustomerTva.js.map +1 -1
- package/es/types/Interface/models/IPrestation.d.ts +2 -2
- package/es/types/Interface/models/IPrestation.d.ts.map +1 -1
- package/es/types/Interface/models/IPrestation.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +7 -3
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/Interface/models/ISocietyStat.d.ts +2 -2
- package/es/types/Interface/models/ISocietyStat.js.map +1 -1
- package/es/types/Interface/models/ISupervision.d.ts +2 -0
- package/es/types/Interface/models/ISupervision.d.ts.map +1 -1
- package/es/types/Interface/models/ISupervision.js.map +1 -1
- package/es/types/index.d.ts +22 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +22 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/TaxDeadline.js +30 -0
- package/js/api/resources/TaxDeadline.js.map +1 -0
- package/js/api/resources.js +4 -1
- package/js/api/resources.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/BalanceSheet.js +20 -0
- package/js/types/Enum/BalanceSheet.js.map +1 -1
- package/js/types/Enum/Channel.js +12 -0
- package/js/types/Enum/Channel.js.map +1 -0
- package/js/types/Enum/Comment.js +25 -0
- package/js/types/Enum/Comment.js.map +1 -0
- package/js/types/Enum/FieldSocietyStat.js +16 -0
- package/js/types/Enum/FieldSocietyStat.js.map +1 -0
- package/js/types/Enum/FileType.js +113 -0
- package/js/types/Enum/FileType.js.map +1 -0
- package/js/types/Enum/Notification.js +12 -0
- package/js/types/Enum/Notification.js.map +1 -0
- package/js/types/Enum/Prestation.js +14 -0
- package/js/types/Enum/Prestation.js.map +1 -0
- package/js/types/Enum/Supervision.js +17 -0
- package/js/types/Enum/Supervision.js.map +1 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js +4 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- 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/society/ReadSociety.js +6 -0
- package/js/types/Interface/api/society/ReadSociety.js.map +1 -0
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +121 -0
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -0
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js +26 -0
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -0
- 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 +255 -3
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/TaxDeadline.ts +20 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/AccountingFileType.ts +7 -0
- package/ts/types/Enum/BalanceSheet.ts +18 -0
- package/ts/types/Enum/Channel.ts +4 -0
- package/ts/types/Enum/Comment.ts +17 -0
- package/ts/types/Enum/FieldSocietyStat.ts +8 -0
- package/ts/types/Enum/FileType.ts +107 -0
- package/ts/types/Enum/Notification.ts +4 -0
- package/ts/types/Enum/Prestation.ts +6 -0
- package/ts/types/Enum/Supervision.ts +9 -0
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +8 -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/society/ReadSociety.ts +7 -0
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +69 -0
- package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +73 -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/Interface/models/ICustomerTva.ts +1 -1
- package/ts/types/Interface/models/IPrestation.ts +2 -2
- package/ts/types/Interface/models/ISociety.ts +9 -3
- package/ts/types/Interface/models/ISocietyStat.ts +2 -2
- package/ts/types/Interface/models/ISupervision.ts +2 -0
- package/ts/types/index.ts +22 -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 @@
|
|
|
1
|
+
{"version":3,"file":"InvoicesPrestashop.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/InvoicesPrestashop.ts"],"names":[],"mappings":"AAEA,qBAAa,kBAAkB;IAE7B,KAAK,EAAE,MAAM,CAAC;IAEd,KAAK,EAAE,MAAM,CAAC;IAEd,GAAG,EAAE,MAAM,EAAE,CAAC;IAEd,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
package/es/types/Interface/api/{shopify/ImportInvoicesShopify.js → prestashop/InvoicesPrestashop.js}
RENAMED
|
@@ -8,22 +8,22 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
10
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
11
|
-
export class
|
|
11
|
+
export class InvoicesPrestashop {
|
|
12
12
|
}
|
|
13
13
|
__decorate([
|
|
14
14
|
ApiPropertyOptional(),
|
|
15
15
|
__metadata("design:type", String)
|
|
16
|
-
],
|
|
16
|
+
], InvoicesPrestashop.prototype, "order", void 0);
|
|
17
17
|
__decorate([
|
|
18
18
|
ApiPropertyOptional(),
|
|
19
19
|
__metadata("design:type", Number)
|
|
20
|
-
],
|
|
20
|
+
], InvoicesPrestashop.prototype, "limit", void 0);
|
|
21
21
|
__decorate([
|
|
22
22
|
ApiPropertyOptional(),
|
|
23
23
|
__metadata("design:type", Array)
|
|
24
|
-
],
|
|
24
|
+
], InvoicesPrestashop.prototype, "ids", void 0);
|
|
25
25
|
__decorate([
|
|
26
26
|
ApiPropertyOptional(),
|
|
27
27
|
__metadata("design:type", Number)
|
|
28
|
-
],
|
|
29
|
-
//# sourceMappingURL=
|
|
28
|
+
], InvoicesPrestashop.prototype, "idSociety", void 0);
|
|
29
|
+
//# sourceMappingURL=InvoicesPrestashop.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvoicesPrestashop.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/InvoicesPrestashop.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,kBAAkB;CAS9B;AAPC;IADC,mBAAmB,EAAE;;iDACR;AAEd;IADC,mBAAmB,EAAE;;iDACR;AAEd;IADC,mBAAmB,EAAE;;+CACR;AAEd;IADC,mBAAmB,EAAE;;qDACJ","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class InvoicesPrestashop {\n @ApiPropertyOptional()\n order: string;\n @ApiPropertyOptional()\n limit: number;\n @ApiPropertyOptional()\n ids: number[];\n @ApiPropertyOptional()\n idSociety: number;\n}\n"]}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { PSObject } from './PSObject';
|
|
2
|
+
export interface PSAddress extends PSObject {
|
|
3
|
+
id_customer?: string | null;
|
|
4
|
+
id_manufacturer?: string | null;
|
|
5
|
+
id_supplier?: string | null;
|
|
6
|
+
id_warehouse?: string | null;
|
|
7
|
+
id_country?: string | null;
|
|
8
|
+
id_state?: string | null;
|
|
9
|
+
alias?: string | null;
|
|
10
|
+
company?: string | null;
|
|
11
|
+
lastname?: string | null;
|
|
12
|
+
firstname?: string | null;
|
|
13
|
+
vat_number?: string | null;
|
|
14
|
+
address1?: string | null;
|
|
15
|
+
address2?: string | null;
|
|
16
|
+
postcode?: string | null;
|
|
17
|
+
city?: string | null;
|
|
18
|
+
other?: string | null;
|
|
19
|
+
phone?: string | null;
|
|
20
|
+
phone_mobile?: string | null;
|
|
21
|
+
dni?: string | null;
|
|
22
|
+
deleted?: string | null;
|
|
23
|
+
date_add?: string | null;
|
|
24
|
+
date_upd?: string | null;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=PSAddress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PSAddress.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSAddress.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,SAAU,SAAQ,QAAQ;IACzC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC/B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PSAddress.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSAddress.ts"],"names":[],"mappings":"","sourcesContent":["import { PSObject } from './PSObject';\n\nexport interface PSAddress extends PSObject {\n id_customer?: string | null\n id_manufacturer?: string | null\n id_supplier?: string | null\n id_warehouse?: string | null\n id_country?: string | null\n id_state?: string | null\n alias?: string | null\n company?: string | null\n lastname?: string | null\n firstname?: string | null\n vat_number?: string | null\n address1?: string | null\n address2?: string | null\n postcode?: string | null\n city?: string | null\n other?: string | null\n phone?: string | null\n phone_mobile?: string | null\n dni?: string | null\n deleted?: string | null\n date_add?: string | null\n date_upd?: string | null\n}"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PSObject } from './PSObject';
|
|
2
|
+
export interface PSCountry extends PSObject {
|
|
3
|
+
id_zone?: string | null;
|
|
4
|
+
id_currency?: string | null;
|
|
5
|
+
call_prefix?: string | null;
|
|
6
|
+
iso_code?: string | null;
|
|
7
|
+
active?: string | null;
|
|
8
|
+
contains_states?: string | null;
|
|
9
|
+
need_identification_number?: string | null;
|
|
10
|
+
need_zip_code?: string | null;
|
|
11
|
+
zip_code_format?: string | null;
|
|
12
|
+
display_tax_label?: string | null;
|
|
13
|
+
name?: string | null;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=PSCountry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PSCountry.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSCountry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,SAAU,SAAQ,QAAQ;IACzC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC/B,0BAA0B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1C,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC7B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC/B,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACjC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PSCountry.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSCountry.ts"],"names":[],"mappings":"","sourcesContent":["import { PSObject } from './PSObject';\n\nexport interface PSCountry extends PSObject {\n id_zone?: string | null\n id_currency?: string | null\n call_prefix?: string | null\n iso_code?: string | null\n active?: string | null\n contains_states?: string | null\n need_identification_number?: string | null\n need_zip_code?: string | null\n zip_code_format?: string | null\n display_tax_label?: string | null\n name?: string | null\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PSObject.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSObject.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,GAAG,IAAI,CAAA;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PSObject.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSObject.ts"],"names":[],"mappings":"","sourcesContent":["export interface PSObject {\n id: number | null\n}"]}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { PSObject } from './PSObject';
|
|
2
|
+
import { PSOrderRow } from './PSOrderRow';
|
|
3
|
+
export interface PSOrder extends PSObject {
|
|
4
|
+
id_address_delivery?: string | null;
|
|
5
|
+
id_address_invoice?: string | null;
|
|
6
|
+
id_cart?: string | null;
|
|
7
|
+
id_currency?: string | null;
|
|
8
|
+
id_lang?: string | null;
|
|
9
|
+
id_customer?: string | null;
|
|
10
|
+
id_carrier?: string | null;
|
|
11
|
+
current_state?: string | null;
|
|
12
|
+
module?: string | null;
|
|
13
|
+
invoice_number?: string | null;
|
|
14
|
+
invoice_date?: string | null;
|
|
15
|
+
delivery_number?: string | null;
|
|
16
|
+
delivery_date?: string | null;
|
|
17
|
+
valid?: string | null;
|
|
18
|
+
date_add?: string | null;
|
|
19
|
+
date_upd?: string | null;
|
|
20
|
+
shipping_number?: string | null;
|
|
21
|
+
id_shop_group?: string | null;
|
|
22
|
+
id_shop?: string | null;
|
|
23
|
+
secure_key?: string | null;
|
|
24
|
+
payment?: string | null;
|
|
25
|
+
recyclable?: string | null;
|
|
26
|
+
gift?: string | null;
|
|
27
|
+
gift_message?: string | null;
|
|
28
|
+
mobile_theme?: string | null;
|
|
29
|
+
total_discounts?: string | null;
|
|
30
|
+
total_discounts_tax_incl?: string | null;
|
|
31
|
+
total_discounts_tax_excl?: string | null;
|
|
32
|
+
total_paid?: string | null;
|
|
33
|
+
total_paid_tax_incl?: string | null;
|
|
34
|
+
total_paid_tax_excl?: string | null;
|
|
35
|
+
total_paid_real?: string | null;
|
|
36
|
+
total_products?: string | null;
|
|
37
|
+
total_products_wt?: string | null;
|
|
38
|
+
total_shipping?: string | null;
|
|
39
|
+
total_shipping_tax_incl?: string | null;
|
|
40
|
+
total_shipping_tax_excl?: string | null;
|
|
41
|
+
carrier_tax_rate?: string | null;
|
|
42
|
+
total_wrapping?: string | null;
|
|
43
|
+
total_wrapping_tax_incl?: string | null;
|
|
44
|
+
total_wrapping_tax_excl?: string | null;
|
|
45
|
+
round_mode?: string | null;
|
|
46
|
+
round_type?: string | null;
|
|
47
|
+
conversion_rate?: string | null;
|
|
48
|
+
reference?: string | null;
|
|
49
|
+
associations?: {
|
|
50
|
+
order_rows?: PSOrderRow[];
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=PSOrder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PSOrder.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSOrder.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PSOrder.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSOrder.ts"],"names":[],"mappings":"","sourcesContent":["import { PSObject } from './PSObject';\nimport { PSOrderRow } from './PSOrderRow';\n\nexport interface PSOrder extends PSObject {\n id_address_delivery?: string | null\n id_address_invoice?: string | null\n id_cart?: string | null\n id_currency?: string | null\n id_lang?: string | null\n id_customer?: string | null\n id_carrier?: string | null\n current_state?: string | null\n module?: string | null\n invoice_number?: string | null\n invoice_date?: string | null\n delivery_number?: string | null\n delivery_date?: string | null\n valid?: string | null\n date_add?: string | null\n date_upd?: string | null\n shipping_number?: string | null\n id_shop_group?: string | null\n id_shop?: string | null\n secure_key?: string | null\n payment?: string | null\n recyclable?: string | null\n gift?: string | null\n gift_message?: string | null\n mobile_theme?: string | null\n total_discounts?: string | null\n total_discounts_tax_incl?: string | null\n total_discounts_tax_excl?: string | null\n total_paid?: string | null\n total_paid_tax_incl?: string | null\n total_paid_tax_excl?: string | null\n total_paid_real?: string | null\n total_products?: string | null\n total_products_wt?: string | null\n total_shipping?: string | null\n total_shipping_tax_incl?: string | null\n total_shipping_tax_excl?: string | null\n carrier_tax_rate?: string | null\n total_wrapping?: string | null\n total_wrapping_tax_incl?: string | null\n total_wrapping_tax_excl?: string | null\n round_mode?: string | null\n round_type?: string | null\n conversion_rate?: string | null\n reference?: string | null\n\n associations?: {\n order_rows?: PSOrderRow[]\n }\n}"]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PSObject } from './PSObject';
|
|
2
|
+
export interface PSOrderRow extends PSObject {
|
|
3
|
+
product_id: string;
|
|
4
|
+
product_attribute_id: string;
|
|
5
|
+
product_quantity: string;
|
|
6
|
+
product_name: string;
|
|
7
|
+
product_reference: string;
|
|
8
|
+
product_ean13: string;
|
|
9
|
+
product_isbn: string;
|
|
10
|
+
product_upc: string;
|
|
11
|
+
product_price: string;
|
|
12
|
+
unit_price_tax_incl: string;
|
|
13
|
+
unit_price_tax_excl: string;
|
|
14
|
+
id_customization: string;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=PSOrderRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PSOrderRow.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSOrderRow.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,UAAW,SAAQ,QAAQ;IAC1C,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,gBAAgB,EAAE,MAAM,CAAA;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PSOrderRow.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestashop/PSOrderRow.ts"],"names":[],"mappings":"","sourcesContent":["import { PSObject } from './PSObject';\n\nexport interface PSOrderRow extends PSObject {\n product_id: string,\n product_attribute_id: string,\n product_quantity: string,\n product_name: string,\n product_reference: string,\n product_ean13: string,\n product_isbn: string,\n product_upc: string,\n product_price: string,\n unit_price_tax_incl: string,\n unit_price_tax_excl: string,\n id_customization: string\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvoicesShopify.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/InvoicesShopify.ts"],"names":[],"mappings":"AAEA,qBAAa,eAAe;IAE1B,KAAK,EAAE,MAAM,CAAC;IAEd,KAAK,EAAE,MAAM,CAAC;IAEd,GAAG,EAAE,MAAM,EAAE,CAAC;IAEd,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class InvoicesShopify {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiPropertyOptional(),
|
|
15
|
+
__metadata("design:type", String)
|
|
16
|
+
], InvoicesShopify.prototype, "order", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], InvoicesShopify.prototype, "limit", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], InvoicesShopify.prototype, "ids", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], InvoicesShopify.prototype, "idSociety", void 0);
|
|
29
|
+
//# sourceMappingURL=InvoicesShopify.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvoicesShopify.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shopify/InvoicesShopify.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,eAAe;CAS3B;AAPC;IADC,mBAAmB,EAAE;;8CACR;AAEd;IADC,mBAAmB,EAAE;;8CACR;AAEd;IADC,mBAAmB,EAAE;;4CACR;AAEd;IADC,mBAAmB,EAAE;;kDACJ","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class InvoicesShopify {\n @ApiPropertyOptional()\n order: string;\n @ApiPropertyOptional()\n limit: number;\n @ApiPropertyOptional()\n ids: number[];\n @ApiPropertyOptional()\n idSociety: number;\n}\n"]}
|
|
@@ -20,5 +20,9 @@ export declare class CreateSociety {
|
|
|
20
20
|
nafCode?: string;
|
|
21
21
|
zipCode?: string;
|
|
22
22
|
analyticsUtm?: AnalticsUtm;
|
|
23
|
+
confirmedAt?: string;
|
|
24
|
+
idFiscalRegime?: number;
|
|
25
|
+
profitsType?: number;
|
|
26
|
+
idTaxSystem?: number;
|
|
23
27
|
}
|
|
24
28
|
//# sourceMappingURL=CreateSociety.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,qBAAa,aAAa;IAExB,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAGhD,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,YAAY,CAAC,EAAE,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,qBAAa,aAAa;IAExB,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAGhD,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,YAAY,CAAC,EAAE,WAAW,CAAC;IAG3B,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -62,4 +62,20 @@ __decorate([
|
|
|
62
62
|
ApiPropertyOptional(),
|
|
63
63
|
__metadata("design:type", Object)
|
|
64
64
|
], CreateSociety.prototype, "analyticsUtm", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
ApiPropertyOptional(),
|
|
67
|
+
__metadata("design:type", String)
|
|
68
|
+
], CreateSociety.prototype, "confirmedAt", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
ApiPropertyOptional(),
|
|
71
|
+
__metadata("design:type", Number)
|
|
72
|
+
], CreateSociety.prototype, "idFiscalRegime", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
ApiPropertyOptional(),
|
|
75
|
+
__metadata("design:type", Number)
|
|
76
|
+
], CreateSociety.prototype, "profitsType", void 0);
|
|
77
|
+
__decorate([
|
|
78
|
+
ApiPropertyOptional(),
|
|
79
|
+
__metadata("design:type", Number)
|
|
80
|
+
], CreateSociety.prototype, "idTaxSystem", void 0);
|
|
65
81
|
//# sourceMappingURL=CreateSociety.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAQrE,MAAM,OAAO,aAAa;
|
|
1
|
+
{"version":3,"file":"CreateSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAQrE,MAAM,OAAO,aAAa;CAmDzB;AAjDC;IADC,WAAW,EAAE;;6CACC;AAGf;IADC,WAAW,EAAE;;mDACO;AAGrB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;gDACH;AAGnB;IADC,mBAAmB,EAAE;;iDACF;AAGpB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;qDAC0B;AAGhD;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;mDACK;AAG3B;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport type AnalticsUtm = {\n utm_source?: string;\n utm_campaign?: string;\n utm_medium?: string;\n};\n\nexport class CreateSociety {\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idTvaRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n nafCode?: string;\n\n @ApiPropertyOptional()\n zipCode?: string;\n\n @ApiPropertyOptional()\n analyticsUtm?: AnalticsUtm;\n\n @ApiPropertyOptional()\n confirmedAt?: string;\n\n @ApiPropertyOptional()\n idFiscalRegime?: number;\n\n @ApiPropertyOptional()\n profitsType?: number;\n\n @ApiPropertyOptional()\n idTaxSystem?: number;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY,GAAG;IACzB,WAAW,EAAE,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;CACf,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"","sourcesContent":["export type UnpaidDetail = {\n datePayment: Date,\n amount: number,\n idExercice: number,\n dateStart: Date,\n dateEnd: Date,\n};"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { VatRegime } from '../../..';
|
|
2
|
+
import { ComptaType } from '../../../Enum/ComptaType';
|
|
3
|
+
import { TaxSystem } from '../../../Enum/TaxSystem';
|
|
4
|
+
import { BalanceSheetState } from '../../../Enum/BalanceSheet';
|
|
5
|
+
export declare class QueryTaxDeadline {
|
|
6
|
+
idUser: number;
|
|
7
|
+
minimalTurnover?: number;
|
|
8
|
+
maximalTurnover?: number;
|
|
9
|
+
idVatRegime?: VatRegime | VatRegime[];
|
|
10
|
+
idComptaType?: ComptaType | ComptaType[];
|
|
11
|
+
idTaxSystem?: TaxSystem | TaxSystem[];
|
|
12
|
+
idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];
|
|
13
|
+
closingDate?: string;
|
|
14
|
+
year?: string;
|
|
15
|
+
search?: string;
|
|
16
|
+
}
|
|
17
|
+
export declare class QueryTaxDeadlineStatistics {
|
|
18
|
+
idUser: number;
|
|
19
|
+
minimalTurnover?: number;
|
|
20
|
+
maximalTurnover?: number;
|
|
21
|
+
idVatRegime?: VatRegime | VatRegime[];
|
|
22
|
+
idComptaType?: ComptaType | ComptaType[];
|
|
23
|
+
idTaxSystem?: TaxSystem | TaxSystem[];
|
|
24
|
+
idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];
|
|
25
|
+
closingDate?: string;
|
|
26
|
+
year?: string;
|
|
27
|
+
search?: string;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=QueryTaxDeadline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,qBAAa,gBAAgB;IAE3B,MAAM,EAAE,MAAM,CAAC;IAGf,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,0BAA0B;IAErC,MAAM,EAAE,MAAM,CAAC;IAGf,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAC;IAGzC,WAAW,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAGtC,mBAAmB,CAAC,EAAE,iBAAiB,GAAG,iBAAiB,EAAE,CAAC;IAG9D,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1,99 @@
|
|
|
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, ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
import { VatRegime } from '../../..';
|
|
12
|
+
import { ComptaType } from '../../../Enum/ComptaType';
|
|
13
|
+
import { TaxSystem } from '../../../Enum/TaxSystem';
|
|
14
|
+
import { BalanceSheetState } from '../../../Enum/BalanceSheet';
|
|
15
|
+
export class QueryTaxDeadline {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty({ description: 'Identifiant du collaborateur' }),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], QueryTaxDeadline.prototype, "idUser", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional({ description: 'Chiffre d\'affaires prévisionnel minimum' }),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], QueryTaxDeadline.prototype, "minimalTurnover", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional({ description: 'Chiffre d\'affaires prévisionnel maximum' }),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], QueryTaxDeadline.prototype, "maximalTurnover", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime }),
|
|
31
|
+
__metadata("design:type", Object)
|
|
32
|
+
], QueryTaxDeadline.prototype, "idVatRegime", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType }),
|
|
35
|
+
__metadata("design:type", Object)
|
|
36
|
+
], QueryTaxDeadline.prototype, "idComptaType", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem }),
|
|
39
|
+
__metadata("design:type", Object)
|
|
40
|
+
], QueryTaxDeadline.prototype, "idTaxSystem", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState }),
|
|
43
|
+
__metadata("design:type", Object)
|
|
44
|
+
], QueryTaxDeadline.prototype, "idBalanceSheetState", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' }),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], QueryTaxDeadline.prototype, "closingDate", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' }),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], QueryTaxDeadline.prototype, "year", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
ApiPropertyOptional(),
|
|
55
|
+
__metadata("design:type", String)
|
|
56
|
+
], QueryTaxDeadline.prototype, "search", void 0);
|
|
57
|
+
export class QueryTaxDeadlineStatistics {
|
|
58
|
+
}
|
|
59
|
+
__decorate([
|
|
60
|
+
ApiProperty({ description: 'Identifiant du collaborateur' }),
|
|
61
|
+
__metadata("design:type", Number)
|
|
62
|
+
], QueryTaxDeadlineStatistics.prototype, "idUser", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
ApiPropertyOptional({ description: 'Chiffre d\'affaires prévisionnel minimum' }),
|
|
65
|
+
__metadata("design:type", Number)
|
|
66
|
+
], QueryTaxDeadlineStatistics.prototype, "minimalTurnover", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
ApiPropertyOptional({ description: 'Chiffre d\'affaires prévisionnel maximum' }),
|
|
69
|
+
__metadata("design:type", Number)
|
|
70
|
+
], QueryTaxDeadlineStatistics.prototype, "maximalTurnover", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime }),
|
|
73
|
+
__metadata("design:type", Object)
|
|
74
|
+
], QueryTaxDeadlineStatistics.prototype, "idVatRegime", void 0);
|
|
75
|
+
__decorate([
|
|
76
|
+
ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType }),
|
|
77
|
+
__metadata("design:type", Object)
|
|
78
|
+
], QueryTaxDeadlineStatistics.prototype, "idComptaType", void 0);
|
|
79
|
+
__decorate([
|
|
80
|
+
ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem }),
|
|
81
|
+
__metadata("design:type", Object)
|
|
82
|
+
], QueryTaxDeadlineStatistics.prototype, "idTaxSystem", void 0);
|
|
83
|
+
__decorate([
|
|
84
|
+
ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState }),
|
|
85
|
+
__metadata("design:type", Object)
|
|
86
|
+
], QueryTaxDeadlineStatistics.prototype, "idBalanceSheetState", void 0);
|
|
87
|
+
__decorate([
|
|
88
|
+
ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' }),
|
|
89
|
+
__metadata("design:type", String)
|
|
90
|
+
], QueryTaxDeadlineStatistics.prototype, "closingDate", void 0);
|
|
91
|
+
__decorate([
|
|
92
|
+
ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' }),
|
|
93
|
+
__metadata("design:type", String)
|
|
94
|
+
], QueryTaxDeadlineStatistics.prototype, "year", void 0);
|
|
95
|
+
__decorate([
|
|
96
|
+
ApiPropertyOptional(),
|
|
97
|
+
__metadata("design:type", String)
|
|
98
|
+
], QueryTaxDeadlineStatistics.prototype, "search", void 0);
|
|
99
|
+
//# sourceMappingURL=QueryTaxDeadline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,MAAM,OAAO,gBAAgB;CA8B5B;AA5BC;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,8BAA8B,EAAE,CAAC;;gDAC9C;AAGf;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;yDACxD;AAGzB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;yDACxD;AAGzB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;qDACjC;AAGtC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,sBAAsB,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;;sDACtC;AAGzC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,mBAAmB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;qDACrC;AAGtC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;;6DACjB;AAG9D;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,gCAAgC,EAAE,CAAC;;qDAClD;AAGrB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,gCAAgC,EAAE,CAAC;;8CACzD;AAGd;IADC,mBAAmB,EAAE;;gDACN;AAGlB,MAAM,OAAO,0BAA0B;CA8BtC;AA5BC;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,8BAA8B,EAAE,CAAC;;0DAC9C;AAGf;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;mEACxD;AAGzB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;;mEACxD;AAGzB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;+DACjC;AAGtC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,sBAAsB,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;;gEACtC;AAGzC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,mBAAmB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;+DACrC;AAGtC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;;uEACjB;AAG9D;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,gCAAgC,EAAE,CAAC;;+DAClD;AAGrB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,gCAAgC,EAAE,CAAC;;wDACzD;AAGd;IADC,mBAAmB,EAAE;;0DACN","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { VatRegime } from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string;\n\n @ApiPropertyOptional()\n search?: string;\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string;\n\n @ApiPropertyOptional()\n search?: string;\n}"]}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { IExercice } from '../../models/IExercice';
|
|
2
|
+
import { ComptaType } from '../../../Enum/ComptaType';
|
|
3
|
+
import { VatRegime } from '../../../Enum/VatRegime';
|
|
4
|
+
import { IBalanceSheet } from '../../models/IBalanceSheet';
|
|
5
|
+
import { ISupervision } from '../../models/ISupervision';
|
|
6
|
+
import { IExerciceDetail } from '../../models/IExerciceDetail';
|
|
7
|
+
import { IFile } from '../../models/IFile';
|
|
8
|
+
import { IUser } from '../../models/IUser';
|
|
9
|
+
import { ITerminationList } from '../../models/ITerminationList';
|
|
10
|
+
import { UnpaidDetail } from '../../..';
|
|
11
|
+
import { ICustomerTva } from '../../models/ICustomerTva';
|
|
12
|
+
import { ISupervisionPendingPoint } from '../../models/ISupervisionPendingPoint';
|
|
13
|
+
export declare class ReadTaxDeadline {
|
|
14
|
+
society: {
|
|
15
|
+
id?: number;
|
|
16
|
+
name: string | null;
|
|
17
|
+
idComptaType: ComptaType | null;
|
|
18
|
+
idVatRegime: VatRegime | null;
|
|
19
|
+
isWaitingEnd: boolean | null;
|
|
20
|
+
idTypeBrand: number | null;
|
|
21
|
+
vatUploadDay: number | null;
|
|
22
|
+
terminationsList?: ITerminationList | null;
|
|
23
|
+
unpaid: number | null;
|
|
24
|
+
unpaidDetails: UnpaidDetail[];
|
|
25
|
+
isLate: boolean;
|
|
26
|
+
};
|
|
27
|
+
exercice: IExercice;
|
|
28
|
+
exercices: IExercice[];
|
|
29
|
+
exerciceDetails: IExerciceDetail | null;
|
|
30
|
+
customersVat: ICustomerTva[];
|
|
31
|
+
commercial: IUser | null;
|
|
32
|
+
balanceSheet: IBalanceSheet | null;
|
|
33
|
+
supervision: ISupervision | null;
|
|
34
|
+
pendingPoints: ISupervisionPendingPoint[] | null;
|
|
35
|
+
letter: IFile | null;
|
|
36
|
+
prestations: PrestationTaxDeadline[];
|
|
37
|
+
activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];
|
|
38
|
+
statistics: {
|
|
39
|
+
transactions: {
|
|
40
|
+
annoted: number;
|
|
41
|
+
total: number;
|
|
42
|
+
};
|
|
43
|
+
entries: {
|
|
44
|
+
revised: number;
|
|
45
|
+
total: number;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
export declare class StateDetails {
|
|
50
|
+
date: string;
|
|
51
|
+
total: number;
|
|
52
|
+
}
|
|
53
|
+
export declare class ReadTaxDeadlineStatistics {
|
|
54
|
+
todo: {
|
|
55
|
+
total: number;
|
|
56
|
+
details: StateDetails[];
|
|
57
|
+
};
|
|
58
|
+
accepted: {
|
|
59
|
+
total: number;
|
|
60
|
+
details: StateDetails[];
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
export declare class ComplementaryPrestationTaxDeadline {
|
|
64
|
+
id: number;
|
|
65
|
+
signed: boolean;
|
|
66
|
+
paid: boolean;
|
|
67
|
+
name: string;
|
|
68
|
+
isBack: boolean;
|
|
69
|
+
}
|
|
70
|
+
export declare class PrestationTaxDeadline {
|
|
71
|
+
id: number;
|
|
72
|
+
name: string;
|
|
73
|
+
amount: number;
|
|
74
|
+
paid: number;
|
|
75
|
+
isBack: boolean;
|
|
76
|
+
}
|
|
77
|
+
//# sourceMappingURL=ReadTaxDeadline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export class ReadTaxDeadline {
|
|
2
|
+
}
|
|
3
|
+
export class StateDetails {
|
|
4
|
+
}
|
|
5
|
+
export class ReadTaxDeadlineStatistics {
|
|
6
|
+
}
|
|
7
|
+
export class ComplementaryPrestationTaxDeadline {
|
|
8
|
+
}
|
|
9
|
+
export class PrestationTaxDeadline {
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=ReadTaxDeadline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadTaxDeadline.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"AAaA,MAAM,OAAO,eAAe;CAmC3B;AAED,MAAM,OAAO,YAAY;CAExB;AACD,MAAM,OAAO,yBAAyB;CAGrC;AAED,MAAM,OAAO,kCAAkC;CAM9C;AAED,MAAM,OAAO,qBAAqB;CAMjC","sourcesContent":["import { IExercice } from '../../models/IExercice';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { VatRegime } from '../../../Enum/VatRegime';\nimport { IBalanceSheet } from '../../models/IBalanceSheet';\nimport { ISupervision } from '../../models/ISupervision';\nimport { IExerciceDetail } from '../../models/IExerciceDetail';\nimport { IFile } from '../../models/IFile';\nimport { IUser } from '../../models/IUser';\nimport { ITerminationList } from '../../models/ITerminationList';\nimport { UnpaidDetail } from '../../..';\nimport { ICustomerTva } from '../../models/ICustomerTva';\nimport { ISupervisionPendingPoint } from '../../models/ISupervisionPendingPoint';\n\nexport class ReadTaxDeadline {\n society: {\n id?: number;\n name: string | null;\n idComptaType: ComptaType | null;\n idVatRegime: VatRegime | null;\n isWaitingEnd: boolean | null;\n idTypeBrand: number | null;\n vatUploadDay: number | null;\n terminationsList?: ITerminationList | null;\n unpaid: number | null;\n unpaidDetails: UnpaidDetail[];\n isLate: boolean;\n };\n exercice: IExercice;\n exercices: IExercice[];\n exerciceDetails: IExerciceDetail | null;\n customersVat: ICustomerTva[];\n commercial: IUser | null;\n balanceSheet: IBalanceSheet | null;\n supervision: ISupervision | null;\n pendingPoints: ISupervisionPendingPoint[] | null;\n letter: IFile | null;\n prestations: PrestationTaxDeadline[];\n activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];\n statistics: {\n transactions: {\n annoted: number;\n total: number;\n };\n entries: {\n revised: number;\n total: number;\n }\n };\n}\n\nexport class StateDetails {\n date: string; total: number;\n}\nexport class ReadTaxDeadlineStatistics {\n todo: { total: number, details: StateDetails[] };\n accepted: { total: number, details: StateDetails[] };\n}\n\nexport class ComplementaryPrestationTaxDeadline {\n id: number;\n signed: boolean;\n paid: boolean;\n name: string;\n isBack: boolean;\n}\n\nexport class PrestationTaxDeadline {\n id: number;\n name: string;\n amount: number;\n paid: number;\n isBack: boolean;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvoicesWoocommerce.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/InvoicesWoocommerce.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE9B,KAAK,EAAE,MAAM,CAAC;IAEd,KAAK,EAAE,MAAM,CAAC;IAEd,GAAG,EAAE,MAAM,EAAE,CAAC;IAEd,SAAS,EAAE,MAAM,CAAC;CACnB"}
|