@silexpert/core 1.1.192 → 1.1.194
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/dist/cjs/api/resources/ThirdParty.d.ts +2 -1
- package/dist/cjs/api/resources/ThirdParty.d.ts.map +1 -1
- package/dist/cjs/api/resources/ThirdParty.js +10 -0
- package/dist/cjs/api/resources/ThirdParty.js.map +1 -1
- package/dist/cjs/types/Enum/CommercialOfferType.d.ts +13 -0
- package/dist/cjs/types/Enum/CommercialOfferType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/CommercialOfferType.js +11 -1
- package/dist/cjs/types/Enum/CommercialOfferType.js.map +1 -1
- package/dist/cjs/types/Enum/EquipmentType.d.ts +9 -1
- package/dist/cjs/types/Enum/EquipmentType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/EquipmentType.js +10 -0
- package/dist/cjs/types/Enum/EquipmentType.js.map +1 -1
- package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts +32 -2
- package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PriceGridLegalstart.js +52 -0
- package/dist/cjs/types/Enum/PriceGridLegalstart.js.map +1 -1
- package/dist/cjs/types/Enum/Room.d.ts +41 -0
- package/dist/cjs/types/Enum/Room.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Room.js +55 -2
- package/dist/cjs/types/Enum/Room.js.map +1 -1
- package/dist/cjs/types/Interface/api/equipment/Query.d.ts +1 -0
- package/dist/cjs/types/Interface/api/equipment/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/equipment/Query.js +6 -0
- package/dist/cjs/types/Interface/api/equipment/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts +7 -0
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/Query.js +14 -0
- package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/ReadSociety.d.ts +2 -0
- package/dist/cjs/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/society/ReadSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts +5 -1
- package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js +12 -1
- package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +1 -1
- package/dist/cjs/types/Interface/api/userRoomEquipment/Query.d.ts +2 -0
- package/dist/cjs/types/Interface/api/userRoomEquipment/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/userRoomEquipment/Query.js +8 -0
- package/dist/cjs/types/Interface/api/userRoomEquipment/Query.js.map +1 -1
- package/dist/cjs/types/Interface/models/IApiError.d.ts +2 -1
- package/dist/cjs/types/Interface/models/IApiError.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IApiError.js +1 -0
- package/dist/cjs/types/Interface/models/IApiError.js.map +1 -1
- package/dist/cjs/types/Interface/models/IPrestation.d.ts +2 -0
- package/dist/cjs/types/Interface/models/IPrestation.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IPrestation.js.map +1 -1
- package/dist/cjs/utils/prestation.d.ts +8 -1
- package/dist/cjs/utils/prestation.d.ts.map +1 -1
- package/dist/cjs/utils/prestation.js +2 -1
- package/dist/cjs/utils/prestation.js.map +1 -1
- package/dist/mjs/api/resources/ThirdParty.d.ts +2 -1
- package/dist/mjs/api/resources/ThirdParty.d.ts.map +1 -1
- package/dist/mjs/api/resources/ThirdParty.js +10 -0
- package/dist/mjs/api/resources/ThirdParty.js.map +1 -1
- package/dist/mjs/types/Enum/CommercialOfferType.d.ts +13 -0
- package/dist/mjs/types/Enum/CommercialOfferType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/CommercialOfferType.js +11 -1
- package/dist/mjs/types/Enum/CommercialOfferType.js.map +1 -1
- package/dist/mjs/types/Enum/EquipmentType.d.ts +9 -1
- package/dist/mjs/types/Enum/EquipmentType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/EquipmentType.js +10 -0
- package/dist/mjs/types/Enum/EquipmentType.js.map +1 -1
- package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts +32 -2
- package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PriceGridLegalstart.js +52 -0
- package/dist/mjs/types/Enum/PriceGridLegalstart.js.map +1 -1
- package/dist/mjs/types/Enum/Room.d.ts +41 -0
- package/dist/mjs/types/Enum/Room.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Room.js +54 -1
- package/dist/mjs/types/Enum/Room.js.map +1 -1
- package/dist/mjs/types/Interface/api/equipment/Query.d.ts +1 -0
- package/dist/mjs/types/Interface/api/equipment/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/equipment/Query.js +7 -0
- package/dist/mjs/types/Interface/api/equipment/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts +7 -0
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/prestation/Query.js +16 -0
- package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/society/ReadSociety.d.ts +2 -0
- package/dist/mjs/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/society/ReadSociety.js.map +1 -1
- package/dist/mjs/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts +5 -1
- package/dist/mjs/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js +12 -0
- package/dist/mjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +1 -1
- package/dist/mjs/types/Interface/api/userRoomEquipment/Query.d.ts +2 -0
- package/dist/mjs/types/Interface/api/userRoomEquipment/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/userRoomEquipment/Query.js +10 -1
- package/dist/mjs/types/Interface/api/userRoomEquipment/Query.js.map +1 -1
- package/dist/mjs/types/Interface/models/IApiError.d.ts +2 -1
- package/dist/mjs/types/Interface/models/IApiError.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IApiError.js +1 -0
- package/dist/mjs/types/Interface/models/IApiError.js.map +1 -1
- package/dist/mjs/types/Interface/models/IPrestation.d.ts +2 -0
- package/dist/mjs/types/Interface/models/IPrestation.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IPrestation.js.map +1 -1
- package/dist/mjs/utils/prestation.d.ts +8 -1
- package/dist/mjs/utils/prestation.d.ts.map +1 -1
- package/dist/mjs/utils/prestation.js +1 -1
- package/dist/mjs/utils/prestation.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/ThirdParty.ts +14 -0
- package/ts/types/Enum/CommercialOfferType.ts +11 -1
- package/ts/types/Enum/EquipmentType.ts +10 -0
- package/ts/types/Enum/PriceGridLegalstart.ts +52 -0
- package/ts/types/Enum/Room.ts +57 -2
- package/ts/types/Interface/api/equipment/Query.ts +5 -0
- package/ts/types/Interface/api/prestation/Query.ts +18 -0
- package/ts/types/Interface/api/society/ReadSociety.ts +3 -0
- package/ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts +9 -1
- package/ts/types/Interface/api/userRoomEquipment/Query.ts +9 -1
- package/ts/types/Interface/models/IApiError.ts +2 -0
- package/ts/types/Interface/models/IPrestation.ts +2 -0
- package/ts/utils/prestation.ts +1 -1
|
@@ -11,6 +11,8 @@ export var EquipmentType;
|
|
|
11
11
|
EquipmentType[EquipmentType["WIRELESS_HEADPHONE"] = 9] = "WIRELESS_HEADPHONE";
|
|
12
12
|
EquipmentType[EquipmentType["POCKET"] = 10] = "POCKET";
|
|
13
13
|
EquipmentType[EquipmentType["BADGE"] = 11] = "BADGE";
|
|
14
|
+
EquipmentType[EquipmentType["CALCULATOR"] = 12] = "CALCULATOR";
|
|
15
|
+
EquipmentType[EquipmentType["USB_HUB"] = 13] = "USB_HUB";
|
|
14
16
|
})(EquipmentType || (EquipmentType = {}));
|
|
15
17
|
export const EquipmentTypeDetail = [
|
|
16
18
|
{
|
|
@@ -57,5 +59,13 @@ export const EquipmentTypeDetail = [
|
|
|
57
59
|
id: EquipmentType.BADGE,
|
|
58
60
|
label: 'Badge',
|
|
59
61
|
},
|
|
62
|
+
{
|
|
63
|
+
id: EquipmentType.CALCULATOR,
|
|
64
|
+
label: 'Calculatrice',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
id: EquipmentType.USB_HUB,
|
|
68
|
+
label: 'Hub USB',
|
|
69
|
+
},
|
|
60
70
|
];
|
|
61
71
|
//# sourceMappingURL=EquipmentType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EquipmentType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/EquipmentType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"EquipmentType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/EquipmentType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAcX;AAdD,WAAY,aAAa;IACvB,qDAAU,CAAA;IACV,uDAAW,CAAA;IACX,mDAAS,CAAA;IACT,yDAAY,CAAA;IACZ,mDAAS,CAAA;IACT,qDAAU,CAAA;IACV,2DAAa,CAAA;IACb,uDAAW,CAAA;IACX,6EAAsB,CAAA;IACtB,sDAAW,CAAA;IACX,oDAAU,CAAA;IACV,8DAAe,CAAA;IACf,wDAAY,CAAA;AACd,CAAC,EAdW,aAAa,KAAb,aAAa,QAcxB;AAED,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,qBAAqB;KAC7B;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,YAAY;KACpB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,WAAW;KACnB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,QAAQ;QAC1B,KAAK,EAAE,SAAS;KACjB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,QAAQ;KAChB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,OAAO;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,SAAS;QAC3B,KAAK,EAAE,QAAQ;KAChB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,YAAY;KACpB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,kBAAkB;QACpC,KAAK,EAAE,iBAAiB;KACzB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,UAAU;KAClB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,OAAO;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,UAAU;QAC5B,KAAK,EAAE,cAAc;KACtB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,SAAS;KACjB;CACO,CAAC","sourcesContent":["export enum EquipmentType {\n LAPTOP = 1,\n PRINTER = 2,\n PHONE = 3,\n KEYBOARD = 4,\n MOUSE = 5,\n SCREEN = 6,\n HEADPHONE = 7,\n ADAPTER = 8,\n WIRELESS_HEADPHONE = 9,\n POCKET = 10,\n BADGE = 11,\n CALCULATOR = 12,\n USB_HUB = 13,\n}\n\nexport const EquipmentTypeDetail = [\n {\n id: EquipmentType.LAPTOP,\n label: 'Ordinateur portable',\n },\n {\n id: EquipmentType.PRINTER,\n label: 'Imprimante',\n },\n {\n id: EquipmentType.PHONE,\n label: 'Téléphone',\n },\n {\n id: EquipmentType.KEYBOARD,\n label: 'Clavier',\n },\n {\n id: EquipmentType.MOUSE,\n label: 'Souris',\n },\n {\n id: EquipmentType.SCREEN,\n label: 'Écran',\n },\n {\n id: EquipmentType.HEADPHONE,\n label: 'Casque',\n },\n {\n id: EquipmentType.ADAPTER,\n label: 'Adaptateur',\n },\n {\n id: EquipmentType.WIRELESS_HEADPHONE,\n label: 'Casque sans fil',\n },\n {\n id: EquipmentType.POCKET,\n label: 'Pochette',\n },\n {\n id: EquipmentType.BADGE,\n label: 'Badge',\n },\n {\n id: EquipmentType.CALCULATOR,\n label: 'Calculatrice',\n },\n {\n id: EquipmentType.USB_HUB,\n label: 'Hub USB',\n },\n] as const;"]}
|
|
@@ -3,7 +3,7 @@ import { ClosingType } from './ClosingType';
|
|
|
3
3
|
import { PrestationType } from './PrestationType';
|
|
4
4
|
export declare const PriceGridLegalstart: {
|
|
5
5
|
idTypeBrand: number;
|
|
6
|
-
price: {
|
|
6
|
+
price: ({
|
|
7
7
|
idPrestationList: PrestationType[];
|
|
8
8
|
minimumMonthlyPayment: {
|
|
9
9
|
id: ClosingType;
|
|
@@ -29,6 +29,36 @@ export declare const PriceGridLegalstart: {
|
|
|
29
29
|
type: VatRegime;
|
|
30
30
|
price: number;
|
|
31
31
|
}[];
|
|
32
|
-
|
|
32
|
+
partner?: undefined;
|
|
33
|
+
employee?: undefined;
|
|
34
|
+
} | {
|
|
35
|
+
idPrestationList: PrestationType[];
|
|
36
|
+
partner: {
|
|
37
|
+
amountMinimum: number;
|
|
38
|
+
amountMaximum: number;
|
|
39
|
+
price: number;
|
|
40
|
+
}[];
|
|
41
|
+
minimumMonthlyPayment?: undefined;
|
|
42
|
+
maximumMonthlyPayment?: undefined;
|
|
43
|
+
turnoverMonthly?: undefined;
|
|
44
|
+
turnoverYearlyy?: undefined;
|
|
45
|
+
vatRegimeMonthly?: undefined;
|
|
46
|
+
vatRegimeYearly?: undefined;
|
|
47
|
+
employee?: undefined;
|
|
48
|
+
} | {
|
|
49
|
+
idPrestationList: PrestationType[];
|
|
50
|
+
employee: {
|
|
51
|
+
amountMinimum: number;
|
|
52
|
+
amountMaximum: number;
|
|
53
|
+
price: number;
|
|
54
|
+
}[];
|
|
55
|
+
minimumMonthlyPayment?: undefined;
|
|
56
|
+
maximumMonthlyPayment?: undefined;
|
|
57
|
+
turnoverMonthly?: undefined;
|
|
58
|
+
turnoverYearlyy?: undefined;
|
|
59
|
+
vatRegimeMonthly?: undefined;
|
|
60
|
+
vatRegimeYearly?: undefined;
|
|
61
|
+
partner?: undefined;
|
|
62
|
+
})[];
|
|
33
63
|
}[];
|
|
34
64
|
//# sourceMappingURL=PriceGridLegalstart.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PriceGridLegalstart.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridLegalstart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"PriceGridLegalstart.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridLegalstart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmJ/B,CAAC"}
|
|
@@ -94,6 +94,58 @@ export const PriceGridLegalstart = [
|
|
|
94
94
|
},
|
|
95
95
|
],
|
|
96
96
|
},
|
|
97
|
+
{
|
|
98
|
+
/* Gestion Juridique */
|
|
99
|
+
idPrestationList: [PrestationType.GESTION_JURIDIQUE],
|
|
100
|
+
partner: [
|
|
101
|
+
{
|
|
102
|
+
amountMinimum: 1,
|
|
103
|
+
amountMaximum: 1,
|
|
104
|
+
price: 249,
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
amountMinimum: 2,
|
|
108
|
+
amountMaximum: 4,
|
|
109
|
+
price: 299,
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
amountMinimum: 5,
|
|
113
|
+
amountMaximum: 1000000,
|
|
114
|
+
price: 399,
|
|
115
|
+
},
|
|
116
|
+
],
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
/* Social */
|
|
120
|
+
idPrestationList: [PrestationType.SOCIAL],
|
|
121
|
+
employee: [
|
|
122
|
+
{
|
|
123
|
+
amountMinimum: 1,
|
|
124
|
+
amountMaximum: 1,
|
|
125
|
+
price: 33,
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
amountMinimum: 2,
|
|
129
|
+
amountMaximum: 5,
|
|
130
|
+
price: 30,
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
amountMinimum: 6,
|
|
134
|
+
amountMaximum: 20,
|
|
135
|
+
price: 28,
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
amountMinimum: 21,
|
|
139
|
+
amountMaximum: 50,
|
|
140
|
+
price: 27,
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
amountMinimum: 50,
|
|
144
|
+
amountMaximum: 1000000,
|
|
145
|
+
price: 25,
|
|
146
|
+
},
|
|
147
|
+
],
|
|
148
|
+
},
|
|
97
149
|
],
|
|
98
150
|
},
|
|
99
151
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PriceGridLegalstart.js","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridLegalstart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC;QACE,gBAAgB;QAChB,WAAW,EAAE,CAAC;QACd,KAAK,EAAE;YACL;gBACE,gBAAgB;gBAChB,gBAAgB,EAAE,CAAC,cAAc,CAAC,sBAAsB,EAAE,cAAc,CAAC,8BAA8B,CAAC;gBACxG,qBAAqB,EAAE;oBACrB;wBACE,EAAE,EAAE,WAAW,CAAC,WAAW;wBAC3B,KAAK,EAAE,CAAC;qBACT;oBACD;wBACE,EAAE,EAAE,WAAW,CAAC,QAAQ;wBACxB,KAAK,EAAE,EAAE;qBACV;iBACF;gBACD,qBAAqB,EAAE;oBACrB;wBACE,EAAE,EAAE,WAAW,CAAC,WAAW;wBAC3B,KAAK,EAAE,EAAE;qBACV;oBACD;wBACE,EAAE,EAAE,WAAW,CAAC,QAAQ;wBACxB,KAAK,EAAE,EAAE;qBACV;iBACF;gBACD,eAAe,EAAE;oBACf;wBACE,aAAa,EAAE,KAAK;wBACpB,KAAK,EAAE,EAAE;qBACV;oBACD;wBACE,aAAa,EAAE,MAAM;wBACrB,KAAK,EAAE,EAAE;qBACV;oBACD;wBACE,aAAa,EAAE,MAAM;wBACrB,KAAK,EAAE,EAAE;qBACV;iBACF;gBACD,eAAe,EAAE;oBACf;wBACE,aAAa,EAAE,KAAK;wBACpB,KAAK,EAAE,GAAG;qBACX;oBACD;wBACE,aAAa,EAAE,MAAM;wBACrB,KAAK,EAAE,GAAG;qBACX;oBACD;wBACE,aAAa,EAAE,MAAM;wBACrB,KAAK,EAAE,GAAG;qBACX;iBACF;gBACD,gBAAgB,EAAE;oBAChB;wBACE,IAAI,EAAE,SAAS,CAAC,cAAc;wBAC9B,KAAK,EAAE,CAAC;qBACT;oBACD;wBACE,IAAI,EAAE,SAAS,CAAC,UAAU;wBAC1B,KAAK,EAAE,EAAE;qBACV;oBACD;wBACE,IAAI,EAAE,SAAS,CAAC,SAAS;wBACzB,KAAK,EAAE,EAAE;qBACV;oBACD;wBACE,IAAI,EAAE,SAAS,CAAC,OAAO;wBACvB,KAAK,EAAE,EAAE;qBACV;iBACF;gBACD,eAAe,EAAE;oBACf;wBACE,IAAI,EAAE,SAAS,CAAC,cAAc;wBAC9B,KAAK,EAAE,CAAC;qBACT;oBACD;wBACE,IAAI,EAAE,SAAS,CAAC,UAAU;wBAC1B,KAAK,EAAE,GAAG;qBACX;oBACD;wBACE,IAAI,EAAE,SAAS,CAAC,SAAS;wBACzB,KAAK,EAAE,GAAG;qBACX;oBACD;wBACE,IAAI,EAAE,SAAS,CAAC,OAAO;wBACvB,KAAK,EAAE,GAAG;qBACX;iBACF;aACF;SACF;KACF;CACF,CAAC","sourcesContent":["import { VatRegime } from './VatRegime';\nimport { ClosingType } from './ClosingType';\nimport { PrestationType } from './PrestationType';\n\nexport const PriceGridLegalstart = [\n {\n /* LegalStart */\n idTypeBrand: 1,\n price: [\n {\n /* Compta Pro */\n idPrestationList: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],\n minimumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 9,\n },\n {\n id: ClosingType.OUTDATED,\n month: 12,\n },\n ],\n maximumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 23,\n },\n {\n id: ClosingType.OUTDATED,\n month: 23,\n },\n ],\n turnoverMonthly: [\n {\n turnoverValue: 50000,\n price: 60,\n },\n {\n turnoverValue: 150000,\n price: 75,\n },\n {\n turnoverValue: 234000,\n price: 90,\n },\n ],\n turnoverYearlyy: [\n {\n turnoverValue: 50000,\n price: 600,\n },\n {\n turnoverValue: 150000,\n price: 750,\n },\n {\n turnoverValue: 234000,\n price: 900,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n vatRegimeYearly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 200,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 300,\n },\n {\n type: VatRegime.MONTHLY,\n price: 400,\n },\n ],\n },\n ],\n },\n];"]}
|
|
1
|
+
{"version":3,"file":"PriceGridLegalstart.js","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridLegalstart.ts"],"names":[],"mappings":"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","sourcesContent":["import { VatRegime } from './VatRegime';\nimport { ClosingType } from './ClosingType';\nimport { PrestationType } from './PrestationType';\n\nexport const PriceGridLegalstart = [\n {\n /* LegalStart */\n idTypeBrand: 1,\n price: [\n {\n /* Compta Pro */\n idPrestationList: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],\n minimumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 9,\n },\n {\n id: ClosingType.OUTDATED,\n month: 12,\n },\n ],\n maximumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 23,\n },\n {\n id: ClosingType.OUTDATED,\n month: 23,\n },\n ],\n turnoverMonthly: [\n {\n turnoverValue: 50000,\n price: 60,\n },\n {\n turnoverValue: 150000,\n price: 75,\n },\n {\n turnoverValue: 234000,\n price: 90,\n },\n ],\n turnoverYearlyy: [\n {\n turnoverValue: 50000,\n price: 600,\n },\n {\n turnoverValue: 150000,\n price: 750,\n },\n {\n turnoverValue: 234000,\n price: 900,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n vatRegimeYearly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 200,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 300,\n },\n {\n type: VatRegime.MONTHLY,\n price: 400,\n },\n ],\n },\n {\n /* Gestion Juridique */\n idPrestationList: [PrestationType.GESTION_JURIDIQUE],\n partner: [\n {\n amountMinimum: 1,\n amountMaximum: 1,\n price: 249,\n },\n {\n amountMinimum: 2,\n amountMaximum: 4,\n price: 299,\n },\n {\n amountMinimum: 5,\n amountMaximum: 1000000,\n price: 399,\n },\n ],\n },\n {\n /* Social */\n idPrestationList: [PrestationType.SOCIAL],\n employee: [\n {\n amountMinimum: 1,\n amountMaximum: 1,\n price: 33,\n },\n {\n amountMinimum: 2,\n amountMaximum: 5,\n price: 30,\n },\n {\n amountMinimum: 6,\n amountMaximum: 20,\n price: 28,\n },\n {\n amountMinimum: 21,\n amountMaximum: 50,\n price: 27,\n },\n {\n amountMinimum: 50,\n amountMaximum: 1000000,\n price: 25,\n },\n ],\n },\n ],\n },\n];"]}
|
|
@@ -1,3 +1,44 @@
|
|
|
1
1
|
export declare enum Room {
|
|
2
|
+
LA1 = 1,
|
|
3
|
+
LA2 = 2,
|
|
4
|
+
LA3 = 3,
|
|
5
|
+
LA4 = 4,
|
|
6
|
+
LA5 = 5,
|
|
7
|
+
LB1 = 6,
|
|
8
|
+
LB2 = 7,
|
|
9
|
+
LB3 = 8,
|
|
10
|
+
LB4 = 9,
|
|
11
|
+
LB5 = 10
|
|
2
12
|
}
|
|
13
|
+
export declare const RoomDetail: readonly [{
|
|
14
|
+
readonly id: Room.LA1;
|
|
15
|
+
readonly name: "Laxou A1";
|
|
16
|
+
}, {
|
|
17
|
+
readonly id: Room.LA2;
|
|
18
|
+
readonly name: "Laxou A2";
|
|
19
|
+
}, {
|
|
20
|
+
readonly id: Room.LA3;
|
|
21
|
+
readonly name: "Laxou A3";
|
|
22
|
+
}, {
|
|
23
|
+
readonly id: Room.LA4;
|
|
24
|
+
readonly name: "Laxou A4";
|
|
25
|
+
}, {
|
|
26
|
+
readonly id: Room.LA5;
|
|
27
|
+
readonly name: "Laxou A5";
|
|
28
|
+
}, {
|
|
29
|
+
readonly id: Room.LB1;
|
|
30
|
+
readonly name: "Laxou B1";
|
|
31
|
+
}, {
|
|
32
|
+
readonly id: Room.LB2;
|
|
33
|
+
readonly name: "Laxou B2";
|
|
34
|
+
}, {
|
|
35
|
+
readonly id: Room.LB3;
|
|
36
|
+
readonly name: "Laxou B3";
|
|
37
|
+
}, {
|
|
38
|
+
readonly id: Room.LB4;
|
|
39
|
+
readonly name: "Laxou B4";
|
|
40
|
+
}, {
|
|
41
|
+
readonly id: Room.LB5;
|
|
42
|
+
readonly name: "Laxou B5";
|
|
43
|
+
}];
|
|
3
44
|
//# sourceMappingURL=Room.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Room.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Room.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Room.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Room.ts"],"names":[],"mappings":"AAGA,oBAAY,IAAI;IACd,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,KAAK;CACT;AAED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyCb,CAAC"}
|
|
@@ -1,5 +1,58 @@
|
|
|
1
|
+
// L = Laxou, M = Marseille, N = Nice, P = Paris
|
|
2
|
+
// A = Rez de chaussée, B = 1er étage etc...
|
|
1
3
|
export var Room;
|
|
2
4
|
(function (Room) {
|
|
3
|
-
|
|
5
|
+
Room[Room["LA1"] = 1] = "LA1";
|
|
6
|
+
Room[Room["LA2"] = 2] = "LA2";
|
|
7
|
+
Room[Room["LA3"] = 3] = "LA3";
|
|
8
|
+
Room[Room["LA4"] = 4] = "LA4";
|
|
9
|
+
Room[Room["LA5"] = 5] = "LA5";
|
|
10
|
+
Room[Room["LB1"] = 6] = "LB1";
|
|
11
|
+
Room[Room["LB2"] = 7] = "LB2";
|
|
12
|
+
Room[Room["LB3"] = 8] = "LB3";
|
|
13
|
+
Room[Room["LB4"] = 9] = "LB4";
|
|
14
|
+
Room[Room["LB5"] = 10] = "LB5";
|
|
4
15
|
})(Room || (Room = {}));
|
|
16
|
+
export const RoomDetail = [
|
|
17
|
+
{
|
|
18
|
+
id: Room.LA1,
|
|
19
|
+
name: 'Laxou A1',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
id: Room.LA2,
|
|
23
|
+
name: 'Laxou A2',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
id: Room.LA3,
|
|
27
|
+
name: 'Laxou A3',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
id: Room.LA4,
|
|
31
|
+
name: 'Laxou A4',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
id: Room.LA5,
|
|
35
|
+
name: 'Laxou A5',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
id: Room.LB1,
|
|
39
|
+
name: 'Laxou B1',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
id: Room.LB2,
|
|
43
|
+
name: 'Laxou B2',
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
id: Room.LB3,
|
|
47
|
+
name: 'Laxou B3',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
id: Room.LB4,
|
|
51
|
+
name: 'Laxou B4',
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
id: Room.LB5,
|
|
55
|
+
name: 'Laxou B5',
|
|
56
|
+
},
|
|
57
|
+
];
|
|
5
58
|
//# sourceMappingURL=Room.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Room.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Room.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Room.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Room.ts"],"names":[],"mappings":"AACA,gDAAgD;AAChD,4CAA4C;AAC5C,MAAM,CAAN,IAAY,IAWX;AAXD,WAAY,IAAI;IACd,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,8BAAQ,CAAA;AACV,CAAC,EAXW,IAAI,KAAJ,IAAI,QAWf;AAED,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;CACO,CAAC","sourcesContent":["\n// L = Laxou, M = Marseille, N = Nice, P = Paris\n// A = Rez de chaussée, B = 1er étage etc...\nexport enum Room {\n LA1 = 1,\n LA2 = 2,\n LA3 = 3,\n LA4 = 4,\n LA5 = 5,\n LB1 = 6,\n LB2 = 7,\n LB3 = 8,\n LB4 = 9,\n LB5 = 10,\n}\n\nexport const RoomDetail = [\n {\n id: Room.LA1,\n name: 'Laxou A1',\n },\n {\n id: Room.LA2,\n name: 'Laxou A2',\n },\n {\n id: Room.LA3,\n name: 'Laxou A3',\n },\n {\n id: Room.LA4,\n name: 'Laxou A4',\n },\n {\n id: Room.LA5,\n name: 'Laxou A5',\n },\n {\n id: Room.LB1,\n name: 'Laxou B1',\n },\n {\n id: Room.LB2,\n name: 'Laxou B2',\n },\n {\n id: Room.LB3,\n name: 'Laxou B3',\n },\n {\n id: Room.LB4,\n name: 'Laxou B4',\n },\n {\n id: Room.LB5,\n name: 'Laxou B5',\n },\n] as const;"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/equipment/Query.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,qBAAa,cAAe,SAAQ,qBAAqB;IAIrD,EAAE,CAAC,EAAE,MAAM,CAAC;IAKZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,cAAc,CAAC,EAAE,MAAM,CAAC;IAKxB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,eAAe,CAAC,EAAE,MAAM,CAAC;IAKzB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKtB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKxB,WAAW,CAAC,EAAE,IAAI,CAAC;IAKnB,MAAM,CAAC,EAAE,IAAI,CAAC;CACjB"}
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/equipment/Query.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,qBAAa,cAAe,SAAQ,qBAAqB;IAIrD,EAAE,CAAC,EAAE,MAAM,CAAC;IAKZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,cAAc,CAAC,EAAE,MAAM,CAAC;IAKxB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,eAAe,CAAC,EAAE,MAAM,CAAC;IAKzB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKtB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKxB,WAAW,CAAC,EAAE,IAAI,CAAC;IAKnB,MAAM,CAAC,EAAE,IAAI,CAAC;CACjB"}
|
|
@@ -14,6 +14,7 @@ export class QueryEquipment extends RequiredQueryPaginate {
|
|
|
14
14
|
id;
|
|
15
15
|
search;
|
|
16
16
|
idUser;
|
|
17
|
+
idRoom;
|
|
17
18
|
equipmentState;
|
|
18
19
|
availability;
|
|
19
20
|
signatureStatus;
|
|
@@ -44,6 +45,12 @@ __decorate([
|
|
|
44
45
|
IsInt(),
|
|
45
46
|
__metadata("design:type", Number)
|
|
46
47
|
], QueryEquipment.prototype, "idUser", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
ApiPropertyOptional(),
|
|
50
|
+
IsOptional(),
|
|
51
|
+
IsInt(),
|
|
52
|
+
__metadata("design:type", Number)
|
|
53
|
+
], QueryEquipment.prototype, "idRoom", void 0);
|
|
47
54
|
__decorate([
|
|
48
55
|
ApiPropertyOptional(),
|
|
49
56
|
IsOptional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/equipment/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,MAAM,OAAO,cAAe,SAAQ,qBAAqB;IAIrD,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,cAAc,CAAU;IAKxB,YAAY,CAAU;IAKtB,eAAe,CAAU;IAKzB,SAAS,CAAiB;IAK1B,KAAK,CAAU;IAKf,IAAI,CAAU;IAKd,QAAQ,CAAiB;IAKzB,KAAK,CAAiB;IAKtB,OAAO,CAAiB;IAKxB,WAAW,CAAQ;IAKnB,MAAM,CAAQ;CACjB;
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/equipment/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,MAAM,OAAO,cAAe,SAAQ,qBAAqB;IAIrD,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,cAAc,CAAU;IAKxB,YAAY,CAAU;IAKtB,eAAe,CAAU;IAKzB,SAAS,CAAiB;IAK1B,KAAK,CAAU;IAKf,IAAI,CAAU;IAKd,QAAQ,CAAiB;IAKzB,KAAK,CAAiB;IAKtB,OAAO,CAAiB;IAKxB,WAAW,CAAQ;IAKnB,MAAM,CAAQ;CACjB;AA1EC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;0CACM;AAEd;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;8CACO;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;8CACU;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;8CACU;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;sDACkB;AAE1B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;oDACgB;AAExB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;uDACmB;AAE3B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;iDACiB;AAE5B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;6CACM;AAEjB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4CACQ;AAEhB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;gDACgB;AAE3B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;6CACgB;AAExB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;+CACe;AAE1B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACO,IAAI;mDAAC;AAErB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACE,IAAI;8CAAC","sourcesContent":["import { IsDate, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { RequiredQueryPaginate } from '../BasePaginate';\n\nexport class QueryEquipment extends RequiredQueryPaginate {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n id?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idRoom?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n equipmentState?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n availability?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n signatureStatus?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n reference?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n brand?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n type?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n supplier?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n price?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n destroyedAt?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n lostAt?: Date;\n}"]}
|
|
@@ -7,6 +7,13 @@ export declare class QueryCreatePrestation {
|
|
|
7
7
|
exercicePrestation: Partial<IExercicePrestation>;
|
|
8
8
|
options: number[];
|
|
9
9
|
commercialOffers: ICommercialOffer[];
|
|
10
|
+
subPrestations?: subPrestationsType[];
|
|
11
|
+
subPrestationsOffer?: ICommercialOffer;
|
|
12
|
+
}
|
|
13
|
+
export interface subPrestationsType {
|
|
14
|
+
idPrestationList: number;
|
|
15
|
+
nbAssociates?: number;
|
|
16
|
+
nbEmployees?: number;
|
|
10
17
|
}
|
|
11
18
|
export declare class QueryUpdatePrestation {
|
|
12
19
|
commentPdf: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestation/Query.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,qBAAa,qBAAqB;IAG9B,UAAU,EAAE,WAAW,CAAC;IAIxB,kBAAkB,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestation/Query.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,qBAAa,qBAAqB;IAG9B,UAAU,EAAE,WAAW,CAAC;IAIxB,kBAAkB,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAKjD,OAAO,EAAE,MAAM,EAAE,CAAC;IAKlB,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;IAKrC,cAAc,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAKtC,mBAAmB,CAAC,EAAE,gBAAgB,CAAC;CAC1C;AAED,MAAM,WAAW,kBAAkB;IACjC,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,qBAAa,qBAAqB;IAI9B,UAAU,EAAE,MAAM,CAAC;IAMnB,qBAAqB,EAAE,OAAO,CAAC;IAK/B,QAAQ,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAK7B,kBAAkB,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAKjD,OAAO,EAAE,MAAM,EAAE,CAAC;IAKlB,oBAAoB,EAAE,MAAM,CAAC;IAK7B,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;CACxC"}
|
|
@@ -15,6 +15,8 @@ export class QueryCreatePrestation {
|
|
|
15
15
|
exercicePrestation;
|
|
16
16
|
options;
|
|
17
17
|
commercialOffers;
|
|
18
|
+
subPrestations; // list d'id prestation list
|
|
19
|
+
subPrestationsOffer;
|
|
18
20
|
}
|
|
19
21
|
__decorate([
|
|
20
22
|
ApiProperty(),
|
|
@@ -28,14 +30,28 @@ __decorate([
|
|
|
28
30
|
], QueryCreatePrestation.prototype, "exercicePrestation", void 0);
|
|
29
31
|
__decorate([
|
|
30
32
|
ApiPropertyOptional(),
|
|
33
|
+
IsOptional(),
|
|
31
34
|
IsArray(),
|
|
32
35
|
__metadata("design:type", Array)
|
|
33
36
|
], QueryCreatePrestation.prototype, "options", void 0);
|
|
34
37
|
__decorate([
|
|
35
38
|
ApiPropertyOptional(),
|
|
39
|
+
IsOptional(),
|
|
36
40
|
IsArray(),
|
|
37
41
|
__metadata("design:type", Array)
|
|
38
42
|
], QueryCreatePrestation.prototype, "commercialOffers", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
ApiPropertyOptional(),
|
|
45
|
+
IsOptional(),
|
|
46
|
+
IsArray(),
|
|
47
|
+
__metadata("design:type", Array)
|
|
48
|
+
], QueryCreatePrestation.prototype, "subPrestations", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
ApiPropertyOptional(),
|
|
51
|
+
IsOptional(),
|
|
52
|
+
IsObject(),
|
|
53
|
+
__metadata("design:type", Object)
|
|
54
|
+
], QueryCreatePrestation.prototype, "subPrestationsOffer", void 0);
|
|
39
55
|
export class QueryUpdatePrestation {
|
|
40
56
|
commentPdf;
|
|
41
57
|
isWithApplicationFees;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestation/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC/F,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAKrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,qBAAqB;IAG9B,UAAU,CAAc;IAIxB,kBAAkB,CAA+B;
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestation/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC/F,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAKrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,qBAAqB;IAG9B,UAAU,CAAc;IAIxB,kBAAkB,CAA+B;IAKjD,OAAO,CAAW;IAKlB,gBAAgB,CAAqB;IAKrC,cAAc,CAAwB,CAAC,4BAA4B;IAKnE,mBAAmB,CAAoB;CAC1C;AA3BC;IAAC,WAAW,EAAE;IACb,QAAQ,EAAE;;yDACe;AAE1B;IAAC,WAAW,EAAE;IACb,QAAQ,EAAE;;iEACwC;AAEnD;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;;sDACU;AAEpB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;;+DAC6B;AAEvC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;;6DAC8B;AAExC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;kEAC8B;AAS3C,MAAM,OAAO,qBAAqB;IAI9B,UAAU,CAAS;IAMnB,qBAAqB,CAAU;IAK/B,QAAQ,CAAqB;IAK7B,kBAAkB,CAA+B;IAKjD,OAAO,CAAW;IAKlB,oBAAoB,CAAS;IAK7B,gBAAgB,CAAqB;CACxC;AAnCC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;yDACU;AAErB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;oEACqB;AAEjC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;uDACoB;AAE/B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;iEACwC;AAEnD;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;;sDACU;AAEpB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;mEACoB;AAE/B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;;+DAC6B","sourcesContent":["import { IsArray, IsBoolean, IsNumber, IsObject, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { IPrestation } from '../../models/IPrestation';\nimport { IExercicePrestation } from '../../models/IExercicePrestation';\nimport { ICommercialOffer } from '../../models/ICommercialOffer';\nimport { IExercice } from '../../models/IExercice';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryCreatePrestation {\n @ApiProperty()\n @IsObject()\n prestation: IPrestation;\n\n @ApiProperty()\n @IsObject()\n exercicePrestation: Partial<IExercicePrestation>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n options: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n commercialOffers: ICommercialOffer[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n subPrestations?: subPrestationsType[]; // list d'id prestation list\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsObject()\n subPrestationsOffer?: ICommercialOffer;\n}\n\nexport interface subPrestationsType {\n idPrestationList: number,\n nbAssociates?: number,\n nbEmployees?: number,\n}\n\nexport class QueryUpdatePrestation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n commentPdf: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isWithApplicationFees: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsObject()\n exercice: Partial<IExercice>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsObject()\n exercicePrestation: Partial<IExercicePrestation>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n options: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idExercicePrestation: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n commercialOffers: ICommercialOffer[];\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadSociety.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG;IACzB,WAAW,EAAE,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"ReadSociety.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEjC,MAAM,MAAM,YAAY,GAAG;IACzB,WAAW,EAAE,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadSociety.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"ReadSociety.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"","sourcesContent":["import { IFile } from '../../..';\n\nexport type UnpaidDetail = {\n datePayment: Date,\n amount: number,\n idExercice: number,\n dateStart: Date,\n dateEnd: Date,\n file?: IFile | null,\n};\n\nexport type ReadInvalidFieldState = {\n label: string;\n field: string;\n};"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ThirdPartyType } from '../../..';
|
|
1
|
+
import { TFile, ThirdPartyType } from '../../..';
|
|
2
2
|
export declare class CreateThirdPartyForm {
|
|
3
3
|
budgeaSouscriptionId?: number | null;
|
|
4
4
|
fullname?: string | null;
|
|
@@ -26,4 +26,8 @@ export declare class CreateThirdPartyForm {
|
|
|
26
26
|
deliveryZipCode?: string | null;
|
|
27
27
|
deliveryIdCountry?: number | null;
|
|
28
28
|
}
|
|
29
|
+
export declare class ImportThirdParty {
|
|
30
|
+
idThirdPartyType: ThirdPartyType;
|
|
31
|
+
file: TFile;
|
|
32
|
+
}
|
|
29
33
|
//# sourceMappingURL=CreateThirdPartyForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateThirdPartyForm.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateThirdPartyForm.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAGjD,qBAAa,oBAAoB;IAE7B,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGnC,OAAO,EAAE,MAAM,CAAC;IAGhB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG1B,SAAS,EAAE,MAAM,CAAC;IAGlB,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGvB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGzB,SAAS,EAAE,OAAO,CAAC;IAGnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGjC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG1B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAI1B,gBAAgB,EAAE,cAAc,CAAC;IAIjC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIhC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAI7B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIhC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrC;AAED,qBAAa,gBAAgB;IAEzB,gBAAgB,EAAE,cAAc,CAAC;IAGjC,IAAI,EAAE,KAAK,CAAC;CACf"}
|
|
@@ -142,4 +142,16 @@ __decorate([
|
|
|
142
142
|
IsOptional(),
|
|
143
143
|
__metadata("design:type", Object)
|
|
144
144
|
], CreateThirdPartyForm.prototype, "deliveryIdCountry", void 0);
|
|
145
|
+
export class ImportThirdParty {
|
|
146
|
+
idThirdPartyType;
|
|
147
|
+
file;
|
|
148
|
+
}
|
|
149
|
+
__decorate([
|
|
150
|
+
ApiProperty(),
|
|
151
|
+
__metadata("design:type", Number)
|
|
152
|
+
], ImportThirdParty.prototype, "idThirdPartyType", void 0);
|
|
153
|
+
__decorate([
|
|
154
|
+
ApiProperty(),
|
|
155
|
+
__metadata("design:type", Object)
|
|
156
|
+
], ImportThirdParty.prototype, "file", void 0);
|
|
145
157
|
//# sourceMappingURL=CreateThirdPartyForm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateThirdPartyForm.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,
|
|
1
|
+
{"version":3,"file":"CreateThirdPartyForm.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAS,cAAc,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oBAAoB;IAE7B,oBAAoB,CAAiB;IAGrC,QAAQ,CAAiB;IAGzB,kBAAkB,CAAiB;IAGnC,OAAO,CAAS;IAGhB,OAAO,CAAiB;IAGxB,OAAO,CAAiB;IAGxB,IAAI,CAAiB;IAGrB,KAAK,CAAiB;IAGtB,KAAK,CAAiB;IAGtB,MAAM,CAAiB;IAGvB,IAAI,CAAiB;IAGrB,SAAS,CAAiB;IAG1B,SAAS,CAAS;IAGlB,KAAK,CAAkB;IAGvB,UAAU,CAAe;IAGzB,SAAS,CAAU;IAGnB,gBAAgB,CAAiB;IAGjC,aAAa,CAAiB;IAG9B,SAAS,CAAiB;IAG1B,SAAS,CAAiB;IAI1B,gBAAgB,CAAiB;IAIjC,eAAe,CAAiB;IAIhC,YAAY,CAAiB;IAI7B,eAAe,CAAiB;IAIhC,iBAAiB,CAAiB;CACrC;AA/EC;IAAC,mBAAmB,EAAE;;kEACiB;AAEvC;IAAC,mBAAmB,EAAE;;sDACK;AAE3B;IAAC,mBAAmB,EAAE;;gEACe;AAErC;IAAC,WAAW,EAAE;;qDACI;AAElB;IAAC,mBAAmB,EAAE;;qDACI;AAE1B;IAAC,mBAAmB,EAAE;;qDACI;AAE1B;IAAC,mBAAmB,EAAE;;kDACC;AAEvB;IAAC,mBAAmB,EAAE;;mDACE;AAExB;IAAC,mBAAmB,EAAE;;mDACE;AAExB;IAAC,mBAAmB,EAAE;;oDACG;AAEzB;IAAC,mBAAmB,EAAE;;kDACC;AAEvB;IAAC,mBAAmB,EAAE;;uDACM;AAE5B;IAAC,WAAW,EAAE;;uDACM;AAEpB;IAAC,mBAAmB,EAAE;;mDACG;AAEzB;IAAC,mBAAmB,EAAE;;wDACK;AAE3B;IAAC,WAAW,EAAE;;uDACO;AAErB;IAAC,mBAAmB,EAAE;;8DACa;AAEnC;IAAC,mBAAmB,EAAE;;2DACU;AAEhC;IAAC,mBAAmB,EAAE;;uDACM;AAE5B;IAAC,mBAAmB,EAAE;;uDACM;AAE5B;IAAC,WAAW,EAAE;IACb,MAAM,CAAC,cAAc,CAAC;;8DACY;AAEnC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;6DACqB;AAElC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;0DACkB;AAE/B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;6DACqB;AAElC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;+DACuB;AAGtC,MAAM,OAAO,gBAAgB;IAEzB,gBAAgB,CAAiB;IAGjC,IAAI,CAAQ;CACf;AALC;IAAC,WAAW,EAAE;;0DACqB;AAEnC;IAAC,WAAW,EAAE;;8CACA","sourcesContent":["import { IsEnum, IsOptional } from 'class-validator';\nimport { TFile, ThirdPartyType } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateThirdPartyForm {\n @ApiPropertyOptional()\n budgeaSouscriptionId?: number | null;\n\n @ApiPropertyOptional()\n fullname?: string | null;\n\n @ApiPropertyOptional()\n fullnameAccountant?: string | null;\n\n @ApiProperty()\n company: string;\n\n @ApiPropertyOptional()\n address?: string | null;\n\n @ApiPropertyOptional()\n zipCode?: string | null;\n\n @ApiPropertyOptional()\n city?: string | null;\n\n @ApiPropertyOptional()\n phone?: string | null;\n\n @ApiPropertyOptional()\n email?: string | null;\n\n @ApiPropertyOptional()\n nSiret?: string | null;\n\n @ApiPropertyOptional()\n nTva?: string | null;\n\n @ApiPropertyOptional()\n legalForm?: number | null;\n\n @ApiProperty()\n soldeInit: number;\n\n @ApiPropertyOptional()\n state?: boolean | null;\n\n @ApiPropertyOptional()\n dateImport?: Date | null;\n\n @ApiProperty()\n isGeneric: boolean;\n\n @ApiPropertyOptional()\n juridicalSociety?: number | null;\n\n @ApiPropertyOptional()\n idTypePayment?: number | null;\n\n @ApiPropertyOptional()\n idAccount?: number | null;\n\n @ApiPropertyOptional()\n idCountry?: number | null;\n\n @ApiProperty()\n @IsEnum(ThirdPartyType)\n idThirdPartyType: ThirdPartyType;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryAddress?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryCity?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryZipCode?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryIdCountry?: number | null;\n}\n\nexport class ImportThirdParty {\n @ApiProperty()\n idThirdPartyType: ThirdPartyType;\n\n @ApiProperty()\n file: TFile;\n}"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Order } from 'sequelize';
|
|
1
2
|
export declare class QueryUserRoomEquipment {
|
|
2
3
|
id?: number;
|
|
3
4
|
idEquipment?: number;
|
|
@@ -6,5 +7,6 @@ export declare class QueryUserRoomEquipment {
|
|
|
6
7
|
isRemote?: boolean;
|
|
7
8
|
inAt?: Date;
|
|
8
9
|
outAt?: string | null;
|
|
10
|
+
order?: Order;
|
|
9
11
|
}
|
|
10
12
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/userRoomEquipment/Query.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/userRoomEquipment/Query.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAElC,qBAAa,sBAAsB;IAI/B,EAAE,CAAC,EAAE,MAAM,CAAC;IAKZ,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAKnB,IAAI,CAAC,EAAE,IAAI,CAAC;IAIZ,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAOtB,KAAK,CAAC,EAAE,KAAK,CAAC;CACjB"}
|
|
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
-
import { IsBoolean, IsDate, IsInt, IsOptional } from 'class-validator';
|
|
10
|
+
import { IsBoolean, IsDate, IsInt, IsOptional, IsString } from 'class-validator';
|
|
11
11
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
12
12
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
13
13
|
export class QueryUserRoomEquipment {
|
|
@@ -18,6 +18,7 @@ export class QueryUserRoomEquipment {
|
|
|
18
18
|
isRemote;
|
|
19
19
|
inAt;
|
|
20
20
|
outAt;
|
|
21
|
+
order;
|
|
21
22
|
}
|
|
22
23
|
__decorate([
|
|
23
24
|
ApiPropertyOptional(),
|
|
@@ -61,4 +62,12 @@ __decorate([
|
|
|
61
62
|
IsOptional(),
|
|
62
63
|
__metadata("design:type", Object)
|
|
63
64
|
], QueryUserRoomEquipment.prototype, "outAt", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
ApiPropertyOptional(),
|
|
67
|
+
IsOptional(),
|
|
68
|
+
IsString({
|
|
69
|
+
each: true,
|
|
70
|
+
}),
|
|
71
|
+
__metadata("design:type", Object)
|
|
72
|
+
], QueryUserRoomEquipment.prototype, "order", void 0);
|
|
64
73
|
//# sourceMappingURL=Query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/userRoomEquipment/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAG,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/userRoomEquipment/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAG,MAAM,iBAAiB,CAAC;AAClF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAG3E,MAAM,OAAO,sBAAsB;IAI/B,EAAE,CAAU;IAKZ,WAAW,CAAU;IAKrB,MAAM,CAAU;IAKhB,MAAM,CAAU;IAMhB,QAAQ,CAAW;IAKnB,IAAI,CAAQ;IAIZ,KAAK,CAAiB;IAOtB,KAAK,CAAS;CACjB;AAzCC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;kDACM;AAEd;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;2DACe;AAEvB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;sDACU;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;sDACU;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;wDACS;AAErB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACA,IAAI;oDAAC;AAEd;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;qDACW;AAExB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;qDACc","sourcesContent":["import { IsBoolean, IsDate, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { Order } from 'sequelize';\n\nexport class QueryUserRoomEquipment {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n id?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idEquipment?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idRoom?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isRemote?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n inAt?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n outAt?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n order?: Order;\n}"]}
|
|
@@ -141,7 +141,8 @@ export declare enum Code {
|
|
|
141
141
|
CAN_NOT_EDIT_INVOICE = "can_not_edit_invoice",
|
|
142
142
|
INVALID_INVOICE_TYPE = "invalid_invoice_type",
|
|
143
143
|
LIMIT_MONTH_REACHED = "limit_month_reached",
|
|
144
|
-
REQUIRED_PARAM_IS_MISSING = "required_param_is_missing"
|
|
144
|
+
REQUIRED_PARAM_IS_MISSING = "required_param_is_missing",
|
|
145
|
+
LIMIT_REACHED = "limit_reached"
|
|
145
146
|
}
|
|
146
147
|
export interface IApiError {
|
|
147
148
|
type: ErrorType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IApiError.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,QAAQ,cAAc;IACtB,SAAS,yBAAyB;IAClC,aAAa,cAAc;CAC5B;AAED,oBAAY,IAAI;IAEd,YAAY,iCAAiC;IAC7C,qBAAqB,uCAAuC;IAC5D,QAAQ,uBAAuB;IAC/B,YAAY,mBAAmB;IAC/B,eAAe,8BAA8B;IAC7C,eAAe,8BAA8B;IAC7C,UAAU,iBAAiB;IAC3B,mBAAmB,0BAA0B;IAC7C,kBAAkB,sBAAsB;IACxC,kBAAkB,wBAAwB;IAC1C,cAAc,oBAAoB;IAClC,OAAO,YAAY;IACnB,mBAAmB,0BAA0B;IAC7C,wBAAwB,6BAA6B;IAGrD,kBAAkB,yBAAyB;IAC3C,+BAA+B,2CAA2C;IAC1E,6BAA6B,yCAAyC;IACtE,qCAAqC,mDAAmD;IACxF,uDAAuD,yEAAyE;IAChI,iBAAiB,wBAAwB;IACzC,mCAAmC,6CAA6C;IAChF,+BAA+B,0CAA0C;IACzE,+BAA+B,2CAA2C;IAC1E,6BAA6B,wCAAwC;IACrE,8BAA8B,wCAAwC;IACtE,4BAA4B,oCAAoC;IAChE,oBAAoB,6BAA6B;IACjD,iBAAiB,yBAAyB;IAC1C,uCAAuC,kDAAkD;IACzF,kCAAkC,6CAA6C;IAC/E,uCAAuC,kDAAkD;IACzF,sBAAsB,6BAA6B;IACnD,uBAAuB,+BAA+B;IACtD,mBAAmB,2BAA2B;IAC9C,gCAAgC,yCAAyC;IACzE,6CAA6C,uDAAuD;IACpG,gDAAgD,4DAA4D;IAC5G,wDAAwD,oEAAoE;IAC5H,sBAAsB,6BAA6B;IACnD,gBAAgB,sBAAsB;IAGtC,WAAW,iBAAiB;IAC5B,eAAe,qBAAqB;IACpC,UAAU,gBAAgB;IAG1B,iBAAiB,wBAAwB;IACzC,iBAAiB,wBAAwB;IACzC,8BAA8B,uCAAuC;IACrE,0BAA0B,mCAAmC;IAC7D,aAAa,oBAAoB;IAGjC,yBAAyB,iCAAiC;IAC1D,0BAA0B,mCAAmC;IAG7D,0BAA0B,kCAAkC;IAG5D,8BAA8B,mCAAmC;IACjE,0CAA0C,+CAA+C;IACzF,yCAAyC,8CAA8C;IACvF,2CAA2C,gDAAgD;IAC3F,4CAA4C,iDAAiD;IAC7F,4CAA4C,iDAAiD;IAC7F,qCAAqC,0CAA0C;IAC/E,0BAA0B,+BAA+B;IACzD,4BAA4B,iCAAiC;IAC7D,+BAA+B,oCAAoC;IACnE,0BAA0B,+BAA+B;IACzD,8CAA8C,mDAAmD;IACjG,kCAAkC,uCAAuC;IACzE,kCAAkC,uCAAuC;IACzE,kCAAkC,uCAAuC;IACzE,yCAAyC,8CAA8C;IACvF,wCAAwC,6CAA6C;IACrF,oCAAoC,yCAAyC;IAC7E,uCAAuC,4CAA4C;IACnF,oCAAoC,yCAAyC;IAC7E,mCAAmC,wCAAwC;IAC3E,mCAAmC,wCAAwC;IAC3E,mCAAmC,wCAAwC;IAC3E,uDAAuD,4DAA4D;IACnH,mCAAmC,wCAAwC;IAC3E,iCAAiC,sCAAsC;IACvE,kBAAkB,yBAAyB;IAC3C,iBAAiB,wBAAwB;IACzC,iBAAiB,wBAAwB;
|
|
1
|
+
{"version":3,"file":"IApiError.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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"}
|
|
@@ -168,5 +168,6 @@ export var Code;
|
|
|
168
168
|
// Expense Notes
|
|
169
169
|
Code["LIMIT_MONTH_REACHED"] = "limit_month_reached";
|
|
170
170
|
Code["REQUIRED_PARAM_IS_MISSING"] = "required_param_is_missing";
|
|
171
|
+
Code["LIMIT_REACHED"] = "limit_reached";
|
|
171
172
|
})(Code || (Code = {}));
|
|
172
173
|
//# sourceMappingURL=IApiError.js.map
|