@laqus/auth-permissions 1.1.3 → 1.1.4
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.
|
@@ -218,6 +218,145 @@ export declare class PlatformActions {
|
|
|
218
218
|
action: string;
|
|
219
219
|
};
|
|
220
220
|
};
|
|
221
|
+
readonly Bloqueios: {
|
|
222
|
+
new (): {};
|
|
223
|
+
readonly All: {
|
|
224
|
+
lrn: string;
|
|
225
|
+
action: string;
|
|
226
|
+
};
|
|
227
|
+
readonly Adicionar: {
|
|
228
|
+
lrn: string;
|
|
229
|
+
action: string;
|
|
230
|
+
};
|
|
231
|
+
readonly Buscar: {
|
|
232
|
+
lrn: string;
|
|
233
|
+
action: string;
|
|
234
|
+
};
|
|
235
|
+
readonly Liberar: {
|
|
236
|
+
lrn: string;
|
|
237
|
+
action: string;
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
readonly CompraVenda: {
|
|
241
|
+
new (): {};
|
|
242
|
+
readonly All: {
|
|
243
|
+
lrn: string;
|
|
244
|
+
action: string;
|
|
245
|
+
};
|
|
246
|
+
readonly Executar: {
|
|
247
|
+
lrn: string;
|
|
248
|
+
action: string;
|
|
249
|
+
};
|
|
250
|
+
};
|
|
251
|
+
readonly Conciliacoes: {
|
|
252
|
+
new (): {};
|
|
253
|
+
readonly All: {
|
|
254
|
+
lrn: string;
|
|
255
|
+
action: string;
|
|
256
|
+
};
|
|
257
|
+
readonly Buscar: {
|
|
258
|
+
lrn: string;
|
|
259
|
+
action: string;
|
|
260
|
+
};
|
|
261
|
+
readonly Escriturador: {
|
|
262
|
+
new (): {};
|
|
263
|
+
readonly All: {
|
|
264
|
+
lrn: string;
|
|
265
|
+
action: string;
|
|
266
|
+
};
|
|
267
|
+
readonly Buscar: {
|
|
268
|
+
lrn: string;
|
|
269
|
+
action: string;
|
|
270
|
+
};
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
readonly EventosFinanceiros: {
|
|
274
|
+
new (): {};
|
|
275
|
+
readonly All: {
|
|
276
|
+
lrn: string;
|
|
277
|
+
action: string;
|
|
278
|
+
};
|
|
279
|
+
readonly Buscar: {
|
|
280
|
+
lrn: string;
|
|
281
|
+
action: string;
|
|
282
|
+
};
|
|
283
|
+
readonly Liquidacao: {
|
|
284
|
+
new (): {};
|
|
285
|
+
readonly All: {
|
|
286
|
+
lrn: string;
|
|
287
|
+
action: string;
|
|
288
|
+
};
|
|
289
|
+
readonly Solicitar: {
|
|
290
|
+
lrn: string;
|
|
291
|
+
action: string;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
readonly AmortizacaoExtraordinaria: {
|
|
295
|
+
new (): {};
|
|
296
|
+
readonly All: {
|
|
297
|
+
lrn: string;
|
|
298
|
+
action: string;
|
|
299
|
+
};
|
|
300
|
+
readonly Solicitar: {
|
|
301
|
+
lrn: string;
|
|
302
|
+
action: string;
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
readonly Investidores: {
|
|
307
|
+
new (): {};
|
|
308
|
+
readonly Posicoes: {
|
|
309
|
+
new (): {};
|
|
310
|
+
readonly All: {
|
|
311
|
+
lrn: string;
|
|
312
|
+
action: string;
|
|
313
|
+
};
|
|
314
|
+
readonly Buscar: {
|
|
315
|
+
lrn: string;
|
|
316
|
+
action: string;
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
readonly Movimentacoes: {
|
|
321
|
+
new (): {};
|
|
322
|
+
readonly All: {
|
|
323
|
+
lrn: string;
|
|
324
|
+
action: string;
|
|
325
|
+
};
|
|
326
|
+
readonly Buscar: {
|
|
327
|
+
lrn: string;
|
|
328
|
+
action: string;
|
|
329
|
+
};
|
|
330
|
+
readonly AprovarOuReprovar: {
|
|
331
|
+
lrn: string;
|
|
332
|
+
action: string;
|
|
333
|
+
};
|
|
334
|
+
};
|
|
335
|
+
readonly PrecosUnitarios: {
|
|
336
|
+
new (): {};
|
|
337
|
+
readonly All: {
|
|
338
|
+
lrn: string;
|
|
339
|
+
action: string;
|
|
340
|
+
};
|
|
341
|
+
readonly Listar: {
|
|
342
|
+
lrn: string;
|
|
343
|
+
action: string;
|
|
344
|
+
};
|
|
345
|
+
};
|
|
346
|
+
readonly Transferencias: {
|
|
347
|
+
new (): {};
|
|
348
|
+
readonly Titularidade: {
|
|
349
|
+
new (): {};
|
|
350
|
+
readonly All: {
|
|
351
|
+
lrn: string;
|
|
352
|
+
action: string;
|
|
353
|
+
};
|
|
354
|
+
readonly Executar: {
|
|
355
|
+
lrn: string;
|
|
356
|
+
action: string;
|
|
357
|
+
};
|
|
358
|
+
};
|
|
359
|
+
};
|
|
221
360
|
};
|
|
222
361
|
static readonly Cadastro: {
|
|
223
362
|
new (): {};
|