@silexpert/core 1.1.140 → 1.1.141
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/AccountingFiles.js.map +1 -1
- package/es/api/resources/BalanceSheet.d.ts +1 -0
- package/es/api/resources/BalanceSheet.d.ts.map +1 -1
- package/es/api/resources/BalanceSheet.js +3 -0
- package/es/api/resources/BalanceSheet.js.map +1 -1
- package/es/api/resources/Revision.d.ts +6 -1
- package/es/api/resources/Revision.d.ts.map +1 -1
- package/es/api/resources/Revision.js +16 -1
- package/es/api/resources/Revision.js.map +1 -1
- package/es/api/resources/RevisionGuide.d.ts +2 -2
- package/es/api/resources/RevisionGuide.d.ts.map +1 -1
- package/es/api/resources/RevisionGuide.js.map +1 -1
- package/es/api/resources/VatControl.d.ts +3 -1
- package/es/api/resources/VatControl.d.ts.map +1 -1
- package/es/api/resources/VatControl.js +6 -0
- package/es/api/resources/VatControl.js.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/es/types/Enum/BrandClementine.js +2 -2
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandPourcentage.js +2 -2
- package/es/types/Enum/BrandPourcentage.js.map +1 -1
- package/es/types/Enum/RevisionGuide.d.ts +28 -0
- package/es/types/Enum/RevisionGuide.d.ts.map +1 -1
- package/es/types/Enum/RevisionGuide.js +183 -0
- package/es/types/Enum/RevisionGuide.js.map +1 -1
- package/es/types/Enum/VatControl.d.ts +12 -0
- package/es/types/Enum/VatControl.d.ts.map +1 -0
- package/es/types/Enum/VatControl.js +195 -0
- package/es/types/Enum/VatControl.js.map +1 -0
- package/es/types/Interface/api/balanceSheet/VatControl.d.ts +13 -0
- package/es/types/Interface/api/balanceSheet/VatControl.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheet/VatControl.js +2 -0
- package/es/types/Interface/api/balanceSheet/VatControl.js.map +1 -0
- package/es/types/Interface/api/cerfa/3310.d.ts +47 -0
- package/es/types/Interface/api/cerfa/3310.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/3310.js.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.d.ts +1 -0
- package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.js +7 -0
- package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/es/types/Interface/api/revision/Create.d.ts +26 -0
- package/es/types/Interface/api/revision/Create.d.ts.map +1 -0
- package/es/types/Interface/api/revision/Create.js +133 -0
- package/es/types/Interface/api/revision/Create.js.map +1 -0
- package/es/types/Interface/api/revision/Query.d.ts +8 -0
- package/es/types/Interface/api/revision/Query.d.ts.map +1 -1
- package/es/types/Interface/api/revision/Query.js +24 -0
- package/es/types/Interface/api/revision/Query.js.map +1 -1
- package/es/types/Interface/api/vatControl/CreateVatControl.d.ts +5 -0
- package/es/types/Interface/api/vatControl/CreateVatControl.d.ts.map +1 -0
- package/es/types/Interface/api/vatControl/CreateVatControl.js +26 -0
- package/es/types/Interface/api/vatControl/CreateVatControl.js.map +1 -0
- package/es/types/Interface/api/vatControl/QueryVatControl.d.ts +4 -0
- package/es/types/Interface/api/vatControl/QueryVatControl.d.ts.map +1 -0
- package/es/types/Interface/api/vatControl/QueryVatControl.js +21 -0
- package/es/types/Interface/api/vatControl/QueryVatControl.js.map +1 -0
- package/es/types/Interface/models/ISupervisionPendingPoint.d.ts +10 -0
- package/es/types/Interface/models/ISupervisionPendingPoint.d.ts.map +1 -1
- package/es/types/Interface/models/ISupervisionPendingPoint.js.map +1 -1
- package/es/types/Interface/models/ISupervisionPendingPointReply.d.ts +13 -0
- package/es/types/Interface/models/ISupervisionPendingPointReply.d.ts.map +1 -0
- package/es/types/Interface/models/ISupervisionPendingPointReply.js +2 -0
- package/es/types/Interface/models/ISupervisionPendingPointReply.js.map +1 -0
- package/es/types/index.d.ts +6 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/phone.js +1 -1
- package/es/utils/phone.js.map +1 -1
- package/es/utils/vat/3310/century23.js +65 -65
- package/es/utils/vat/3310/century23.js.map +1 -1
- package/js/api/resources/AccountingFiles.js.map +1 -1
- package/js/api/resources/BalanceSheet.js +3 -0
- package/js/api/resources/BalanceSheet.js.map +1 -1
- package/js/api/resources/Revision.js +20 -1
- package/js/api/resources/Revision.js.map +1 -1
- package/js/api/resources/RevisionGuide.js.map +1 -1
- package/js/api/resources/VatControl.js +6 -0
- package/js/api/resources/VatControl.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +2 -2
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandPourcentage.js +2 -2
- package/js/types/Enum/BrandPourcentage.js.map +1 -1
- package/js/types/Enum/RevisionGuide.js +311 -0
- package/js/types/Enum/RevisionGuide.js.map +1 -1
- package/js/types/Enum/VatControl.js +162 -0
- package/js/types/Enum/VatControl.js.map +1 -0
- package/js/types/Interface/api/balanceSheet/VatControl.js +6 -0
- package/js/types/Interface/api/balanceSheet/VatControl.js.map +1 -0
- package/js/types/Interface/api/cerfa/3310.js.map +1 -1
- package/js/types/Interface/api/registration/CreateRegistration.js +1 -0
- package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/js/types/Interface/api/revision/Create.js +45 -0
- package/js/types/Interface/api/revision/Create.js.map +1 -0
- package/js/types/Interface/api/revision/Query.js +9 -1
- package/js/types/Interface/api/revision/Query.js.map +1 -1
- package/js/types/Interface/api/vatControl/CreateVatControl.js +27 -0
- package/js/types/Interface/api/vatControl/CreateVatControl.js.map +1 -0
- package/js/types/Interface/api/vatControl/QueryVatControl.js +26 -0
- package/js/types/Interface/api/vatControl/QueryVatControl.js.map +1 -0
- package/js/types/Interface/models/ISupervisionPendingPoint.js.map +1 -1
- package/js/types/Interface/models/ISupervisionPendingPointReply.js +6 -0
- package/js/types/Interface/models/ISupervisionPendingPointReply.js.map +1 -0
- package/js/types/index.js +96 -36
- package/js/types/index.js.map +1 -1
- package/js/utils/phone.js +1 -1
- package/js/utils/phone.js.map +1 -1
- package/js/utils/vat/3310/century23.js +65 -65
- package/js/utils/vat/3310/century23.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/AccountingFiles.ts +1 -1
- package/ts/api/resources/BalanceSheet.ts +4 -0
- package/ts/api/resources/Revision.ts +22 -2
- package/ts/api/resources/RevisionGuide.ts +2 -2
- package/ts/api/resources/VatControl.ts +10 -1
- package/ts/types/Enum/BalanceSheetQuestion.ts +0 -1
- package/ts/types/Enum/BrandClementine.ts +2 -2
- package/ts/types/Enum/BrandPourcentage.ts +2 -2
- package/ts/types/Enum/RevisionGuide.ts +197 -1
- package/ts/types/Enum/VatControl.ts +198 -0
- package/ts/types/Interface/api/balanceSheet/VatControl.ts +10 -0
- package/ts/types/Interface/api/cerfa/3310.ts +49 -0
- package/ts/types/Interface/api/registration/CreateRegistration.ts +6 -0
- package/ts/types/Interface/api/revision/Create.ts +105 -0
- package/ts/types/Interface/api/revision/Query.ts +22 -0
- package/ts/types/Interface/api/vatControl/CreateVatControl.ts +14 -0
- package/ts/types/Interface/api/vatControl/QueryVatControl.ts +10 -0
- package/ts/types/Interface/models/ISupervisionPendingPoint.ts +10 -0
- package/ts/types/Interface/models/ISupervisionPendingPointReply.ts +16 -0
- package/ts/types/index.ts +6 -0
- package/ts/utils/phone.ts +1 -1
- package/ts/utils/vat/3310/century23.ts +26 -26
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryVatControl.js","names":["_classValidator","require","_utils","QueryVatControl","exports","__decorate","ApiProperty","ArrayUnique","IsInt","each","IsPositive"],"sources":["../../../../../ts/types/Interface/api/vatControl/QueryVatControl.ts"],"sourcesContent":["import { ArrayUnique, IsInt, IsPositive } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryVatControl {\n @ApiProperty()\n @ArrayUnique()\n @IsInt({ each: true })\n @IsPositive({ each: true })\n idRegistration: number[];\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,eAAe;AAM3BC,OAAA,CANYD,eAAe,GAAfA,eAAe;AAC1BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,2BAAW,GAAE,EACb,IAAAC,qBAAK,EAAC;EAAEC,IAAI,EAAE;AAAI,CAAE,CAAC,EACrB,IAAAC,0BAAU,EAAC;EAAED,IAAI,EAAE;AAAI,CAAE,CAAC,E,uFACA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISupervisionPendingPoint.js","names":[],"sources":["../../../../ts/types/Interface/models/ISupervisionPendingPoint.ts"],"sourcesContent":["import { ISupervision } from './ISupervision';\nimport { IUser } from './IUser';\n\n// supervisionsPendingPoints\nexport interface ISupervisionPendingPoint {\n id?: number;\n idSupervision: number;\n idPendingPoint: number;\n isDone: boolean;\n idUser: number | null;\n createdBy: number | null;\n value: string | null;\n note: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n supervision: ISupervision;\n user: IUser;\n ppIsCreatedBy: IUser;\n}\n"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"ISupervisionPendingPoint.js","names":[],"sources":["../../../../ts/types/Interface/models/ISupervisionPendingPoint.ts"],"sourcesContent":["import { ISupervision } from './ISupervision';\nimport { ISupervisionPendingPointReply } from './ISupervisionPendingPointReply';\nimport { IUser } from './IUser';\n\n// supervisionsPendingPoints\nexport interface ISupervisionPendingPoint {\n id?: number;\n idSupervision: number;\n idPendingPoint: number;\n isDone: boolean;\n isDoneBy: number | null;\n isDoneDate: Date | null;\n idUser: number | null;\n replyDate: Date | null;\n createdBy: number | null;\n createdByDate: Date | null;\n value: string | null;\n note: string | null;\n isCritical: boolean;\n toBalanceSheetNote: boolean;\n toSummaryNote: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n pendingPointReplies: ISupervisionPendingPointReply[];\n supervision: ISupervision;\n user: IUser;\n ppIsCreatedBy: IUser;\n isDoneUser: IUser;\n}\n"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISupervisionPendingPointReply.js","names":[],"sources":["../../../../ts/types/Interface/models/ISupervisionPendingPointReply.ts"],"sourcesContent":["import { ISupervisionPendingPoint } from './ISupervisionPendingPoint';\nimport { IUser } from './IUser';\n\n// supervisionsPendingPoints\nexport interface ISupervisionPendingPointReply {\n id?: number;\n reply: string;\n idSupervisionPendingPoint: number;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n supervisionPendingPoint: ISupervisionPendingPoint;\n user: IUser;\n}\n"],"mappings":""}
|
package/js/types/index.js
CHANGED
|
@@ -2033,6 +2033,16 @@ Object.keys(_ISupervisionPendingPoint).forEach(function (key) {
|
|
|
2033
2033
|
}
|
|
2034
2034
|
});
|
|
2035
2035
|
});
|
|
2036
|
+
var _ISupervisionPendingPointReply = require("./Interface/models/ISupervisionPendingPointReply");
|
|
2037
|
+
Object.keys(_ISupervisionPendingPointReply).forEach(function (key) {
|
|
2038
|
+
if (key === "default" || key === "__esModule") return;
|
|
2039
|
+
Object.defineProperty(exports, key, {
|
|
2040
|
+
enumerable: true,
|
|
2041
|
+
get: function () {
|
|
2042
|
+
return _ISupervisionPendingPointReply[key];
|
|
2043
|
+
}
|
|
2044
|
+
});
|
|
2045
|
+
});
|
|
2036
2046
|
var _ISurvey = require("./Interface/models/ISurvey");
|
|
2037
2047
|
Object.keys(_ISurvey).forEach(function (key) {
|
|
2038
2048
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -4853,6 +4863,16 @@ Object.keys(_Bank).forEach(function (key) {
|
|
|
4853
4863
|
}
|
|
4854
4864
|
});
|
|
4855
4865
|
});
|
|
4866
|
+
var _VatControl = require("./Enum/VatControl");
|
|
4867
|
+
Object.keys(_VatControl).forEach(function (key) {
|
|
4868
|
+
if (key === "default" || key === "__esModule") return;
|
|
4869
|
+
Object.defineProperty(exports, key, {
|
|
4870
|
+
enumerable: true,
|
|
4871
|
+
get: function () {
|
|
4872
|
+
return _VatControl[key];
|
|
4873
|
+
}
|
|
4874
|
+
});
|
|
4875
|
+
});
|
|
4856
4876
|
var _das = require("./Interface/api/cerfa/das2");
|
|
4857
4877
|
Object.keys(_das).forEach(function (key) {
|
|
4858
4878
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -6293,6 +6313,16 @@ Object.keys(_Revision).forEach(function (key) {
|
|
|
6293
6313
|
}
|
|
6294
6314
|
});
|
|
6295
6315
|
});
|
|
6316
|
+
var _Create3 = require("./Interface/api/revision/Create");
|
|
6317
|
+
Object.keys(_Create3).forEach(function (key) {
|
|
6318
|
+
if (key === "default" || key === "__esModule") return;
|
|
6319
|
+
Object.defineProperty(exports, key, {
|
|
6320
|
+
enumerable: true,
|
|
6321
|
+
get: function () {
|
|
6322
|
+
return _Create3[key];
|
|
6323
|
+
}
|
|
6324
|
+
});
|
|
6325
|
+
});
|
|
6296
6326
|
var _QueryVatDeclaration = require("./Interface/api/vatDeclaration/QueryVatDeclaration");
|
|
6297
6327
|
Object.keys(_QueryVatDeclaration).forEach(function (key) {
|
|
6298
6328
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -6673,13 +6703,13 @@ Object.keys(_QueryVatRegimeHistory).forEach(function (key) {
|
|
|
6673
6703
|
}
|
|
6674
6704
|
});
|
|
6675
6705
|
});
|
|
6676
|
-
var
|
|
6677
|
-
Object.keys(
|
|
6706
|
+
var _Create4 = require("./Interface/api/textMessage/Create");
|
|
6707
|
+
Object.keys(_Create4).forEach(function (key) {
|
|
6678
6708
|
if (key === "default" || key === "__esModule") return;
|
|
6679
6709
|
Object.defineProperty(exports, key, {
|
|
6680
6710
|
enumerable: true,
|
|
6681
6711
|
get: function () {
|
|
6682
|
-
return
|
|
6712
|
+
return _Create4[key];
|
|
6683
6713
|
}
|
|
6684
6714
|
});
|
|
6685
6715
|
});
|
|
@@ -7783,13 +7813,13 @@ Object.keys(_Read7).forEach(function (key) {
|
|
|
7783
7813
|
}
|
|
7784
7814
|
});
|
|
7785
7815
|
});
|
|
7786
|
-
var
|
|
7787
|
-
Object.keys(
|
|
7816
|
+
var _Create5 = require("./Interface/api/budgetInsight/Create");
|
|
7817
|
+
Object.keys(_Create5).forEach(function (key) {
|
|
7788
7818
|
if (key === "default" || key === "__esModule") return;
|
|
7789
7819
|
Object.defineProperty(exports, key, {
|
|
7790
7820
|
enumerable: true,
|
|
7791
7821
|
get: function () {
|
|
7792
|
-
return
|
|
7822
|
+
return _Create5[key];
|
|
7793
7823
|
}
|
|
7794
7824
|
});
|
|
7795
7825
|
});
|
|
@@ -8103,6 +8133,16 @@ Object.keys(_ReadBalanceSheetTransaction).forEach(function (key) {
|
|
|
8103
8133
|
}
|
|
8104
8134
|
});
|
|
8105
8135
|
});
|
|
8136
|
+
var _VatControl2 = require("./Interface/api/balanceSheet/VatControl");
|
|
8137
|
+
Object.keys(_VatControl2).forEach(function (key) {
|
|
8138
|
+
if (key === "default" || key === "__esModule") return;
|
|
8139
|
+
Object.defineProperty(exports, key, {
|
|
8140
|
+
enumerable: true,
|
|
8141
|
+
get: function () {
|
|
8142
|
+
return _VatControl2[key];
|
|
8143
|
+
}
|
|
8144
|
+
});
|
|
8145
|
+
});
|
|
8106
8146
|
var _CreateMealExpense = require("./Interface/api/mealExpense/CreateMealExpense");
|
|
8107
8147
|
Object.keys(_CreateMealExpense).forEach(function (key) {
|
|
8108
8148
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -8773,13 +8813,13 @@ Object.keys(_Query9).forEach(function (key) {
|
|
|
8773
8813
|
}
|
|
8774
8814
|
});
|
|
8775
8815
|
});
|
|
8776
|
-
var
|
|
8777
|
-
Object.keys(
|
|
8816
|
+
var _Create6 = require("./Interface/api/customerActivity/Create");
|
|
8817
|
+
Object.keys(_Create6).forEach(function (key) {
|
|
8778
8818
|
if (key === "default" || key === "__esModule") return;
|
|
8779
8819
|
Object.defineProperty(exports, key, {
|
|
8780
8820
|
enumerable: true,
|
|
8781
8821
|
get: function () {
|
|
8782
|
-
return
|
|
8822
|
+
return _Create6[key];
|
|
8783
8823
|
}
|
|
8784
8824
|
});
|
|
8785
8825
|
});
|
|
@@ -8793,13 +8833,13 @@ Object.keys(_CreateAlert).forEach(function (key) {
|
|
|
8793
8833
|
}
|
|
8794
8834
|
});
|
|
8795
8835
|
});
|
|
8796
|
-
var
|
|
8797
|
-
Object.keys(
|
|
8836
|
+
var _Create7 = require("./Interface/api/commercialManagement/Create");
|
|
8837
|
+
Object.keys(_Create7).forEach(function (key) {
|
|
8798
8838
|
if (key === "default" || key === "__esModule") return;
|
|
8799
8839
|
Object.defineProperty(exports, key, {
|
|
8800
8840
|
enumerable: true,
|
|
8801
8841
|
get: function () {
|
|
8802
|
-
return
|
|
8842
|
+
return _Create7[key];
|
|
8803
8843
|
}
|
|
8804
8844
|
});
|
|
8805
8845
|
});
|
|
@@ -8903,13 +8943,13 @@ Object.keys(_CreateImportation).forEach(function (key) {
|
|
|
8903
8943
|
}
|
|
8904
8944
|
});
|
|
8905
8945
|
});
|
|
8906
|
-
var
|
|
8907
|
-
Object.keys(
|
|
8946
|
+
var _Create8 = require("./Interface/api/stripe/Create");
|
|
8947
|
+
Object.keys(_Create8).forEach(function (key) {
|
|
8908
8948
|
if (key === "default" || key === "__esModule") return;
|
|
8909
8949
|
Object.defineProperty(exports, key, {
|
|
8910
8950
|
enumerable: true,
|
|
8911
8951
|
get: function () {
|
|
8912
|
-
return
|
|
8952
|
+
return _Create8[key];
|
|
8913
8953
|
}
|
|
8914
8954
|
});
|
|
8915
8955
|
});
|
|
@@ -8963,13 +9003,13 @@ Object.keys(_Read10).forEach(function (key) {
|
|
|
8963
9003
|
}
|
|
8964
9004
|
});
|
|
8965
9005
|
});
|
|
8966
|
-
var
|
|
8967
|
-
Object.keys(
|
|
9006
|
+
var _Create9 = require("./Interface/api/file/Create");
|
|
9007
|
+
Object.keys(_Create9).forEach(function (key) {
|
|
8968
9008
|
if (key === "default" || key === "__esModule") return;
|
|
8969
9009
|
Object.defineProperty(exports, key, {
|
|
8970
9010
|
enumerable: true,
|
|
8971
9011
|
get: function () {
|
|
8972
|
-
return
|
|
9012
|
+
return _Create9[key];
|
|
8973
9013
|
}
|
|
8974
9014
|
});
|
|
8975
9015
|
});
|
|
@@ -9183,13 +9223,13 @@ Object.keys(_Query12).forEach(function (key) {
|
|
|
9183
9223
|
}
|
|
9184
9224
|
});
|
|
9185
9225
|
});
|
|
9186
|
-
var
|
|
9187
|
-
Object.keys(
|
|
9226
|
+
var _Create10 = require("./Interface/api/rule/Create");
|
|
9227
|
+
Object.keys(_Create10).forEach(function (key) {
|
|
9188
9228
|
if (key === "default" || key === "__esModule") return;
|
|
9189
9229
|
Object.defineProperty(exports, key, {
|
|
9190
9230
|
enumerable: true,
|
|
9191
9231
|
get: function () {
|
|
9192
|
-
return
|
|
9232
|
+
return _Create10[key];
|
|
9193
9233
|
}
|
|
9194
9234
|
});
|
|
9195
9235
|
});
|
|
@@ -9303,33 +9343,33 @@ Object.keys(_Query13).forEach(function (key) {
|
|
|
9303
9343
|
}
|
|
9304
9344
|
});
|
|
9305
9345
|
});
|
|
9306
|
-
var
|
|
9307
|
-
Object.keys(
|
|
9346
|
+
var _Create11 = require("./Interface/api/commercialImport/Create");
|
|
9347
|
+
Object.keys(_Create11).forEach(function (key) {
|
|
9308
9348
|
if (key === "default" || key === "__esModule") return;
|
|
9309
9349
|
Object.defineProperty(exports, key, {
|
|
9310
9350
|
enumerable: true,
|
|
9311
9351
|
get: function () {
|
|
9312
|
-
return
|
|
9352
|
+
return _Create11[key];
|
|
9313
9353
|
}
|
|
9314
9354
|
});
|
|
9315
9355
|
});
|
|
9316
|
-
var
|
|
9317
|
-
Object.keys(
|
|
9356
|
+
var _Create12 = require("./Interface/api/cashAndExpense/Create");
|
|
9357
|
+
Object.keys(_Create12).forEach(function (key) {
|
|
9318
9358
|
if (key === "default" || key === "__esModule") return;
|
|
9319
9359
|
Object.defineProperty(exports, key, {
|
|
9320
9360
|
enumerable: true,
|
|
9321
9361
|
get: function () {
|
|
9322
|
-
return
|
|
9362
|
+
return _Create12[key];
|
|
9323
9363
|
}
|
|
9324
9364
|
});
|
|
9325
9365
|
});
|
|
9326
|
-
var
|
|
9327
|
-
Object.keys(
|
|
9366
|
+
var _Create13 = require("./Interface/api/accountsSectors/Create");
|
|
9367
|
+
Object.keys(_Create13).forEach(function (key) {
|
|
9328
9368
|
if (key === "default" || key === "__esModule") return;
|
|
9329
9369
|
Object.defineProperty(exports, key, {
|
|
9330
9370
|
enumerable: true,
|
|
9331
9371
|
get: function () {
|
|
9332
|
-
return
|
|
9372
|
+
return _Create13[key];
|
|
9333
9373
|
}
|
|
9334
9374
|
});
|
|
9335
9375
|
});
|
|
@@ -9343,13 +9383,13 @@ Object.keys(_FusionSocieties).forEach(function (key) {
|
|
|
9343
9383
|
}
|
|
9344
9384
|
});
|
|
9345
9385
|
});
|
|
9346
|
-
var
|
|
9347
|
-
Object.keys(
|
|
9386
|
+
var _Create14 = require("./Interface/api/changelog/Create");
|
|
9387
|
+
Object.keys(_Create14).forEach(function (key) {
|
|
9348
9388
|
if (key === "default" || key === "__esModule") return;
|
|
9349
9389
|
Object.defineProperty(exports, key, {
|
|
9350
9390
|
enumerable: true,
|
|
9351
9391
|
get: function () {
|
|
9352
|
-
return
|
|
9392
|
+
return _Create14[key];
|
|
9353
9393
|
}
|
|
9354
9394
|
});
|
|
9355
9395
|
});
|
|
@@ -9363,13 +9403,13 @@ Object.keys(_ReadAuthenticateCollaborater).forEach(function (key) {
|
|
|
9363
9403
|
}
|
|
9364
9404
|
});
|
|
9365
9405
|
});
|
|
9366
|
-
var
|
|
9367
|
-
Object.keys(
|
|
9406
|
+
var _Create15 = require("./Interface/api/businessSector/Create");
|
|
9407
|
+
Object.keys(_Create15).forEach(function (key) {
|
|
9368
9408
|
if (key === "default" || key === "__esModule") return;
|
|
9369
9409
|
Object.defineProperty(exports, key, {
|
|
9370
9410
|
enumerable: true,
|
|
9371
9411
|
get: function () {
|
|
9372
|
-
return
|
|
9412
|
+
return _Create15[key];
|
|
9373
9413
|
}
|
|
9374
9414
|
});
|
|
9375
9415
|
});
|
|
@@ -9433,6 +9473,26 @@ Object.keys(_QueryArchived).forEach(function (key) {
|
|
|
9433
9473
|
}
|
|
9434
9474
|
});
|
|
9435
9475
|
});
|
|
9476
|
+
var _CreateVatControl = require("./Interface/api/vatControl/CreateVatControl");
|
|
9477
|
+
Object.keys(_CreateVatControl).forEach(function (key) {
|
|
9478
|
+
if (key === "default" || key === "__esModule") return;
|
|
9479
|
+
Object.defineProperty(exports, key, {
|
|
9480
|
+
enumerable: true,
|
|
9481
|
+
get: function () {
|
|
9482
|
+
return _CreateVatControl[key];
|
|
9483
|
+
}
|
|
9484
|
+
});
|
|
9485
|
+
});
|
|
9486
|
+
var _QueryVatControl = require("./Interface/api/vatControl/QueryVatControl");
|
|
9487
|
+
Object.keys(_QueryVatControl).forEach(function (key) {
|
|
9488
|
+
if (key === "default" || key === "__esModule") return;
|
|
9489
|
+
Object.defineProperty(exports, key, {
|
|
9490
|
+
enumerable: true,
|
|
9491
|
+
get: function () {
|
|
9492
|
+
return _QueryVatControl[key];
|
|
9493
|
+
}
|
|
9494
|
+
});
|
|
9495
|
+
});
|
|
9436
9496
|
var _Util4 = require("./Interface/enum/Util");
|
|
9437
9497
|
Object.keys(_Util4).forEach(function (key) {
|
|
9438
9498
|
if (key === "default" || key === "__esModule") return;
|