@aeriajs/builtins 0.0.263 → 0.0.265
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/description.d.ts +2 -0
- package/dist/collections/file/description.js +2 -0
- package/dist/collections/file/description.mjs +2 -0
- package/dist/collections/file/download.d.ts +1 -0
- package/dist/collections/file/index.d.ts +16 -0
- package/dist/collections/file/insert.d.ts +2 -0
- package/dist/collections/user/activate.d.ts +2 -0
- package/dist/collections/user/authenticate.d.ts +3 -0
- package/dist/collections/user/createAccount.d.ts +6 -0
- package/dist/collections/user/description.d.ts +3 -0
- package/dist/collections/user/description.js +3 -0
- package/dist/collections/user/description.mjs +3 -0
- package/dist/collections/user/editProfile.d.ts +5 -0
- package/dist/collections/user/getActivationLink.d.ts +3 -0
- package/dist/collections/user/getCurrentUser.d.ts +2 -0
- package/dist/collections/user/getInfo.d.ts +2 -0
- package/dist/collections/user/getRedefinePasswordLink.d.ts +3 -0
- package/dist/collections/user/index.d.ts +84 -0
- package/dist/collections/user/redefinePassword.d.ts +3 -0
- package/dist/index.d.ts +100 -0
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -40,9 +40,11 @@ export declare const collections: {
|
|
|
40
40
|
readonly type: "boolean";
|
|
41
41
|
};
|
|
42
42
|
readonly link: {
|
|
43
|
+
readonly type: "getter";
|
|
43
44
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
44
45
|
};
|
|
45
46
|
readonly download_link: {
|
|
47
|
+
readonly type: "getter";
|
|
46
48
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
47
49
|
};
|
|
48
50
|
};
|
|
@@ -97,9 +99,11 @@ export declare const collections: {
|
|
|
97
99
|
readonly type: "boolean";
|
|
98
100
|
};
|
|
99
101
|
readonly link: {
|
|
102
|
+
readonly type: "getter";
|
|
100
103
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
101
104
|
};
|
|
102
105
|
readonly download_link: {
|
|
106
|
+
readonly type: "getter";
|
|
103
107
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
104
108
|
};
|
|
105
109
|
};
|
|
@@ -182,9 +186,11 @@ export declare const collections: {
|
|
|
182
186
|
readonly type: "boolean";
|
|
183
187
|
};
|
|
184
188
|
readonly link: {
|
|
189
|
+
readonly type: "getter";
|
|
185
190
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
186
191
|
};
|
|
187
192
|
readonly download_link: {
|
|
193
|
+
readonly type: "getter";
|
|
188
194
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
189
195
|
};
|
|
190
196
|
};
|
|
@@ -303,6 +309,7 @@ export declare const collections: {
|
|
|
303
309
|
};
|
|
304
310
|
readonly result: {
|
|
305
311
|
readonly const: undefined;
|
|
312
|
+
readonly isConstUndefined: true;
|
|
306
313
|
};
|
|
307
314
|
readonly error: {
|
|
308
315
|
readonly type: "object";
|
|
@@ -361,9 +368,11 @@ export declare const collections: {
|
|
|
361
368
|
readonly type: "boolean";
|
|
362
369
|
};
|
|
363
370
|
readonly link: {
|
|
371
|
+
readonly type: "getter";
|
|
364
372
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
365
373
|
};
|
|
366
374
|
readonly download_link: {
|
|
375
|
+
readonly type: "getter";
|
|
367
376
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
368
377
|
};
|
|
369
378
|
};
|
|
@@ -412,9 +421,11 @@ export declare const collections: {
|
|
|
412
421
|
readonly type: "boolean";
|
|
413
422
|
};
|
|
414
423
|
readonly link: {
|
|
424
|
+
readonly type: "getter";
|
|
415
425
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
416
426
|
};
|
|
417
427
|
readonly download_link: {
|
|
428
|
+
readonly type: "getter";
|
|
418
429
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
419
430
|
};
|
|
420
431
|
};
|
|
@@ -469,9 +480,11 @@ export declare const collections: {
|
|
|
469
480
|
readonly type: "boolean";
|
|
470
481
|
};
|
|
471
482
|
readonly link: {
|
|
483
|
+
readonly type: "getter";
|
|
472
484
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
473
485
|
};
|
|
474
486
|
readonly download_link: {
|
|
487
|
+
readonly type: "getter";
|
|
475
488
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
476
489
|
};
|
|
477
490
|
};
|
|
@@ -554,9 +567,11 @@ export declare const collections: {
|
|
|
554
567
|
readonly type: "boolean";
|
|
555
568
|
};
|
|
556
569
|
readonly link: {
|
|
570
|
+
readonly type: "getter";
|
|
557
571
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
558
572
|
};
|
|
559
573
|
readonly download_link: {
|
|
574
|
+
readonly type: "getter";
|
|
560
575
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
561
576
|
};
|
|
562
577
|
};
|
|
@@ -668,6 +683,7 @@ export declare const collections: {
|
|
|
668
683
|
};
|
|
669
684
|
readonly result: {
|
|
670
685
|
readonly const: undefined;
|
|
686
|
+
readonly isConstUndefined: true;
|
|
671
687
|
};
|
|
672
688
|
readonly error: {
|
|
673
689
|
readonly type: "object";
|
|
@@ -922,9 +938,11 @@ export declare const collections: {
|
|
|
922
938
|
readonly minLength: 1;
|
|
923
939
|
};
|
|
924
940
|
readonly given_name: {
|
|
941
|
+
readonly type: "getter";
|
|
925
942
|
readonly getter: (doc: object) => string | undefined;
|
|
926
943
|
};
|
|
927
944
|
readonly family_name: {
|
|
945
|
+
readonly type: "getter";
|
|
928
946
|
readonly getter: (doc: object) => string | undefined;
|
|
929
947
|
};
|
|
930
948
|
readonly active: {
|
|
@@ -957,6 +975,7 @@ export declare const collections: {
|
|
|
957
975
|
readonly accept: readonly ["image/*"];
|
|
958
976
|
};
|
|
959
977
|
readonly picture: {
|
|
978
|
+
readonly type: "getter";
|
|
960
979
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
961
980
|
};
|
|
962
981
|
readonly self_registered: {
|
|
@@ -1028,9 +1047,11 @@ export declare const collections: {
|
|
|
1028
1047
|
readonly minLength: 1;
|
|
1029
1048
|
};
|
|
1030
1049
|
readonly given_name: {
|
|
1050
|
+
readonly type: "getter";
|
|
1031
1051
|
readonly getter: (doc: object) => string | undefined;
|
|
1032
1052
|
};
|
|
1033
1053
|
readonly family_name: {
|
|
1054
|
+
readonly type: "getter";
|
|
1034
1055
|
readonly getter: (doc: object) => string | undefined;
|
|
1035
1056
|
};
|
|
1036
1057
|
readonly active: {
|
|
@@ -1063,6 +1084,7 @@ export declare const collections: {
|
|
|
1063
1084
|
readonly accept: readonly ["image/*"];
|
|
1064
1085
|
};
|
|
1065
1086
|
readonly picture: {
|
|
1087
|
+
readonly type: "getter";
|
|
1066
1088
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
1067
1089
|
};
|
|
1068
1090
|
readonly self_registered: {
|
|
@@ -1188,9 +1210,11 @@ export declare const collections: {
|
|
|
1188
1210
|
readonly minLength: 1;
|
|
1189
1211
|
};
|
|
1190
1212
|
readonly given_name: {
|
|
1213
|
+
readonly type: "getter";
|
|
1191
1214
|
readonly getter: (doc: object) => string | undefined;
|
|
1192
1215
|
};
|
|
1193
1216
|
readonly family_name: {
|
|
1217
|
+
readonly type: "getter";
|
|
1194
1218
|
readonly getter: (doc: object) => string | undefined;
|
|
1195
1219
|
};
|
|
1196
1220
|
readonly active: {
|
|
@@ -1219,6 +1243,7 @@ export declare const collections: {
|
|
|
1219
1243
|
readonly mask: "(##) #####-####";
|
|
1220
1244
|
};
|
|
1221
1245
|
readonly picture: {
|
|
1246
|
+
readonly type: "getter";
|
|
1222
1247
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
1223
1248
|
};
|
|
1224
1249
|
readonly self_registered: {
|
|
@@ -1247,6 +1272,7 @@ export declare const collections: {
|
|
|
1247
1272
|
};
|
|
1248
1273
|
readonly result: {
|
|
1249
1274
|
readonly const: undefined;
|
|
1275
|
+
readonly isConstUndefined: true;
|
|
1250
1276
|
};
|
|
1251
1277
|
readonly error: {
|
|
1252
1278
|
readonly type: "object";
|
|
@@ -1323,9 +1349,11 @@ export declare const collections: {
|
|
|
1323
1349
|
readonly minLength: 1;
|
|
1324
1350
|
};
|
|
1325
1351
|
readonly given_name: {
|
|
1352
|
+
readonly type: "getter";
|
|
1326
1353
|
readonly getter: (doc: object) => string | undefined;
|
|
1327
1354
|
};
|
|
1328
1355
|
readonly family_name: {
|
|
1356
|
+
readonly type: "getter";
|
|
1329
1357
|
readonly getter: (doc: object) => string | undefined;
|
|
1330
1358
|
};
|
|
1331
1359
|
readonly active: {
|
|
@@ -1358,6 +1386,7 @@ export declare const collections: {
|
|
|
1358
1386
|
readonly accept: readonly ["image/*"];
|
|
1359
1387
|
};
|
|
1360
1388
|
readonly picture: {
|
|
1389
|
+
readonly type: "getter";
|
|
1361
1390
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
1362
1391
|
};
|
|
1363
1392
|
readonly self_registered: {
|
|
@@ -1422,6 +1451,7 @@ export declare const collections: {
|
|
|
1422
1451
|
};
|
|
1423
1452
|
readonly error: {
|
|
1424
1453
|
readonly const: undefined;
|
|
1454
|
+
readonly isConstUndefined: true;
|
|
1425
1455
|
};
|
|
1426
1456
|
readonly result: {
|
|
1427
1457
|
readonly $ref: "user";
|
|
@@ -1436,6 +1466,7 @@ export declare const collections: {
|
|
|
1436
1466
|
};
|
|
1437
1467
|
readonly result: {
|
|
1438
1468
|
readonly const: undefined;
|
|
1469
|
+
readonly isConstUndefined: true;
|
|
1439
1470
|
};
|
|
1440
1471
|
readonly error: {
|
|
1441
1472
|
readonly type: "object";
|
|
@@ -1512,9 +1543,11 @@ export declare const collections: {
|
|
|
1512
1543
|
readonly minLength: 1;
|
|
1513
1544
|
};
|
|
1514
1545
|
readonly given_name: {
|
|
1546
|
+
readonly type: "getter";
|
|
1515
1547
|
readonly getter: (doc: object) => string | undefined;
|
|
1516
1548
|
};
|
|
1517
1549
|
readonly family_name: {
|
|
1550
|
+
readonly type: "getter";
|
|
1518
1551
|
readonly getter: (doc: object) => string | undefined;
|
|
1519
1552
|
};
|
|
1520
1553
|
readonly active: {
|
|
@@ -1547,6 +1580,7 @@ export declare const collections: {
|
|
|
1547
1580
|
readonly accept: readonly ["image/*"];
|
|
1548
1581
|
};
|
|
1549
1582
|
readonly picture: {
|
|
1583
|
+
readonly type: "getter";
|
|
1550
1584
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
1551
1585
|
};
|
|
1552
1586
|
readonly self_registered: {
|
|
@@ -1611,6 +1645,7 @@ export declare const collections: {
|
|
|
1611
1645
|
};
|
|
1612
1646
|
readonly error: {
|
|
1613
1647
|
readonly const: undefined;
|
|
1648
|
+
readonly isConstUndefined: true;
|
|
1614
1649
|
};
|
|
1615
1650
|
readonly result: {
|
|
1616
1651
|
readonly $ref: "user";
|
|
@@ -1662,6 +1697,7 @@ export declare const collections: {
|
|
|
1662
1697
|
};
|
|
1663
1698
|
readonly result: {
|
|
1664
1699
|
readonly const: undefined;
|
|
1700
|
+
readonly isConstUndefined: true;
|
|
1665
1701
|
};
|
|
1666
1702
|
readonly error: {
|
|
1667
1703
|
readonly type: "object";
|
|
@@ -1730,6 +1766,7 @@ export declare const collections: {
|
|
|
1730
1766
|
};
|
|
1731
1767
|
readonly error: {
|
|
1732
1768
|
readonly const: undefined;
|
|
1769
|
+
readonly isConstUndefined: true;
|
|
1733
1770
|
};
|
|
1734
1771
|
readonly result: {
|
|
1735
1772
|
readonly type: "object";
|
|
@@ -1766,9 +1803,11 @@ export declare const collections: {
|
|
|
1766
1803
|
readonly minLength: 1;
|
|
1767
1804
|
};
|
|
1768
1805
|
readonly given_name: {
|
|
1806
|
+
readonly type: "getter";
|
|
1769
1807
|
readonly getter: (doc: object) => string | undefined;
|
|
1770
1808
|
};
|
|
1771
1809
|
readonly family_name: {
|
|
1810
|
+
readonly type: "getter";
|
|
1772
1811
|
readonly getter: (doc: object) => string | undefined;
|
|
1773
1812
|
};
|
|
1774
1813
|
readonly active: {
|
|
@@ -1801,6 +1840,7 @@ export declare const collections: {
|
|
|
1801
1840
|
readonly accept: readonly ["image/*"];
|
|
1802
1841
|
};
|
|
1803
1842
|
readonly picture: {
|
|
1843
|
+
readonly type: "getter";
|
|
1804
1844
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
1805
1845
|
};
|
|
1806
1846
|
readonly self_registered: {
|
|
@@ -1895,6 +1935,7 @@ export declare const collections: {
|
|
|
1895
1935
|
};
|
|
1896
1936
|
readonly error: {
|
|
1897
1937
|
readonly const: undefined;
|
|
1938
|
+
readonly isConstUndefined: true;
|
|
1898
1939
|
};
|
|
1899
1940
|
readonly result: {
|
|
1900
1941
|
readonly type: "object";
|
|
@@ -2018,6 +2059,7 @@ export declare const collections: {
|
|
|
2018
2059
|
};
|
|
2019
2060
|
readonly result: {
|
|
2020
2061
|
readonly const: undefined;
|
|
2062
|
+
readonly isConstUndefined: true;
|
|
2021
2063
|
};
|
|
2022
2064
|
readonly error: {
|
|
2023
2065
|
readonly type: "object";
|
|
@@ -2086,6 +2128,7 @@ export declare const collections: {
|
|
|
2086
2128
|
};
|
|
2087
2129
|
readonly error: {
|
|
2088
2130
|
readonly const: undefined;
|
|
2131
|
+
readonly isConstUndefined: true;
|
|
2089
2132
|
};
|
|
2090
2133
|
readonly result: {
|
|
2091
2134
|
readonly type: "object";
|
|
@@ -2122,9 +2165,11 @@ export declare const collections: {
|
|
|
2122
2165
|
readonly minLength: 1;
|
|
2123
2166
|
};
|
|
2124
2167
|
readonly given_name: {
|
|
2168
|
+
readonly type: "getter";
|
|
2125
2169
|
readonly getter: (doc: object) => string | undefined;
|
|
2126
2170
|
};
|
|
2127
2171
|
readonly family_name: {
|
|
2172
|
+
readonly type: "getter";
|
|
2128
2173
|
readonly getter: (doc: object) => string | undefined;
|
|
2129
2174
|
};
|
|
2130
2175
|
readonly active: {
|
|
@@ -2157,6 +2202,7 @@ export declare const collections: {
|
|
|
2157
2202
|
readonly accept: readonly ["image/*"];
|
|
2158
2203
|
};
|
|
2159
2204
|
readonly picture: {
|
|
2205
|
+
readonly type: "getter";
|
|
2160
2206
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
2161
2207
|
};
|
|
2162
2208
|
readonly self_registered: {
|
|
@@ -2251,6 +2297,7 @@ export declare const collections: {
|
|
|
2251
2297
|
};
|
|
2252
2298
|
readonly error: {
|
|
2253
2299
|
readonly const: undefined;
|
|
2300
|
+
readonly isConstUndefined: true;
|
|
2254
2301
|
};
|
|
2255
2302
|
readonly result: {
|
|
2256
2303
|
readonly type: "object";
|
|
@@ -2389,6 +2436,7 @@ export declare const collections: {
|
|
|
2389
2436
|
};
|
|
2390
2437
|
readonly result: {
|
|
2391
2438
|
readonly const: undefined;
|
|
2439
|
+
readonly isConstUndefined: true;
|
|
2392
2440
|
};
|
|
2393
2441
|
readonly error: {
|
|
2394
2442
|
readonly type: "object";
|
|
@@ -2457,6 +2505,7 @@ export declare const collections: {
|
|
|
2457
2505
|
};
|
|
2458
2506
|
readonly error: {
|
|
2459
2507
|
readonly const: undefined;
|
|
2508
|
+
readonly isConstUndefined: true;
|
|
2460
2509
|
};
|
|
2461
2510
|
readonly result: {
|
|
2462
2511
|
readonly type: "object";
|
|
@@ -2484,6 +2533,7 @@ export declare const collections: {
|
|
|
2484
2533
|
};
|
|
2485
2534
|
readonly result: {
|
|
2486
2535
|
readonly const: undefined;
|
|
2536
|
+
readonly isConstUndefined: true;
|
|
2487
2537
|
};
|
|
2488
2538
|
readonly error: {
|
|
2489
2539
|
readonly type: "object";
|
|
@@ -2552,6 +2602,7 @@ export declare const collections: {
|
|
|
2552
2602
|
};
|
|
2553
2603
|
readonly error: {
|
|
2554
2604
|
readonly const: undefined;
|
|
2605
|
+
readonly isConstUndefined: true;
|
|
2555
2606
|
};
|
|
2556
2607
|
readonly result: {
|
|
2557
2608
|
readonly type: "object";
|
|
@@ -2605,9 +2656,11 @@ export declare const collections: {
|
|
|
2605
2656
|
readonly type: "boolean";
|
|
2606
2657
|
};
|
|
2607
2658
|
readonly link: {
|
|
2659
|
+
readonly type: "getter";
|
|
2608
2660
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
2609
2661
|
};
|
|
2610
2662
|
readonly download_link: {
|
|
2663
|
+
readonly type: "getter";
|
|
2611
2664
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
2612
2665
|
};
|
|
2613
2666
|
};
|
|
@@ -2632,9 +2685,11 @@ export declare const collections: {
|
|
|
2632
2685
|
readonly minLength: 1;
|
|
2633
2686
|
};
|
|
2634
2687
|
readonly given_name: {
|
|
2688
|
+
readonly type: "getter";
|
|
2635
2689
|
readonly getter: (doc: object) => string | undefined;
|
|
2636
2690
|
};
|
|
2637
2691
|
readonly family_name: {
|
|
2692
|
+
readonly type: "getter";
|
|
2638
2693
|
readonly getter: (doc: object) => string | undefined;
|
|
2639
2694
|
};
|
|
2640
2695
|
readonly active: {
|
|
@@ -2667,6 +2722,7 @@ export declare const collections: {
|
|
|
2667
2722
|
readonly accept: readonly ["image/*"];
|
|
2668
2723
|
};
|
|
2669
2724
|
readonly picture: {
|
|
2725
|
+
readonly type: "getter";
|
|
2670
2726
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
2671
2727
|
};
|
|
2672
2728
|
readonly self_registered: {
|
|
@@ -2695,6 +2751,7 @@ export declare const collections: {
|
|
|
2695
2751
|
};
|
|
2696
2752
|
readonly result: {
|
|
2697
2753
|
readonly const: undefined;
|
|
2754
|
+
readonly isConstUndefined: true;
|
|
2698
2755
|
};
|
|
2699
2756
|
readonly error: {
|
|
2700
2757
|
readonly type: "object";
|
|
@@ -2763,6 +2820,7 @@ export declare const collections: {
|
|
|
2763
2820
|
};
|
|
2764
2821
|
readonly result: {
|
|
2765
2822
|
readonly const: undefined;
|
|
2823
|
+
readonly isConstUndefined: true;
|
|
2766
2824
|
};
|
|
2767
2825
|
readonly error: {
|
|
2768
2826
|
readonly type: "object";
|
|
@@ -2839,9 +2897,11 @@ export declare const collections: {
|
|
|
2839
2897
|
readonly minLength: 1;
|
|
2840
2898
|
};
|
|
2841
2899
|
readonly given_name: {
|
|
2900
|
+
readonly type: "getter";
|
|
2842
2901
|
readonly getter: (doc: object) => string | undefined;
|
|
2843
2902
|
};
|
|
2844
2903
|
readonly family_name: {
|
|
2904
|
+
readonly type: "getter";
|
|
2845
2905
|
readonly getter: (doc: object) => string | undefined;
|
|
2846
2906
|
};
|
|
2847
2907
|
readonly active: {
|
|
@@ -2874,6 +2934,7 @@ export declare const collections: {
|
|
|
2874
2934
|
readonly accept: readonly ["image/*"];
|
|
2875
2935
|
};
|
|
2876
2936
|
readonly picture: {
|
|
2937
|
+
readonly type: "getter";
|
|
2877
2938
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
2878
2939
|
};
|
|
2879
2940
|
readonly self_registered: {
|
|
@@ -2938,6 +2999,7 @@ export declare const collections: {
|
|
|
2938
2999
|
};
|
|
2939
3000
|
readonly error: {
|
|
2940
3001
|
readonly const: undefined;
|
|
3002
|
+
readonly isConstUndefined: true;
|
|
2941
3003
|
};
|
|
2942
3004
|
readonly result: {
|
|
2943
3005
|
readonly $ref: "user";
|
|
@@ -2952,6 +3014,7 @@ export declare const collections: {
|
|
|
2952
3014
|
};
|
|
2953
3015
|
readonly result: {
|
|
2954
3016
|
readonly const: undefined;
|
|
3017
|
+
readonly isConstUndefined: true;
|
|
2955
3018
|
};
|
|
2956
3019
|
readonly error: {
|
|
2957
3020
|
readonly type: "object";
|
|
@@ -3020,6 +3083,7 @@ export declare const collections: {
|
|
|
3020
3083
|
};
|
|
3021
3084
|
readonly result: {
|
|
3022
3085
|
readonly const: undefined;
|
|
3086
|
+
readonly isConstUndefined: true;
|
|
3023
3087
|
};
|
|
3024
3088
|
readonly error: {
|
|
3025
3089
|
readonly type: "object";
|
|
@@ -3096,9 +3160,11 @@ export declare const collections: {
|
|
|
3096
3160
|
readonly minLength: 1;
|
|
3097
3161
|
};
|
|
3098
3162
|
readonly given_name: {
|
|
3163
|
+
readonly type: "getter";
|
|
3099
3164
|
readonly getter: (doc: object) => string | undefined;
|
|
3100
3165
|
};
|
|
3101
3166
|
readonly family_name: {
|
|
3167
|
+
readonly type: "getter";
|
|
3102
3168
|
readonly getter: (doc: object) => string | undefined;
|
|
3103
3169
|
};
|
|
3104
3170
|
readonly active: {
|
|
@@ -3131,6 +3197,7 @@ export declare const collections: {
|
|
|
3131
3197
|
readonly accept: readonly ["image/*"];
|
|
3132
3198
|
};
|
|
3133
3199
|
readonly picture: {
|
|
3200
|
+
readonly type: "getter";
|
|
3134
3201
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
3135
3202
|
};
|
|
3136
3203
|
readonly self_registered: {
|
|
@@ -3195,6 +3262,7 @@ export declare const collections: {
|
|
|
3195
3262
|
};
|
|
3196
3263
|
readonly error: {
|
|
3197
3264
|
readonly const: undefined;
|
|
3265
|
+
readonly isConstUndefined: true;
|
|
3198
3266
|
};
|
|
3199
3267
|
readonly result: {
|
|
3200
3268
|
readonly $ref: "user";
|
|
@@ -3220,6 +3288,7 @@ export declare const collections: {
|
|
|
3220
3288
|
};
|
|
3221
3289
|
readonly result: {
|
|
3222
3290
|
readonly const: undefined;
|
|
3291
|
+
readonly isConstUndefined: true;
|
|
3223
3292
|
};
|
|
3224
3293
|
readonly error: {
|
|
3225
3294
|
readonly type: "object";
|
|
@@ -3288,6 +3357,7 @@ export declare const collections: {
|
|
|
3288
3357
|
};
|
|
3289
3358
|
readonly error: {
|
|
3290
3359
|
readonly const: undefined;
|
|
3360
|
+
readonly isConstUndefined: true;
|
|
3291
3361
|
};
|
|
3292
3362
|
readonly result: {
|
|
3293
3363
|
readonly type: "object";
|
|
@@ -3342,6 +3412,7 @@ export declare const collections: {
|
|
|
3342
3412
|
};
|
|
3343
3413
|
readonly result: {
|
|
3344
3414
|
readonly const: undefined;
|
|
3415
|
+
readonly isConstUndefined: true;
|
|
3345
3416
|
};
|
|
3346
3417
|
readonly error: {
|
|
3347
3418
|
readonly type: "object";
|
|
@@ -3410,6 +3481,7 @@ export declare const collections: {
|
|
|
3410
3481
|
};
|
|
3411
3482
|
readonly error: {
|
|
3412
3483
|
readonly const: undefined;
|
|
3484
|
+
readonly isConstUndefined: true;
|
|
3413
3485
|
};
|
|
3414
3486
|
readonly result: {
|
|
3415
3487
|
readonly type: "object";
|
|
@@ -3473,9 +3545,11 @@ export declare const collections: {
|
|
|
3473
3545
|
readonly minLength: 1;
|
|
3474
3546
|
};
|
|
3475
3547
|
readonly given_name: {
|
|
3548
|
+
readonly type: "getter";
|
|
3476
3549
|
readonly getter: (doc: object) => string | undefined;
|
|
3477
3550
|
};
|
|
3478
3551
|
readonly family_name: {
|
|
3552
|
+
readonly type: "getter";
|
|
3479
3553
|
readonly getter: (doc: object) => string | undefined;
|
|
3480
3554
|
};
|
|
3481
3555
|
readonly active: {
|
|
@@ -3508,6 +3582,7 @@ export declare const collections: {
|
|
|
3508
3582
|
readonly accept: readonly ["image/*"];
|
|
3509
3583
|
};
|
|
3510
3584
|
readonly picture: {
|
|
3585
|
+
readonly type: "getter";
|
|
3511
3586
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
3512
3587
|
};
|
|
3513
3588
|
readonly self_registered: {
|
|
@@ -3572,6 +3647,7 @@ export declare const collections: {
|
|
|
3572
3647
|
};
|
|
3573
3648
|
readonly error: {
|
|
3574
3649
|
readonly const: undefined;
|
|
3650
|
+
readonly isConstUndefined: true;
|
|
3575
3651
|
};
|
|
3576
3652
|
readonly result: {
|
|
3577
3653
|
readonly $ref: "user";
|
|
@@ -3586,6 +3662,7 @@ export declare const collections: {
|
|
|
3586
3662
|
};
|
|
3587
3663
|
readonly error: {
|
|
3588
3664
|
readonly const: undefined;
|
|
3665
|
+
readonly isConstUndefined: true;
|
|
3589
3666
|
};
|
|
3590
3667
|
readonly result: {
|
|
3591
3668
|
readonly type: "object";
|
|
@@ -3653,9 +3730,11 @@ export declare const collections: {
|
|
|
3653
3730
|
readonly minLength: 1;
|
|
3654
3731
|
};
|
|
3655
3732
|
readonly given_name: {
|
|
3733
|
+
readonly type: "getter";
|
|
3656
3734
|
readonly getter: (doc: object) => string | undefined;
|
|
3657
3735
|
};
|
|
3658
3736
|
readonly family_name: {
|
|
3737
|
+
readonly type: "getter";
|
|
3659
3738
|
readonly getter: (doc: object) => string | undefined;
|
|
3660
3739
|
};
|
|
3661
3740
|
readonly active: {
|
|
@@ -3688,6 +3767,7 @@ export declare const collections: {
|
|
|
3688
3767
|
readonly accept: readonly ["image/*"];
|
|
3689
3768
|
};
|
|
3690
3769
|
readonly picture: {
|
|
3770
|
+
readonly type: "getter";
|
|
3691
3771
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
3692
3772
|
};
|
|
3693
3773
|
readonly self_registered: {
|
|
@@ -3752,6 +3832,7 @@ export declare const collections: {
|
|
|
3752
3832
|
};
|
|
3753
3833
|
readonly error: {
|
|
3754
3834
|
readonly const: undefined;
|
|
3835
|
+
readonly isConstUndefined: true;
|
|
3755
3836
|
};
|
|
3756
3837
|
readonly result: {
|
|
3757
3838
|
readonly $ref: "user";
|
|
@@ -3766,6 +3847,7 @@ export declare const collections: {
|
|
|
3766
3847
|
};
|
|
3767
3848
|
readonly error: {
|
|
3768
3849
|
readonly const: undefined;
|
|
3850
|
+
readonly isConstUndefined: true;
|
|
3769
3851
|
};
|
|
3770
3852
|
readonly result: {
|
|
3771
3853
|
readonly type: "object";
|
|
@@ -3848,6 +3930,7 @@ export declare const collections: {
|
|
|
3848
3930
|
};
|
|
3849
3931
|
readonly result: {
|
|
3850
3932
|
readonly const: undefined;
|
|
3933
|
+
readonly isConstUndefined: true;
|
|
3851
3934
|
};
|
|
3852
3935
|
readonly error: {
|
|
3853
3936
|
readonly type: "object";
|
|
@@ -3916,6 +3999,7 @@ export declare const collections: {
|
|
|
3916
3999
|
};
|
|
3917
4000
|
readonly result: {
|
|
3918
4001
|
readonly const: undefined;
|
|
4002
|
+
readonly isConstUndefined: true;
|
|
3919
4003
|
};
|
|
3920
4004
|
readonly error: {
|
|
3921
4005
|
readonly type: "object";
|
|
@@ -3984,6 +4068,7 @@ export declare const collections: {
|
|
|
3984
4068
|
};
|
|
3985
4069
|
readonly error: {
|
|
3986
4070
|
readonly const: undefined;
|
|
4071
|
+
readonly isConstUndefined: true;
|
|
3987
4072
|
};
|
|
3988
4073
|
readonly result: {
|
|
3989
4074
|
readonly type: "object";
|
|
@@ -4009,6 +4094,7 @@ export declare const collections: {
|
|
|
4009
4094
|
};
|
|
4010
4095
|
readonly result: {
|
|
4011
4096
|
readonly const: undefined;
|
|
4097
|
+
readonly isConstUndefined: true;
|
|
4012
4098
|
};
|
|
4013
4099
|
readonly error: {
|
|
4014
4100
|
readonly type: "object";
|
|
@@ -4077,6 +4163,7 @@ export declare const collections: {
|
|
|
4077
4163
|
};
|
|
4078
4164
|
readonly result: {
|
|
4079
4165
|
readonly const: undefined;
|
|
4166
|
+
readonly isConstUndefined: true;
|
|
4080
4167
|
};
|
|
4081
4168
|
readonly error: {
|
|
4082
4169
|
readonly type: "object";
|
|
@@ -4145,6 +4232,7 @@ export declare const collections: {
|
|
|
4145
4232
|
};
|
|
4146
4233
|
readonly error: {
|
|
4147
4234
|
readonly const: undefined;
|
|
4235
|
+
readonly isConstUndefined: true;
|
|
4148
4236
|
};
|
|
4149
4237
|
readonly result: {
|
|
4150
4238
|
readonly type: "object";
|
|
@@ -4193,6 +4281,7 @@ export declare const collections: {
|
|
|
4193
4281
|
};
|
|
4194
4282
|
readonly result: {
|
|
4195
4283
|
readonly const: undefined;
|
|
4284
|
+
readonly isConstUndefined: true;
|
|
4196
4285
|
};
|
|
4197
4286
|
readonly error: {
|
|
4198
4287
|
readonly type: "object";
|
|
@@ -4261,6 +4350,7 @@ export declare const collections: {
|
|
|
4261
4350
|
};
|
|
4262
4351
|
readonly result: {
|
|
4263
4352
|
readonly const: undefined;
|
|
4353
|
+
readonly isConstUndefined: true;
|
|
4264
4354
|
};
|
|
4265
4355
|
readonly error: {
|
|
4266
4356
|
readonly type: "object";
|
|
@@ -4329,6 +4419,7 @@ export declare const collections: {
|
|
|
4329
4419
|
};
|
|
4330
4420
|
readonly error: {
|
|
4331
4421
|
readonly const: undefined;
|
|
4422
|
+
readonly isConstUndefined: true;
|
|
4332
4423
|
};
|
|
4333
4424
|
readonly result: {
|
|
4334
4425
|
readonly type: "object";
|
|
@@ -4354,6 +4445,7 @@ export declare const collections: {
|
|
|
4354
4445
|
};
|
|
4355
4446
|
readonly result: {
|
|
4356
4447
|
readonly const: undefined;
|
|
4448
|
+
readonly isConstUndefined: true;
|
|
4357
4449
|
};
|
|
4358
4450
|
readonly error: {
|
|
4359
4451
|
readonly type: "object";
|
|
@@ -4422,6 +4514,7 @@ export declare const collections: {
|
|
|
4422
4514
|
};
|
|
4423
4515
|
readonly result: {
|
|
4424
4516
|
readonly const: undefined;
|
|
4517
|
+
readonly isConstUndefined: true;
|
|
4425
4518
|
};
|
|
4426
4519
|
readonly error: {
|
|
4427
4520
|
readonly type: "object";
|
|
@@ -4490,6 +4583,7 @@ export declare const collections: {
|
|
|
4490
4583
|
};
|
|
4491
4584
|
readonly error: {
|
|
4492
4585
|
readonly const: undefined;
|
|
4586
|
+
readonly isConstUndefined: true;
|
|
4493
4587
|
};
|
|
4494
4588
|
readonly result: {
|
|
4495
4589
|
readonly type: "object";
|
|
@@ -4531,6 +4625,7 @@ export declare const collections: {
|
|
|
4531
4625
|
};
|
|
4532
4626
|
readonly result: {
|
|
4533
4627
|
readonly const: undefined;
|
|
4628
|
+
readonly isConstUndefined: true;
|
|
4534
4629
|
};
|
|
4535
4630
|
readonly error: {
|
|
4536
4631
|
readonly type: "object";
|
|
@@ -4599,6 +4694,7 @@ export declare const collections: {
|
|
|
4599
4694
|
};
|
|
4600
4695
|
readonly result: {
|
|
4601
4696
|
readonly const: undefined;
|
|
4697
|
+
readonly isConstUndefined: true;
|
|
4602
4698
|
};
|
|
4603
4699
|
readonly error: {
|
|
4604
4700
|
readonly type: "object";
|
|
@@ -4667,6 +4763,7 @@ export declare const collections: {
|
|
|
4667
4763
|
};
|
|
4668
4764
|
readonly error: {
|
|
4669
4765
|
readonly const: undefined;
|
|
4766
|
+
readonly isConstUndefined: true;
|
|
4670
4767
|
};
|
|
4671
4768
|
readonly result: {
|
|
4672
4769
|
readonly type: "object";
|
|
@@ -4694,6 +4791,7 @@ export declare const collections: {
|
|
|
4694
4791
|
};
|
|
4695
4792
|
readonly result: {
|
|
4696
4793
|
readonly const: undefined;
|
|
4794
|
+
readonly isConstUndefined: true;
|
|
4697
4795
|
};
|
|
4698
4796
|
readonly error: {
|
|
4699
4797
|
readonly type: "object";
|
|
@@ -4762,6 +4860,7 @@ export declare const collections: {
|
|
|
4762
4860
|
};
|
|
4763
4861
|
readonly result: {
|
|
4764
4862
|
readonly const: undefined;
|
|
4863
|
+
readonly isConstUndefined: true;
|
|
4765
4864
|
};
|
|
4766
4865
|
readonly error: {
|
|
4767
4866
|
readonly type: "object";
|
|
@@ -4830,6 +4929,7 @@ export declare const collections: {
|
|
|
4830
4929
|
};
|
|
4831
4930
|
readonly error: {
|
|
4832
4931
|
readonly const: undefined;
|
|
4932
|
+
readonly isConstUndefined: true;
|
|
4833
4933
|
};
|
|
4834
4934
|
readonly result: {
|
|
4835
4935
|
readonly type: "object";
|