@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
|
@@ -13,9 +13,11 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
13
13
|
readonly minLength: 1;
|
|
14
14
|
};
|
|
15
15
|
readonly given_name: {
|
|
16
|
+
readonly type: "getter";
|
|
16
17
|
readonly getter: (doc: object) => string | undefined;
|
|
17
18
|
};
|
|
18
19
|
readonly family_name: {
|
|
20
|
+
readonly type: "getter";
|
|
19
21
|
readonly getter: (doc: object) => string | undefined;
|
|
20
22
|
};
|
|
21
23
|
readonly active: {
|
|
@@ -48,6 +50,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
48
50
|
readonly accept: readonly ["image/*"];
|
|
49
51
|
};
|
|
50
52
|
readonly picture: {
|
|
53
|
+
readonly type: "getter";
|
|
51
54
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
52
55
|
};
|
|
53
56
|
readonly self_registered: {
|
|
@@ -119,9 +122,11 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
119
122
|
readonly minLength: 1;
|
|
120
123
|
};
|
|
121
124
|
readonly given_name: {
|
|
125
|
+
readonly type: "getter";
|
|
122
126
|
readonly getter: (doc: object) => string | undefined;
|
|
123
127
|
};
|
|
124
128
|
readonly family_name: {
|
|
129
|
+
readonly type: "getter";
|
|
125
130
|
readonly getter: (doc: object) => string | undefined;
|
|
126
131
|
};
|
|
127
132
|
readonly active: {
|
|
@@ -154,6 +159,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
154
159
|
readonly accept: readonly ["image/*"];
|
|
155
160
|
};
|
|
156
161
|
readonly picture: {
|
|
162
|
+
readonly type: "getter";
|
|
157
163
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
158
164
|
};
|
|
159
165
|
readonly self_registered: {
|
|
@@ -279,9 +285,11 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
279
285
|
readonly minLength: 1;
|
|
280
286
|
};
|
|
281
287
|
readonly given_name: {
|
|
288
|
+
readonly type: "getter";
|
|
282
289
|
readonly getter: (doc: object) => string | undefined;
|
|
283
290
|
};
|
|
284
291
|
readonly family_name: {
|
|
292
|
+
readonly type: "getter";
|
|
285
293
|
readonly getter: (doc: object) => string | undefined;
|
|
286
294
|
};
|
|
287
295
|
readonly active: {
|
|
@@ -310,6 +318,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
310
318
|
readonly mask: "(##) #####-####";
|
|
311
319
|
};
|
|
312
320
|
readonly picture: {
|
|
321
|
+
readonly type: "getter";
|
|
313
322
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
314
323
|
};
|
|
315
324
|
readonly self_registered: {
|
|
@@ -338,6 +347,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
338
347
|
};
|
|
339
348
|
readonly result: {
|
|
340
349
|
readonly const: undefined;
|
|
350
|
+
readonly isConstUndefined: true;
|
|
341
351
|
};
|
|
342
352
|
readonly error: {
|
|
343
353
|
readonly type: "object";
|
|
@@ -414,9 +424,11 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
414
424
|
readonly minLength: 1;
|
|
415
425
|
};
|
|
416
426
|
readonly given_name: {
|
|
427
|
+
readonly type: "getter";
|
|
417
428
|
readonly getter: (doc: object) => string | undefined;
|
|
418
429
|
};
|
|
419
430
|
readonly family_name: {
|
|
431
|
+
readonly type: "getter";
|
|
420
432
|
readonly getter: (doc: object) => string | undefined;
|
|
421
433
|
};
|
|
422
434
|
readonly active: {
|
|
@@ -449,6 +461,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
449
461
|
readonly accept: readonly ["image/*"];
|
|
450
462
|
};
|
|
451
463
|
readonly picture: {
|
|
464
|
+
readonly type: "getter";
|
|
452
465
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
453
466
|
};
|
|
454
467
|
readonly self_registered: {
|
|
@@ -513,6 +526,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
513
526
|
};
|
|
514
527
|
readonly error: {
|
|
515
528
|
readonly const: undefined;
|
|
529
|
+
readonly isConstUndefined: true;
|
|
516
530
|
};
|
|
517
531
|
readonly result: {
|
|
518
532
|
readonly $ref: "user";
|
|
@@ -527,6 +541,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
527
541
|
};
|
|
528
542
|
readonly result: {
|
|
529
543
|
readonly const: undefined;
|
|
544
|
+
readonly isConstUndefined: true;
|
|
530
545
|
};
|
|
531
546
|
readonly error: {
|
|
532
547
|
readonly type: "object";
|
|
@@ -603,9 +618,11 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
603
618
|
readonly minLength: 1;
|
|
604
619
|
};
|
|
605
620
|
readonly given_name: {
|
|
621
|
+
readonly type: "getter";
|
|
606
622
|
readonly getter: (doc: object) => string | undefined;
|
|
607
623
|
};
|
|
608
624
|
readonly family_name: {
|
|
625
|
+
readonly type: "getter";
|
|
609
626
|
readonly getter: (doc: object) => string | undefined;
|
|
610
627
|
};
|
|
611
628
|
readonly active: {
|
|
@@ -638,6 +655,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
638
655
|
readonly accept: readonly ["image/*"];
|
|
639
656
|
};
|
|
640
657
|
readonly picture: {
|
|
658
|
+
readonly type: "getter";
|
|
641
659
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
642
660
|
};
|
|
643
661
|
readonly self_registered: {
|
|
@@ -702,6 +720,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
702
720
|
};
|
|
703
721
|
readonly error: {
|
|
704
722
|
readonly const: undefined;
|
|
723
|
+
readonly isConstUndefined: true;
|
|
705
724
|
};
|
|
706
725
|
readonly result: {
|
|
707
726
|
readonly $ref: "user";
|
|
@@ -753,6 +772,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
753
772
|
};
|
|
754
773
|
readonly result: {
|
|
755
774
|
readonly const: undefined;
|
|
775
|
+
readonly isConstUndefined: true;
|
|
756
776
|
};
|
|
757
777
|
readonly error: {
|
|
758
778
|
readonly type: "object";
|
|
@@ -821,6 +841,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
821
841
|
};
|
|
822
842
|
readonly error: {
|
|
823
843
|
readonly const: undefined;
|
|
844
|
+
readonly isConstUndefined: true;
|
|
824
845
|
};
|
|
825
846
|
readonly result: {
|
|
826
847
|
readonly type: "object";
|
|
@@ -857,9 +878,11 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
857
878
|
readonly minLength: 1;
|
|
858
879
|
};
|
|
859
880
|
readonly given_name: {
|
|
881
|
+
readonly type: "getter";
|
|
860
882
|
readonly getter: (doc: object) => string | undefined;
|
|
861
883
|
};
|
|
862
884
|
readonly family_name: {
|
|
885
|
+
readonly type: "getter";
|
|
863
886
|
readonly getter: (doc: object) => string | undefined;
|
|
864
887
|
};
|
|
865
888
|
readonly active: {
|
|
@@ -892,6 +915,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
892
915
|
readonly accept: readonly ["image/*"];
|
|
893
916
|
};
|
|
894
917
|
readonly picture: {
|
|
918
|
+
readonly type: "getter";
|
|
895
919
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
896
920
|
};
|
|
897
921
|
readonly self_registered: {
|
|
@@ -986,6 +1010,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
986
1010
|
};
|
|
987
1011
|
readonly error: {
|
|
988
1012
|
readonly const: undefined;
|
|
1013
|
+
readonly isConstUndefined: true;
|
|
989
1014
|
};
|
|
990
1015
|
readonly result: {
|
|
991
1016
|
readonly type: "object";
|
|
@@ -1109,6 +1134,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1109
1134
|
};
|
|
1110
1135
|
readonly result: {
|
|
1111
1136
|
readonly const: undefined;
|
|
1137
|
+
readonly isConstUndefined: true;
|
|
1112
1138
|
};
|
|
1113
1139
|
readonly error: {
|
|
1114
1140
|
readonly type: "object";
|
|
@@ -1177,6 +1203,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1177
1203
|
};
|
|
1178
1204
|
readonly error: {
|
|
1179
1205
|
readonly const: undefined;
|
|
1206
|
+
readonly isConstUndefined: true;
|
|
1180
1207
|
};
|
|
1181
1208
|
readonly result: {
|
|
1182
1209
|
readonly type: "object";
|
|
@@ -1213,9 +1240,11 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1213
1240
|
readonly minLength: 1;
|
|
1214
1241
|
};
|
|
1215
1242
|
readonly given_name: {
|
|
1243
|
+
readonly type: "getter";
|
|
1216
1244
|
readonly getter: (doc: object) => string | undefined;
|
|
1217
1245
|
};
|
|
1218
1246
|
readonly family_name: {
|
|
1247
|
+
readonly type: "getter";
|
|
1219
1248
|
readonly getter: (doc: object) => string | undefined;
|
|
1220
1249
|
};
|
|
1221
1250
|
readonly active: {
|
|
@@ -1248,6 +1277,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1248
1277
|
readonly accept: readonly ["image/*"];
|
|
1249
1278
|
};
|
|
1250
1279
|
readonly picture: {
|
|
1280
|
+
readonly type: "getter";
|
|
1251
1281
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
1252
1282
|
};
|
|
1253
1283
|
readonly self_registered: {
|
|
@@ -1342,6 +1372,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1342
1372
|
};
|
|
1343
1373
|
readonly error: {
|
|
1344
1374
|
readonly const: undefined;
|
|
1375
|
+
readonly isConstUndefined: true;
|
|
1345
1376
|
};
|
|
1346
1377
|
readonly result: {
|
|
1347
1378
|
readonly type: "object";
|
|
@@ -1480,6 +1511,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1480
1511
|
};
|
|
1481
1512
|
readonly result: {
|
|
1482
1513
|
readonly const: undefined;
|
|
1514
|
+
readonly isConstUndefined: true;
|
|
1483
1515
|
};
|
|
1484
1516
|
readonly error: {
|
|
1485
1517
|
readonly type: "object";
|
|
@@ -1548,6 +1580,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1548
1580
|
};
|
|
1549
1581
|
readonly error: {
|
|
1550
1582
|
readonly const: undefined;
|
|
1583
|
+
readonly isConstUndefined: true;
|
|
1551
1584
|
};
|
|
1552
1585
|
readonly result: {
|
|
1553
1586
|
readonly type: "object";
|
|
@@ -1575,6 +1608,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1575
1608
|
};
|
|
1576
1609
|
readonly result: {
|
|
1577
1610
|
readonly const: undefined;
|
|
1611
|
+
readonly isConstUndefined: true;
|
|
1578
1612
|
};
|
|
1579
1613
|
readonly error: {
|
|
1580
1614
|
readonly type: "object";
|
|
@@ -1643,6 +1677,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1643
1677
|
};
|
|
1644
1678
|
readonly error: {
|
|
1645
1679
|
readonly const: undefined;
|
|
1680
|
+
readonly isConstUndefined: true;
|
|
1646
1681
|
};
|
|
1647
1682
|
readonly result: {
|
|
1648
1683
|
readonly type: "object";
|
|
@@ -1696,9 +1731,11 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1696
1731
|
readonly type: "boolean";
|
|
1697
1732
|
};
|
|
1698
1733
|
readonly link: {
|
|
1734
|
+
readonly type: "getter";
|
|
1699
1735
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
1700
1736
|
};
|
|
1701
1737
|
readonly download_link: {
|
|
1738
|
+
readonly type: "getter";
|
|
1702
1739
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
1703
1740
|
};
|
|
1704
1741
|
};
|
|
@@ -1723,9 +1760,11 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1723
1760
|
readonly minLength: 1;
|
|
1724
1761
|
};
|
|
1725
1762
|
readonly given_name: {
|
|
1763
|
+
readonly type: "getter";
|
|
1726
1764
|
readonly getter: (doc: object) => string | undefined;
|
|
1727
1765
|
};
|
|
1728
1766
|
readonly family_name: {
|
|
1767
|
+
readonly type: "getter";
|
|
1729
1768
|
readonly getter: (doc: object) => string | undefined;
|
|
1730
1769
|
};
|
|
1731
1770
|
readonly active: {
|
|
@@ -1758,6 +1797,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1758
1797
|
readonly accept: readonly ["image/*"];
|
|
1759
1798
|
};
|
|
1760
1799
|
readonly picture: {
|
|
1800
|
+
readonly type: "getter";
|
|
1761
1801
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
1762
1802
|
};
|
|
1763
1803
|
readonly self_registered: {
|
|
@@ -1786,6 +1826,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1786
1826
|
};
|
|
1787
1827
|
readonly result: {
|
|
1788
1828
|
readonly const: undefined;
|
|
1829
|
+
readonly isConstUndefined: true;
|
|
1789
1830
|
};
|
|
1790
1831
|
readonly error: {
|
|
1791
1832
|
readonly type: "object";
|
|
@@ -1854,6 +1895,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1854
1895
|
};
|
|
1855
1896
|
readonly result: {
|
|
1856
1897
|
readonly const: undefined;
|
|
1898
|
+
readonly isConstUndefined: true;
|
|
1857
1899
|
};
|
|
1858
1900
|
readonly error: {
|
|
1859
1901
|
readonly type: "object";
|
|
@@ -1930,9 +1972,11 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1930
1972
|
readonly minLength: 1;
|
|
1931
1973
|
};
|
|
1932
1974
|
readonly given_name: {
|
|
1975
|
+
readonly type: "getter";
|
|
1933
1976
|
readonly getter: (doc: object) => string | undefined;
|
|
1934
1977
|
};
|
|
1935
1978
|
readonly family_name: {
|
|
1979
|
+
readonly type: "getter";
|
|
1936
1980
|
readonly getter: (doc: object) => string | undefined;
|
|
1937
1981
|
};
|
|
1938
1982
|
readonly active: {
|
|
@@ -1965,6 +2009,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
1965
2009
|
readonly accept: readonly ["image/*"];
|
|
1966
2010
|
};
|
|
1967
2011
|
readonly picture: {
|
|
2012
|
+
readonly type: "getter";
|
|
1968
2013
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
1969
2014
|
};
|
|
1970
2015
|
readonly self_registered: {
|
|
@@ -2029,6 +2074,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2029
2074
|
};
|
|
2030
2075
|
readonly error: {
|
|
2031
2076
|
readonly const: undefined;
|
|
2077
|
+
readonly isConstUndefined: true;
|
|
2032
2078
|
};
|
|
2033
2079
|
readonly result: {
|
|
2034
2080
|
readonly $ref: "user";
|
|
@@ -2043,6 +2089,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2043
2089
|
};
|
|
2044
2090
|
readonly result: {
|
|
2045
2091
|
readonly const: undefined;
|
|
2092
|
+
readonly isConstUndefined: true;
|
|
2046
2093
|
};
|
|
2047
2094
|
readonly error: {
|
|
2048
2095
|
readonly type: "object";
|
|
@@ -2111,6 +2158,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2111
2158
|
};
|
|
2112
2159
|
readonly result: {
|
|
2113
2160
|
readonly const: undefined;
|
|
2161
|
+
readonly isConstUndefined: true;
|
|
2114
2162
|
};
|
|
2115
2163
|
readonly error: {
|
|
2116
2164
|
readonly type: "object";
|
|
@@ -2187,9 +2235,11 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2187
2235
|
readonly minLength: 1;
|
|
2188
2236
|
};
|
|
2189
2237
|
readonly given_name: {
|
|
2238
|
+
readonly type: "getter";
|
|
2190
2239
|
readonly getter: (doc: object) => string | undefined;
|
|
2191
2240
|
};
|
|
2192
2241
|
readonly family_name: {
|
|
2242
|
+
readonly type: "getter";
|
|
2193
2243
|
readonly getter: (doc: object) => string | undefined;
|
|
2194
2244
|
};
|
|
2195
2245
|
readonly active: {
|
|
@@ -2222,6 +2272,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2222
2272
|
readonly accept: readonly ["image/*"];
|
|
2223
2273
|
};
|
|
2224
2274
|
readonly picture: {
|
|
2275
|
+
readonly type: "getter";
|
|
2225
2276
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
2226
2277
|
};
|
|
2227
2278
|
readonly self_registered: {
|
|
@@ -2286,6 +2337,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2286
2337
|
};
|
|
2287
2338
|
readonly error: {
|
|
2288
2339
|
readonly const: undefined;
|
|
2340
|
+
readonly isConstUndefined: true;
|
|
2289
2341
|
};
|
|
2290
2342
|
readonly result: {
|
|
2291
2343
|
readonly $ref: "user";
|
|
@@ -2311,6 +2363,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2311
2363
|
};
|
|
2312
2364
|
readonly result: {
|
|
2313
2365
|
readonly const: undefined;
|
|
2366
|
+
readonly isConstUndefined: true;
|
|
2314
2367
|
};
|
|
2315
2368
|
readonly error: {
|
|
2316
2369
|
readonly type: "object";
|
|
@@ -2379,6 +2432,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2379
2432
|
};
|
|
2380
2433
|
readonly error: {
|
|
2381
2434
|
readonly const: undefined;
|
|
2435
|
+
readonly isConstUndefined: true;
|
|
2382
2436
|
};
|
|
2383
2437
|
readonly result: {
|
|
2384
2438
|
readonly type: "object";
|
|
@@ -2433,6 +2487,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2433
2487
|
};
|
|
2434
2488
|
readonly result: {
|
|
2435
2489
|
readonly const: undefined;
|
|
2490
|
+
readonly isConstUndefined: true;
|
|
2436
2491
|
};
|
|
2437
2492
|
readonly error: {
|
|
2438
2493
|
readonly type: "object";
|
|
@@ -2501,6 +2556,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2501
2556
|
};
|
|
2502
2557
|
readonly error: {
|
|
2503
2558
|
readonly const: undefined;
|
|
2559
|
+
readonly isConstUndefined: true;
|
|
2504
2560
|
};
|
|
2505
2561
|
readonly result: {
|
|
2506
2562
|
readonly type: "object";
|
|
@@ -2564,9 +2620,11 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2564
2620
|
readonly minLength: 1;
|
|
2565
2621
|
};
|
|
2566
2622
|
readonly given_name: {
|
|
2623
|
+
readonly type: "getter";
|
|
2567
2624
|
readonly getter: (doc: object) => string | undefined;
|
|
2568
2625
|
};
|
|
2569
2626
|
readonly family_name: {
|
|
2627
|
+
readonly type: "getter";
|
|
2570
2628
|
readonly getter: (doc: object) => string | undefined;
|
|
2571
2629
|
};
|
|
2572
2630
|
readonly active: {
|
|
@@ -2599,6 +2657,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2599
2657
|
readonly accept: readonly ["image/*"];
|
|
2600
2658
|
};
|
|
2601
2659
|
readonly picture: {
|
|
2660
|
+
readonly type: "getter";
|
|
2602
2661
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
2603
2662
|
};
|
|
2604
2663
|
readonly self_registered: {
|
|
@@ -2663,6 +2722,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2663
2722
|
};
|
|
2664
2723
|
readonly error: {
|
|
2665
2724
|
readonly const: undefined;
|
|
2725
|
+
readonly isConstUndefined: true;
|
|
2666
2726
|
};
|
|
2667
2727
|
readonly result: {
|
|
2668
2728
|
readonly $ref: "user";
|
|
@@ -2677,6 +2737,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2677
2737
|
};
|
|
2678
2738
|
readonly error: {
|
|
2679
2739
|
readonly const: undefined;
|
|
2740
|
+
readonly isConstUndefined: true;
|
|
2680
2741
|
};
|
|
2681
2742
|
readonly result: {
|
|
2682
2743
|
readonly type: "object";
|
|
@@ -2744,9 +2805,11 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2744
2805
|
readonly minLength: 1;
|
|
2745
2806
|
};
|
|
2746
2807
|
readonly given_name: {
|
|
2808
|
+
readonly type: "getter";
|
|
2747
2809
|
readonly getter: (doc: object) => string | undefined;
|
|
2748
2810
|
};
|
|
2749
2811
|
readonly family_name: {
|
|
2812
|
+
readonly type: "getter";
|
|
2750
2813
|
readonly getter: (doc: object) => string | undefined;
|
|
2751
2814
|
};
|
|
2752
2815
|
readonly active: {
|
|
@@ -2779,6 +2842,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2779
2842
|
readonly accept: readonly ["image/*"];
|
|
2780
2843
|
};
|
|
2781
2844
|
readonly picture: {
|
|
2845
|
+
readonly type: "getter";
|
|
2782
2846
|
readonly getter: (doc: object) => Promise<string> | undefined;
|
|
2783
2847
|
};
|
|
2784
2848
|
readonly self_registered: {
|
|
@@ -2843,6 +2907,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2843
2907
|
};
|
|
2844
2908
|
readonly error: {
|
|
2845
2909
|
readonly const: undefined;
|
|
2910
|
+
readonly isConstUndefined: true;
|
|
2846
2911
|
};
|
|
2847
2912
|
readonly result: {
|
|
2848
2913
|
readonly $ref: "user";
|
|
@@ -2857,6 +2922,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2857
2922
|
};
|
|
2858
2923
|
readonly error: {
|
|
2859
2924
|
readonly const: undefined;
|
|
2925
|
+
readonly isConstUndefined: true;
|
|
2860
2926
|
};
|
|
2861
2927
|
readonly result: {
|
|
2862
2928
|
readonly type: "object";
|
|
@@ -2939,6 +3005,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
2939
3005
|
};
|
|
2940
3006
|
readonly result: {
|
|
2941
3007
|
readonly const: undefined;
|
|
3008
|
+
readonly isConstUndefined: true;
|
|
2942
3009
|
};
|
|
2943
3010
|
readonly error: {
|
|
2944
3011
|
readonly type: "object";
|
|
@@ -3007,6 +3074,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3007
3074
|
};
|
|
3008
3075
|
readonly result: {
|
|
3009
3076
|
readonly const: undefined;
|
|
3077
|
+
readonly isConstUndefined: true;
|
|
3010
3078
|
};
|
|
3011
3079
|
readonly error: {
|
|
3012
3080
|
readonly type: "object";
|
|
@@ -3075,6 +3143,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3075
3143
|
};
|
|
3076
3144
|
readonly error: {
|
|
3077
3145
|
readonly const: undefined;
|
|
3146
|
+
readonly isConstUndefined: true;
|
|
3078
3147
|
};
|
|
3079
3148
|
readonly result: {
|
|
3080
3149
|
readonly type: "object";
|
|
@@ -3100,6 +3169,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3100
3169
|
};
|
|
3101
3170
|
readonly result: {
|
|
3102
3171
|
readonly const: undefined;
|
|
3172
|
+
readonly isConstUndefined: true;
|
|
3103
3173
|
};
|
|
3104
3174
|
readonly error: {
|
|
3105
3175
|
readonly type: "object";
|
|
@@ -3168,6 +3238,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3168
3238
|
};
|
|
3169
3239
|
readonly result: {
|
|
3170
3240
|
readonly const: undefined;
|
|
3241
|
+
readonly isConstUndefined: true;
|
|
3171
3242
|
};
|
|
3172
3243
|
readonly error: {
|
|
3173
3244
|
readonly type: "object";
|
|
@@ -3236,6 +3307,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3236
3307
|
};
|
|
3237
3308
|
readonly error: {
|
|
3238
3309
|
readonly const: undefined;
|
|
3310
|
+
readonly isConstUndefined: true;
|
|
3239
3311
|
};
|
|
3240
3312
|
readonly result: {
|
|
3241
3313
|
readonly type: "object";
|
|
@@ -3284,6 +3356,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3284
3356
|
};
|
|
3285
3357
|
readonly result: {
|
|
3286
3358
|
readonly const: undefined;
|
|
3359
|
+
readonly isConstUndefined: true;
|
|
3287
3360
|
};
|
|
3288
3361
|
readonly error: {
|
|
3289
3362
|
readonly type: "object";
|
|
@@ -3352,6 +3425,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3352
3425
|
};
|
|
3353
3426
|
readonly result: {
|
|
3354
3427
|
readonly const: undefined;
|
|
3428
|
+
readonly isConstUndefined: true;
|
|
3355
3429
|
};
|
|
3356
3430
|
readonly error: {
|
|
3357
3431
|
readonly type: "object";
|
|
@@ -3420,6 +3494,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3420
3494
|
};
|
|
3421
3495
|
readonly error: {
|
|
3422
3496
|
readonly const: undefined;
|
|
3497
|
+
readonly isConstUndefined: true;
|
|
3423
3498
|
};
|
|
3424
3499
|
readonly result: {
|
|
3425
3500
|
readonly type: "object";
|
|
@@ -3445,6 +3520,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3445
3520
|
};
|
|
3446
3521
|
readonly result: {
|
|
3447
3522
|
readonly const: undefined;
|
|
3523
|
+
readonly isConstUndefined: true;
|
|
3448
3524
|
};
|
|
3449
3525
|
readonly error: {
|
|
3450
3526
|
readonly type: "object";
|
|
@@ -3513,6 +3589,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3513
3589
|
};
|
|
3514
3590
|
readonly result: {
|
|
3515
3591
|
readonly const: undefined;
|
|
3592
|
+
readonly isConstUndefined: true;
|
|
3516
3593
|
};
|
|
3517
3594
|
readonly error: {
|
|
3518
3595
|
readonly type: "object";
|
|
@@ -3581,6 +3658,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3581
3658
|
};
|
|
3582
3659
|
readonly error: {
|
|
3583
3660
|
readonly const: undefined;
|
|
3661
|
+
readonly isConstUndefined: true;
|
|
3584
3662
|
};
|
|
3585
3663
|
readonly result: {
|
|
3586
3664
|
readonly type: "object";
|
|
@@ -3622,6 +3700,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3622
3700
|
};
|
|
3623
3701
|
readonly result: {
|
|
3624
3702
|
readonly const: undefined;
|
|
3703
|
+
readonly isConstUndefined: true;
|
|
3625
3704
|
};
|
|
3626
3705
|
readonly error: {
|
|
3627
3706
|
readonly type: "object";
|
|
@@ -3690,6 +3769,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3690
3769
|
};
|
|
3691
3770
|
readonly result: {
|
|
3692
3771
|
readonly const: undefined;
|
|
3772
|
+
readonly isConstUndefined: true;
|
|
3693
3773
|
};
|
|
3694
3774
|
readonly error: {
|
|
3695
3775
|
readonly type: "object";
|
|
@@ -3758,6 +3838,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3758
3838
|
};
|
|
3759
3839
|
readonly error: {
|
|
3760
3840
|
readonly const: undefined;
|
|
3841
|
+
readonly isConstUndefined: true;
|
|
3761
3842
|
};
|
|
3762
3843
|
readonly result: {
|
|
3763
3844
|
readonly type: "object";
|
|
@@ -3785,6 +3866,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3785
3866
|
};
|
|
3786
3867
|
readonly result: {
|
|
3787
3868
|
readonly const: undefined;
|
|
3869
|
+
readonly isConstUndefined: true;
|
|
3788
3870
|
};
|
|
3789
3871
|
readonly error: {
|
|
3790
3872
|
readonly type: "object";
|
|
@@ -3853,6 +3935,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3853
3935
|
};
|
|
3854
3936
|
readonly result: {
|
|
3855
3937
|
readonly const: undefined;
|
|
3938
|
+
readonly isConstUndefined: true;
|
|
3856
3939
|
};
|
|
3857
3940
|
readonly error: {
|
|
3858
3941
|
readonly type: "object";
|
|
@@ -3921,6 +4004,7 @@ export declare const user: Omit<Collection<never>, "functions" | "description" |
|
|
|
3921
4004
|
};
|
|
3922
4005
|
readonly error: {
|
|
3923
4006
|
readonly const: undefined;
|
|
4007
|
+
readonly isConstUndefined: true;
|
|
3924
4008
|
};
|
|
3925
4009
|
readonly result: {
|
|
3926
4010
|
readonly type: "object";
|
|
@@ -31,6 +31,7 @@ export declare const redefinePasswordContract: {
|
|
|
31
31
|
};
|
|
32
32
|
readonly result: {
|
|
33
33
|
readonly const: undefined;
|
|
34
|
+
readonly isConstUndefined: true;
|
|
34
35
|
};
|
|
35
36
|
readonly error: {
|
|
36
37
|
readonly type: "object";
|
|
@@ -60,6 +61,7 @@ export declare const redefinePasswordContract: {
|
|
|
60
61
|
};
|
|
61
62
|
readonly result: {
|
|
62
63
|
readonly const: undefined;
|
|
64
|
+
readonly isConstUndefined: true;
|
|
63
65
|
};
|
|
64
66
|
readonly error: {
|
|
65
67
|
readonly type: "object";
|
|
@@ -89,6 +91,7 @@ export declare const redefinePasswordContract: {
|
|
|
89
91
|
};
|
|
90
92
|
readonly error: {
|
|
91
93
|
readonly const: undefined;
|
|
94
|
+
readonly isConstUndefined: true;
|
|
92
95
|
};
|
|
93
96
|
readonly result: {
|
|
94
97
|
readonly type: "object";
|