@silexpert/core 0.4.279 → 0.4.281

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 (109) hide show
  1. package/es/api/resources/LegalNotice.d.ts +6 -0
  2. package/es/api/resources/LegalNotice.d.ts.map +1 -0
  3. package/es/api/resources/LegalNotice.js +7 -0
  4. package/es/api/resources/LegalNotice.js.map +1 -0
  5. package/es/api/resources/PaymentExpectation.d.ts +6 -0
  6. package/es/api/resources/PaymentExpectation.d.ts.map +1 -0
  7. package/es/api/resources/PaymentExpectation.js +7 -0
  8. package/es/api/resources/PaymentExpectation.js.map +1 -0
  9. package/es/api/resources/statistic/Accountant.d.ts +6 -0
  10. package/es/api/resources/statistic/Accountant.d.ts.map +1 -1
  11. package/es/api/resources/statistic/Accountant.js +9 -0
  12. package/es/api/resources/statistic/Accountant.js.map +1 -1
  13. package/es/api/resources.d.ts +4 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +4 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/OperationLegalNotice.d.ts +4 -0
  18. package/es/types/Enum/OperationLegalNotice.d.ts.map +1 -0
  19. package/es/types/Enum/OperationLegalNotice.js +5 -0
  20. package/es/types/Enum/OperationLegalNotice.js.map +1 -0
  21. package/es/types/Enum/OrderStatus.d.ts +6 -0
  22. package/es/types/Enum/OrderStatus.d.ts.map +1 -0
  23. package/es/types/Enum/OrderStatus.js +7 -0
  24. package/es/types/Enum/OrderStatus.js.map +1 -0
  25. package/es/types/Enum/{Prestation.d.ts → PrestationType.d.ts} +4 -3
  26. package/es/types/Enum/PrestationType.d.ts.map +1 -0
  27. package/es/types/Enum/PrestationType.js +17 -0
  28. package/es/types/Enum/PrestationType.js.map +1 -0
  29. package/es/types/Enum/Reason.d.ts +4 -0
  30. package/es/types/Enum/Reason.d.ts.map +1 -0
  31. package/es/types/Enum/Reason.js +5 -0
  32. package/es/types/Enum/Reason.js.map +1 -0
  33. package/es/types/Enum/StatisticType.d.ts +2 -1
  34. package/es/types/Enum/StatisticType.d.ts.map +1 -1
  35. package/es/types/Enum/StatisticType.js +1 -0
  36. package/es/types/Enum/StatisticType.js.map +1 -1
  37. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts +5 -0
  38. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts.map +1 -0
  39. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js +25 -0
  40. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  41. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts +7 -0
  42. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts.map +1 -0
  43. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +3 -0
  44. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  45. package/es/types/Interface/api/prestation/CreatePrestation.d.ts +6 -0
  46. package/es/types/Interface/api/prestation/CreatePrestation.d.ts.map +1 -0
  47. package/es/types/Interface/api/prestation/CreatePrestation.js +29 -0
  48. package/es/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  49. package/es/types/Interface/api/statistic/ExitRequest.d.ts +11 -2
  50. package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
  51. package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
  52. package/es/types/Interface/models/ILegalNotice.d.ts +1 -0
  53. package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -1
  54. package/es/types/Interface/models/ILegalNotice.js.map +1 -1
  55. package/es/types/Interface/models/IPaymentExpectation.d.ts +1 -0
  56. package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  57. package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
  58. package/es/types/index.d.ts +7 -1
  59. package/es/types/index.d.ts.map +1 -1
  60. package/es/types/index.js +7 -1
  61. package/es/types/index.js.map +1 -1
  62. package/js/api/resources/LegalNotice.js +18 -0
  63. package/js/api/resources/LegalNotice.js.map +1 -0
  64. package/js/api/resources/PaymentExpectation.js +20 -0
  65. package/js/api/resources/PaymentExpectation.js.map +1 -0
  66. package/js/api/resources/statistic/Accountant.js +15 -0
  67. package/js/api/resources/statistic/Accountant.js.map +1 -1
  68. package/js/api/resources.js +7 -1
  69. package/js/api/resources.js.map +1 -1
  70. package/js/types/Enum/OperationLegalNotice.js +11 -0
  71. package/js/types/Enum/OperationLegalNotice.js.map +1 -0
  72. package/js/types/Enum/OrderStatus.js +13 -0
  73. package/js/types/Enum/OrderStatus.js.map +1 -0
  74. package/js/types/Enum/PrestationType.js +23 -0
  75. package/js/types/Enum/PrestationType.js.map +1 -0
  76. package/js/types/Enum/Reason.js +11 -0
  77. package/js/types/Enum/Reason.js.map +1 -0
  78. package/js/types/Enum/StatisticType.js +1 -0
  79. package/js/types/Enum/StatisticType.js.map +1 -1
  80. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js +31 -0
  81. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  82. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +10 -0
  83. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  84. package/js/types/Interface/api/prestation/CreatePrestation.js +33 -0
  85. package/js/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  86. package/js/types/index.js +75 -3
  87. package/js/types/index.js.map +1 -1
  88. package/package.json +1 -1
  89. package/ts/api/resources/LegalNotice.ts +8 -0
  90. package/ts/api/resources/PaymentExpectation.ts +8 -0
  91. package/ts/api/resources/statistic/Accountant.ts +13 -0
  92. package/ts/api/resources.ts +4 -0
  93. package/ts/types/Enum/OperationLegalNotice.ts +3 -0
  94. package/ts/types/Enum/OrderStatus.ts +5 -0
  95. package/ts/types/Enum/{Prestation.ts → PrestationType.ts} +2 -1
  96. package/ts/types/Enum/Reason.ts +3 -0
  97. package/ts/types/Enum/StatisticType.ts +1 -0
  98. package/ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts +13 -0
  99. package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +6 -0
  100. package/ts/types/Interface/api/prestation/CreatePrestation.ts +16 -0
  101. package/ts/types/Interface/api/statistic/ExitRequest.ts +13 -2
  102. package/ts/types/Interface/models/ILegalNotice.ts +1 -0
  103. package/ts/types/Interface/models/IPaymentExpectation.ts +1 -0
  104. package/ts/types/index.ts +7 -1
  105. package/es/types/Enum/Prestation.d.ts.map +0 -1
  106. package/es/types/Enum/Prestation.js +0 -16
  107. package/es/types/Enum/Prestation.js.map +0 -1
  108. package/js/types/Enum/Prestation.js +0 -22
  109. package/js/types/Enum/Prestation.js.map +0 -1
