@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.
Files changed (72) hide show
  1. package/dist/cjs/api/resources/Account.d.ts +2 -2
  2. package/dist/cjs/api/resources/Account.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Account.js +2 -2
  4. package/dist/cjs/api/resources/Account.js.map +1 -1
  5. package/dist/cjs/types/Enum/Activity.js +1 -1
  6. package/dist/cjs/types/Enum/Activity.js.map +1 -1
  7. package/dist/cjs/types/Enum/BalanceSheet.d.ts +1 -1
  8. package/dist/cjs/types/Enum/BalanceSheet.js +1 -1
  9. package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
  10. package/dist/cjs/types/Interface/api/account/Delete.d.ts +5 -0
  11. package/dist/cjs/types/Interface/api/account/Delete.d.ts.map +1 -0
  12. package/dist/cjs/types/Interface/api/account/Delete.js +32 -0
  13. package/dist/cjs/types/Interface/api/account/Delete.js.map +1 -0
  14. package/dist/cjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts +1 -0
  15. package/dist/cjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts.map +1 -1
  16. package/dist/cjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.js.map +1 -1
  17. package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts +1 -0
  18. package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts.map +1 -1
  19. package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js +6 -0
  20. package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js.map +1 -1
  21. package/dist/cjs/types/Interface/api/pdf/ReadPdfizer.d.ts +1 -0
  22. package/dist/cjs/types/Interface/api/pdf/ReadPdfizer.d.ts.map +1 -1
  23. package/dist/cjs/types/Interface/api/pdf/ReadPdfizer.js.map +1 -1
  24. package/dist/cjs/types/Interface/api/sellsy/CreateInvoicesSellsy.d.ts +5 -0
  25. package/dist/cjs/types/Interface/api/sellsy/CreateInvoicesSellsy.d.ts.map +1 -0
  26. package/dist/cjs/types/Interface/api/sellsy/CreateInvoicesSellsy.js +30 -0
  27. package/dist/cjs/types/Interface/api/sellsy/CreateInvoicesSellsy.js.map +1 -0
  28. package/dist/cjs/types/index.d.ts +2 -0
  29. package/dist/cjs/types/index.d.ts.map +1 -1
  30. package/dist/cjs/types/index.js +2 -0
  31. package/dist/cjs/types/index.js.map +1 -1
  32. package/dist/mjs/api/resources/Account.d.ts +2 -2
  33. package/dist/mjs/api/resources/Account.d.ts.map +1 -1
  34. package/dist/mjs/api/resources/Account.js +2 -2
  35. package/dist/mjs/api/resources/Account.js.map +1 -1
  36. package/dist/mjs/types/Enum/Activity.js +1 -1
  37. package/dist/mjs/types/Enum/Activity.js.map +1 -1
  38. package/dist/mjs/types/Enum/BalanceSheet.d.ts +1 -1
  39. package/dist/mjs/types/Enum/BalanceSheet.js +1 -1
  40. package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
  41. package/dist/mjs/types/Interface/api/account/Delete.d.ts +5 -0
  42. package/dist/mjs/types/Interface/api/account/Delete.d.ts.map +1 -0
  43. package/dist/mjs/types/Interface/api/account/Delete.js +30 -0
  44. package/dist/mjs/types/Interface/api/account/Delete.js.map +1 -0
  45. package/dist/mjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts +1 -0
  46. package/dist/mjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts.map +1 -1
  47. package/dist/mjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.js.map +1 -1
  48. package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts +1 -0
  49. package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts.map +1 -1
  50. package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js +7 -0
  51. package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js.map +1 -1
  52. package/dist/mjs/types/Interface/api/pdf/ReadPdfizer.d.ts +1 -0
  53. package/dist/mjs/types/Interface/api/pdf/ReadPdfizer.d.ts.map +1 -1
  54. package/dist/mjs/types/Interface/api/pdf/ReadPdfizer.js.map +1 -1
  55. package/dist/mjs/types/Interface/api/sellsy/CreateInvoicesSellsy.d.ts +5 -0
  56. package/dist/mjs/types/Interface/api/sellsy/CreateInvoicesSellsy.d.ts.map +1 -0
  57. package/dist/mjs/types/Interface/api/sellsy/CreateInvoicesSellsy.js +28 -0
  58. package/dist/mjs/types/Interface/api/sellsy/CreateInvoicesSellsy.js.map +1 -0
  59. package/dist/mjs/types/index.d.ts +2 -0
  60. package/dist/mjs/types/index.d.ts.map +1 -1
  61. package/dist/mjs/types/index.js +2 -0
  62. package/dist/mjs/types/index.js.map +1 -1
  63. package/package.json +1 -1
  64. package/ts/api/resources/Account.ts +3 -2
  65. package/ts/types/Enum/Activity.ts +1 -1
  66. package/ts/types/Enum/BalanceSheet.ts +1 -1
  67. package/ts/types/Interface/api/account/Delete.ts +17 -0
  68. package/ts/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.ts +2 -0
  69. package/ts/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.ts +5 -0
  70. package/ts/types/Interface/api/pdf/ReadPdfizer.ts +1 -1
  71. package/ts/types/Interface/api/sellsy/CreateInvoicesSellsy.ts +14 -0
  72. package/ts/types/index.ts +2 -0
@@ -107,4 +107,6 @@ export interface CompanyCreationFormPayload {
107
107
  * Sirene
108
108
  */
109
109
  informationsSharedToSirene?: boolean;
110
+
111
+ ownSeveralProperties?: boolean;
110
112
  }
@@ -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