@silexpert/core 1.0.184 → 1.0.186
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/types/Enum/EntityType.d.ts +18 -0
- package/es/types/Enum/EntityType.d.ts.map +1 -0
- package/es/types/Enum/EntityType.js +66 -0
- package/es/types/Enum/EntityType.js.map +1 -0
- package/es/types/Enum/NotificationType.d.ts +2 -1
- package/es/types/Enum/NotificationType.d.ts.map +1 -1
- package/es/types/Enum/NotificationType.js +6 -0
- package/es/types/Enum/NotificationType.js.map +1 -1
- package/es/types/Interface/api/companeo/CompaneoReturn.d.ts +21 -3
- package/es/types/Interface/api/companeo/CompaneoReturn.d.ts.map +1 -1
- package/es/types/Interface/api/companeo/CompaneoReturn.js.map +1 -1
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts +4 -0
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts.map +1 -1
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +14 -2
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/es/types/Interface/models/IUser.d.ts +2 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/index.d.ts +1 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -1
- package/es/types/index.js.map +1 -1
- package/js/types/Enum/EntityType.js +64 -0
- package/js/types/Enum/EntityType.js.map +1 -0
- package/js/types/Enum/NotificationType.js +6 -0
- package/js/types/Enum/NotificationType.js.map +1 -1
- package/js/types/Interface/api/companeo/CompaneoReturn.js.map +1 -1
- package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +5 -1
- package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/js/types/Interface/models/IUser.js.map +1 -1
- package/js/types/index.js +34 -34
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/EntityType.ts +65 -0
- package/ts/types/Enum/NotificationType.ts +6 -0
- package/ts/types/Interface/api/companeo/CompaneoReturn.ts +23 -3
- package/ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts +12 -2
- package/ts/types/Interface/models/IUser.ts +2 -0
- package/ts/types/index.ts +1 -1
- package/es/types/Interface/api/companeo/Query.d.ts +0 -5
- package/es/types/Interface/api/companeo/Query.d.ts.map +0 -1
- package/es/types/Interface/api/companeo/Query.js +0 -26
- package/es/types/Interface/api/companeo/Query.js.map +0 -1
- package/js/types/Interface/api/companeo/Query.js +0 -23
- package/js/types/Interface/api/companeo/Query.js.map +0 -1
- package/ts/types/Interface/api/companeo/Query.ts +0 -14
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUser.js","names":[],"sources":["../../../../ts/types/Interface/models/IUser.ts"],"sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { IRole } from './IRole';\nimport { ICivility } from './ICivility';\nimport { IFile } from './IFile';\nimport { IUserSocietyPermission } from './IUserSocietyPermission';\nimport { IWorkingSchedule } from './IWorkingSchedule';\nimport { IRecontactHistory } from './IRecontactHistory';\nimport { IQuality } from './IQuality';\nimport { IAllowedIp } from './IAllowedIp';\nimport { IBusinessPartner } from './IBusinessPartner';\nimport { ILog } from './ILog';\nimport { INotification } from './INotification';\nimport { ISociety } from './ISociety';\nimport { ITeam } from './ITeam';\nimport { IUserTest } from './IUserTest';\nimport { IMobile } from './IMobile';\nimport { IRoleUser } from './IRoleUser';\nimport { ITimeRecorder } from './ITimeRecorder';\n\ntype isAny<T> = T | any;\n\n// users\nexport interface IUser {\n id?: number;\n firstname?: string | null;\n lastname?: string | null;\n fullname?: string | null;\n email?: string | null;\n email2?: string | null;\n isMigrated?: boolean;\n username?: string | null;\n stripeCustomerId?: string | null;\n positionLabel?: string | null;\n sha?: string | null;\n hash?: string | null;\n password?: string | null;\n idFile?: number | null;\n quality?: string | null;\n idQuality?: number | null;\n phone?: string | null;\n phone2?: string | null;\n textMessageNumber?: string | null;\n prefix?: string | null;\n tokenLostPassword?: string | null;\n tokenApi?: string | null;\n tokenNotification?: string | null;\n tokenSocket?: string | null;\n authyId?: string | null;\n authCode?: string | null;\n authCodeDate?: Date | null;\n tutoTransaction?: boolean | null;\n lastConnection?: Date | null;\n beforeLastConnection?: Date | null;\n active?: boolean | null;\n toContact?: boolean;\n stateProspect?: boolean | null;\n birthdate?: Date | null;\n arrivalDate?: Date | null;\n validityDateOfResidencePermit?: Date | null;\n isNewProspect?: boolean;\n hasAccountNumberDisplay?: boolean;\n isAssociate?: boolean | null;\n isResponderActive?: boolean;\n suppDoublon?: boolean | null;\n calendlyUrl?: string | null;\n idCivility?: number | null;\n idCommercialDoublon?: number | null;\n idProspectIsWith?: number | null;\n apprentice?: boolean;\n idCommercialGrade?: number | null;\n smsNotAllowed?: boolean;\n restDaysAbsence?: number | null;\n startOnboarding?: Date | null;\n societyByDefault?: number | null;\n longAbsence?: boolean | null;\n isDailyContract?: boolean | null;\n internationalPhone?: string | null;\n isThemeLight?: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n confirmedAt?: Date | null;\n tokenConfirmedAt?: string | null;\n idPoleLeader?: number | null;\n affiliateTrackingId?: number | null;\n\n // Associations\n userHasEvent?: isAny<ICalendarEvent>[];\n roles?: IRole[];\n roleUser?: IRoleUser;\n genders?: ICivility;\n commercial?: IUser;\n prospectPrincipal?: IUser;\n avatar?: IFile;\n userPermissions?: IUserSocietyPermission[];\n workingSchedules?: IWorkingSchedule[];\n recontactHistories?: IRecontactHistory[];\n poleLeader?: IUser;\n userQuality?: IQuality;\n allowedIps?: IAllowedIp[];\n businessPartner?: IBusinessPartner;\n poleAccountants?: IUser[];\n logs?: ILog[];\n notifications?: INotification[];\n societies?: ISociety[];\n teams?: ITeam[];\n usersTest?: IUserTest;\n mobile?: IMobile;\n timeRecorders?: ITimeRecorder[];\n}\n"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"IUser.js","names":[],"sources":["../../../../ts/types/Interface/models/IUser.ts"],"sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { IRole } from './IRole';\nimport { ICivility } from './ICivility';\nimport { IFile } from './IFile';\nimport { IUserSocietyPermission } from './IUserSocietyPermission';\nimport { IWorkingSchedule } from './IWorkingSchedule';\nimport { IRecontactHistory } from './IRecontactHistory';\nimport { IQuality } from './IQuality';\nimport { IAllowedIp } from './IAllowedIp';\nimport { IBusinessPartner } from './IBusinessPartner';\nimport { ILog } from './ILog';\nimport { INotification } from './INotification';\nimport { ISociety } from './ISociety';\nimport { ITeam } from './ITeam';\nimport { IUserTest } from './IUserTest';\nimport { IMobile } from './IMobile';\nimport { IRoleUser } from './IRoleUser';\nimport { ITimeRecorder } from './ITimeRecorder';\nimport { EntityType } from '../../Enum/EntityType';\n\ntype isAny<T> = T | any;\n\n// users\nexport interface IUser {\n id?: number;\n firstname?: string | null;\n lastname?: string | null;\n fullname?: string | null;\n email?: string | null;\n email2?: string | null;\n isMigrated?: boolean;\n username?: string | null;\n stripeCustomerId?: string | null;\n positionLabel?: string | null;\n sha?: string | null;\n hash?: string | null;\n password?: string | null;\n idFile?: number | null;\n quality?: string | null;\n idQuality?: number | null;\n phone?: string | null;\n phone2?: string | null;\n textMessageNumber?: string | null;\n prefix?: string | null;\n tokenLostPassword?: string | null;\n tokenApi?: string | null;\n tokenNotification?: string | null;\n tokenSocket?: string | null;\n authyId?: string | null;\n authCode?: string | null;\n authCodeDate?: Date | null;\n tutoTransaction?: boolean | null;\n lastConnection?: Date | null;\n beforeLastConnection?: Date | null;\n active?: boolean | null;\n toContact?: boolean;\n stateProspect?: boolean | null;\n birthdate?: Date | null;\n arrivalDate?: Date | null;\n entity?: EntityType | null;\n validityDateOfResidencePermit?: Date | null;\n isNewProspect?: boolean;\n hasAccountNumberDisplay?: boolean;\n isAssociate?: boolean | null;\n isResponderActive?: boolean;\n suppDoublon?: boolean | null;\n calendlyUrl?: string | null;\n idCivility?: number | null;\n idCommercialDoublon?: number | null;\n idProspectIsWith?: number | null;\n apprentice?: boolean;\n idCommercialGrade?: number | null;\n smsNotAllowed?: boolean;\n restDaysAbsence?: number | null;\n startOnboarding?: Date | null;\n societyByDefault?: number | null;\n longAbsence?: boolean | null;\n isDailyContract?: boolean | null;\n internationalPhone?: string | null;\n isThemeLight?: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n confirmedAt?: Date | null;\n tokenConfirmedAt?: string | null;\n idPoleLeader?: number | null;\n affiliateTrackingId?: number | null;\n\n // Associations\n userHasEvent?: isAny<ICalendarEvent>[];\n roles?: IRole[];\n roleUser?: IRoleUser;\n genders?: ICivility;\n commercial?: IUser;\n prospectPrincipal?: IUser;\n avatar?: IFile;\n userPermissions?: IUserSocietyPermission[];\n workingSchedules?: IWorkingSchedule[];\n recontactHistories?: IRecontactHistory[];\n poleLeader?: IUser;\n userQuality?: IQuality;\n allowedIps?: IAllowedIp[];\n businessPartner?: IBusinessPartner;\n poleAccountants?: IUser[];\n logs?: ILog[];\n notifications?: INotification[];\n societies?: ISociety[];\n teams?: ITeam[];\n usersTest?: IUserTest;\n mobile?: IMobile;\n timeRecorders?: ITimeRecorder[];\n}\n"],"mappings":""}
|
package/js/types/index.js
CHANGED
|
@@ -4783,6 +4783,16 @@ Object.keys(_RemoteType).forEach(function (key) {
|
|
|
4783
4783
|
}
|
|
4784
4784
|
});
|
|
4785
4785
|
});
|
|
4786
|
+
var _EntityType = require("./Enum/EntityType");
|
|
4787
|
+
Object.keys(_EntityType).forEach(function (key) {
|
|
4788
|
+
if (key === "default" || key === "__esModule") return;
|
|
4789
|
+
Object.defineProperty(exports, key, {
|
|
4790
|
+
enumerable: true,
|
|
4791
|
+
get: function () {
|
|
4792
|
+
return _EntityType[key];
|
|
4793
|
+
}
|
|
4794
|
+
});
|
|
4795
|
+
});
|
|
4786
4796
|
var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
|
|
4787
4797
|
Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
|
|
4788
4798
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -6473,16 +6483,6 @@ Object.keys(_Query).forEach(function (key) {
|
|
|
6473
6483
|
}
|
|
6474
6484
|
});
|
|
6475
6485
|
});
|
|
6476
|
-
var _Query2 = require("./Interface/api/companeo/Query");
|
|
6477
|
-
Object.keys(_Query2).forEach(function (key) {
|
|
6478
|
-
if (key === "default" || key === "__esModule") return;
|
|
6479
|
-
Object.defineProperty(exports, key, {
|
|
6480
|
-
enumerable: true,
|
|
6481
|
-
get: function () {
|
|
6482
|
-
return _Query2[key];
|
|
6483
|
-
}
|
|
6484
|
-
});
|
|
6485
|
-
});
|
|
6486
6486
|
var _CompaneoReturn = require("./Interface/api/companeo/CompaneoReturn");
|
|
6487
6487
|
Object.keys(_CompaneoReturn).forEach(function (key) {
|
|
6488
6488
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -6663,13 +6663,13 @@ Object.keys(_CreatePartner).forEach(function (key) {
|
|
|
6663
6663
|
}
|
|
6664
6664
|
});
|
|
6665
6665
|
});
|
|
6666
|
-
var
|
|
6667
|
-
Object.keys(
|
|
6666
|
+
var _Query2 = require("./Interface/api/partner/Query");
|
|
6667
|
+
Object.keys(_Query2).forEach(function (key) {
|
|
6668
6668
|
if (key === "default" || key === "__esModule") return;
|
|
6669
6669
|
Object.defineProperty(exports, key, {
|
|
6670
6670
|
enumerable: true,
|
|
6671
6671
|
get: function () {
|
|
6672
|
-
return
|
|
6672
|
+
return _Query2[key];
|
|
6673
6673
|
}
|
|
6674
6674
|
});
|
|
6675
6675
|
});
|
|
@@ -7493,13 +7493,13 @@ Object.keys(_Create2).forEach(function (key) {
|
|
|
7493
7493
|
}
|
|
7494
7494
|
});
|
|
7495
7495
|
});
|
|
7496
|
-
var
|
|
7497
|
-
Object.keys(
|
|
7496
|
+
var _Query3 = require("./Interface/api/budgetInsight/Query");
|
|
7497
|
+
Object.keys(_Query3).forEach(function (key) {
|
|
7498
7498
|
if (key === "default" || key === "__esModule") return;
|
|
7499
7499
|
Object.defineProperty(exports, key, {
|
|
7500
7500
|
enumerable: true,
|
|
7501
7501
|
get: function () {
|
|
7502
|
-
return
|
|
7502
|
+
return _Query3[key];
|
|
7503
7503
|
}
|
|
7504
7504
|
});
|
|
7505
7505
|
});
|
|
@@ -8183,13 +8183,13 @@ Object.keys(_Read3).forEach(function (key) {
|
|
|
8183
8183
|
}
|
|
8184
8184
|
});
|
|
8185
8185
|
});
|
|
8186
|
-
var
|
|
8187
|
-
Object.keys(
|
|
8186
|
+
var _Query4 = require("./Interface/api/checklist/Query");
|
|
8187
|
+
Object.keys(_Query4).forEach(function (key) {
|
|
8188
8188
|
if (key === "default" || key === "__esModule") return;
|
|
8189
8189
|
Object.defineProperty(exports, key, {
|
|
8190
8190
|
enumerable: true,
|
|
8191
8191
|
get: function () {
|
|
8192
|
-
return
|
|
8192
|
+
return _Query4[key];
|
|
8193
8193
|
}
|
|
8194
8194
|
});
|
|
8195
8195
|
});
|
|
@@ -8433,13 +8433,13 @@ Object.keys(_CreateCustomerActivityReport).forEach(function (key) {
|
|
|
8433
8433
|
}
|
|
8434
8434
|
});
|
|
8435
8435
|
});
|
|
8436
|
-
var
|
|
8437
|
-
Object.keys(
|
|
8436
|
+
var _Query5 = require("./Interface/api/customerActivity/Query");
|
|
8437
|
+
Object.keys(_Query5).forEach(function (key) {
|
|
8438
8438
|
if (key === "default" || key === "__esModule") return;
|
|
8439
8439
|
Object.defineProperty(exports, key, {
|
|
8440
8440
|
enumerable: true,
|
|
8441
8441
|
get: function () {
|
|
8442
|
-
return
|
|
8442
|
+
return _Query5[key];
|
|
8443
8443
|
}
|
|
8444
8444
|
});
|
|
8445
8445
|
});
|
|
@@ -8483,13 +8483,13 @@ Object.keys(_Read4).forEach(function (key) {
|
|
|
8483
8483
|
}
|
|
8484
8484
|
});
|
|
8485
8485
|
});
|
|
8486
|
-
var
|
|
8487
|
-
Object.keys(
|
|
8486
|
+
var _Query6 = require("./Interface/api/commercialManagement/Query");
|
|
8487
|
+
Object.keys(_Query6).forEach(function (key) {
|
|
8488
8488
|
if (key === "default" || key === "__esModule") return;
|
|
8489
8489
|
Object.defineProperty(exports, key, {
|
|
8490
8490
|
enumerable: true,
|
|
8491
8491
|
get: function () {
|
|
8492
|
-
return
|
|
8492
|
+
return _Query6[key];
|
|
8493
8493
|
}
|
|
8494
8494
|
});
|
|
8495
8495
|
});
|
|
@@ -8543,13 +8543,13 @@ Object.keys(_ReadConnectionState).forEach(function (key) {
|
|
|
8543
8543
|
}
|
|
8544
8544
|
});
|
|
8545
8545
|
});
|
|
8546
|
-
var
|
|
8547
|
-
Object.keys(
|
|
8546
|
+
var _Query7 = require("./Interface/api/qonto/Query");
|
|
8547
|
+
Object.keys(_Query7).forEach(function (key) {
|
|
8548
8548
|
if (key === "default" || key === "__esModule") return;
|
|
8549
8549
|
Object.defineProperty(exports, key, {
|
|
8550
8550
|
enumerable: true,
|
|
8551
8551
|
get: function () {
|
|
8552
|
-
return
|
|
8552
|
+
return _Query7[key];
|
|
8553
8553
|
}
|
|
8554
8554
|
});
|
|
8555
8555
|
});
|
|
@@ -8803,13 +8803,13 @@ Object.keys(_CreateFileToSign).forEach(function (key) {
|
|
|
8803
8803
|
}
|
|
8804
8804
|
});
|
|
8805
8805
|
});
|
|
8806
|
-
var
|
|
8807
|
-
Object.keys(
|
|
8806
|
+
var _Query8 = require("./Interface/api/rule/Query");
|
|
8807
|
+
Object.keys(_Query8).forEach(function (key) {
|
|
8808
8808
|
if (key === "default" || key === "__esModule") return;
|
|
8809
8809
|
Object.defineProperty(exports, key, {
|
|
8810
8810
|
enumerable: true,
|
|
8811
8811
|
get: function () {
|
|
8812
|
-
return
|
|
8812
|
+
return _Query8[key];
|
|
8813
8813
|
}
|
|
8814
8814
|
});
|
|
8815
8815
|
});
|
|
@@ -8923,13 +8923,13 @@ Object.keys(_Read8).forEach(function (key) {
|
|
|
8923
8923
|
}
|
|
8924
8924
|
});
|
|
8925
8925
|
});
|
|
8926
|
-
var
|
|
8927
|
-
Object.keys(
|
|
8926
|
+
var _Query9 = require("./Interface/api/commercialImport/Query");
|
|
8927
|
+
Object.keys(_Query9).forEach(function (key) {
|
|
8928
8928
|
if (key === "default" || key === "__esModule") return;
|
|
8929
8929
|
Object.defineProperty(exports, key, {
|
|
8930
8930
|
enumerable: true,
|
|
8931
8931
|
get: function () {
|
|
8932
|
-
return
|
|
8932
|
+
return _Query9[key];
|
|
8933
8933
|
}
|
|
8934
8934
|
});
|
|
8935
8935
|
});
|