@silexpert/core 1.3.233 → 1.3.234
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/CHANGELOG.md +7 -0
- package/dist/cjs/types/Enum/DocumentForHumanResourceType.d.ts +2 -1
- package/dist/cjs/types/Enum/DocumentForHumanResourceType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/DocumentForHumanResourceType.js +2 -0
- package/dist/cjs/types/Enum/DocumentForHumanResourceType.js.map +1 -1
- package/dist/mjs/types/Enum/DocumentForHumanResourceType.d.ts +2 -1
- package/dist/mjs/types/Enum/DocumentForHumanResourceType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/DocumentForHumanResourceType.js +2 -0
- package/dist/mjs/types/Enum/DocumentForHumanResourceType.js.map +1 -1
- package/package-lock.json +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/DocumentForHumanResourceType.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.3.234](https://gitlab.compta-clementine.fr/dev/silex-api/compare/v1.3.234-1...v1.3.234) (2026-05-28)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Others
|
|
9
|
+
|
|
10
|
+
* update core 1.3.234-1 ([0276941](https://gitlab.compta-clementine.fr/dev/silex-api/commits/0276941fd4f91aaad6b940e0313540f25c0b47b7))
|
|
11
|
+
|
|
5
12
|
### [1.1.217](https://gitlab.compta-clementine.fr/dev/silex-api/compare/v1.1.216...v1.1.217) (2024-02-28)
|
|
6
13
|
|
|
7
14
|
### Bug Fixes
|
|
@@ -6,7 +6,8 @@ export declare enum DocumentForHumanResourceType {
|
|
|
6
6
|
FICHE_COOPTATION = 5,
|
|
7
7
|
FICHE_POSTE = 6,
|
|
8
8
|
REGLEMENT_INTERIEUR = 7,
|
|
9
|
-
AUTRES = 8
|
|
9
|
+
AUTRES = 8,
|
|
10
|
+
ACCESS_CARD = 117
|
|
10
11
|
}
|
|
11
12
|
export declare const DocumentForHumanResourcesList: {
|
|
12
13
|
value: DocumentForHumanResourceType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentForHumanResourceType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/DocumentForHumanResourceType.ts"],"names":[],"mappings":"AAAA,oBAAY,4BAA4B;IACtC,YAAY,IAAI;IAChB,iBAAiB,IAAI;IACrB,YAAY,IAAI;IAChB,cAAc,IAAI;IAClB,gBAAgB,IAAI;IACpB,WAAW,IAAI;IACf,mBAAmB,IAAI;IACvB,MAAM,IAAI;
|
|
1
|
+
{"version":3,"file":"DocumentForHumanResourceType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/DocumentForHumanResourceType.ts"],"names":[],"mappings":"AAAA,oBAAY,4BAA4B;IACtC,YAAY,IAAI;IAChB,iBAAiB,IAAI;IACrB,YAAY,IAAI;IAChB,cAAc,IAAI;IAClB,gBAAgB,IAAI;IACpB,WAAW,IAAI;IACf,mBAAmB,IAAI;IACvB,MAAM,IAAI;IACV,WAAW,MAAM;CAClB;AAED,eAAO,MAAM,6BAA6B;;;GAUzC,CAAC"}
|
|
@@ -11,6 +11,7 @@ var DocumentForHumanResourceType;
|
|
|
11
11
|
DocumentForHumanResourceType[DocumentForHumanResourceType["FICHE_POSTE"] = 6] = "FICHE_POSTE";
|
|
12
12
|
DocumentForHumanResourceType[DocumentForHumanResourceType["REGLEMENT_INTERIEUR"] = 7] = "REGLEMENT_INTERIEUR";
|
|
13
13
|
DocumentForHumanResourceType[DocumentForHumanResourceType["AUTRES"] = 8] = "AUTRES";
|
|
14
|
+
DocumentForHumanResourceType[DocumentForHumanResourceType["ACCESS_CARD"] = 117] = "ACCESS_CARD";
|
|
14
15
|
})(DocumentForHumanResourceType || (exports.DocumentForHumanResourceType = DocumentForHumanResourceType = {}));
|
|
15
16
|
exports.DocumentForHumanResourcesList = [
|
|
16
17
|
{ value: DocumentForHumanResourceType.NOTE_SERVICE, text: 'Note de service' },
|
|
@@ -21,5 +22,6 @@ exports.DocumentForHumanResourcesList = [
|
|
|
21
22
|
{ value: DocumentForHumanResourceType.FICHE_POSTE, text: 'Fiche de poste' },
|
|
22
23
|
{ value: DocumentForHumanResourceType.REGLEMENT_INTERIEUR, text: 'Réglement intérieur' },
|
|
23
24
|
{ value: DocumentForHumanResourceType.AUTRES, text: 'Autres' },
|
|
25
|
+
{ value: DocumentForHumanResourceType.ACCESS_CARD, text: "Carte d'accès" },
|
|
24
26
|
];
|
|
25
27
|
//# sourceMappingURL=DocumentForHumanResourceType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentForHumanResourceType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/DocumentForHumanResourceType.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"DocumentForHumanResourceType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/DocumentForHumanResourceType.ts"],"names":[],"mappings":";;;AAAA,IAAY,4BAUX;AAVD,WAAY,4BAA4B;IACtC,+FAAgB,CAAA;IAChB,yGAAqB,CAAA;IACrB,+FAAgB,CAAA;IAChB,mGAAkB,CAAA;IAClB,uGAAoB,CAAA;IACpB,6FAAe,CAAA;IACf,6GAAuB,CAAA;IACvB,mFAAU,CAAA;IACV,+FAAiB,CAAA;AACnB,CAAC,EAVW,4BAA4B,4CAA5B,4BAA4B,QAUvC;AAEY,QAAA,6BAA6B,GAAG;IAC3C,EAAE,KAAK,EAAE,4BAA4B,CAAC,YAAY,EAAE,IAAI,EAAE,iBAAiB,EAAE;IAC7E,EAAE,KAAK,EAAE,4BAA4B,CAAC,iBAAiB,EAAE,IAAI,EAAE,qBAAqB,EAAE;IACtF,EAAE,KAAK,EAAE,4BAA4B,CAAC,YAAY,EAAE,IAAI,EAAE,iBAAiB,EAAE;IAC7E,EAAE,KAAK,EAAE,4BAA4B,CAAC,cAAc,EAAE,IAAI,EAAE,mBAAmB,EAAE;IACjF,EAAE,KAAK,EAAE,4BAA4B,CAAC,gBAAgB,EAAE,IAAI,EAAE,kBAAkB,EAAE;IAClF,EAAE,KAAK,EAAE,4BAA4B,CAAC,WAAW,EAAE,IAAI,EAAE,gBAAgB,EAAE;IAC3E,EAAE,KAAK,EAAE,4BAA4B,CAAC,mBAAmB,EAAE,IAAI,EAAE,qBAAqB,EAAE;IACxF,EAAE,KAAK,EAAE,4BAA4B,CAAC,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE;IAC9D,EAAE,KAAK,EAAE,4BAA4B,CAAC,WAAW,EAAE,IAAI,EAAE,eAAe,EAAE;CAC3E,CAAC","sourcesContent":["export enum DocumentForHumanResourceType {\n NOTE_SERVICE = 1,\n SUPPORT_FORMATION = 2,\n PLAN_PARKING = 3,\n LIVRET_ACCUEIL = 4,\n FICHE_COOPTATION = 5,\n FICHE_POSTE = 6,\n REGLEMENT_INTERIEUR = 7,\n AUTRES = 8,\n ACCESS_CARD = 117\n}\n\nexport const DocumentForHumanResourcesList = [\n { value: DocumentForHumanResourceType.NOTE_SERVICE, text: 'Note de service' },\n { value: DocumentForHumanResourceType.SUPPORT_FORMATION, text: 'Suport de formation' },\n { value: DocumentForHumanResourceType.PLAN_PARKING, text: 'Plan du parking' },\n { value: DocumentForHumanResourceType.LIVRET_ACCUEIL, text: 'Livret d\\'accueil' },\n { value: DocumentForHumanResourceType.FICHE_COOPTATION, text: 'Fiche cooptation' },\n { value: DocumentForHumanResourceType.FICHE_POSTE, text: 'Fiche de poste' },\n { value: DocumentForHumanResourceType.REGLEMENT_INTERIEUR, text: 'Réglement intérieur' },\n { value: DocumentForHumanResourceType.AUTRES, text: 'Autres' },\n { value: DocumentForHumanResourceType.ACCESS_CARD, text: \"Carte d'accès\" },\n];\n"]}
|
|
@@ -6,7 +6,8 @@ export declare enum DocumentForHumanResourceType {
|
|
|
6
6
|
FICHE_COOPTATION = 5,
|
|
7
7
|
FICHE_POSTE = 6,
|
|
8
8
|
REGLEMENT_INTERIEUR = 7,
|
|
9
|
-
AUTRES = 8
|
|
9
|
+
AUTRES = 8,
|
|
10
|
+
ACCESS_CARD = 117
|
|
10
11
|
}
|
|
11
12
|
export declare const DocumentForHumanResourcesList: {
|
|
12
13
|
value: DocumentForHumanResourceType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentForHumanResourceType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/DocumentForHumanResourceType.ts"],"names":[],"mappings":"AAAA,oBAAY,4BAA4B;IACtC,YAAY,IAAI;IAChB,iBAAiB,IAAI;IACrB,YAAY,IAAI;IAChB,cAAc,IAAI;IAClB,gBAAgB,IAAI;IACpB,WAAW,IAAI;IACf,mBAAmB,IAAI;IACvB,MAAM,IAAI;
|
|
1
|
+
{"version":3,"file":"DocumentForHumanResourceType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/DocumentForHumanResourceType.ts"],"names":[],"mappings":"AAAA,oBAAY,4BAA4B;IACtC,YAAY,IAAI;IAChB,iBAAiB,IAAI;IACrB,YAAY,IAAI;IAChB,cAAc,IAAI;IAClB,gBAAgB,IAAI;IACpB,WAAW,IAAI;IACf,mBAAmB,IAAI;IACvB,MAAM,IAAI;IACV,WAAW,MAAM;CAClB;AAED,eAAO,MAAM,6BAA6B;;;GAUzC,CAAC"}
|
|
@@ -8,6 +8,7 @@ export var DocumentForHumanResourceType;
|
|
|
8
8
|
DocumentForHumanResourceType[DocumentForHumanResourceType["FICHE_POSTE"] = 6] = "FICHE_POSTE";
|
|
9
9
|
DocumentForHumanResourceType[DocumentForHumanResourceType["REGLEMENT_INTERIEUR"] = 7] = "REGLEMENT_INTERIEUR";
|
|
10
10
|
DocumentForHumanResourceType[DocumentForHumanResourceType["AUTRES"] = 8] = "AUTRES";
|
|
11
|
+
DocumentForHumanResourceType[DocumentForHumanResourceType["ACCESS_CARD"] = 117] = "ACCESS_CARD";
|
|
11
12
|
})(DocumentForHumanResourceType || (DocumentForHumanResourceType = {}));
|
|
12
13
|
export const DocumentForHumanResourcesList = [
|
|
13
14
|
{ value: DocumentForHumanResourceType.NOTE_SERVICE, text: 'Note de service' },
|
|
@@ -18,5 +19,6 @@ export const DocumentForHumanResourcesList = [
|
|
|
18
19
|
{ value: DocumentForHumanResourceType.FICHE_POSTE, text: 'Fiche de poste' },
|
|
19
20
|
{ value: DocumentForHumanResourceType.REGLEMENT_INTERIEUR, text: 'Réglement intérieur' },
|
|
20
21
|
{ value: DocumentForHumanResourceType.AUTRES, text: 'Autres' },
|
|
22
|
+
{ value: DocumentForHumanResourceType.ACCESS_CARD, text: "Carte d'accès" },
|
|
21
23
|
];
|
|
22
24
|
//# sourceMappingURL=DocumentForHumanResourceType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentForHumanResourceType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/DocumentForHumanResourceType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"DocumentForHumanResourceType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/DocumentForHumanResourceType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,4BAUX;AAVD,WAAY,4BAA4B;IACtC,+FAAgB,CAAA;IAChB,yGAAqB,CAAA;IACrB,+FAAgB,CAAA;IAChB,mGAAkB,CAAA;IAClB,uGAAoB,CAAA;IACpB,6FAAe,CAAA;IACf,6GAAuB,CAAA;IACvB,mFAAU,CAAA;IACV,+FAAiB,CAAA;AACnB,CAAC,EAVW,4BAA4B,KAA5B,4BAA4B,QAUvC;AAED,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC3C,EAAE,KAAK,EAAE,4BAA4B,CAAC,YAAY,EAAE,IAAI,EAAE,iBAAiB,EAAE;IAC7E,EAAE,KAAK,EAAE,4BAA4B,CAAC,iBAAiB,EAAE,IAAI,EAAE,qBAAqB,EAAE;IACtF,EAAE,KAAK,EAAE,4BAA4B,CAAC,YAAY,EAAE,IAAI,EAAE,iBAAiB,EAAE;IAC7E,EAAE,KAAK,EAAE,4BAA4B,CAAC,cAAc,EAAE,IAAI,EAAE,mBAAmB,EAAE;IACjF,EAAE,KAAK,EAAE,4BAA4B,CAAC,gBAAgB,EAAE,IAAI,EAAE,kBAAkB,EAAE;IAClF,EAAE,KAAK,EAAE,4BAA4B,CAAC,WAAW,EAAE,IAAI,EAAE,gBAAgB,EAAE;IAC3E,EAAE,KAAK,EAAE,4BAA4B,CAAC,mBAAmB,EAAE,IAAI,EAAE,qBAAqB,EAAE;IACxF,EAAE,KAAK,EAAE,4BAA4B,CAAC,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE;IAC9D,EAAE,KAAK,EAAE,4BAA4B,CAAC,WAAW,EAAE,IAAI,EAAE,eAAe,EAAE;CAC3E,CAAC","sourcesContent":["export enum DocumentForHumanResourceType {\n NOTE_SERVICE = 1,\n SUPPORT_FORMATION = 2,\n PLAN_PARKING = 3,\n LIVRET_ACCUEIL = 4,\n FICHE_COOPTATION = 5,\n FICHE_POSTE = 6,\n REGLEMENT_INTERIEUR = 7,\n AUTRES = 8,\n ACCESS_CARD = 117\n}\n\nexport const DocumentForHumanResourcesList = [\n { value: DocumentForHumanResourceType.NOTE_SERVICE, text: 'Note de service' },\n { value: DocumentForHumanResourceType.SUPPORT_FORMATION, text: 'Suport de formation' },\n { value: DocumentForHumanResourceType.PLAN_PARKING, text: 'Plan du parking' },\n { value: DocumentForHumanResourceType.LIVRET_ACCUEIL, text: 'Livret d\\'accueil' },\n { value: DocumentForHumanResourceType.FICHE_COOPTATION, text: 'Fiche cooptation' },\n { value: DocumentForHumanResourceType.FICHE_POSTE, text: 'Fiche de poste' },\n { value: DocumentForHumanResourceType.REGLEMENT_INTERIEUR, text: 'Réglement intérieur' },\n { value: DocumentForHumanResourceType.AUTRES, text: 'Autres' },\n { value: DocumentForHumanResourceType.ACCESS_CARD, text: \"Carte d'accès\" },\n];\n"]}
|
package/package-lock.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.234",
|
|
4
4
|
"description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
|
|
5
5
|
"homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -7,6 +7,7 @@ export enum DocumentForHumanResourceType {
|
|
|
7
7
|
FICHE_POSTE = 6,
|
|
8
8
|
REGLEMENT_INTERIEUR = 7,
|
|
9
9
|
AUTRES = 8,
|
|
10
|
+
ACCESS_CARD = 117
|
|
10
11
|
}
|
|
11
12
|
|
|
12
13
|
export const DocumentForHumanResourcesList = [
|
|
@@ -18,4 +19,5 @@ export const DocumentForHumanResourcesList = [
|
|
|
18
19
|
{ value: DocumentForHumanResourceType.FICHE_POSTE, text: 'Fiche de poste' },
|
|
19
20
|
{ value: DocumentForHumanResourceType.REGLEMENT_INTERIEUR, text: 'Réglement intérieur' },
|
|
20
21
|
{ value: DocumentForHumanResourceType.AUTRES, text: 'Autres' },
|
|
22
|
+
{ value: DocumentForHumanResourceType.ACCESS_CARD, text: "Carte d'accès" },
|
|
21
23
|
];
|