@silexpert/core 1.0.88 → 1.0.89
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/CustomerActivity.d.ts +3 -0
- package/es/api/resources/CustomerActivity.d.ts.map +1 -1
- package/es/api/resources/CustomerActivity.js +6 -0
- package/es/api/resources/CustomerActivity.js.map +1 -1
- package/es/api/resources/prestation.d.ts +5 -2
- package/es/api/resources/prestation.d.ts.map +1 -1
- package/es/api/resources/prestation.js +22 -0
- package/es/api/resources/prestation.js.map +1 -1
- package/es/types/Enum/FolderFile.d.ts +1 -0
- package/es/types/Enum/FolderFile.d.ts.map +1 -1
- package/es/types/Enum/FolderFile.js +1 -0
- package/es/types/Enum/FolderFile.js.map +1 -1
- package/es/types/Enum/LetterRecoveryState.d.ts +23 -0
- package/es/types/Enum/LetterRecoveryState.d.ts.map +1 -0
- package/es/types/Enum/LetterRecoveryState.js +23 -0
- package/es/types/Enum/LetterRecoveryState.js.map +1 -0
- package/es/types/Interface/api/customerActivity/Create.d.ts +4 -0
- package/es/types/Interface/api/customerActivity/Create.d.ts.map +1 -0
- package/es/types/Interface/api/customerActivity/Create.js +19 -0
- package/es/types/Interface/api/customerActivity/Create.js.map +1 -0
- package/es/types/Interface/api/customerActivity/Query.d.ts +4 -0
- package/es/types/Interface/api/customerActivity/Query.d.ts.map +1 -0
- package/es/types/Interface/api/customerActivity/Query.js +20 -0
- package/es/types/Interface/api/customerActivity/Query.js.map +1 -0
- package/es/types/Interface/api/gedFile/updateGedFile.d.ts +1 -0
- package/es/types/Interface/api/gedFile/updateGedFile.d.ts.map +1 -1
- package/es/types/Interface/api/gedFile/updateGedFile.js +4 -0
- package/es/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
- package/es/types/Interface/api/prestation/QueryPrestation.d.ts +4 -0
- package/es/types/Interface/api/prestation/QueryPrestation.d.ts.map +1 -0
- package/es/types/Interface/api/prestation/QueryPrestation.js +20 -0
- package/es/types/Interface/api/prestation/QueryPrestation.js.map +1 -0
- package/es/types/index.d.ts +4 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +4 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/CustomerActivity.js +10 -0
- package/js/api/resources/CustomerActivity.js.map +1 -1
- package/js/api/resources/prestation.js +20 -0
- package/js/api/resources/prestation.js.map +1 -1
- package/js/types/Enum/FolderFile.js +1 -0
- package/js/types/Enum/FolderFile.js.map +1 -1
- package/js/types/Enum/LetterRecoveryState.js +28 -0
- package/js/types/Enum/LetterRecoveryState.js.map +1 -0
- package/js/types/Interface/api/customerActivity/Create.js +29 -0
- package/js/types/Interface/api/customerActivity/Create.js.map +1 -0
- package/js/types/Interface/api/customerActivity/Query.js +29 -0
- package/js/types/Interface/api/customerActivity/Query.js.map +1 -0
- package/js/types/Interface/api/gedFile/updateGedFile.js +2 -0
- package/js/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
- package/js/types/Interface/api/prestation/QueryPrestation.js +29 -0
- package/js/types/Interface/api/prestation/QueryPrestation.js.map +1 -0
- package/js/types/index.js +63 -27
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/CustomerActivity.ts +9 -0
- package/ts/api/resources/prestation.ts +28 -2
- package/ts/types/Enum/FolderFile.ts +1 -0
- package/ts/types/Enum/LetterRecoveryState.ts +22 -0
- package/ts/types/Interface/api/customerActivity/Create.ts +8 -0
- package/ts/types/Interface/api/customerActivity/Query.ts +9 -0
- package/ts/types/Interface/api/gedFile/updateGedFile.ts +3 -0
- package/ts/types/Interface/api/prestation/QueryPrestation.ts +9 -0
- package/ts/types/index.ts +4 -1
- package/es/types/Interface/api/pdf/BillingDocumentData.d.ts +0 -46
- package/es/types/Interface/api/pdf/BillingDocumentData.d.ts.map +0 -1
- package/es/types/Interface/api/pdf/BillingDocumentData.js +0 -2
- package/es/types/Interface/api/pdf/BillingDocumentData.js.map +0 -1
- package/js/types/Interface/api/pdf/BillingDocumentData.js +0 -6
- package/js/types/Interface/api/pdf/BillingDocumentData.js.map +0 -1
- package/ts/types/Interface/api/pdf/BillingDocumentData.ts +0 -46
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD","names":["QueryContactRequest","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/customerActivity/Query.ts"],"sourcesContent":["import { IsNumber, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryContactRequest {\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSource?: number;\n}"]}
|
|
@@ -38,4 +38,6 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)
|
|
|
38
38
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateGedFile.prototype, "idFile", void 0);
|
|
39
39
|
|
|
40
40
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateGedFile.prototype, "idExercice", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateGedFile.prototype, "idMail", void 0);
|
|
41
43
|
//# sourceMappingURL=updateGedFile.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateGedFile.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAEXC,YADC,iCACD,4BAAcC,KAAd;;AAGAD,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["UpdateGedFile","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/updateGedFile.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateGedFile {\n @ApiPropertyOptional()\n emissionDate: Date;\n\n @ApiPropertyOptional()\n statutFile: number;\n\n @ApiPropertyOptional()\n idTypeGedFile: number;\n\n @ApiPropertyOptional()\n idUser: number;\n\n @ApiPropertyOptional()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety: number;\n\n @ApiPropertyOptional()\n idFile: number;\n\n @ApiPropertyOptional()\n idExercice: number;\n}"]}
|
|
1
|
+
{"version":3,"file":"updateGedFile.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAEXC,YADC,iCACD,4BAAcC,KAAd;;AAGAD,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["UpdateGedFile","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/gedFile/updateGedFile.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateGedFile {\n @ApiPropertyOptional()\n emissionDate: Date;\n\n @ApiPropertyOptional()\n statutFile: number;\n\n @ApiPropertyOptional()\n idTypeGedFile: number;\n\n @ApiPropertyOptional()\n idUser: number;\n\n @ApiPropertyOptional()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety: number;\n\n @ApiPropertyOptional()\n idFile: number;\n\n @ApiPropertyOptional()\n idExercice: number;\n\n @ApiPropertyOptional()\n idMail: number;\n}"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryPrestation = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryPrestation {}
|
|
25
|
+
|
|
26
|
+
exports.QueryPrestation = QueryPrestation;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QueryPrestation.prototype, "prestationListIds", void 0);
|
|
29
|
+
//# sourceMappingURL=QueryPrestation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryPrestation.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,8BACD,4BAAmBC,MAAnB","names":["QueryPrestation","__decorate","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestation/QueryPrestation.ts"],"sourcesContent":["import { IsArray, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryPrestation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n prestationListIds: Array<number>;\n}"]}
|
package/js/types/index.js
CHANGED
|
@@ -4468,6 +4468,18 @@ Object.keys(_LetterState).forEach(function (key) {
|
|
|
4468
4468
|
});
|
|
4469
4469
|
});
|
|
4470
4470
|
|
|
4471
|
+
var _LetterRecoveryState = require("./Enum/LetterRecoveryState");
|
|
4472
|
+
|
|
4473
|
+
Object.keys(_LetterRecoveryState).forEach(function (key) {
|
|
4474
|
+
if (key === "default" || key === "__esModule") return;
|
|
4475
|
+
Object.defineProperty(exports, key, {
|
|
4476
|
+
enumerable: true,
|
|
4477
|
+
get: function () {
|
|
4478
|
+
return _LetterRecoveryState[key];
|
|
4479
|
+
}
|
|
4480
|
+
});
|
|
4481
|
+
});
|
|
4482
|
+
|
|
4471
4483
|
var _SponsorshipState = require("./Enum/SponsorshipState");
|
|
4472
4484
|
|
|
4473
4485
|
Object.keys(_SponsorshipState).forEach(function (key) {
|
|
@@ -6520,18 +6532,6 @@ Object.keys(_ReadTurnOverProfitAndLossAndVats).forEach(function (key) {
|
|
|
6520
6532
|
});
|
|
6521
6533
|
});
|
|
6522
6534
|
|
|
6523
|
-
var _BillingDocumentData = require("./Interface/api/pdf/BillingDocumentData");
|
|
6524
|
-
|
|
6525
|
-
Object.keys(_BillingDocumentData).forEach(function (key) {
|
|
6526
|
-
if (key === "default" || key === "__esModule") return;
|
|
6527
|
-
Object.defineProperty(exports, key, {
|
|
6528
|
-
enumerable: true,
|
|
6529
|
-
get: function () {
|
|
6530
|
-
return _BillingDocumentData[key];
|
|
6531
|
-
}
|
|
6532
|
-
});
|
|
6533
|
-
});
|
|
6534
|
-
|
|
6535
6535
|
var _QueryBalanceBankAccount = require("./Interface/api/dashboard/QueryBalanceBankAccount");
|
|
6536
6536
|
|
|
6537
6537
|
Object.keys(_QueryBalanceBankAccount).forEach(function (key) {
|
|
@@ -9640,6 +9640,30 @@ Object.keys(_CreateCustomerActivityReport).forEach(function (key) {
|
|
|
9640
9640
|
});
|
|
9641
9641
|
});
|
|
9642
9642
|
|
|
9643
|
+
var _Query3 = require("./Interface/api/customerActivity/Query");
|
|
9644
|
+
|
|
9645
|
+
Object.keys(_Query3).forEach(function (key) {
|
|
9646
|
+
if (key === "default" || key === "__esModule") return;
|
|
9647
|
+
Object.defineProperty(exports, key, {
|
|
9648
|
+
enumerable: true,
|
|
9649
|
+
get: function () {
|
|
9650
|
+
return _Query3[key];
|
|
9651
|
+
}
|
|
9652
|
+
});
|
|
9653
|
+
});
|
|
9654
|
+
|
|
9655
|
+
var _Create2 = require("./Interface/api/customerActivity/Create");
|
|
9656
|
+
|
|
9657
|
+
Object.keys(_Create2).forEach(function (key) {
|
|
9658
|
+
if (key === "default" || key === "__esModule") return;
|
|
9659
|
+
Object.defineProperty(exports, key, {
|
|
9660
|
+
enumerable: true,
|
|
9661
|
+
get: function () {
|
|
9662
|
+
return _Create2[key];
|
|
9663
|
+
}
|
|
9664
|
+
});
|
|
9665
|
+
});
|
|
9666
|
+
|
|
9643
9667
|
var _CreateAlert = require("./Interface/api/alert/CreateAlert");
|
|
9644
9668
|
|
|
9645
9669
|
Object.keys(_CreateAlert).forEach(function (key) {
|
|
@@ -9652,14 +9676,14 @@ Object.keys(_CreateAlert).forEach(function (key) {
|
|
|
9652
9676
|
});
|
|
9653
9677
|
});
|
|
9654
9678
|
|
|
9655
|
-
var
|
|
9679
|
+
var _Create3 = require("./Interface/api/commercialManagement/Create");
|
|
9656
9680
|
|
|
9657
|
-
Object.keys(
|
|
9681
|
+
Object.keys(_Create3).forEach(function (key) {
|
|
9658
9682
|
if (key === "default" || key === "__esModule") return;
|
|
9659
9683
|
Object.defineProperty(exports, key, {
|
|
9660
9684
|
enumerable: true,
|
|
9661
9685
|
get: function () {
|
|
9662
|
-
return
|
|
9686
|
+
return _Create3[key];
|
|
9663
9687
|
}
|
|
9664
9688
|
});
|
|
9665
9689
|
});
|
|
@@ -9676,14 +9700,14 @@ Object.keys(_Read3).forEach(function (key) {
|
|
|
9676
9700
|
});
|
|
9677
9701
|
});
|
|
9678
9702
|
|
|
9679
|
-
var
|
|
9703
|
+
var _Query4 = require("./Interface/api/commercialManagement/Query");
|
|
9680
9704
|
|
|
9681
|
-
Object.keys(
|
|
9705
|
+
Object.keys(_Query4).forEach(function (key) {
|
|
9682
9706
|
if (key === "default" || key === "__esModule") return;
|
|
9683
9707
|
Object.defineProperty(exports, key, {
|
|
9684
9708
|
enumerable: true,
|
|
9685
9709
|
get: function () {
|
|
9686
|
-
return
|
|
9710
|
+
return _Query4[key];
|
|
9687
9711
|
}
|
|
9688
9712
|
});
|
|
9689
9713
|
});
|
|
@@ -9748,14 +9772,14 @@ Object.keys(_ReadConnectionState).forEach(function (key) {
|
|
|
9748
9772
|
});
|
|
9749
9773
|
});
|
|
9750
9774
|
|
|
9751
|
-
var
|
|
9775
|
+
var _Query5 = require("./Interface/api/qonto/Query");
|
|
9752
9776
|
|
|
9753
|
-
Object.keys(
|
|
9777
|
+
Object.keys(_Query5).forEach(function (key) {
|
|
9754
9778
|
if (key === "default" || key === "__esModule") return;
|
|
9755
9779
|
Object.defineProperty(exports, key, {
|
|
9756
9780
|
enumerable: true,
|
|
9757
9781
|
get: function () {
|
|
9758
|
-
return
|
|
9782
|
+
return _Query5[key];
|
|
9759
9783
|
}
|
|
9760
9784
|
});
|
|
9761
9785
|
});
|
|
@@ -9772,14 +9796,14 @@ Object.keys(_CreateImportation).forEach(function (key) {
|
|
|
9772
9796
|
});
|
|
9773
9797
|
});
|
|
9774
9798
|
|
|
9775
|
-
var
|
|
9799
|
+
var _Create4 = require("./Interface/api/stripe/Create");
|
|
9776
9800
|
|
|
9777
|
-
Object.keys(
|
|
9801
|
+
Object.keys(_Create4).forEach(function (key) {
|
|
9778
9802
|
if (key === "default" || key === "__esModule") return;
|
|
9779
9803
|
Object.defineProperty(exports, key, {
|
|
9780
9804
|
enumerable: true,
|
|
9781
9805
|
get: function () {
|
|
9782
|
-
return
|
|
9806
|
+
return _Create4[key];
|
|
9783
9807
|
}
|
|
9784
9808
|
});
|
|
9785
9809
|
});
|
|
@@ -9844,14 +9868,14 @@ Object.keys(_ReadCreateConnection).forEach(function (key) {
|
|
|
9844
9868
|
});
|
|
9845
9869
|
});
|
|
9846
9870
|
|
|
9847
|
-
var
|
|
9871
|
+
var _Create5 = require("./Interface/api/file/Create");
|
|
9848
9872
|
|
|
9849
|
-
Object.keys(
|
|
9873
|
+
Object.keys(_Create5).forEach(function (key) {
|
|
9850
9874
|
if (key === "default" || key === "__esModule") return;
|
|
9851
9875
|
Object.defineProperty(exports, key, {
|
|
9852
9876
|
enumerable: true,
|
|
9853
9877
|
get: function () {
|
|
9854
|
-
return
|
|
9878
|
+
return _Create5[key];
|
|
9855
9879
|
}
|
|
9856
9880
|
});
|
|
9857
9881
|
});
|
|
@@ -9904,6 +9928,18 @@ Object.keys(_CreatePrestation).forEach(function (key) {
|
|
|
9904
9928
|
});
|
|
9905
9929
|
});
|
|
9906
9930
|
|
|
9931
|
+
var _QueryPrestation = require("./Interface/api/prestation/QueryPrestation");
|
|
9932
|
+
|
|
9933
|
+
Object.keys(_QueryPrestation).forEach(function (key) {
|
|
9934
|
+
if (key === "default" || key === "__esModule") return;
|
|
9935
|
+
Object.defineProperty(exports, key, {
|
|
9936
|
+
enumerable: true,
|
|
9937
|
+
get: function () {
|
|
9938
|
+
return _QueryPrestation[key];
|
|
9939
|
+
}
|
|
9940
|
+
});
|
|
9941
|
+
});
|
|
9942
|
+
|
|
9907
9943
|
var _QueryPaymentExpectation = require("./Interface/api/paymentExpectation/QueryPaymentExpectation");
|
|
9908
9944
|
|
|
9909
9945
|
Object.keys(_QueryPaymentExpectation).forEach(function (key) {
|