@silexpert/core 1.0.172 → 1.0.175
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/CommercialImport.d.ts +8 -0
- package/es/api/resources/CommercialImport.d.ts.map +1 -0
- package/es/api/resources/CommercialImport.js +21 -0
- package/es/api/resources/CommercialImport.js.map +1 -0
- package/es/api/resources/WorkingSchedule.d.ts +2 -1
- package/es/api/resources/WorkingSchedule.d.ts.map +1 -1
- package/es/api/resources/WorkingSchedule.js +3 -0
- package/es/api/resources/WorkingSchedule.js.map +1 -1
- package/es/api/resources/statistic/CustomerSuccess.d.ts +7 -0
- package/es/api/resources/statistic/CustomerSuccess.d.ts.map +1 -0
- package/es/api/resources/statistic/CustomerSuccess.js +7 -0
- package/es/api/resources/statistic/CustomerSuccess.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/CommercialImportHeader.d.ts +12 -0
- package/es/types/Enum/CommercialImportHeader.d.ts.map +1 -0
- package/es/types/Enum/CommercialImportHeader.js +102 -0
- package/es/types/Enum/CommercialImportHeader.js.map +1 -0
- package/es/types/Enum/Ged.d.ts +1 -0
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +1 -1
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/PartnerTransactionType.d.ts +4 -0
- package/es/types/Enum/PartnerTransactionType.d.ts.map +1 -1
- package/es/types/Enum/PartnerTransactionType.js +26 -0
- package/es/types/Enum/PartnerTransactionType.js.map +1 -1
- package/es/types/Enum/StatisticType.d.ts +2 -1
- package/es/types/Enum/StatisticType.d.ts.map +1 -1
- package/es/types/Enum/StatisticType.js +1 -0
- package/es/types/Enum/StatisticType.js.map +1 -1
- package/es/types/Interface/api/commercialImport/Create.d.ts +8 -0
- package/es/types/Interface/api/commercialImport/Create.d.ts.map +1 -0
- package/es/types/Interface/api/commercialImport/Create.js +27 -0
- package/es/types/Interface/api/commercialImport/Create.js.map +1 -0
- package/es/types/Interface/api/commercialImport/Query.d.ts +12 -0
- package/es/types/Interface/api/commercialImport/Query.d.ts.map +1 -0
- package/es/types/Interface/api/commercialImport/Query.js +23 -0
- package/es/types/Interface/api/commercialImport/Query.js.map +1 -0
- package/es/types/Interface/api/commercialImport/Read.d.ts +40 -0
- package/es/types/Interface/api/commercialImport/Read.d.ts.map +1 -0
- package/es/types/Interface/api/commercialImport/Read.js +2 -0
- package/es/types/Interface/api/commercialImport/Read.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryCustomerSuccess.d.ts +5 -0
- package/es/types/Interface/api/statistic/QueryCustomerSuccess.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryCustomerSuccess.js +26 -0
- package/es/types/Interface/api/statistic/QueryCustomerSuccess.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryInternal.d.ts +1 -0
- package/es/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
- package/es/types/Interface/api/statistic/QueryInternal.js +7 -1
- package/es/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts +16 -0
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts.map +1 -1
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +4 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +5 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IUserFile.d.ts +12 -0
- package/es/types/Interface/models/IUserFile.d.ts.map +1 -0
- package/es/types/Interface/models/IUserFile.js +2 -0
- package/es/types/Interface/models/IUserFile.js.map +1 -0
- package/es/types/Interface/models/IUserSocietyPermission.d.ts +4 -2
- package/es/types/Interface/models/IUserSocietyPermission.d.ts.map +1 -1
- package/es/types/Interface/models/IUserSocietyPermission.js.map +1 -1
- 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/js/api/resources/CommercialImport.js +35 -0
- package/js/api/resources/CommercialImport.js.map +1 -0
- package/js/api/resources/WorkingSchedule.js +3 -0
- package/js/api/resources/WorkingSchedule.js.map +1 -1
- package/js/api/resources/statistic/CustomerSuccess.js +18 -0
- package/js/api/resources/statistic/CustomerSuccess.js.map +1 -0
- package/js/api/resources.js +5 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/CommercialImportHeader.js +107 -0
- package/js/types/Enum/CommercialImportHeader.js.map +1 -0
- package/js/types/Enum/Ged.js +1 -1
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/PartnerTransactionType.js +19 -0
- package/js/types/Enum/PartnerTransactionType.js.map +1 -1
- package/js/types/Enum/StatisticType.js +1 -0
- package/js/types/Enum/StatisticType.js.map +1 -1
- package/js/types/Interface/api/commercialImport/Create.js +24 -0
- package/js/types/Interface/api/commercialImport/Create.js.map +1 -0
- package/js/types/Interface/api/commercialImport/Query.js +24 -0
- package/js/types/Interface/api/commercialImport/Query.js.map +1 -0
- package/js/types/Interface/api/commercialImport/Read.js +6 -0
- package/js/types/Interface/api/commercialImport/Read.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryCustomerSuccess.js +24 -0
- package/js/types/Interface/api/statistic/QueryCustomerSuccess.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryInternal.js +1 -0
- package/js/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/js/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +5 -0
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IUserFile.js +6 -0
- package/js/types/Interface/models/IUserFile.js.map +1 -0
- package/js/types/Interface/models/IUserSocietyPermission.js.map +1 -1
- package/js/types/index.js +60 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/CommercialImport.ts +27 -0
- package/ts/api/resources/WorkingSchedule.ts +5 -1
- package/ts/api/resources/statistic/CustomerSuccess.ts +9 -0
- package/ts/api/resources.ts +5 -0
- package/ts/types/Enum/CommercialImportHeader.ts +112 -0
- package/ts/types/Enum/Ged.ts +1 -1
- package/ts/types/Enum/PartnerTransactionType.ts +28 -1
- package/ts/types/Enum/StatisticType.ts +1 -0
- package/ts/types/Interface/api/commercialImport/Create.ts +16 -0
- package/ts/types/Interface/api/commercialImport/Query.ts +34 -0
- package/ts/types/Interface/api/commercialImport/Read.ts +40 -0
- package/ts/types/Interface/api/statistic/QueryCustomerSuccess.ts +14 -0
- package/ts/types/Interface/api/statistic/QueryInternal.ts +6 -1
- package/ts/types/Interface/api/workingSchedule/QueryDailyHour.ts +21 -1
- package/ts/types/Interface/models/IApiError.ts +6 -0
- package/ts/types/Interface/models/IUserFile.ts +14 -0
- package/ts/types/Interface/models/IUserSocietyPermission.ts +4 -2
- package/ts/types/index.ts +6 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUserSocietyPermission.js","names":[],"sources":["../../../../ts/types/Interface/models/IUserSocietyPermission.ts"],"sourcesContent":["import { IPermission } from './IPermission';\nimport { ISociety } from './ISociety';\n\n// usersSocietiesPermissions\nexport interface IUserSocietyPermission {\n id?: number;\n idUser: number | null;\n idPermission: number | null;\n idSociety: number | null;\n isOwner: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n permission
|
|
1
|
+
{"version":3,"file":"IUserSocietyPermission.js","names":[],"sources":["../../../../ts/types/Interface/models/IUserSocietyPermission.ts"],"sourcesContent":["import { IPermission } from './IPermission';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// usersSocietiesPermissions\nexport interface IUserSocietyPermission {\n id?: number;\n idUser: number | null;\n idPermission: number | null;\n idSociety: number | null;\n isOwner: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n permission?: IPermission;\n society?: ISociety;\n user?: IUser;\n}\n"],"mappings":""}
|
package/js/types/index.js
CHANGED
|
@@ -2693,6 +2693,16 @@ Object.keys(_IUserTeam).forEach(function (key) {
|
|
|
2693
2693
|
}
|
|
2694
2694
|
});
|
|
2695
2695
|
});
|
|
2696
|
+
var _IUserFile = require("./Interface/models/IUserFile");
|
|
2697
|
+
Object.keys(_IUserFile).forEach(function (key) {
|
|
2698
|
+
if (key === "default" || key === "__esModule") return;
|
|
2699
|
+
Object.defineProperty(exports, key, {
|
|
2700
|
+
enumerable: true,
|
|
2701
|
+
get: function () {
|
|
2702
|
+
return _IUserFile[key];
|
|
2703
|
+
}
|
|
2704
|
+
});
|
|
2705
|
+
});
|
|
2696
2706
|
var _IUserTest = require("./Interface/models/IUserTest");
|
|
2697
2707
|
Object.keys(_IUserTest).forEach(function (key) {
|
|
2698
2708
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -4783,6 +4793,16 @@ Object.keys(_UnpaidCallHistoryType).forEach(function (key) {
|
|
|
4783
4793
|
}
|
|
4784
4794
|
});
|
|
4785
4795
|
});
|
|
4796
|
+
var _CommercialImportHeader = require("./Enum/CommercialImportHeader");
|
|
4797
|
+
Object.keys(_CommercialImportHeader).forEach(function (key) {
|
|
4798
|
+
if (key === "default" || key === "__esModule") return;
|
|
4799
|
+
Object.defineProperty(exports, key, {
|
|
4800
|
+
enumerable: true,
|
|
4801
|
+
get: function () {
|
|
4802
|
+
return _CommercialImportHeader[key];
|
|
4803
|
+
}
|
|
4804
|
+
});
|
|
4805
|
+
});
|
|
4786
4806
|
var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
|
|
4787
4807
|
Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
|
|
4788
4808
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -6863,6 +6883,16 @@ Object.keys(_QueryGetDirection).forEach(function (key) {
|
|
|
6863
6883
|
}
|
|
6864
6884
|
});
|
|
6865
6885
|
});
|
|
6886
|
+
var _QueryCustomerSuccess = require("./Interface/api/statistic/QueryCustomerSuccess");
|
|
6887
|
+
Object.keys(_QueryCustomerSuccess).forEach(function (key) {
|
|
6888
|
+
if (key === "default" || key === "__esModule") return;
|
|
6889
|
+
Object.defineProperty(exports, key, {
|
|
6890
|
+
enumerable: true,
|
|
6891
|
+
get: function () {
|
|
6892
|
+
return _QueryCustomerSuccess[key];
|
|
6893
|
+
}
|
|
6894
|
+
});
|
|
6895
|
+
});
|
|
6866
6896
|
var _CreatePappers = require("./Interface/api/pappers/CreatePappers");
|
|
6867
6897
|
Object.keys(_CreatePappers).forEach(function (key) {
|
|
6868
6898
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -8833,6 +8863,36 @@ Object.keys(_QueryGetAllPrestations).forEach(function (key) {
|
|
|
8833
8863
|
}
|
|
8834
8864
|
});
|
|
8835
8865
|
});
|
|
8866
|
+
var _Read8 = require("./Interface/api/commercialImport/Read");
|
|
8867
|
+
Object.keys(_Read8).forEach(function (key) {
|
|
8868
|
+
if (key === "default" || key === "__esModule") return;
|
|
8869
|
+
Object.defineProperty(exports, key, {
|
|
8870
|
+
enumerable: true,
|
|
8871
|
+
get: function () {
|
|
8872
|
+
return _Read8[key];
|
|
8873
|
+
}
|
|
8874
|
+
});
|
|
8875
|
+
});
|
|
8876
|
+
var _Query9 = require("./Interface/api/commercialImport/Query");
|
|
8877
|
+
Object.keys(_Query9).forEach(function (key) {
|
|
8878
|
+
if (key === "default" || key === "__esModule") return;
|
|
8879
|
+
Object.defineProperty(exports, key, {
|
|
8880
|
+
enumerable: true,
|
|
8881
|
+
get: function () {
|
|
8882
|
+
return _Query9[key];
|
|
8883
|
+
}
|
|
8884
|
+
});
|
|
8885
|
+
});
|
|
8886
|
+
var _Create8 = require("./Interface/api/commercialImport/Create");
|
|
8887
|
+
Object.keys(_Create8).forEach(function (key) {
|
|
8888
|
+
if (key === "default" || key === "__esModule") return;
|
|
8889
|
+
Object.defineProperty(exports, key, {
|
|
8890
|
+
enumerable: true,
|
|
8891
|
+
get: function () {
|
|
8892
|
+
return _Create8[key];
|
|
8893
|
+
}
|
|
8894
|
+
});
|
|
8895
|
+
});
|
|
8836
8896
|
var _Util4 = require("./Interface/enum/Util");
|
|
8837
8897
|
Object.keys(_Util4).forEach(function (key) {
|
|
8838
8898
|
if (key === "default" || key === "__esModule") return;
|