@@ -0,0 +1,6 @@
1
+ export class QueryGetPaymentExpectation {
2
+ idPrestation: number;
3
+ label: string;
4
+ amount: number;
5
+ idReason: number;
6
+ }
@@ -0,0 +1,16 @@
1
+ import { IsNumber } from 'class-validator';
2
+ import { ApiProperty } from '../../../..';
3
+
4
+ export class CreatePrestation {
5
+ @ApiProperty()
6
+ @IsNumber()
7
+ orderStatus: number;
8
+
9
+ @ApiProperty()
10
+ @IsNumber()
11
+ amountTtc: number;
12
+
13
+ @ApiProperty()
14
+ @IsNumber()
15
+ idOperationLegalNotice: number;
16
+ }
@@ -16,6 +16,17 @@ export interface CountIsIr {
16
16
  IR: string[],
17
17
  }
18
18
 
19
+ export interface CountVat {
20
+ monthly: string[],
21
+ quarterly: string[],
22
+ simplified: string[],
23
+ }
24
+
25
+ export interface AnnotatedSocieties {
26
+ annotated: string[],
27
+ noAnnotated: string[],
28
+ }
29
+
19
30
  export interface CountComplementaryPrestation {
20
31
  waitingClient: string[],
21
32
  waitingDirection: string[],
@@ -94,8 +105,9 @@ export interface ReturnListType {
94
105
  checklist?: CountLateToDoDone,
95
106
  checklistReinforced?: CountLateToDoDone,
96
107
  revision?: Count,
97
- annotate?: string[],
108
+ annotate?: AnnotatedSocieties,
98
109
  isIr?: CountIsIr,
110
+ vatType?: CountVat,
99
111
  task?: StatsLabBySocieties,
100
112
  mail?: StatsMailsBySocieties,
101
113
  call?: StatsCallsBySocieties,
@@ -103,6 +115,5 @@ export interface ReturnListType {
103
115
  profitability?: TotalAverageProfit,
104
116
  synchronised?: string[],
105
117
  applicationJustified?: ExitApplication,
106
- applicationAnnoted?: ExitApplication,
107
118
  applicationSynchronised?: ExitApplication,
108
119
  }
@@ -19,6 +19,7 @@ export interface ILegalNotice {
19
19
  societyWithoutRegister: string | null;
20
20
  idSociety: number | null;
21
21
  idOperationLegalNotice: number;
22
+ idPrestation: number | null;
22
23
  createdAt?: Date | null;
23
24
  updatedAt?: Date | null;
24
25
 
@@ -13,6 +13,7 @@ export interface IPaymentExpectation {
13
13
  idReason: number | null;
14
14
  idSociety: number;
15
15
  idRegulation: number | null;
16
+ idPrestation: number | null;
16
17
  createdAt?: Date | null;
17
18
  updatedAt?: Date | null;
18
19
 
package/ts/types/index.ts CHANGED
@@ -390,7 +390,7 @@ export * from './Enum/RevisionGuide';
390
390
  export * from './Enum/Util';
391
391
  export * from './Enum/RegisterCategory';
392
392
  export * from './Enum/FieldSocietyStat';
393
- export * from './Enum/Prestation';
393
+ export * from './Enum/PrestationType';
394
394
  export * from './Enum/Supervision';
395
395
  export * from './Enum/Notification';
396
396
  export * from './Enum/Comment';
@@ -438,6 +438,9 @@ export * from './Enum/ConnectionError';
438
438
  export * from './Enum/FolderFile';
439
439
  export * from './Enum/Rules';
440
440
  export * from './Enum/CustomerVat';
441
+ export * from './Enum/Reason';
442
+ export * from './Enum/OperationLegalNotice';
443
+ export * from './Enum/OrderStatus';
441
444
 
442
445
  // Interfaces API
443
446
  export * from './Interface/api/partnerTransactionType/ReadPartnerTransactionType';
@@ -788,6 +791,9 @@ export * from './Interface/api/qonto/ProcessBankAccount';
788
791
  export * from './Interface/api/qonto/ReadCreateConnection';
789
792
  export * from './Interface/api/societyConfig/update';
790
793
  export * from './Interface/api/wallet/UpdateAttribution';
794
+ export * from './Interface/api/prestation/CreatePrestation';
795
+ export * from './Interface/api/paymentExpectation/QueryPaymentExpectation';
796
+ export * from './Interface/api/legalNotice/UpdateLegalNotice';
791
797
 
792
798
  // Enums types
793
799
  export * from './Interface/enum/Util';
@@ -1 +0,0 @@
1
- {"version":3,"file":"Prestation.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,YAAY,IAAI;IAChB,mBAAmB,IAAI;IACvB,eAAe,KAAK;IACpB,iBAAiB,KAAK;IACtB,eAAe,KAAK;IACpB,sCAAsC,KAAK;IAC3C,yCAAyC,KAAK;IAC9C,4BAA4B,KAAK;IACjC,YAAY,MAAM;IAClB,kBAAkB,MAAM;IACxB,uBAAuB,MAAM;IAC7B,UAAU,MAAM;CACjB"}
@@ -1,16 +0,0 @@
1
- export var Prestation;
2
- (function (Prestation) {
3
- Prestation[Prestation["PREVISIONNEL"] = 6] = "PREVISIONNEL";
4
- Prestation[Prestation["BILAN_INTERMEDIAIRE"] = 9] = "BILAN_INTERMEDIAIRE";
5
- Prestation[Prestation["TELEDECLARATION"] = 13] = "TELEDECLARATION";
6
- Prestation[Prestation["BILAN_LIQUIDATION"] = 22] = "BILAN_LIQUIDATION";
7
- Prestation[Prestation["CESSION_ACTIONS"] = 51] = "CESSION_ACTIONS";
8
- Prestation[Prestation["DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE"] = 61] = "DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE";
9
- Prestation[Prestation["DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE"] = 85] = "DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE";
10
- Prestation[Prestation["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
11
- Prestation[Prestation["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
12
- Prestation[Prestation["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
13
- Prestation[Prestation["DISSOLUTION_LIQUIDATION"] = 192] = "DISSOLUTION_LIQUIDATION";
14
- Prestation[Prestation["ABO_STRIPE"] = 196] = "ABO_STRIPE";
15
- })(Prestation || (Prestation = {}));
16
- //# sourceMappingURL=Prestation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Prestation.js","sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAaX;AAbD,WAAY,UAAU;IACpB,2DAAgB,CAAA;IAChB,yEAAuB,CAAA;IACvB,kEAAoB,CAAA;IACpB,sEAAsB,CAAA;IACtB,kEAAoB,CAAA;IACpB,gHAA2C,CAAA;IAC3C,sHAA8C,CAAA;IAC9C,4FAAiC,CAAA;IACjC,6DAAkB,CAAA;IAClB,yEAAwB,CAAA;IACxB,mFAA6B,CAAA;IAC7B,yDAAgB,CAAA;AAClB,CAAC,EAbW,UAAU,KAAV,UAAU,QAarB","sourcesContent":["export enum Prestation {\n PREVISIONNEL = 6, // à remplacer par 189\n BILAN_INTERMEDIAIRE = 9,\n TELEDECLARATION = 13,\n BILAN_LIQUIDATION = 22,\n CESSION_ACTIONS = 51,\n DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE = 61,\n DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,\n ATTESTATION_NON_REMUNERATION = 91,\n COMPTA_MICRO = 185,\n BILAN_PREVISIONNEL = 189,\n DISSOLUTION_LIQUIDATION = 192,\n ABO_STRIPE = 196,\n}"]}
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var Prestation = exports.Prestation = undefined;
7
-
8
- (function (Prestation) {
9
- Prestation[Prestation["PREVISIONNEL"] = 6] = "PREVISIONNEL";
10
- Prestation[Prestation["BILAN_INTERMEDIAIRE"] = 9] = "BILAN_INTERMEDIAIRE";
11
- Prestation[Prestation["TELEDECLARATION"] = 13] = "TELEDECLARATION";
12
- Prestation[Prestation["BILAN_LIQUIDATION"] = 22] = "BILAN_LIQUIDATION";
13
- Prestation[Prestation["CESSION_ACTIONS"] = 51] = "CESSION_ACTIONS";
14
- Prestation[Prestation["DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE"] = 61] = "DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE";
15
- Prestation[Prestation["DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE"] = 85] = "DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE";
16
- Prestation[Prestation["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
17
- Prestation[Prestation["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
18
- Prestation[Prestation["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
19
- Prestation[Prestation["DISSOLUTION_LIQUIDATION"] = 192] = "DISSOLUTION_LIQUIDATION";
20
- Prestation[Prestation["ABO_STRIPE"] = 196] = "ABO_STRIPE";
21
- })(Prestation || (exports.Prestation = Prestation = {}));
22
- //# sourceMappingURL=Prestation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Prestation.js","mappings":";;;;;AAAA,IAAYA,UAaX,WAbWA,UAaX,YAbD;;AAAA,WAAYA,UAAZ,EAAsB;EACpBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAbD,EAAYA,UAAU,aAAVA,UAAU,GAAVA,UAAU,MAAtB","names":["Prestation"],"sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"sourcesContent":["export enum Prestation {\n PREVISIONNEL = 6, // à remplacer par 189\n BILAN_INTERMEDIAIRE = 9,\n TELEDECLARATION = 13,\n BILAN_LIQUIDATION = 22,\n CESSION_ACTIONS = 51,\n DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE = 61,\n DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,\n ATTESTATION_NON_REMUNERATION = 91,\n COMPTA_MICRO = 185,\n BILAN_PREVISIONNEL = 189,\n DISSOLUTION_LIQUIDATION = 192,\n ABO_STRIPE = 196,\n}"]}