@aeriajs/builtins 0.0.13 → 0.0.15
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/collections/file/index.d.ts +66 -875
- package/dist/collections/log/index.d.ts +10 -560
- package/dist/collections/resourceUsage/index.d.ts +6 -36
- package/dist/collections/user/index.d.ts +753 -2229
- package/dist/index.d.ts +1120 -3985
- package/package.json +7 -7
|
@@ -27,193 +27,11 @@ export declare const log: Omit<import("@aeriajs/types").Collection<{
|
|
|
27
27
|
readonly filters: readonly ["context", "message", "owner"];
|
|
28
28
|
};
|
|
29
29
|
functions: {
|
|
30
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
readonly properties: {
|
|
34
|
-
readonly owner: {
|
|
35
|
-
readonly $ref: "user";
|
|
36
|
-
readonly noForm: true;
|
|
37
|
-
};
|
|
38
|
-
readonly context: {
|
|
39
|
-
readonly type: "string";
|
|
40
|
-
};
|
|
41
|
-
readonly message: {
|
|
42
|
-
readonly type: "string";
|
|
43
|
-
};
|
|
44
|
-
readonly details: {
|
|
45
|
-
readonly type: "object";
|
|
46
|
-
readonly variable: true;
|
|
47
|
-
};
|
|
48
|
-
readonly created_at: {
|
|
49
|
-
readonly type: "string";
|
|
50
|
-
readonly format: "date-time";
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
readonly icon: "magnifying-glass";
|
|
54
|
-
readonly presets: readonly ["view"];
|
|
55
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
56
|
-
}>>, context: import("@aeriajs/types").Context<{
|
|
57
|
-
readonly $id: "log";
|
|
58
|
-
readonly required: readonly ["context", "message"];
|
|
59
|
-
readonly properties: {
|
|
60
|
-
readonly owner: {
|
|
61
|
-
readonly $ref: "user";
|
|
62
|
-
readonly noForm: true;
|
|
63
|
-
};
|
|
64
|
-
readonly context: {
|
|
65
|
-
readonly type: "string";
|
|
66
|
-
};
|
|
67
|
-
readonly message: {
|
|
68
|
-
readonly type: "string";
|
|
69
|
-
};
|
|
70
|
-
readonly details: {
|
|
71
|
-
readonly type: "object";
|
|
72
|
-
readonly variable: true;
|
|
73
|
-
};
|
|
74
|
-
readonly created_at: {
|
|
75
|
-
readonly type: "string";
|
|
76
|
-
readonly format: "date-time";
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
readonly icon: "magnifying-glass";
|
|
80
|
-
readonly presets: readonly ["view"];
|
|
81
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
82
|
-
}>, options?: import("@aeriajs/api").GetOptions | undefined) => Promise<import("@aeriajs/types").SchemaWithId<{
|
|
83
|
-
readonly $id: "log";
|
|
84
|
-
readonly required: readonly ["context", "message"];
|
|
85
|
-
readonly properties: {
|
|
86
|
-
readonly owner: {
|
|
87
|
-
readonly $ref: "user";
|
|
88
|
-
readonly noForm: true;
|
|
89
|
-
};
|
|
90
|
-
readonly context: {
|
|
91
|
-
readonly type: "string";
|
|
92
|
-
};
|
|
93
|
-
readonly message: {
|
|
94
|
-
readonly type: "string";
|
|
95
|
-
};
|
|
96
|
-
readonly details: {
|
|
97
|
-
readonly type: "object";
|
|
98
|
-
readonly variable: true;
|
|
99
|
-
};
|
|
100
|
-
readonly created_at: {
|
|
101
|
-
readonly type: "string";
|
|
102
|
-
readonly format: "date-time";
|
|
103
|
-
};
|
|
104
|
-
};
|
|
105
|
-
readonly icon: "magnifying-glass";
|
|
106
|
-
readonly presets: readonly ["view"];
|
|
107
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
108
|
-
}> | null>;
|
|
109
|
-
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").Context<{
|
|
110
|
-
readonly $id: "log";
|
|
111
|
-
readonly required: readonly ["context", "message"];
|
|
112
|
-
readonly properties: {
|
|
113
|
-
readonly owner: {
|
|
114
|
-
readonly $ref: "user";
|
|
115
|
-
readonly noForm: true;
|
|
116
|
-
};
|
|
117
|
-
readonly context: {
|
|
118
|
-
readonly type: "string";
|
|
119
|
-
};
|
|
120
|
-
readonly message: {
|
|
121
|
-
readonly type: "string";
|
|
122
|
-
};
|
|
123
|
-
readonly details: {
|
|
124
|
-
readonly type: "object";
|
|
125
|
-
readonly variable: true;
|
|
126
|
-
};
|
|
127
|
-
readonly created_at: {
|
|
128
|
-
readonly type: "string";
|
|
129
|
-
readonly format: "date-time";
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
|
-
readonly icon: "magnifying-glass";
|
|
133
|
-
readonly presets: readonly ["view"];
|
|
134
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
135
|
-
}>, options?: import("@aeriajs/api").GetAllOptions | undefined) => Promise<import("@aeriajs/types").SchemaWithId<{
|
|
136
|
-
readonly $id: "log";
|
|
137
|
-
readonly required: readonly ["context", "message"];
|
|
138
|
-
readonly properties: {
|
|
139
|
-
readonly owner: {
|
|
140
|
-
readonly $ref: "user";
|
|
141
|
-
readonly noForm: true;
|
|
142
|
-
};
|
|
143
|
-
readonly context: {
|
|
144
|
-
readonly type: "string";
|
|
145
|
-
};
|
|
146
|
-
readonly message: {
|
|
147
|
-
readonly type: "string";
|
|
148
|
-
};
|
|
149
|
-
readonly details: {
|
|
150
|
-
readonly type: "object";
|
|
151
|
-
readonly variable: true;
|
|
152
|
-
};
|
|
153
|
-
readonly created_at: {
|
|
154
|
-
readonly type: "string";
|
|
155
|
-
readonly format: "date-time";
|
|
156
|
-
};
|
|
157
|
-
};
|
|
158
|
-
readonly icon: "magnifying-glass";
|
|
159
|
-
readonly presets: readonly ["view"];
|
|
160
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
161
|
-
}>[]>;
|
|
162
|
-
readonly insert: (payload: import("@aeriajs/types").InsertPayload<import("@aeriajs/types").SchemaWithId<{
|
|
163
|
-
readonly $id: "log";
|
|
164
|
-
readonly required: readonly ["context", "message"];
|
|
165
|
-
readonly properties: {
|
|
166
|
-
readonly owner: {
|
|
167
|
-
readonly $ref: "user";
|
|
168
|
-
readonly noForm: true;
|
|
169
|
-
};
|
|
170
|
-
readonly context: {
|
|
171
|
-
readonly type: "string";
|
|
172
|
-
};
|
|
173
|
-
readonly message: {
|
|
174
|
-
readonly type: "string";
|
|
175
|
-
};
|
|
176
|
-
readonly details: {
|
|
177
|
-
readonly type: "object";
|
|
178
|
-
readonly variable: true;
|
|
179
|
-
};
|
|
180
|
-
readonly created_at: {
|
|
181
|
-
readonly type: "string";
|
|
182
|
-
readonly format: "date-time";
|
|
183
|
-
};
|
|
184
|
-
};
|
|
185
|
-
readonly icon: "magnifying-glass";
|
|
186
|
-
readonly presets: readonly ["view"];
|
|
187
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
188
|
-
}>>, context: import("@aeriajs/types").Context<{
|
|
189
|
-
readonly $id: "log";
|
|
190
|
-
readonly required: readonly ["context", "message"];
|
|
191
|
-
readonly properties: {
|
|
192
|
-
readonly owner: {
|
|
193
|
-
readonly $ref: "user";
|
|
194
|
-
readonly noForm: true;
|
|
195
|
-
};
|
|
196
|
-
readonly context: {
|
|
197
|
-
readonly type: "string";
|
|
198
|
-
};
|
|
199
|
-
readonly message: {
|
|
200
|
-
readonly type: "string";
|
|
201
|
-
};
|
|
202
|
-
readonly details: {
|
|
203
|
-
readonly type: "object";
|
|
204
|
-
readonly variable: true;
|
|
205
|
-
};
|
|
206
|
-
readonly created_at: {
|
|
207
|
-
readonly type: "string";
|
|
208
|
-
readonly format: "date-time";
|
|
209
|
-
};
|
|
210
|
-
};
|
|
211
|
-
readonly icon: "magnifying-glass";
|
|
212
|
-
readonly presets: readonly ["view"];
|
|
213
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
214
|
-
}>, options?: import("@aeriajs/api").InsertOptions | undefined) => Promise<import("@aeriajs/types").Right<any> | import("@aeriajs/types").Left<import("@aeriajs/types").ACErrors | import("@aeriajs/types").ValidationError>>;
|
|
30
|
+
readonly get: <TContext extends import("@aeriajs/types").Context, TDocument = import("@aeriajs/types").SchemaWithId<TContext["description"]>>(payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<TContext["description"]>>, context: TContext extends import("@aeriajs/types").Context<any> ? TContext : never, options?: import("@aeriajs/api").GetOptions | undefined) => Promise<TDocument | null>;
|
|
31
|
+
readonly getAll: <TContext_1 extends import("@aeriajs/types").Context, TDocument_1 = import("@aeriajs/types").SchemaWithId<TContext_1["description"]>>(_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: TContext_1, options?: import("@aeriajs/api").GetAllOptions | undefined) => Promise<TDocument_1[]>;
|
|
32
|
+
readonly insert: <TContext_2 extends import("@aeriajs/types").Context, TDocument_2 = import("@aeriajs/types").SchemaWithId<TContext_2["description"]>>(payload: import("@aeriajs/types").InsertPayload<import("@aeriajs/types").SchemaWithId<TContext_2["description"]>>, context: TContext_2, options?: import("@aeriajs/api").InsertOptions | undefined) => Promise<import("@aeriajs/types").Right<any> | import("@aeriajs/types").Left<import("@aeriajs/types").ACErrors | import("@aeriajs/types").ValidationError>>;
|
|
215
33
|
};
|
|
216
|
-
}>, "description" | "functions" | "item"> & {
|
|
34
|
+
}>, "description" | "functions" | "item" | "accessControl" | "functionContracts"> & {
|
|
217
35
|
item: import("@aeriajs/types").SchemaWithId<{
|
|
218
36
|
readonly $id: "log";
|
|
219
37
|
readonly required: readonly ["context", "message"];
|
|
@@ -269,198 +87,16 @@ export declare const log: Omit<import("@aeriajs/types").Collection<{
|
|
|
269
87
|
readonly filters: readonly ["context", "message", "owner"];
|
|
270
88
|
};
|
|
271
89
|
functions: {
|
|
272
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
readonly properties: {
|
|
276
|
-
readonly owner: {
|
|
277
|
-
readonly $ref: "user";
|
|
278
|
-
readonly noForm: true;
|
|
279
|
-
};
|
|
280
|
-
readonly context: {
|
|
281
|
-
readonly type: "string";
|
|
282
|
-
};
|
|
283
|
-
readonly message: {
|
|
284
|
-
readonly type: "string";
|
|
285
|
-
};
|
|
286
|
-
readonly details: {
|
|
287
|
-
readonly type: "object";
|
|
288
|
-
readonly variable: true;
|
|
289
|
-
};
|
|
290
|
-
readonly created_at: {
|
|
291
|
-
readonly type: "string";
|
|
292
|
-
readonly format: "date-time";
|
|
293
|
-
};
|
|
294
|
-
};
|
|
295
|
-
readonly icon: "magnifying-glass";
|
|
296
|
-
readonly presets: readonly ["view"];
|
|
297
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
298
|
-
}>>, context: import("@aeriajs/types").Context<{
|
|
299
|
-
readonly $id: "log";
|
|
300
|
-
readonly required: readonly ["context", "message"];
|
|
301
|
-
readonly properties: {
|
|
302
|
-
readonly owner: {
|
|
303
|
-
readonly $ref: "user";
|
|
304
|
-
readonly noForm: true;
|
|
305
|
-
};
|
|
306
|
-
readonly context: {
|
|
307
|
-
readonly type: "string";
|
|
308
|
-
};
|
|
309
|
-
readonly message: {
|
|
310
|
-
readonly type: "string";
|
|
311
|
-
};
|
|
312
|
-
readonly details: {
|
|
313
|
-
readonly type: "object";
|
|
314
|
-
readonly variable: true;
|
|
315
|
-
};
|
|
316
|
-
readonly created_at: {
|
|
317
|
-
readonly type: "string";
|
|
318
|
-
readonly format: "date-time";
|
|
319
|
-
};
|
|
320
|
-
};
|
|
321
|
-
readonly icon: "magnifying-glass";
|
|
322
|
-
readonly presets: readonly ["view"];
|
|
323
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
324
|
-
}>, options?: import("@aeriajs/api").GetOptions | undefined) => Promise<import("@aeriajs/types").SchemaWithId<{
|
|
325
|
-
readonly $id: "log";
|
|
326
|
-
readonly required: readonly ["context", "message"];
|
|
327
|
-
readonly properties: {
|
|
328
|
-
readonly owner: {
|
|
329
|
-
readonly $ref: "user";
|
|
330
|
-
readonly noForm: true;
|
|
331
|
-
};
|
|
332
|
-
readonly context: {
|
|
333
|
-
readonly type: "string";
|
|
334
|
-
};
|
|
335
|
-
readonly message: {
|
|
336
|
-
readonly type: "string";
|
|
337
|
-
};
|
|
338
|
-
readonly details: {
|
|
339
|
-
readonly type: "object";
|
|
340
|
-
readonly variable: true;
|
|
341
|
-
};
|
|
342
|
-
readonly created_at: {
|
|
343
|
-
readonly type: "string";
|
|
344
|
-
readonly format: "date-time";
|
|
345
|
-
};
|
|
346
|
-
};
|
|
347
|
-
readonly icon: "magnifying-glass";
|
|
348
|
-
readonly presets: readonly ["view"];
|
|
349
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
350
|
-
}> | null>;
|
|
351
|
-
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").Context<{
|
|
352
|
-
readonly $id: "log";
|
|
353
|
-
readonly required: readonly ["context", "message"];
|
|
354
|
-
readonly properties: {
|
|
355
|
-
readonly owner: {
|
|
356
|
-
readonly $ref: "user";
|
|
357
|
-
readonly noForm: true;
|
|
358
|
-
};
|
|
359
|
-
readonly context: {
|
|
360
|
-
readonly type: "string";
|
|
361
|
-
};
|
|
362
|
-
readonly message: {
|
|
363
|
-
readonly type: "string";
|
|
364
|
-
};
|
|
365
|
-
readonly details: {
|
|
366
|
-
readonly type: "object";
|
|
367
|
-
readonly variable: true;
|
|
368
|
-
};
|
|
369
|
-
readonly created_at: {
|
|
370
|
-
readonly type: "string";
|
|
371
|
-
readonly format: "date-time";
|
|
372
|
-
};
|
|
373
|
-
};
|
|
374
|
-
readonly icon: "magnifying-glass";
|
|
375
|
-
readonly presets: readonly ["view"];
|
|
376
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
377
|
-
}>, options?: import("@aeriajs/api").GetAllOptions | undefined) => Promise<import("@aeriajs/types").SchemaWithId<{
|
|
378
|
-
readonly $id: "log";
|
|
379
|
-
readonly required: readonly ["context", "message"];
|
|
380
|
-
readonly properties: {
|
|
381
|
-
readonly owner: {
|
|
382
|
-
readonly $ref: "user";
|
|
383
|
-
readonly noForm: true;
|
|
384
|
-
};
|
|
385
|
-
readonly context: {
|
|
386
|
-
readonly type: "string";
|
|
387
|
-
};
|
|
388
|
-
readonly message: {
|
|
389
|
-
readonly type: "string";
|
|
390
|
-
};
|
|
391
|
-
readonly details: {
|
|
392
|
-
readonly type: "object";
|
|
393
|
-
readonly variable: true;
|
|
394
|
-
};
|
|
395
|
-
readonly created_at: {
|
|
396
|
-
readonly type: "string";
|
|
397
|
-
readonly format: "date-time";
|
|
398
|
-
};
|
|
399
|
-
};
|
|
400
|
-
readonly icon: "magnifying-glass";
|
|
401
|
-
readonly presets: readonly ["view"];
|
|
402
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
403
|
-
}>[]>;
|
|
404
|
-
readonly insert: (payload: import("@aeriajs/types").InsertPayload<import("@aeriajs/types").SchemaWithId<{
|
|
405
|
-
readonly $id: "log";
|
|
406
|
-
readonly required: readonly ["context", "message"];
|
|
407
|
-
readonly properties: {
|
|
408
|
-
readonly owner: {
|
|
409
|
-
readonly $ref: "user";
|
|
410
|
-
readonly noForm: true;
|
|
411
|
-
};
|
|
412
|
-
readonly context: {
|
|
413
|
-
readonly type: "string";
|
|
414
|
-
};
|
|
415
|
-
readonly message: {
|
|
416
|
-
readonly type: "string";
|
|
417
|
-
};
|
|
418
|
-
readonly details: {
|
|
419
|
-
readonly type: "object";
|
|
420
|
-
readonly variable: true;
|
|
421
|
-
};
|
|
422
|
-
readonly created_at: {
|
|
423
|
-
readonly type: "string";
|
|
424
|
-
readonly format: "date-time";
|
|
425
|
-
};
|
|
426
|
-
};
|
|
427
|
-
readonly icon: "magnifying-glass";
|
|
428
|
-
readonly presets: readonly ["view"];
|
|
429
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
430
|
-
}>>, context: import("@aeriajs/types").Context<{
|
|
431
|
-
readonly $id: "log";
|
|
432
|
-
readonly required: readonly ["context", "message"];
|
|
433
|
-
readonly properties: {
|
|
434
|
-
readonly owner: {
|
|
435
|
-
readonly $ref: "user";
|
|
436
|
-
readonly noForm: true;
|
|
437
|
-
};
|
|
438
|
-
readonly context: {
|
|
439
|
-
readonly type: "string";
|
|
440
|
-
};
|
|
441
|
-
readonly message: {
|
|
442
|
-
readonly type: "string";
|
|
443
|
-
};
|
|
444
|
-
readonly details: {
|
|
445
|
-
readonly type: "object";
|
|
446
|
-
readonly variable: true;
|
|
447
|
-
};
|
|
448
|
-
readonly created_at: {
|
|
449
|
-
readonly type: "string";
|
|
450
|
-
readonly format: "date-time";
|
|
451
|
-
};
|
|
452
|
-
};
|
|
453
|
-
readonly icon: "magnifying-glass";
|
|
454
|
-
readonly presets: readonly ["view"];
|
|
455
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
456
|
-
}>, options?: import("@aeriajs/api").InsertOptions | undefined) => Promise<import("@aeriajs/types").Right<any> | import("@aeriajs/types").Left<import("@aeriajs/types").ACErrors | import("@aeriajs/types").ValidationError>>;
|
|
90
|
+
readonly get: <TContext extends import("@aeriajs/types").Context, TDocument = import("@aeriajs/types").SchemaWithId<TContext["description"]>>(payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<TContext["description"]>>, context: TContext extends import("@aeriajs/types").Context<any> ? TContext : never, options?: import("@aeriajs/api").GetOptions | undefined) => Promise<TDocument | null>;
|
|
91
|
+
readonly getAll: <TContext_1 extends import("@aeriajs/types").Context, TDocument_1 = import("@aeriajs/types").SchemaWithId<TContext_1["description"]>>(_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: TContext_1, options?: import("@aeriajs/api").GetAllOptions | undefined) => Promise<TDocument_1[]>;
|
|
92
|
+
readonly insert: <TContext_2 extends import("@aeriajs/types").Context, TDocument_2 = import("@aeriajs/types").SchemaWithId<TContext_2["description"]>>(payload: import("@aeriajs/types").InsertPayload<import("@aeriajs/types").SchemaWithId<TContext_2["description"]>>, context: TContext_2, options?: import("@aeriajs/api").InsertOptions | undefined) => Promise<import("@aeriajs/types").Right<any> | import("@aeriajs/types").Left<import("@aeriajs/types").ACErrors | import("@aeriajs/types").ValidationError>>;
|
|
457
93
|
};
|
|
458
94
|
functionContracts: Partial<{
|
|
459
95
|
readonly get: import("@aeriajs/types").Contract;
|
|
460
96
|
readonly getAll: import("@aeriajs/types").Contract;
|
|
461
97
|
readonly insert: import("@aeriajs/types").Contract;
|
|
462
98
|
}>;
|
|
463
|
-
accessControl: import("@aeriajs/types").AccessControl<{
|
|
99
|
+
accessControl: import("@aeriajs/types").AccessControl | import("@aeriajs/types").AccessControl<{
|
|
464
100
|
description: {
|
|
465
101
|
readonly $id: "log";
|
|
466
102
|
readonly required: readonly ["context", "message"];
|
|
@@ -488,192 +124,6 @@ export declare const log: Omit<import("@aeriajs/types").Collection<{
|
|
|
488
124
|
readonly presets: readonly ["view"];
|
|
489
125
|
readonly filters: readonly ["context", "message", "owner"];
|
|
490
126
|
};
|
|
491
|
-
functions:
|
|
492
|
-
|
|
493
|
-
readonly $id: "log";
|
|
494
|
-
readonly required: readonly ["context", "message"];
|
|
495
|
-
readonly properties: {
|
|
496
|
-
readonly owner: {
|
|
497
|
-
readonly $ref: "user";
|
|
498
|
-
readonly noForm: true;
|
|
499
|
-
};
|
|
500
|
-
readonly context: {
|
|
501
|
-
readonly type: "string";
|
|
502
|
-
};
|
|
503
|
-
readonly message: {
|
|
504
|
-
readonly type: "string";
|
|
505
|
-
};
|
|
506
|
-
readonly details: {
|
|
507
|
-
readonly type: "object";
|
|
508
|
-
readonly variable: true;
|
|
509
|
-
};
|
|
510
|
-
readonly created_at: {
|
|
511
|
-
readonly type: "string";
|
|
512
|
-
readonly format: "date-time";
|
|
513
|
-
};
|
|
514
|
-
};
|
|
515
|
-
readonly icon: "magnifying-glass";
|
|
516
|
-
readonly presets: readonly ["view"];
|
|
517
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
518
|
-
}>>, context: import("@aeriajs/types").Context<{
|
|
519
|
-
readonly $id: "log";
|
|
520
|
-
readonly required: readonly ["context", "message"];
|
|
521
|
-
readonly properties: {
|
|
522
|
-
readonly owner: {
|
|
523
|
-
readonly $ref: "user";
|
|
524
|
-
readonly noForm: true;
|
|
525
|
-
};
|
|
526
|
-
readonly context: {
|
|
527
|
-
readonly type: "string";
|
|
528
|
-
};
|
|
529
|
-
readonly message: {
|
|
530
|
-
readonly type: "string";
|
|
531
|
-
};
|
|
532
|
-
readonly details: {
|
|
533
|
-
readonly type: "object";
|
|
534
|
-
readonly variable: true;
|
|
535
|
-
};
|
|
536
|
-
readonly created_at: {
|
|
537
|
-
readonly type: "string";
|
|
538
|
-
readonly format: "date-time";
|
|
539
|
-
};
|
|
540
|
-
};
|
|
541
|
-
readonly icon: "magnifying-glass";
|
|
542
|
-
readonly presets: readonly ["view"];
|
|
543
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
544
|
-
}>, options?: import("@aeriajs/api").GetOptions | undefined) => Promise<import("@aeriajs/types").SchemaWithId<{
|
|
545
|
-
readonly $id: "log";
|
|
546
|
-
readonly required: readonly ["context", "message"];
|
|
547
|
-
readonly properties: {
|
|
548
|
-
readonly owner: {
|
|
549
|
-
readonly $ref: "user";
|
|
550
|
-
readonly noForm: true;
|
|
551
|
-
};
|
|
552
|
-
readonly context: {
|
|
553
|
-
readonly type: "string";
|
|
554
|
-
};
|
|
555
|
-
readonly message: {
|
|
556
|
-
readonly type: "string";
|
|
557
|
-
};
|
|
558
|
-
readonly details: {
|
|
559
|
-
readonly type: "object";
|
|
560
|
-
readonly variable: true;
|
|
561
|
-
};
|
|
562
|
-
readonly created_at: {
|
|
563
|
-
readonly type: "string";
|
|
564
|
-
readonly format: "date-time";
|
|
565
|
-
};
|
|
566
|
-
};
|
|
567
|
-
readonly icon: "magnifying-glass";
|
|
568
|
-
readonly presets: readonly ["view"];
|
|
569
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
570
|
-
}> | null>;
|
|
571
|
-
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").Context<{
|
|
572
|
-
readonly $id: "log";
|
|
573
|
-
readonly required: readonly ["context", "message"];
|
|
574
|
-
readonly properties: {
|
|
575
|
-
readonly owner: {
|
|
576
|
-
readonly $ref: "user";
|
|
577
|
-
readonly noForm: true;
|
|
578
|
-
};
|
|
579
|
-
readonly context: {
|
|
580
|
-
readonly type: "string";
|
|
581
|
-
};
|
|
582
|
-
readonly message: {
|
|
583
|
-
readonly type: "string";
|
|
584
|
-
};
|
|
585
|
-
readonly details: {
|
|
586
|
-
readonly type: "object";
|
|
587
|
-
readonly variable: true;
|
|
588
|
-
};
|
|
589
|
-
readonly created_at: {
|
|
590
|
-
readonly type: "string";
|
|
591
|
-
readonly format: "date-time";
|
|
592
|
-
};
|
|
593
|
-
};
|
|
594
|
-
readonly icon: "magnifying-glass";
|
|
595
|
-
readonly presets: readonly ["view"];
|
|
596
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
597
|
-
}>, options?: import("@aeriajs/api").GetAllOptions | undefined) => Promise<import("@aeriajs/types").SchemaWithId<{
|
|
598
|
-
readonly $id: "log";
|
|
599
|
-
readonly required: readonly ["context", "message"];
|
|
600
|
-
readonly properties: {
|
|
601
|
-
readonly owner: {
|
|
602
|
-
readonly $ref: "user";
|
|
603
|
-
readonly noForm: true;
|
|
604
|
-
};
|
|
605
|
-
readonly context: {
|
|
606
|
-
readonly type: "string";
|
|
607
|
-
};
|
|
608
|
-
readonly message: {
|
|
609
|
-
readonly type: "string";
|
|
610
|
-
};
|
|
611
|
-
readonly details: {
|
|
612
|
-
readonly type: "object";
|
|
613
|
-
readonly variable: true;
|
|
614
|
-
};
|
|
615
|
-
readonly created_at: {
|
|
616
|
-
readonly type: "string";
|
|
617
|
-
readonly format: "date-time";
|
|
618
|
-
};
|
|
619
|
-
};
|
|
620
|
-
readonly icon: "magnifying-glass";
|
|
621
|
-
readonly presets: readonly ["view"];
|
|
622
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
623
|
-
}>[]>;
|
|
624
|
-
readonly insert: (payload: import("@aeriajs/types").InsertPayload<import("@aeriajs/types").SchemaWithId<{
|
|
625
|
-
readonly $id: "log";
|
|
626
|
-
readonly required: readonly ["context", "message"];
|
|
627
|
-
readonly properties: {
|
|
628
|
-
readonly owner: {
|
|
629
|
-
readonly $ref: "user";
|
|
630
|
-
readonly noForm: true;
|
|
631
|
-
};
|
|
632
|
-
readonly context: {
|
|
633
|
-
readonly type: "string";
|
|
634
|
-
};
|
|
635
|
-
readonly message: {
|
|
636
|
-
readonly type: "string";
|
|
637
|
-
};
|
|
638
|
-
readonly details: {
|
|
639
|
-
readonly type: "object";
|
|
640
|
-
readonly variable: true;
|
|
641
|
-
};
|
|
642
|
-
readonly created_at: {
|
|
643
|
-
readonly type: "string";
|
|
644
|
-
readonly format: "date-time";
|
|
645
|
-
};
|
|
646
|
-
};
|
|
647
|
-
readonly icon: "magnifying-glass";
|
|
648
|
-
readonly presets: readonly ["view"];
|
|
649
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
650
|
-
}>>, context: import("@aeriajs/types").Context<{
|
|
651
|
-
readonly $id: "log";
|
|
652
|
-
readonly required: readonly ["context", "message"];
|
|
653
|
-
readonly properties: {
|
|
654
|
-
readonly owner: {
|
|
655
|
-
readonly $ref: "user";
|
|
656
|
-
readonly noForm: true;
|
|
657
|
-
};
|
|
658
|
-
readonly context: {
|
|
659
|
-
readonly type: "string";
|
|
660
|
-
};
|
|
661
|
-
readonly message: {
|
|
662
|
-
readonly type: "string";
|
|
663
|
-
};
|
|
664
|
-
readonly details: {
|
|
665
|
-
readonly type: "object";
|
|
666
|
-
readonly variable: true;
|
|
667
|
-
};
|
|
668
|
-
readonly created_at: {
|
|
669
|
-
readonly type: "string";
|
|
670
|
-
readonly format: "date-time";
|
|
671
|
-
};
|
|
672
|
-
};
|
|
673
|
-
readonly icon: "magnifying-glass";
|
|
674
|
-
readonly presets: readonly ["view"];
|
|
675
|
-
readonly filters: readonly ["context", "message", "owner"];
|
|
676
|
-
}>, options?: import("@aeriajs/api").InsertOptions | undefined) => Promise<import("@aeriajs/types").Right<any> | import("@aeriajs/types").Left<import("@aeriajs/types").ACErrors | import("@aeriajs/types").ValidationError>>;
|
|
677
|
-
};
|
|
678
|
-
}>;
|
|
127
|
+
functions: any;
|
|
128
|
+
}> | undefined;
|
|
679
129
|
};
|
|
@@ -12,7 +12,7 @@ export declare const resourceUsage: Omit<import("@aeriajs/types").Collection<{
|
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
-
}>, "description" | "functions" | "item"> & {
|
|
15
|
+
}>, "description" | "functions" | "item" | "accessControl" | "functionContracts"> & {
|
|
16
16
|
item: import("@aeriajs/types").SchemaWithId<{
|
|
17
17
|
readonly $id: "resourceUsage";
|
|
18
18
|
readonly required: readonly [];
|
|
@@ -39,25 +39,9 @@ export declare const resourceUsage: Omit<import("@aeriajs/types").Collection<{
|
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
};
|
|
42
|
-
functions: {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
readonly required: readonly [];
|
|
46
|
-
readonly properties: {
|
|
47
|
-
readonly hits: {
|
|
48
|
-
readonly type: "integer";
|
|
49
|
-
};
|
|
50
|
-
readonly last_maximum_reach: {
|
|
51
|
-
readonly type: "string";
|
|
52
|
-
readonly format: "date-time";
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
}>, ...args: any[]) => any;
|
|
56
|
-
};
|
|
57
|
-
functionContracts: Partial<{
|
|
58
|
-
[x: string]: import("@aeriajs/types").Contract;
|
|
59
|
-
}>;
|
|
60
|
-
accessControl: import("@aeriajs/types").AccessControl<{
|
|
42
|
+
functions: {};
|
|
43
|
+
functionContracts: Partial<{}>;
|
|
44
|
+
accessControl: import("@aeriajs/types").AccessControl | import("@aeriajs/types").AccessControl<{
|
|
61
45
|
description: {
|
|
62
46
|
readonly $id: "resourceUsage";
|
|
63
47
|
readonly required: readonly [];
|
|
@@ -71,20 +55,6 @@ export declare const resourceUsage: Omit<import("@aeriajs/types").Collection<{
|
|
|
71
55
|
};
|
|
72
56
|
};
|
|
73
57
|
};
|
|
74
|
-
functions:
|
|
75
|
-
|
|
76
|
-
readonly $id: "resourceUsage";
|
|
77
|
-
readonly required: readonly [];
|
|
78
|
-
readonly properties: {
|
|
79
|
-
readonly hits: {
|
|
80
|
-
readonly type: "integer";
|
|
81
|
-
};
|
|
82
|
-
readonly last_maximum_reach: {
|
|
83
|
-
readonly type: "string";
|
|
84
|
-
readonly format: "date-time";
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
}>, ...args: any[]) => any;
|
|
88
|
-
};
|
|
89
|
-
}>;
|
|
58
|
+
functions: any;
|
|
59
|
+
}> | undefined;
|
|
90
60
|
};
|