@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,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 InvoicesWoocommerce {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiPropertyOptional(),
|
|
15
|
+
__metadata("design:type", String)
|
|
16
|
+
], InvoicesWoocommerce.prototype, "order", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], InvoicesWoocommerce.prototype, "limit", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], InvoicesWoocommerce.prototype, "ids", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], InvoicesWoocommerce.prototype, "idSociety", void 0);
|
|
29
|
+
//# sourceMappingURL=InvoicesWoocommerce.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvoicesWoocommerce.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/InvoicesWoocommerce.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,mBAAmB;CAS/B;AAPC;IADC,mBAAmB,EAAE;;kDACR;AAEd;IADC,mBAAmB,EAAE;;kDACR;AAEd;IADC,mBAAmB,EAAE;;gDACR;AAEd;IADC,mBAAmB,EAAE;;sDACJ","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class InvoicesWoocommerce {\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,14 @@
|
|
|
1
|
+
export interface WCBilling {
|
|
2
|
+
first_name: string;
|
|
3
|
+
last_name: string;
|
|
4
|
+
company: string;
|
|
5
|
+
address_1: string;
|
|
6
|
+
address_2: string;
|
|
7
|
+
city: string;
|
|
8
|
+
state: string;
|
|
9
|
+
postcode: string;
|
|
10
|
+
country: string;
|
|
11
|
+
email: string;
|
|
12
|
+
phone: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=WCBilling.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCBilling.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCBilling.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCBilling.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCBilling.ts"],"names":[],"mappings":"","sourcesContent":["export interface WCBilling {\n first_name: string;\n last_name: string;\n company: string;\n address_1: string;\n address_2: string;\n city: string;\n state: string;\n postcode: string;\n country: string;\n email: string;\n phone: string;\n}"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { WCMetaData } from './WCMetaData';
|
|
2
|
+
export interface WCLineItem {
|
|
3
|
+
id: number;
|
|
4
|
+
name: string;
|
|
5
|
+
product_id: number;
|
|
6
|
+
variation_id: number;
|
|
7
|
+
quantity: number;
|
|
8
|
+
tax_class: string;
|
|
9
|
+
subtotal: string;
|
|
10
|
+
subtotal_tax: string;
|
|
11
|
+
total: string;
|
|
12
|
+
total_tax: string;
|
|
13
|
+
taxes: any[];
|
|
14
|
+
meta_data: WCMetaData[];
|
|
15
|
+
sku: string;
|
|
16
|
+
price: number;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=WCLineItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCLineItem.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCLineItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,SAAS,EAAE,UAAU,EAAE,CAAC;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCLineItem.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCLineItem.ts"],"names":[],"mappings":"","sourcesContent":["import { WCMetaData } from './WCMetaData';\n\nexport interface WCLineItem {\n id: number;\n name: string;\n product_id: number;\n variation_id: number;\n quantity: number;\n tax_class: string;\n subtotal: string;\n subtotal_tax: string;\n total: string;\n total_tax: string;\n taxes: any[];\n meta_data: WCMetaData[];\n sku: string;\n price: number;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCLinks.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCLinks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCLinks.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCLinks.ts"],"names":[],"mappings":"","sourcesContent":["import { WCSelf } from './WCSelf';\n\nexport interface WCLinks {\n self: WCSelf[];\n collection: WCSelf[]; // WCCollection[];\n customer: WCSelf[];// Up[];\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCMetaData.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCMetaData.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCMetaData.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCMetaData.ts"],"names":[],"mappings":"","sourcesContent":["export interface WCMetaData {\n id: number;\n key: string;\n value: string;\n}"]}
|
|
@@ -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
|
+
export interface WCOrder {
|
|
7
|
+
id: number;
|
|
8
|
+
parent_id: number;
|
|
9
|
+
number: string;
|
|
10
|
+
order_key: string;
|
|
11
|
+
created_via: string;
|
|
12
|
+
version: string;
|
|
13
|
+
status: string;
|
|
14
|
+
currency: string;
|
|
15
|
+
date_created: Date;
|
|
16
|
+
date_created_gmt: Date;
|
|
17
|
+
date_modified: Date;
|
|
18
|
+
date_modified_gmt: Date;
|
|
19
|
+
discount_total: string;
|
|
20
|
+
discount_tax: string;
|
|
21
|
+
shipping_total: string;
|
|
22
|
+
shipping_tax: string;
|
|
23
|
+
cart_tax: string;
|
|
24
|
+
total: string;
|
|
25
|
+
total_tax: string;
|
|
26
|
+
prices_include_tax: boolean;
|
|
27
|
+
customer_id: number;
|
|
28
|
+
customer_ip_address: string;
|
|
29
|
+
customer_user_agent: string;
|
|
30
|
+
customer_note: string;
|
|
31
|
+
billing: WCBilling;
|
|
32
|
+
shipping: WCShipping;
|
|
33
|
+
payment_method: string;
|
|
34
|
+
payment_method_title: string;
|
|
35
|
+
transaction_id: string;
|
|
36
|
+
date_paid?: any;
|
|
37
|
+
date_paid_gmt?: any;
|
|
38
|
+
date_completed?: any;
|
|
39
|
+
date_completed_gmt?: any;
|
|
40
|
+
cart_hash: string;
|
|
41
|
+
meta_data: any[];
|
|
42
|
+
line_items: WCLineItem[];
|
|
43
|
+
tax_lines: any[];
|
|
44
|
+
shipping_lines: WCShippingLine[];
|
|
45
|
+
fee_lines: any[];
|
|
46
|
+
coupon_lines: any[];
|
|
47
|
+
refunds: any[];
|
|
48
|
+
_links: WCLinks;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=WCOrder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCOrder.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCOrder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,IAAI,CAAC;IACnB,gBAAgB,EAAE,IAAI,CAAC;IACvB,aAAa,EAAE,IAAI,CAAC;IACpB,iBAAiB,EAAE,IAAI,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,SAAS,CAAC;IACnB,QAAQ,EAAE,UAAU,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,cAAc,CAAC,EAAE,GAAG,CAAC;IACrB,kBAAkB,CAAC,EAAE,GAAG,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,GAAG,EAAE,CAAC;IACjB,UAAU,EAAE,UAAU,EAAE,CAAC;IACzB,SAAS,EAAE,GAAG,EAAE,CAAC;IACjB,cAAc,EAAE,cAAc,EAAE,CAAC;IACjC,SAAS,EAAE,GAAG,EAAE,CAAC;IACjB,YAAY,EAAE,GAAG,EAAE,CAAC;IACpB,OAAO,EAAE,GAAG,EAAE,CAAC;IACf,MAAM,EAAE,OAAO,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCOrder.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCOrder.ts"],"names":[],"mappings":"","sourcesContent":["import { WCBilling } from './WCBilling';\nimport { WCLineItem } from './WCLineItem';\nimport { WCLinks } from './WCLinks';\nimport { WCShipping } from './WCShiping';\nimport { WCShippingLine } from './WCShippingLine';\n\nexport interface WCOrder {\n id: number;\n parent_id: number;\n number: string;\n order_key: string;\n created_via: string;\n version: string;\n status: string;\n currency: string;\n date_created: Date;\n date_created_gmt: Date;\n date_modified: Date;\n date_modified_gmt: Date;\n discount_total: string;\n discount_tax: string;\n shipping_total: string;\n shipping_tax: string;\n cart_tax: string;\n total: string;\n total_tax: string;\n prices_include_tax: boolean;\n customer_id: number;\n customer_ip_address: string;\n customer_user_agent: string;\n customer_note: string;\n billing: WCBilling;\n shipping: WCShipping;\n payment_method: string;\n payment_method_title: string;\n transaction_id: string;\n date_paid?: any;\n date_paid_gmt?: any;\n date_completed?: any;\n date_completed_gmt?: any;\n cart_hash: string;\n meta_data: any[];\n line_items: WCLineItem[];\n tax_lines: any[];\n shipping_lines: WCShippingLine[];\n fee_lines: any[];\n coupon_lines: any[];\n refunds: any[];\n _links: WCLinks;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCSelf.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCSelf.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,MAAM;IACrB,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCSelf.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCSelf.ts"],"names":[],"mappings":"","sourcesContent":["export interface WCSelf {\n href: string;\n}"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface WCShipping {
|
|
2
|
+
first_name: string;
|
|
3
|
+
last_name: string;
|
|
4
|
+
company: string;
|
|
5
|
+
address_1: string;
|
|
6
|
+
address_2: string;
|
|
7
|
+
city: string;
|
|
8
|
+
state: string;
|
|
9
|
+
postcode: string;
|
|
10
|
+
country: string;
|
|
11
|
+
email: string;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=WCShiping.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCShiping.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCShiping.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCShiping.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCShiping.ts"],"names":[],"mappings":"","sourcesContent":["export interface WCShipping {\n first_name: string;\n last_name: string;\n company: string;\n address_1: string;\n address_2: string;\n city: string;\n state: string;\n postcode: string;\n country: string;\n email: string;\n}"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { WCTaxe } from './WCTaxes';
|
|
2
|
+
export interface WCShippingLine {
|
|
3
|
+
id: number;
|
|
4
|
+
method_title: string;
|
|
5
|
+
method_id: string;
|
|
6
|
+
instance_id: string;
|
|
7
|
+
total: string;
|
|
8
|
+
total_tax: string;
|
|
9
|
+
taxes: WCTaxe[];
|
|
10
|
+
meta_data: any[];
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=WCShippingLine.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCShippingLine.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCShippingLine.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,SAAS,EAAE,GAAG,EAAE,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCShippingLine.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCShippingLine.ts"],"names":[],"mappings":"","sourcesContent":["import { WCTaxe } from './WCTaxes';\n\nexport interface WCShippingLine {\n id: number;\n method_title: string;\n method_id: string;\n instance_id: string;\n total: string;\n total_tax: string;\n taxes: WCTaxe[];\n meta_data: any[];\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCTaxes.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCTaxes.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,MAAM;IACrB,EAAE,EAAC,MAAM,CAAC;IACV,YAAY,EAAC,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAC,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,SAAS,EAAE,GAAG,EAAE,CAAA;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WCTaxes.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/woocommerce/WCTaxes.ts"],"names":[],"mappings":"","sourcesContent":["export interface WCTaxe {\n id:number;\n method_title:string;\n method_id: string;\n total:string;\n total_tax: string;\n taxes: any[];\n meta_data: any[]\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ICustomerTva.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerTva.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { IChecklist } from './IChecklist';\nimport { IVatDeclaration } from './IVatDeclaration';\n\n// customersTva\nexport interface ICustomerTva {\n id?: number;\n stateAmount: number;\n amount: number;\n type: number;\n state: number;\n status: number | null;\n idExercice: number;\n
|
|
1
|
+
{"version":3,"file":"ICustomerTva.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerTva.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { IChecklist } from './IChecklist';\nimport { IVatDeclaration } from './IVatDeclaration';\n\n// customersTva\nexport interface ICustomerTva {\n id?: number;\n stateAmount: number;\n amount: number;\n type: number;\n state: number;\n status: number | null;\n idExercice: number;\n vatDate: Date | null;\n isCA12: boolean;\n amountBaseTva: number | null;\n comment: string | null;\n token: string | null;\n acceptation: boolean | null;\n acceptationDate: Date | null;\n idMail: number | null;\n idVatDeclaration: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n exercice: IExercice;\n webmailMail: IWebMail;\n checklist: IChecklist;\n vatDeclaration: IVatDeclaration;\n}\n"]}
|
|
@@ -31,7 +31,7 @@ export interface IPrestation {
|
|
|
31
31
|
inProgress: number | null;
|
|
32
32
|
idSociety: number;
|
|
33
33
|
idPrestationList: number;
|
|
34
|
-
|
|
34
|
+
idPrestationComplementary: number | null;
|
|
35
35
|
gestionJuridique: boolean;
|
|
36
36
|
idPrestationSocial: number | null;
|
|
37
37
|
idPrestationJuridique: number | null;
|
|
@@ -42,7 +42,7 @@ export interface IPrestation {
|
|
|
42
42
|
exercices: IExercice[];
|
|
43
43
|
prestationsPayments: IPayment[];
|
|
44
44
|
prestationsList: IPrestationList;
|
|
45
|
-
|
|
45
|
+
prestationsComplementary: IPrestationComplementary;
|
|
46
46
|
prestationJuridique: IPrestation;
|
|
47
47
|
prestationSocial: IPrestation;
|
|
48
48
|
prestationCreation: IPrestation;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG1D,MAAM,WAAW,WAAW;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,wBAAwB,EAAE,OAAO,GAAG,IAAI,CAAC;IACzC,+BAA+B,EAAE,OAAO,GAAG,IAAI,CAAC;IAChD,qBAAqB,EAAE,OAAO,GAAG,IAAI,CAAC;IACtC,IAAI,EAAE,OAAO,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,iBAAiB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,IAAI,GAAG,IAAI,CAAC;IACjC,cAAc,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,
|
|
1
|
+
{"version":3,"file":"IPrestation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG1D,MAAM,WAAW,WAAW;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,wBAAwB,EAAE,OAAO,GAAG,IAAI,CAAC;IACzC,+BAA+B,EAAE,OAAO,GAAG,IAAI,CAAC;IAChD,qBAAqB,EAAE,OAAO,GAAG,IAAI,CAAC;IACtC,IAAI,EAAE,OAAO,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,iBAAiB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,IAAI,GAAG,IAAI,CAAC;IACjC,cAAc,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,SAAS,EAAE,SAAS,EAAE,CAAC;IACvB,mBAAmB,EAAE,QAAQ,EAAE,CAAC;IAChC,eAAe,EAAE,eAAe,CAAC;IACjC,wBAAwB,EAAE,wBAAwB,CAAC;IACnD,mBAAmB,EAAE,WAAW,CAAC;IACjC,gBAAgB,EAAE,WAAW,CAAC;IAC9B,kBAAkB,EAAE,WAAW,CAAC;IAChC,oBAAoB,EAAE,QAAQ,CAAC;IAC/B,gCAAgC,EAAE,mBAAmB,EAAE,CAAC;IACxD,mBAAmB,EAAE,kBAAkB,EAAE,CAAC;CAC3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { IPayment } from './IPayment';\nimport { IPrestationList } from './IPrestationList';\nimport { IPrestationComplementary } from './IPrestationComplementary';\nimport { ISociety } from './ISociety';\nimport { IExercicePrestation } from './IExercicePrestation';\nimport { ICustomerSignature } from './ICustomerSignature';\n\n// prestations\nexport interface IPrestation {\n id?: number;\n numPrestation: string | null;\n statePrevi: number | null;\n archive: boolean;\n withStatuteDrafted: boolean | null;\n withCaptainContrat: boolean | null;\n withStatutesApportNature: boolean | null;\n withStatutesAutorisationTutelle: boolean | null;\n withStatutesFileAccre: boolean | null;\n paid: boolean | null;\n signed: boolean | null;\n toAdministratif: number | null;\n goToAdministratif: Date | null;\n administratifStatus: number;\n toConstitution: number;\n dateValidPrestation: Date | null;\n goToOnboarding: Date | null;\n goToClient: Date | null;\n state: boolean;\n commentPdf: string | null;\n token: string | null;\n size: number | null;\n inProgress: number | null;\n idSociety: number;\n idPrestationList: number;\n
|
|
1
|
+
{"version":3,"file":"IPrestation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { IPayment } from './IPayment';\nimport { IPrestationList } from './IPrestationList';\nimport { IPrestationComplementary } from './IPrestationComplementary';\nimport { ISociety } from './ISociety';\nimport { IExercicePrestation } from './IExercicePrestation';\nimport { ICustomerSignature } from './ICustomerSignature';\n\n// prestations\nexport interface IPrestation {\n id?: number;\n numPrestation: string | null;\n statePrevi: number | null;\n archive: boolean;\n withStatuteDrafted: boolean | null;\n withCaptainContrat: boolean | null;\n withStatutesApportNature: boolean | null;\n withStatutesAutorisationTutelle: boolean | null;\n withStatutesFileAccre: boolean | null;\n paid: boolean | null;\n signed: boolean | null;\n toAdministratif: number | null;\n goToAdministratif: Date | null;\n administratifStatus: number;\n toConstitution: number;\n dateValidPrestation: Date | null;\n goToOnboarding: Date | null;\n goToClient: Date | null;\n state: boolean;\n commentPdf: string | null;\n token: string | null;\n size: number | null;\n inProgress: number | null;\n idSociety: number;\n idPrestationList: number;\n idPrestationComplementary: number | null;\n gestionJuridique: boolean;\n idPrestationSocial: number | null;\n idPrestationJuridique: number | null;\n idPrestationCreation: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n exercices: IExercice[];\n prestationsPayments: IPayment[];\n prestationsList: IPrestationList;\n prestationsComplementary: IPrestationComplementary;\n prestationJuridique: IPrestation;\n prestationSocial: IPrestation;\n prestationCreation: IPrestation;\n societiesPrestations: ISociety;\n prestationsDetailsBeforeExercice: IExercicePrestation[];\n customersSignatures: ICustomerSignature[];\n}\n"]}
|
|
@@ -47,7 +47,8 @@ import { ISurvey } from './ISurvey';
|
|
|
47
47
|
import { ILog } from './ILog';
|
|
48
48
|
import { ISms } from './ISms';
|
|
49
49
|
import { IUser } from './IUser';
|
|
50
|
-
import { ComptaType, Country, Sector } from '../..';
|
|
50
|
+
import { ComptaType, Country, Sector, UnpaidDetail } from '../..';
|
|
51
|
+
import { IBrandType } from './IBrandType';
|
|
51
52
|
export interface ISociety {
|
|
52
53
|
id?: number;
|
|
53
54
|
name: string | null;
|
|
@@ -79,7 +80,7 @@ export interface ISociety {
|
|
|
79
80
|
FolderIsFinished: boolean | null;
|
|
80
81
|
hideInformationsBanner: boolean | null;
|
|
81
82
|
dateUploadTva: Date | null;
|
|
82
|
-
|
|
83
|
+
vatUploadDay: number | null;
|
|
83
84
|
lockImposition: boolean | null;
|
|
84
85
|
lockTva: boolean | null;
|
|
85
86
|
isWaitingEnd: boolean | null;
|
|
@@ -119,7 +120,9 @@ export interface ISociety {
|
|
|
119
120
|
noShowPopUpSynchroDate: Date | null;
|
|
120
121
|
stateFollowCall: number | null;
|
|
121
122
|
hideSimulationBetaMessage: boolean;
|
|
122
|
-
unpaid:
|
|
123
|
+
unpaid: number | null;
|
|
124
|
+
isLate: boolean | null;
|
|
125
|
+
unpaidDetails: UnpaidDetail[] | null;
|
|
123
126
|
owner: string | null;
|
|
124
127
|
social: string | null;
|
|
125
128
|
exercices: string | null;
|
|
@@ -180,5 +183,6 @@ export interface ISociety {
|
|
|
180
183
|
logs?: ILog[];
|
|
181
184
|
sms?: ISms[];
|
|
182
185
|
users?: IUser[];
|
|
186
|
+
brandType?: IBrandType;
|
|
183
187
|
}
|
|
184
188
|
//# sourceMappingURL=ISociety.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISociety.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ISociety.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISociety.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollowedQualityMail } from './IFollowedQualityMail';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceeding } from './ISocietyProceeding';\nimport { ISocietyAction } from './ISocietyAction';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ISurvey } from './ISurvey';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport {
|
|
1
|
+
{"version":3,"file":"ISociety.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollowedQualityMail } from './IFollowedQualityMail';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceeding } from './ISocietyProceeding';\nimport { ISocietyAction } from './ISocietyAction';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ISurvey } from './ISurvey';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport {\n ComptaType, Country, Sector, UnpaidDetail,\n} from '../..';\nimport { IBrandType } from './IBrandType';\n\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n nafCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n FolderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n vatUploadDay: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: Country | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n hideSimulationBetaMessage: boolean;\n unpaid: number | null;\n isLate: boolean | null;\n unpaidDetails: UnpaidDetail[] | null;\n owner: string | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n startAt?: Date | null;\n idSoftware: number | null;\n canceledFirstStepAt: Date | null;\n completedFirstStepAt: Date | null;\n lastMobileConnection: Date | null;\n\n // Associations\n accounts?: IAccount[];\n comments?: IComment[];\n thirdParty?: IThirdParty[];\n reports?: IReport[];\n connectors?: IConnector[];\n bankConnections?: IBankConnection[];\n societiesFollowedQualityMail?: IFollowedQualityMail[];\n societyFollow?: IFollow[];\n paymentsExpectations?: IPaymentExpectation[];\n legalForm?: ILegalForm;\n oldExpertInfo?: IOldExpertInfo;\n prestationsSocieties?: IPrestation[];\n sector?: ISector;\n refunds?: IRefund[];\n bankAccounts?: IBankAccount[];\n bankPayment?: ISocietyBank;\n compta?: IComptaType;\n typeSubscription?: ISubscriptionType;\n config?: ISocietyConfig;\n gescom?: ISocietyGescom;\n societyCgv?: ISocietyCgv;\n formalism?: IFormalism;\n notes?: ISocietyNote;\n taxSystem?: ITaxSystem;\n tvaRegime?: IVatRegime;\n fiscalRegime?: IFiscalRegime;\n source?: ISource;\n analyticsUtm?: IAnalyticsUtm;\n activity?: IActivity;\n softwareCompta?: ISoftwareCompta;\n accessToken?: IAccessToken;\n cotations?: ICotation[];\n societyVehicles?: ISocietyVehicle[];\n societyCountry?: ICountry;\n terminationsList?: ITerminationList;\n societyFiles?: ISocietyFile[];\n societyDetail?: ISocietyDetail;\n societySocials?: ISocietySocial[];\n societyJuridical?: ISocietyJuridical;\n paymentWaitings?: IPaymentWaiting[];\n societyExercices?: IExercice[];\n webmailMails?: IWebMail[];\n societyProceedings?: ISocietyProceeding[];\n societyActions?: ISocietyAction[];\n societyStats?: ISocietyStat[];\n survey?: ISurvey[];\n logs?: ILog[];\n sms?: ISms[];\n users?: IUser[];\n brandType?: IBrandType;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISocietyStat.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyStat.ts"],"names":[],"mappings":"","sourcesContent":["// societyStats\nexport interface ISocietyStat {\n id?: number;\n
|
|
1
|
+
{"version":3,"file":"ISocietyStat.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyStat.ts"],"names":[],"mappings":"","sourcesContent":["// societyStats\nexport interface ISocietyStat {\n id?: number;\n startDate: Date | null;\n endDate: Date | null;\n value: number | null;\n idField: number;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -18,6 +18,7 @@ export interface ISupervision {
|
|
|
18
18
|
idExercice: number;
|
|
19
19
|
idAccountant: number | null;
|
|
20
20
|
idFile: number | null;
|
|
21
|
+
idLetter: number | null;
|
|
21
22
|
checkDateRecommandation: Date | null;
|
|
22
23
|
idBalanceSheetPartial: number | null;
|
|
23
24
|
idBalanceSheetLiquidation: number | null;
|
|
@@ -31,6 +32,7 @@ export interface ISupervision {
|
|
|
31
32
|
balanceSheetPartial: IBalanceSheetPartial;
|
|
32
33
|
balanceSheetLiquidation: IBalanceSheetLiquidation;
|
|
33
34
|
file: IFile;
|
|
35
|
+
letter: IFile;
|
|
34
36
|
pendingPoints: IPendingPoint[];
|
|
35
37
|
jobs: IJob[];
|
|
36
38
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISupervision.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervision.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAG9B,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,yBAAyB,EAAE,IAAI,GAAG,IAAI,CAAC;IACvC,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,uBAAuB,EAAE,IAAI,GAAG,IAAI,CAAC;IACrC,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,EAAE,SAAS,CAAC;IACpB,kBAAkB,EAAE,eAAe,EAAE,CAAC;IACtC,gBAAgB,EAAE,KAAK,CAAC;IACxB,sBAAsB,EAAE,KAAK,CAAC;IAC9B,qBAAqB,EAAE,KAAK,CAAC;IAC7B,mBAAmB,EAAE,oBAAoB,CAAC;IAC1C,uBAAuB,EAAE,wBAAwB,CAAC;IAClD,IAAI,EAAE,KAAK,CAAC;IACZ,aAAa,EAAE,aAAa,EAAE,CAAC;IAC/B,IAAI,EAAE,IAAI,EAAE,CAAC;CACd"}
|
|
1
|
+
{"version":3,"file":"ISupervision.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervision.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAG9B,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,yBAAyB,EAAE,IAAI,GAAG,IAAI,CAAC;IACvC,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,uBAAuB,EAAE,IAAI,GAAG,IAAI,CAAC;IACrC,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,EAAE,SAAS,CAAC;IACpB,kBAAkB,EAAE,eAAe,EAAE,CAAC;IACtC,gBAAgB,EAAE,KAAK,CAAC;IACxB,sBAAsB,EAAE,KAAK,CAAC;IAC9B,qBAAqB,EAAE,KAAK,CAAC;IAC7B,mBAAmB,EAAE,oBAAoB,CAAC;IAC1C,uBAAuB,EAAE,wBAAwB,CAAC;IAClD,IAAI,EAAE,KAAK,CAAC;IACZ,MAAM,EAAE,KAAK,CAAC;IACd,aAAa,EAAE,aAAa,EAAE,CAAC;IAC/B,IAAI,EAAE,IAAI,EAAE,CAAC;CACd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISupervision.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervision.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { ISupervisionJob } from './ISupervisionJob';\nimport { IUser } from './IUser';\nimport { IBalanceSheetPartial } from './IBalanceSheetPartial';\nimport { IBalanceSheetLiquidation } from './IBalanceSheetLiquidation';\nimport { IFile } from './IFile';\nimport { IPendingPoint } from './IPendingPoint';\nimport { IJob } from './IJob';\n\n// supervisions\nexport interface ISupervision {\n id?: number;\n state: number | null;\n sendToJedeclare: boolean | null;\n dueDate: Date | null;\n revisionDate: Date | null;\n superviseurId: number | null;\n expertId: number | null;\n dateAssignmentSuperviseur: Date | null;\n idExercice: number;\n idAccountant: number | null;\n idFile: number | null;\n checkDateRecommandation: Date | null;\n idBalanceSheetPartial: number | null;\n idBalanceSheetLiquidation: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n exercice: IExercice;\n supervisionsToJobs: ISupervisionJob[];\n supervisionUsers: IUser;\n supervisionExpertUsers: IUser;\n supervisionAccountant: IUser;\n balanceSheetPartial: IBalanceSheetPartial;\n balanceSheetLiquidation: IBalanceSheetLiquidation;\n file: IFile;\n pendingPoints: IPendingPoint[];\n jobs: IJob[];\n}\n"]}
|
|
1
|
+
{"version":3,"file":"ISupervision.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervision.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { ISupervisionJob } from './ISupervisionJob';\nimport { IUser } from './IUser';\nimport { IBalanceSheetPartial } from './IBalanceSheetPartial';\nimport { IBalanceSheetLiquidation } from './IBalanceSheetLiquidation';\nimport { IFile } from './IFile';\nimport { IPendingPoint } from './IPendingPoint';\nimport { IJob } from './IJob';\n\n// supervisions\nexport interface ISupervision {\n id?: number;\n state: number | null;\n sendToJedeclare: boolean | null;\n dueDate: Date | null;\n revisionDate: Date | null;\n superviseurId: number | null;\n expertId: number | null;\n dateAssignmentSuperviseur: Date | null;\n idExercice: number;\n idAccountant: number | null;\n idFile: number | null;\n idLetter: number | null;\n checkDateRecommandation: Date | null;\n idBalanceSheetPartial: number | null;\n idBalanceSheetLiquidation: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n exercice: IExercice;\n supervisionsToJobs: ISupervisionJob[];\n supervisionUsers: IUser;\n supervisionExpertUsers: IUser;\n supervisionAccountant: IUser;\n balanceSheetPartial: IBalanceSheetPartial;\n balanceSheetLiquidation: IBalanceSheetLiquidation;\n file: IFile;\n letter: IFile;\n pendingPoints: IPendingPoint[];\n jobs: IJob[];\n}\n"]}
|
package/es/types/index.d.ts
CHANGED
|
@@ -330,6 +330,14 @@ export * from './Enum/TypeCustomerProviderOperation';
|
|
|
330
330
|
export * from './Enum/EstimateInvoice';
|
|
331
331
|
export * from './Enum/Gescom';
|
|
332
332
|
export * from './Enum/TypeIncomeAllocation';
|
|
333
|
+
export * from './Enum/AccountingFileType';
|
|
334
|
+
export * from './Enum/FileType';
|
|
335
|
+
export * from './Enum/FieldSocietyStat';
|
|
336
|
+
export * from './Enum/Prestation';
|
|
337
|
+
export * from './Enum/Supervision';
|
|
338
|
+
export * from './Enum/Notification';
|
|
339
|
+
export * from './Enum/Comment';
|
|
340
|
+
export * from './Enum/Channel';
|
|
333
341
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
334
342
|
export * from './Interface/api/simulation/CreateSimulation';
|
|
335
343
|
export * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';
|
|
@@ -434,10 +442,23 @@ export * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';
|
|
|
434
442
|
export * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';
|
|
435
443
|
export * from './Interface/api/shopify/ShopifyOrder';
|
|
436
444
|
export * from './Interface/api/shopify/address';
|
|
437
|
-
export * from './Interface/api/shopify/
|
|
445
|
+
export * from './Interface/api/shopify/InvoicesShopify';
|
|
446
|
+
export * from './Interface/api/shopify/line_item';
|
|
447
|
+
export * from './Interface/api/shopify/tax_line';
|
|
448
|
+
export * from './Interface/api/shopify/shipping_line';
|
|
449
|
+
export * from './Interface/api/prestashop/PSOrder';
|
|
450
|
+
export * from './Interface/api/prestashop/PSAddress';
|
|
451
|
+
export * from './Interface/api/prestashop/PSCountry';
|
|
452
|
+
export * from './Interface/api/prestashop/InvoicesPrestashop';
|
|
453
|
+
export * from './Interface/api/woocommerce/WCOrder';
|
|
454
|
+
export * from './Interface/api/woocommerce/WCBilling';
|
|
455
|
+
export * from './Interface/api/woocommerce/InvoicesWoocommerce';
|
|
438
456
|
export * from './Interface/api/transactions/QueryUnexport';
|
|
439
457
|
export * from './Interface/api/crisp/GetCrisp';
|
|
440
458
|
export * from './Interface/api/incomeAllocation/CreateIncomeAllocation';
|
|
441
459
|
export * from './Interface/api/incomeAllocation/ReadIncomeAllocation';
|
|
442
460
|
export * from './Interface/api/incomeAllocation/TypeAndAmount';
|
|
461
|
+
export * from './Interface/api/taxDeadline/QueryTaxDeadline';
|
|
462
|
+
export * from './Interface/api/taxDeadline/ReadTaxDeadline';
|
|
463
|
+
export * from './Interface/api/society/ReadSociety';
|
|
443
464
|
//# sourceMappingURL=index.d.ts.map
|