@silexpert/core 1.1.351 → 1.1.353
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/dist/cjs/api/resources/Account.d.ts +2 -2
- package/dist/cjs/api/resources/Account.d.ts.map +1 -1
- package/dist/cjs/api/resources/Account.js +2 -2
- package/dist/cjs/api/resources/Account.js.map +1 -1
- package/dist/cjs/types/Enum/Activity.js +1 -1
- package/dist/cjs/types/Enum/Activity.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.d.ts +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.js +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/account/Delete.d.ts +5 -0
- package/dist/cjs/types/Interface/api/account/Delete.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/account/Delete.js +32 -0
- package/dist/cjs/types/Interface/api/account/Delete.js.map +1 -0
- package/dist/cjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts +1 -0
- package/dist/cjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.js.map +1 -1
- package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts +1 -0
- package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js +6 -0
- package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js.map +1 -1
- package/dist/cjs/types/Interface/api/pdf/ReadPdfizer.d.ts +1 -0
- package/dist/cjs/types/Interface/api/pdf/ReadPdfizer.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/pdf/ReadPdfizer.js.map +1 -1
- package/dist/cjs/types/Interface/api/sellsy/CreateInvoicesSellsy.d.ts +5 -0
- package/dist/cjs/types/Interface/api/sellsy/CreateInvoicesSellsy.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/sellsy/CreateInvoicesSellsy.js +30 -0
- package/dist/cjs/types/Interface/api/sellsy/CreateInvoicesSellsy.js.map +1 -0
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +2 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/Account.d.ts +2 -2
- package/dist/mjs/api/resources/Account.d.ts.map +1 -1
- package/dist/mjs/api/resources/Account.js +2 -2
- package/dist/mjs/api/resources/Account.js.map +1 -1
- package/dist/mjs/types/Enum/Activity.js +1 -1
- package/dist/mjs/types/Enum/Activity.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.d.ts +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.js +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/mjs/types/Interface/api/account/Delete.d.ts +5 -0
- package/dist/mjs/types/Interface/api/account/Delete.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/account/Delete.js +30 -0
- package/dist/mjs/types/Interface/api/account/Delete.js.map +1 -0
- package/dist/mjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts +1 -0
- package/dist/mjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.js.map +1 -1
- package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts +1 -0
- package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js +7 -0
- package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js.map +1 -1
- package/dist/mjs/types/Interface/api/pdf/ReadPdfizer.d.ts +1 -0
- package/dist/mjs/types/Interface/api/pdf/ReadPdfizer.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/pdf/ReadPdfizer.js.map +1 -1
- package/dist/mjs/types/Interface/api/sellsy/CreateInvoicesSellsy.d.ts +5 -0
- package/dist/mjs/types/Interface/api/sellsy/CreateInvoicesSellsy.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/sellsy/CreateInvoicesSellsy.js +28 -0
- package/dist/mjs/types/Interface/api/sellsy/CreateInvoicesSellsy.js.map +1 -0
- package/dist/mjs/types/index.d.ts +2 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +2 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Account.ts +3 -2
- package/ts/types/Enum/Activity.ts +1 -1
- package/ts/types/Enum/BalanceSheet.ts +1 -1
- package/ts/types/Interface/api/account/Delete.ts +17 -0
- package/ts/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.ts +2 -0
- package/ts/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.ts +5 -0
- package/ts/types/Interface/api/pdf/ReadPdfizer.ts +1 -1
- package/ts/types/Interface/api/sellsy/CreateInvoicesSellsy.ts +14 -0
- package/ts/types/index.ts +2 -0
|
@@ -634,6 +634,11 @@ export class CreateCompanyCreationFormData implements CompanyCreationFormPayload
|
|
|
634
634
|
@IsBoolean()
|
|
635
635
|
@ToBoolean()
|
|
636
636
|
informationsSharedToSirene?: boolean;
|
|
637
|
+
|
|
638
|
+
@ApiPropertyOptional()
|
|
639
|
+
@IsBoolean()
|
|
640
|
+
@ToBoolean()
|
|
641
|
+
ownSeveralProperties?: boolean;
|
|
637
642
|
}
|
|
638
643
|
|
|
639
644
|
export class CreateCompanyCreationForm {
|
|
@@ -7,4 +7,4 @@ export interface ReadPdfizer {
|
|
|
7
7
|
|
|
8
8
|
export type PdfContent = { body: string; header?: string; footer?: string; };
|
|
9
9
|
export type PdfOptions = { margins?: { left?: string; top?: string; right?: string; bottom?: string; }, folder?: string; isLandscape?: boolean; hasImage?: boolean; watermark?: { content: string; class: string; } };
|
|
10
|
-
export type CreatePdfParam = { society?: { id: number; idBrandType?: number }, content: PdfContent, options?: PdfOptions };
|
|
10
|
+
export type CreatePdfParam = { society?: { id: number; idBrandType?: number }, content: PdfContent, options?: PdfOptions, logFromGl?: boolean };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IsInt, IsOptional } from 'class-validator';
|
|
2
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
|
|
4
|
+
export class CreateInvoicesSellsy {
|
|
5
|
+
@ApiPropertyOptional()
|
|
6
|
+
@IsOptional()
|
|
7
|
+
@IsInt()
|
|
8
|
+
limit?: number;
|
|
9
|
+
|
|
10
|
+
@ApiPropertyOptional()
|
|
11
|
+
@IsOptional()
|
|
12
|
+
@IsInt()
|
|
13
|
+
idSociety?: number;
|
|
14
|
+
}
|
package/ts/types/index.ts
CHANGED
|
@@ -585,6 +585,7 @@ export * from './Interface/api/accountType/ReadAccountType';
|
|
|
585
585
|
export * from './Interface/api/account/Query';
|
|
586
586
|
export * from './Interface/api/account/Create';
|
|
587
587
|
export * from './Interface/api/account/Update';
|
|
588
|
+
export * from './Interface/api/account/Delete';
|
|
588
589
|
export * from './Interface/api/accountingTransaction/QueryTransaction';
|
|
589
590
|
export * from './Interface/api/accountingTransaction/DeleteInvoices';
|
|
590
591
|
export * from './Interface/api/accountingTransaction/GetTransactionsBetweenDates';
|
|
@@ -1079,6 +1080,7 @@ export * from './Interface/api/userSocietyPermission/QueryDeleteSocietyPermissio
|
|
|
1079
1080
|
export * from './Interface/api/companyCreationForm/CreateCompanyCreationForm';
|
|
1080
1081
|
export * from './Interface/api/companyCreationForm/UpdateCompanyCreationForm';
|
|
1081
1082
|
export * from './Interface/api/companyCreationForm/CompanyCreationFormPayload';
|
|
1083
|
+
export * from './Interface/api/sellsy/CreateInvoicesSellsy';
|
|
1082
1084
|
|
|
1083
1085
|
|
|
1084
1086
|
// Enums types
|