@silexpert/core 1.1.342 → 1.1.344
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/Card.d.ts +2 -1
- package/dist/cjs/api/resources/Card.d.ts.map +1 -1
- package/dist/cjs/api/resources/Card.js +3 -0
- package/dist/cjs/api/resources/Card.js.map +1 -1
- package/dist/cjs/api/resources/Loan.d.ts +9 -11
- package/dist/cjs/api/resources/Loan.d.ts.map +1 -1
- package/dist/cjs/api/resources/Loan.js +23 -17
- package/dist/cjs/api/resources/Loan.js.map +1 -1
- package/dist/cjs/api/resources/Log.d.ts +2 -1
- package/dist/cjs/api/resources/Log.d.ts.map +1 -1
- package/dist/cjs/api/resources/Log.js +3 -0
- package/dist/cjs/api/resources/Log.js.map +1 -1
- package/dist/cjs/api/resources/Subscription.d.ts +2 -2
- package/dist/cjs/api/resources/Subscription.d.ts.map +1 -1
- package/dist/cjs/api/resources/Subscription.js +2 -2
- package/dist/cjs/api/resources/Subscription.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.js +5 -3
- package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/cjs/types/Enum/Log.d.ts +229 -1
- package/dist/cjs/types/Enum/Log.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Log.js +228 -0
- package/dist/cjs/types/Enum/Log.js.map +1 -1
- package/dist/cjs/types/Enum/TimeSlot.js +3 -3
- package/dist/cjs/types/Enum/TimeSlot.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Query.d.ts +1 -0
- package/dist/cjs/types/Interface/api/bankAccount/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Query.js +7 -0
- package/dist/cjs/types/Interface/api/bankAccount/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCards.d.ts +8 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCards.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCards.js +40 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCards.js.map +1 -1
- package/dist/cjs/types/Interface/api/exercice/ReadExercice.d.ts +7 -0
- package/dist/cjs/types/Interface/api/exercice/ReadExercice.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/exercice/ReadExercice.js +3 -0
- package/dist/cjs/types/Interface/api/exercice/ReadExercice.js.map +1 -0
- package/dist/cjs/types/Interface/api/loan/CreateLoan.d.ts +13 -2
- package/dist/cjs/types/Interface/api/loan/CreateLoan.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/loan/CreateLoan.js +53 -3
- package/dist/cjs/types/Interface/api/loan/CreateLoan.js.map +1 -1
- package/dist/cjs/types/Interface/api/loan/ReadLoan.d.ts +10 -0
- package/dist/cjs/types/Interface/api/loan/ReadLoan.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/loan/ReadLoan.js +3 -0
- package/dist/cjs/types/Interface/api/loan/ReadLoan.js.map +1 -0
- package/dist/cjs/types/Interface/api/loan/UpdateLoan.d.ts +0 -6
- package/dist/cjs/types/Interface/api/loan/UpdateLoan.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/loan/UpdateLoan.js +2 -36
- package/dist/cjs/types/Interface/api/loan/UpdateLoan.js.map +1 -1
- package/dist/cjs/types/Interface/api/log/QueryLogPagination.d.ts +9 -0
- package/dist/cjs/types/Interface/api/log/QueryLogPagination.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/log/QueryLogPagination.js +56 -6
- package/dist/cjs/types/Interface/api/log/QueryLogPagination.js.map +1 -1
- package/dist/cjs/types/Interface/api/stripe/Create.d.ts +3 -0
- package/dist/cjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/stripe/Create.js +10 -1
- package/dist/cjs/types/Interface/api/stripe/Create.js.map +1 -1
- package/dist/cjs/types/Interface/models/ILoan.d.ts +7 -0
- package/dist/cjs/types/Interface/models/ILoan.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ILoan.js.map +1 -1
- package/dist/cjs/types/Interface/models/ILoanEarlyRepayment.d.ts +12 -0
- package/dist/cjs/types/Interface/models/ILoanEarlyRepayment.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/ILoanEarlyRepayment.js +3 -0
- package/dist/cjs/types/Interface/models/ILoanEarlyRepayment.js.map +1 -0
- package/dist/cjs/types/index.d.ts +3 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +3 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/Card.d.ts +2 -1
- package/dist/mjs/api/resources/Card.d.ts.map +1 -1
- package/dist/mjs/api/resources/Card.js +6 -0
- package/dist/mjs/api/resources/Card.js.map +1 -1
- package/dist/mjs/api/resources/Loan.d.ts +9 -11
- package/dist/mjs/api/resources/Loan.d.ts.map +1 -1
- package/dist/mjs/api/resources/Loan.js +23 -17
- package/dist/mjs/api/resources/Loan.js.map +1 -1
- package/dist/mjs/api/resources/Log.d.ts +2 -1
- package/dist/mjs/api/resources/Log.d.ts.map +1 -1
- package/dist/mjs/api/resources/Log.js +3 -0
- package/dist/mjs/api/resources/Log.js.map +1 -1
- package/dist/mjs/api/resources/Subscription.d.ts +2 -2
- package/dist/mjs/api/resources/Subscription.d.ts.map +1 -1
- package/dist/mjs/api/resources/Subscription.js +2 -2
- package/dist/mjs/api/resources/Subscription.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.js +5 -3
- package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/mjs/types/Enum/Log.d.ts +229 -1
- package/dist/mjs/types/Enum/Log.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Log.js +228 -0
- package/dist/mjs/types/Enum/Log.js.map +1 -1
- package/dist/mjs/types/Enum/TimeSlot.js +3 -3
- package/dist/mjs/types/Enum/TimeSlot.js.map +1 -1
- package/dist/mjs/types/Interface/api/bankAccount/Query.d.ts +1 -0
- package/dist/mjs/types/Interface/api/bankAccount/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/bankAccount/Query.js +8 -0
- package/dist/mjs/types/Interface/api/bankAccount/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/card/QueryUserCards.d.ts +8 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCards.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/card/QueryUserCards.js +38 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCards.js.map +1 -1
- package/dist/mjs/types/Interface/api/exercice/ReadExercice.d.ts +7 -0
- package/dist/mjs/types/Interface/api/exercice/ReadExercice.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/exercice/ReadExercice.js +2 -0
- package/dist/mjs/types/Interface/api/exercice/ReadExercice.js.map +1 -0
- package/dist/mjs/types/Interface/api/loan/CreateLoan.d.ts +13 -2
- package/dist/mjs/types/Interface/api/loan/CreateLoan.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/loan/CreateLoan.js +61 -3
- package/dist/mjs/types/Interface/api/loan/CreateLoan.js.map +1 -1
- package/dist/mjs/types/Interface/api/loan/ReadLoan.d.ts +10 -0
- package/dist/mjs/types/Interface/api/loan/ReadLoan.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/loan/ReadLoan.js +2 -0
- package/dist/mjs/types/Interface/api/loan/ReadLoan.js.map +1 -0
- package/dist/mjs/types/Interface/api/loan/UpdateLoan.d.ts +0 -6
- package/dist/mjs/types/Interface/api/loan/UpdateLoan.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/loan/UpdateLoan.js +3 -43
- package/dist/mjs/types/Interface/api/loan/UpdateLoan.js.map +1 -1
- package/dist/mjs/types/Interface/api/log/QueryLogPagination.d.ts +9 -0
- package/dist/mjs/types/Interface/api/log/QueryLogPagination.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/log/QueryLogPagination.js +57 -5
- package/dist/mjs/types/Interface/api/log/QueryLogPagination.js.map +1 -1
- package/dist/mjs/types/Interface/api/stripe/Create.d.ts +3 -0
- package/dist/mjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/stripe/Create.js +11 -2
- package/dist/mjs/types/Interface/api/stripe/Create.js.map +1 -1
- package/dist/mjs/types/Interface/models/ILoan.d.ts +7 -0
- package/dist/mjs/types/Interface/models/ILoan.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ILoan.js.map +1 -1
- package/dist/mjs/types/Interface/models/ILoanEarlyRepayment.d.ts +12 -0
- package/dist/mjs/types/Interface/models/ILoanEarlyRepayment.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/ILoanEarlyRepayment.js +2 -0
- package/dist/mjs/types/Interface/models/ILoanEarlyRepayment.js.map +1 -0
- package/dist/mjs/types/index.d.ts +3 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +3 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Card.ts +8 -1
- package/ts/api/resources/Loan.ts +28 -21
- package/ts/api/resources/Log.ts +5 -0
- package/ts/api/resources/Subscription.ts +3 -3
- package/ts/types/Enum/BalanceSheet.ts +5 -3
- package/ts/types/Enum/Log.ts +228 -0
- package/ts/types/Enum/TimeSlot.ts +3 -3
- package/ts/types/Interface/api/bankAccount/Query.ts +6 -0
- package/ts/types/Interface/api/card/QueryUserCards.ts +31 -0
- package/ts/types/Interface/api/exercice/ReadExercice.ts +6 -0
- package/ts/types/Interface/api/loan/CreateLoan.ts +45 -5
- package/ts/types/Interface/api/loan/ReadLoan.ts +9 -0
- package/ts/types/Interface/api/loan/UpdateLoan.ts +3 -31
- package/ts/types/Interface/api/log/QueryLogPagination.ts +40 -1
- package/ts/types/Interface/api/stripe/Create.ts +10 -2
- package/ts/types/Interface/models/ILoan.ts +7 -0
- package/ts/types/Interface/models/ILoanEarlyRepayment.ts +13 -0
- package/ts/types/index.ts +3 -0
|
@@ -44,7 +44,8 @@ export declare enum LogType {
|
|
|
44
44
|
IP = 34,
|
|
45
45
|
TYPE_CLIENT = 35,
|
|
46
46
|
ATTRIBUTION_MAIL = 36,
|
|
47
|
-
UP_TO_DATE = 37
|
|
47
|
+
UP_TO_DATE = 37,
|
|
48
|
+
LOGIN_AS = 38
|
|
48
49
|
}
|
|
49
50
|
export declare const LogTypeDetail: {
|
|
50
51
|
VAT: {
|
|
@@ -52,222 +53,449 @@ export declare const LogTypeDetail: {
|
|
|
52
53
|
label: string;
|
|
53
54
|
color: string;
|
|
54
55
|
icon: null;
|
|
56
|
+
actions: {
|
|
57
|
+
post: string;
|
|
58
|
+
put: string;
|
|
59
|
+
delete: string;
|
|
60
|
+
};
|
|
61
|
+
message: string;
|
|
55
62
|
};
|
|
56
63
|
TAX: {
|
|
57
64
|
id: LogType;
|
|
58
65
|
label: string;
|
|
59
66
|
color: string;
|
|
60
67
|
icon: null;
|
|
68
|
+
actions: {
|
|
69
|
+
post: string;
|
|
70
|
+
put: string;
|
|
71
|
+
delete: string;
|
|
72
|
+
};
|
|
73
|
+
message: string;
|
|
61
74
|
};
|
|
62
75
|
BALANCESHEET: {
|
|
63
76
|
id: LogType;
|
|
64
77
|
label: string;
|
|
65
78
|
color: string;
|
|
66
79
|
icon: null;
|
|
80
|
+
actions: {
|
|
81
|
+
post: string;
|
|
82
|
+
put: string;
|
|
83
|
+
delete: string;
|
|
84
|
+
};
|
|
85
|
+
message: string;
|
|
67
86
|
};
|
|
68
87
|
SUPERVISION: {
|
|
69
88
|
id: LogType;
|
|
70
89
|
label: string;
|
|
71
90
|
color: string;
|
|
72
91
|
icon: null;
|
|
92
|
+
actions: {
|
|
93
|
+
post: string;
|
|
94
|
+
put: string;
|
|
95
|
+
delete: string;
|
|
96
|
+
};
|
|
97
|
+
message: string;
|
|
73
98
|
};
|
|
74
99
|
TASK: {
|
|
75
100
|
id: LogType;
|
|
76
101
|
label: string;
|
|
77
102
|
color: string;
|
|
78
103
|
icon: null;
|
|
104
|
+
actions: {
|
|
105
|
+
post: string;
|
|
106
|
+
put: string;
|
|
107
|
+
delete: string;
|
|
108
|
+
};
|
|
109
|
+
message: string;
|
|
79
110
|
};
|
|
80
111
|
COMMENT: {
|
|
81
112
|
id: LogType;
|
|
82
113
|
label: string;
|
|
83
114
|
color: string;
|
|
84
115
|
icon: null;
|
|
116
|
+
actions: {
|
|
117
|
+
post: string;
|
|
118
|
+
put: string;
|
|
119
|
+
delete: string;
|
|
120
|
+
};
|
|
121
|
+
message: string;
|
|
85
122
|
};
|
|
86
123
|
MAIL: {
|
|
87
124
|
id: LogType;
|
|
88
125
|
label: string;
|
|
89
126
|
color: string;
|
|
90
127
|
icon: null;
|
|
128
|
+
actions: {
|
|
129
|
+
post: string;
|
|
130
|
+
put: string;
|
|
131
|
+
delete: string;
|
|
132
|
+
};
|
|
133
|
+
message: string;
|
|
91
134
|
};
|
|
92
135
|
REPORT: {
|
|
93
136
|
id: LogType;
|
|
94
137
|
label: string;
|
|
95
138
|
color: string;
|
|
96
139
|
icon: null;
|
|
140
|
+
actions: {
|
|
141
|
+
post: string;
|
|
142
|
+
put: string;
|
|
143
|
+
delete: string;
|
|
144
|
+
};
|
|
145
|
+
message: string;
|
|
97
146
|
};
|
|
98
147
|
EXPORT: {
|
|
99
148
|
id: LogType;
|
|
100
149
|
label: string;
|
|
101
150
|
color: string;
|
|
102
151
|
icon: null;
|
|
152
|
+
actions: {
|
|
153
|
+
post: string;
|
|
154
|
+
put: string;
|
|
155
|
+
delete: string;
|
|
156
|
+
};
|
|
157
|
+
message: string;
|
|
103
158
|
};
|
|
104
159
|
REVISION: {
|
|
105
160
|
id: LogType;
|
|
106
161
|
label: string;
|
|
107
162
|
color: null;
|
|
108
163
|
icon: null;
|
|
164
|
+
actions: {
|
|
165
|
+
post: null;
|
|
166
|
+
put: string;
|
|
167
|
+
delete: string;
|
|
168
|
+
};
|
|
109
169
|
};
|
|
110
170
|
ARCHIVING: {
|
|
111
171
|
id: LogType;
|
|
112
172
|
label: string;
|
|
113
173
|
color: string;
|
|
114
174
|
icon: null;
|
|
175
|
+
actions: {
|
|
176
|
+
post: null;
|
|
177
|
+
put: string;
|
|
178
|
+
delete: string;
|
|
179
|
+
};
|
|
115
180
|
};
|
|
116
181
|
UNARCHIVING: {
|
|
117
182
|
id: LogType;
|
|
118
183
|
label: string;
|
|
119
184
|
color: string;
|
|
120
185
|
icon: null;
|
|
186
|
+
actions: {
|
|
187
|
+
post: null;
|
|
188
|
+
put: string;
|
|
189
|
+
delete: string;
|
|
190
|
+
};
|
|
121
191
|
};
|
|
122
192
|
PAYMENT_DELETED: {
|
|
123
193
|
id: LogType;
|
|
124
194
|
label: string;
|
|
125
195
|
color: string;
|
|
126
196
|
icon: null;
|
|
197
|
+
actions: {
|
|
198
|
+
post: null;
|
|
199
|
+
put: string;
|
|
200
|
+
delete: string;
|
|
201
|
+
};
|
|
127
202
|
};
|
|
128
203
|
LOGIN: {
|
|
129
204
|
id: LogType;
|
|
130
205
|
label: string;
|
|
131
206
|
color: string;
|
|
132
207
|
icon: null;
|
|
208
|
+
actions: {
|
|
209
|
+
post: string;
|
|
210
|
+
put: string;
|
|
211
|
+
delete: string;
|
|
212
|
+
};
|
|
213
|
+
message: string;
|
|
133
214
|
};
|
|
134
215
|
PAUSE: {
|
|
135
216
|
id: LogType;
|
|
136
217
|
label: string;
|
|
137
218
|
color: string;
|
|
138
219
|
icon: null;
|
|
220
|
+
actions: {
|
|
221
|
+
post: string;
|
|
222
|
+
put: string;
|
|
223
|
+
delete: string;
|
|
224
|
+
};
|
|
225
|
+
message: string;
|
|
139
226
|
};
|
|
140
227
|
DAY_END: {
|
|
141
228
|
id: LogType;
|
|
142
229
|
label: string;
|
|
143
230
|
color: string;
|
|
144
231
|
icon: null;
|
|
232
|
+
actions: {
|
|
233
|
+
post: string;
|
|
234
|
+
put: string;
|
|
235
|
+
delete: string;
|
|
236
|
+
};
|
|
237
|
+
message: string;
|
|
145
238
|
};
|
|
146
239
|
GENERIC_ACCOUNT: {
|
|
147
240
|
id: LogType;
|
|
148
241
|
label: string;
|
|
149
242
|
color: string;
|
|
150
243
|
icon: null;
|
|
244
|
+
actions: {
|
|
245
|
+
post: string;
|
|
246
|
+
put: string;
|
|
247
|
+
delete: string;
|
|
248
|
+
};
|
|
151
249
|
};
|
|
152
250
|
BANK_ACCOUNT_FUSION: {
|
|
153
251
|
id: LogType;
|
|
154
252
|
label: string;
|
|
155
253
|
color: string;
|
|
156
254
|
icon: null;
|
|
255
|
+
actions: {
|
|
256
|
+
post: null;
|
|
257
|
+
put: string;
|
|
258
|
+
delete: string;
|
|
259
|
+
};
|
|
260
|
+
message: string;
|
|
157
261
|
};
|
|
158
262
|
IMPORT: {
|
|
159
263
|
id: LogType;
|
|
160
264
|
label: string;
|
|
161
265
|
color: string;
|
|
162
266
|
icon: null;
|
|
267
|
+
actions: {
|
|
268
|
+
post: string;
|
|
269
|
+
put: string;
|
|
270
|
+
delete: string;
|
|
271
|
+
};
|
|
272
|
+
message: string;
|
|
163
273
|
};
|
|
164
274
|
PAUSE_END: {
|
|
165
275
|
id: LogType;
|
|
166
276
|
label: string;
|
|
167
277
|
color: string;
|
|
168
278
|
icon: null;
|
|
279
|
+
actions: {
|
|
280
|
+
post: null;
|
|
281
|
+
put: string;
|
|
282
|
+
delete: string;
|
|
283
|
+
};
|
|
169
284
|
};
|
|
170
285
|
UNPAID: {
|
|
171
286
|
id: LogType;
|
|
172
287
|
label: string;
|
|
173
288
|
color: string;
|
|
174
289
|
icon: null;
|
|
290
|
+
actions: {
|
|
291
|
+
post: null;
|
|
292
|
+
put: string;
|
|
293
|
+
delete: string;
|
|
294
|
+
};
|
|
175
295
|
};
|
|
176
296
|
DELETE: {
|
|
177
297
|
id: LogType;
|
|
178
298
|
label: string;
|
|
179
299
|
color: string;
|
|
180
300
|
icon: null;
|
|
301
|
+
actions: {
|
|
302
|
+
post: string;
|
|
303
|
+
put: string;
|
|
304
|
+
delete: string;
|
|
305
|
+
};
|
|
306
|
+
message: string;
|
|
181
307
|
};
|
|
182
308
|
REGULATION_DELETE: {
|
|
183
309
|
id: LogType;
|
|
184
310
|
label: string;
|
|
185
311
|
color: string;
|
|
186
312
|
icon: null;
|
|
313
|
+
actions: {
|
|
314
|
+
post: null;
|
|
315
|
+
put: string;
|
|
316
|
+
delete: string;
|
|
317
|
+
};
|
|
318
|
+
message: string;
|
|
187
319
|
};
|
|
188
320
|
TERMINATION: {
|
|
189
321
|
id: LogType;
|
|
190
322
|
label: string;
|
|
191
323
|
color: string;
|
|
192
324
|
icon: null;
|
|
325
|
+
actions: {
|
|
326
|
+
post: string;
|
|
327
|
+
put: string;
|
|
328
|
+
delete: string;
|
|
329
|
+
};
|
|
330
|
+
message: string;
|
|
193
331
|
};
|
|
194
332
|
CHECKLIST: {
|
|
195
333
|
id: LogType;
|
|
196
334
|
label: string;
|
|
197
335
|
color: string;
|
|
198
336
|
icon: null;
|
|
337
|
+
actions: {
|
|
338
|
+
post: string;
|
|
339
|
+
put: string;
|
|
340
|
+
delete: string;
|
|
341
|
+
};
|
|
342
|
+
message: string;
|
|
199
343
|
};
|
|
200
344
|
TRANSACTION_DELETE: {
|
|
201
345
|
id: LogType;
|
|
202
346
|
label: string;
|
|
203
347
|
color: string;
|
|
204
348
|
icon: null;
|
|
349
|
+
actions: {
|
|
350
|
+
post: null;
|
|
351
|
+
put: string;
|
|
352
|
+
delete: string;
|
|
353
|
+
};
|
|
354
|
+
message: string;
|
|
205
355
|
};
|
|
206
356
|
INPI_DELETE: {
|
|
207
357
|
id: LogType;
|
|
208
358
|
label: string;
|
|
209
359
|
color: string;
|
|
210
360
|
icon: null;
|
|
361
|
+
actions: {
|
|
362
|
+
post: null;
|
|
363
|
+
put: string;
|
|
364
|
+
delete: string;
|
|
365
|
+
};
|
|
366
|
+
message: string;
|
|
211
367
|
};
|
|
212
368
|
VALIDATE_CALENDAR: {
|
|
213
369
|
id: LogType;
|
|
214
370
|
label: string;
|
|
215
371
|
color: string;
|
|
216
372
|
icon: null;
|
|
373
|
+
actions: {
|
|
374
|
+
post: string;
|
|
375
|
+
put: string;
|
|
376
|
+
delete: string;
|
|
377
|
+
};
|
|
378
|
+
message: string;
|
|
217
379
|
};
|
|
218
380
|
INACTIVITY: {
|
|
219
381
|
id: LogType;
|
|
220
382
|
label: string;
|
|
221
383
|
color: string;
|
|
222
384
|
icon: null;
|
|
385
|
+
actions: {
|
|
386
|
+
post: null;
|
|
387
|
+
put: string;
|
|
388
|
+
delete: string;
|
|
389
|
+
};
|
|
390
|
+
message: string;
|
|
223
391
|
};
|
|
224
392
|
SOCIAL: {
|
|
225
393
|
id: LogType;
|
|
226
394
|
label: string;
|
|
227
395
|
color: string;
|
|
228
396
|
icon: null;
|
|
397
|
+
actions: {
|
|
398
|
+
post: null;
|
|
399
|
+
put: string;
|
|
400
|
+
delete: string;
|
|
401
|
+
};
|
|
402
|
+
message: string;
|
|
229
403
|
};
|
|
230
404
|
CONSTITUTION: {
|
|
231
405
|
id: LogType;
|
|
232
406
|
label: string;
|
|
233
407
|
color: string;
|
|
234
408
|
icon: null;
|
|
409
|
+
actions: {
|
|
410
|
+
post: null;
|
|
411
|
+
put: string;
|
|
412
|
+
delete: string;
|
|
413
|
+
};
|
|
414
|
+
message: string;
|
|
235
415
|
};
|
|
236
416
|
APPROBATION: {
|
|
237
417
|
id: LogType;
|
|
238
418
|
label: string;
|
|
239
419
|
color: string;
|
|
240
420
|
icon: null;
|
|
421
|
+
actions: {
|
|
422
|
+
post: null;
|
|
423
|
+
put: string;
|
|
424
|
+
delete: string;
|
|
425
|
+
};
|
|
426
|
+
message: string;
|
|
241
427
|
};
|
|
242
428
|
ACCEPTATION: {
|
|
243
429
|
id: LogType;
|
|
244
430
|
label: string;
|
|
245
431
|
color: string;
|
|
246
432
|
icon: null;
|
|
433
|
+
actions: {
|
|
434
|
+
post: null;
|
|
435
|
+
put: string;
|
|
436
|
+
delete: string;
|
|
437
|
+
};
|
|
438
|
+
message: string;
|
|
247
439
|
};
|
|
248
440
|
IP: {
|
|
249
441
|
id: LogType;
|
|
250
442
|
label: string;
|
|
251
443
|
color: string;
|
|
252
444
|
icon: null;
|
|
445
|
+
actions: {
|
|
446
|
+
post: null;
|
|
447
|
+
put: string;
|
|
448
|
+
delete: string;
|
|
449
|
+
};
|
|
450
|
+
message: string;
|
|
253
451
|
};
|
|
254
452
|
TYPE_CLIENT: {
|
|
255
453
|
id: LogType;
|
|
256
454
|
label: string;
|
|
257
455
|
color: string;
|
|
258
456
|
icon: null;
|
|
457
|
+
actions: {
|
|
458
|
+
post: null;
|
|
459
|
+
put: string;
|
|
460
|
+
delete: string;
|
|
461
|
+
};
|
|
462
|
+
message: string;
|
|
259
463
|
};
|
|
260
464
|
ATTRIBUTION_MAIL: {
|
|
261
465
|
id: LogType;
|
|
262
466
|
label: string;
|
|
263
467
|
color: string;
|
|
264
468
|
icon: null;
|
|
469
|
+
actions: {
|
|
470
|
+
post: null;
|
|
471
|
+
put: string;
|
|
472
|
+
delete: string;
|
|
473
|
+
};
|
|
474
|
+
message: string;
|
|
265
475
|
};
|
|
266
476
|
UP_TO_DATE: {
|
|
267
477
|
id: LogType;
|
|
268
478
|
label: string;
|
|
269
479
|
color: string;
|
|
270
480
|
icon: null;
|
|
481
|
+
actions: {
|
|
482
|
+
post: null;
|
|
483
|
+
put: string;
|
|
484
|
+
delete: string;
|
|
485
|
+
};
|
|
486
|
+
message: string;
|
|
487
|
+
};
|
|
488
|
+
LOGIN_AS: {
|
|
489
|
+
id: LogType;
|
|
490
|
+
label: string;
|
|
491
|
+
color: string;
|
|
492
|
+
icon: null;
|
|
493
|
+
actions: {
|
|
494
|
+
post: string;
|
|
495
|
+
put: string;
|
|
496
|
+
delete: string;
|
|
497
|
+
};
|
|
498
|
+
message: string;
|
|
271
499
|
};
|
|
272
500
|
};
|
|
273
501
|
//# sourceMappingURL=Log.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Log.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Log.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,IAAI,IAAI;IACR,GAAG,IAAI;IACP,MAAM,IAAI;CACX;AAED,oBAAY,MAAM;IAChB,aAAa,IAAI;IACjB,YAAY,IAAI;CACjB;AAED,oBAAY,OAAO;IACjB,GAAG,IAAI;IACP,GAAG,IAAI;IACP,YAAY,IAAI;IAChB,WAAW,IAAI;IACf,IAAI,IAAI;IACR,OAAO,IAAI;IACX,IAAI,IAAI;IACR,MAAM,IAAI;IACV,MAAM,IAAI;IACV,QAAQ,KAAK;IACb,SAAS,KAAK;IACd,WAAW,KAAK;IAChB,eAAe,KAAK;IACpB,KAAK,KAAK;IACV,KAAK,KAAK;IACV,OAAO,KAAK;IACZ,eAAe,KAAK;IACpB,mBAAmB,KAAK;IACxB,MAAM,KAAK;IACX,SAAS,KAAK;IACd,MAAM,KAAK;IACX,MAAM,KAAK;IACX,iBAAiB,KAAK;IACtB,WAAW,KAAK;IAChB,SAAS,KAAK;IACd,kBAAkB,KAAK;IACvB,WAAW,KAAK;IAChB,iBAAiB,KAAK;IACtB,UAAU,KAAK;IACf,MAAM,KAAK;IACX,YAAY,KAAK;IACjB,WAAW,KAAK;IAChB,WAAW,KAAK;IAChB,EAAE,KAAK;IACP,WAAW,KAAK;IAChB,gBAAgB,KAAK;IACrB,UAAU,KAAK;
|
|
1
|
+
{"version":3,"file":"Log.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Log.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,IAAI,IAAI;IACR,GAAG,IAAI;IACP,MAAM,IAAI;CACX;AAED,oBAAY,MAAM;IAChB,aAAa,IAAI;IACjB,YAAY,IAAI;CACjB;AAED,oBAAY,OAAO;IACjB,GAAG,IAAI;IACP,GAAG,IAAI;IACP,YAAY,IAAI;IAChB,WAAW,IAAI;IACf,IAAI,IAAI;IACR,OAAO,IAAI;IACX,IAAI,IAAI;IACR,MAAM,IAAI;IACV,MAAM,IAAI;IACV,QAAQ,KAAK;IACb,SAAS,KAAK;IACd,WAAW,KAAK;IAChB,eAAe,KAAK;IACpB,KAAK,KAAK;IACV,KAAK,KAAK;IACV,OAAO,KAAK;IACZ,eAAe,KAAK;IACpB,mBAAmB,KAAK;IACxB,MAAM,KAAK;IACX,SAAS,KAAK;IACd,MAAM,KAAK;IACX,MAAM,KAAK;IACX,iBAAiB,KAAK;IACtB,WAAW,KAAK;IAChB,SAAS,KAAK;IACd,kBAAkB,KAAK;IACvB,WAAW,KAAK;IAChB,iBAAiB,KAAK;IACtB,UAAU,KAAK;IACf,MAAM,KAAK;IACX,YAAY,KAAK;IACjB,WAAW,KAAK;IAChB,WAAW,KAAK;IAChB,EAAE,KAAK;IACP,WAAW,KAAK;IAChB,gBAAgB,KAAK;IACrB,UAAU,KAAK;IACf,QAAQ,KAAK;CACd;AAED,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkczB,CAAC"}
|