@laqus/auth-permissions 1.1.2 → 1.1.3
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.
|
@@ -197,6 +197,28 @@ export declare class PlatformActions {
|
|
|
197
197
|
static readonly Depositaria: {
|
|
198
198
|
new (): {};
|
|
199
199
|
};
|
|
200
|
+
static readonly Operacao: {
|
|
201
|
+
new (): {};
|
|
202
|
+
readonly Operacoes: {
|
|
203
|
+
new (): {};
|
|
204
|
+
readonly All: {
|
|
205
|
+
lrn: string;
|
|
206
|
+
action: string;
|
|
207
|
+
};
|
|
208
|
+
readonly Listar: {
|
|
209
|
+
lrn: string;
|
|
210
|
+
action: string;
|
|
211
|
+
};
|
|
212
|
+
readonly ListarPrivadas: {
|
|
213
|
+
lrn: string;
|
|
214
|
+
action: string;
|
|
215
|
+
};
|
|
216
|
+
readonly ListarPublicas: {
|
|
217
|
+
lrn: string;
|
|
218
|
+
action: string;
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
};
|
|
200
222
|
static readonly Cadastro: {
|
|
201
223
|
new (): {};
|
|
202
224
|
readonly Cadastros: {
|