@aeriajs/builtins 0.0.70 → 0.0.72
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/download.js +2 -3
- package/dist/collections/file/download.mjs +3 -3
- package/dist/collections/file/index.d.ts +2 -2
- package/dist/collections/file/insert.js +2 -3
- package/dist/collections/file/insert.mjs +3 -3
- package/dist/collections/file/remove.js +2 -3
- package/dist/collections/file/remove.mjs +3 -3
- package/dist/collections/file/removeAll.js +3 -4
- package/dist/collections/file/removeAll.mjs +3 -3
- package/dist/collections/log/index.d.ts +1 -1
- package/dist/collections/resourceUsage/index.d.ts +1 -1
- package/dist/collections/user/activate.d.ts +1 -1
- package/dist/collections/user/activate.js +2 -3
- package/dist/collections/user/activate.mjs +3 -3
- package/dist/collections/user/authenticate.d.ts +1 -1
- package/dist/collections/user/authenticate.js +17 -15
- package/dist/collections/user/authenticate.mjs +12 -10
- package/dist/collections/user/createAccount.js +6 -6
- package/dist/collections/user/createAccount.mjs +6 -5
- package/dist/collections/user/description.d.ts +1 -2
- package/dist/collections/user/description.js +1 -2
- package/dist/collections/user/description.mjs +3 -4
- package/dist/collections/user/getInfo.js +2 -3
- package/dist/collections/user/getInfo.mjs +3 -3
- package/dist/collections/user/index.d.ts +22 -41
- package/dist/collections/user/insert.d.ts +1 -2
- package/dist/collections/user/insert.js +4 -1
- package/dist/collections/user/insert.mjs +5 -2
- package/dist/functions/describe.d.ts +1 -2
- package/dist/index.d.ts +26 -45
- package/package.json +13 -13
package/dist/index.d.ts
CHANGED
|
@@ -417,7 +417,7 @@ export declare const collections: {
|
|
|
417
417
|
};
|
|
418
418
|
}>) => Promise<any>;
|
|
419
419
|
};
|
|
420
|
-
}>, "description" | "functions" | "item" | "security" | "accessControl"> & {
|
|
420
|
+
}>, "description" | "functions" | "item" | "security" | "accessControl" | "exposedFunctions"> & {
|
|
421
421
|
item: import("@aeriajs/types").SchemaWithId<{
|
|
422
422
|
readonly $id: "file";
|
|
423
423
|
readonly owned: "always";
|
|
@@ -913,7 +913,7 @@ export declare const collections: {
|
|
|
913
913
|
};
|
|
914
914
|
};
|
|
915
915
|
};
|
|
916
|
-
}>, "description" | "functions" | "item" | "security" | "accessControl"> & {
|
|
916
|
+
}>, "description" | "functions" | "item" | "security" | "accessControl" | "exposedFunctions"> & {
|
|
917
917
|
item: import("@aeriajs/types").SchemaWithId<{
|
|
918
918
|
readonly $id: "tempFile";
|
|
919
919
|
readonly temporary: {
|
|
@@ -1008,7 +1008,7 @@ export declare const collections: {
|
|
|
1008
1008
|
readonly getAll: <TContext_1 extends import("@aeriajs/types").Context>(_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: TContext_1, options?: import("@aeriajs/core").GetAllOptions | undefined) => Promise<import("@aeriajs/types").SchemaWithId<TContext_1["description"]>[]>;
|
|
1009
1009
|
readonly insert: <TContext_2 extends import("@aeriajs/types").Context>(payload: import("@aeriajs/types").InsertPayload<import("@aeriajs/types").SchemaWithId<TContext_2["description"]>>, context: TContext_2, options?: import("@aeriajs/core").InsertOptions | undefined) => Promise<import("@aeriajs/types").Left<import("@aeriajs/types").ACErrors | import("@aeriajs/types").ValidationError> | import("@aeriajs/types").Right<import("@aeriajs/types").SchemaWithId<TContext_2["description"]>>>;
|
|
1010
1010
|
};
|
|
1011
|
-
}>, "description" | "functions" | "item" | "security" | "accessControl"> & {
|
|
1011
|
+
}>, "description" | "functions" | "item" | "security" | "accessControl" | "exposedFunctions"> & {
|
|
1012
1012
|
item: import("@aeriajs/types").SchemaWithId<{
|
|
1013
1013
|
readonly $id: "log";
|
|
1014
1014
|
readonly required: readonly ["context", "message"];
|
|
@@ -1109,7 +1109,7 @@ export declare const collections: {
|
|
|
1109
1109
|
};
|
|
1110
1110
|
};
|
|
1111
1111
|
};
|
|
1112
|
-
}>, "description" | "functions" | "item" | "security" | "accessControl"> & {
|
|
1112
|
+
}>, "description" | "functions" | "item" | "security" | "accessControl" | "exposedFunctions"> & {
|
|
1113
1113
|
item: import("@aeriajs/types").SchemaWithId<{
|
|
1114
1114
|
readonly $id: "resourceUsage";
|
|
1115
1115
|
readonly required: readonly ["usage"];
|
|
@@ -1254,7 +1254,6 @@ export declare const collections: {
|
|
|
1254
1254
|
readonly picture: "picture_file";
|
|
1255
1255
|
readonly information: "email";
|
|
1256
1256
|
readonly active: "active";
|
|
1257
|
-
readonly translateBadge: true;
|
|
1258
1257
|
};
|
|
1259
1258
|
};
|
|
1260
1259
|
readonly individualActions: {
|
|
@@ -1266,8 +1265,8 @@ export declare const collections: {
|
|
|
1266
1265
|
readonly 'route:/dashboard/user/changepass': {
|
|
1267
1266
|
readonly name: "change_password";
|
|
1268
1267
|
readonly icon: "key";
|
|
1269
|
-
readonly translate: true;
|
|
1270
1268
|
readonly fetchItem: true;
|
|
1269
|
+
readonly translate: true;
|
|
1271
1270
|
};
|
|
1272
1271
|
};
|
|
1273
1272
|
readonly icon: "users";
|
|
@@ -1364,7 +1363,6 @@ export declare const collections: {
|
|
|
1364
1363
|
readonly picture: "picture_file";
|
|
1365
1364
|
readonly information: "email";
|
|
1366
1365
|
readonly active: "active";
|
|
1367
|
-
readonly translateBadge: true;
|
|
1368
1366
|
};
|
|
1369
1367
|
};
|
|
1370
1368
|
readonly individualActions: {
|
|
@@ -1376,8 +1374,8 @@ export declare const collections: {
|
|
|
1376
1374
|
readonly 'route:/dashboard/user/changepass': {
|
|
1377
1375
|
readonly name: "change_password";
|
|
1378
1376
|
readonly icon: "key";
|
|
1379
|
-
readonly translate: true;
|
|
1380
1377
|
readonly fetchItem: true;
|
|
1378
|
+
readonly translate: true;
|
|
1381
1379
|
};
|
|
1382
1380
|
};
|
|
1383
1381
|
readonly icon: "users";
|
|
@@ -1465,7 +1463,6 @@ export declare const collections: {
|
|
|
1465
1463
|
readonly picture: "picture_file";
|
|
1466
1464
|
readonly information: "email";
|
|
1467
1465
|
readonly active: "active";
|
|
1468
|
-
readonly translateBadge: true;
|
|
1469
1466
|
};
|
|
1470
1467
|
};
|
|
1471
1468
|
readonly individualActions: {
|
|
@@ -1477,8 +1474,8 @@ export declare const collections: {
|
|
|
1477
1474
|
readonly 'route:/dashboard/user/changepass': {
|
|
1478
1475
|
readonly name: "change_password";
|
|
1479
1476
|
readonly icon: "key";
|
|
1480
|
-
readonly translate: true;
|
|
1481
1477
|
readonly fetchItem: true;
|
|
1478
|
+
readonly translate: true;
|
|
1482
1479
|
};
|
|
1483
1480
|
};
|
|
1484
1481
|
readonly icon: "users";
|
|
@@ -1565,7 +1562,6 @@ export declare const collections: {
|
|
|
1565
1562
|
readonly picture: "picture_file";
|
|
1566
1563
|
readonly information: "email";
|
|
1567
1564
|
readonly active: "active";
|
|
1568
|
-
readonly translateBadge: true;
|
|
1569
1565
|
};
|
|
1570
1566
|
};
|
|
1571
1567
|
readonly individualActions: {
|
|
@@ -1577,8 +1573,8 @@ export declare const collections: {
|
|
|
1577
1573
|
readonly 'route:/dashboard/user/changepass': {
|
|
1578
1574
|
readonly name: "change_password";
|
|
1579
1575
|
readonly icon: "key";
|
|
1580
|
-
readonly translate: true;
|
|
1581
1576
|
readonly fetchItem: true;
|
|
1577
|
+
readonly translate: true;
|
|
1582
1578
|
};
|
|
1583
1579
|
};
|
|
1584
1580
|
readonly icon: "users";
|
|
@@ -1672,7 +1668,6 @@ export declare const collections: {
|
|
|
1672
1668
|
readonly picture: "picture_file";
|
|
1673
1669
|
readonly information: "email";
|
|
1674
1670
|
readonly active: "active";
|
|
1675
|
-
readonly translateBadge: true;
|
|
1676
1671
|
};
|
|
1677
1672
|
};
|
|
1678
1673
|
readonly individualActions: {
|
|
@@ -1684,8 +1679,8 @@ export declare const collections: {
|
|
|
1684
1679
|
readonly 'route:/dashboard/user/changepass': {
|
|
1685
1680
|
readonly name: "change_password";
|
|
1686
1681
|
readonly icon: "key";
|
|
1687
|
-
readonly translate: true;
|
|
1688
1682
|
readonly fetchItem: true;
|
|
1683
|
+
readonly translate: true;
|
|
1689
1684
|
};
|
|
1690
1685
|
};
|
|
1691
1686
|
readonly icon: "users";
|
|
@@ -1773,7 +1768,6 @@ export declare const collections: {
|
|
|
1773
1768
|
readonly picture: "picture_file";
|
|
1774
1769
|
readonly information: "email";
|
|
1775
1770
|
readonly active: "active";
|
|
1776
|
-
readonly translateBadge: true;
|
|
1777
1771
|
};
|
|
1778
1772
|
};
|
|
1779
1773
|
readonly individualActions: {
|
|
@@ -1785,8 +1779,8 @@ export declare const collections: {
|
|
|
1785
1779
|
readonly 'route:/dashboard/user/changepass': {
|
|
1786
1780
|
readonly name: "change_password";
|
|
1787
1781
|
readonly icon: "key";
|
|
1788
|
-
readonly translate: true;
|
|
1789
1782
|
readonly fetchItem: true;
|
|
1783
|
+
readonly translate: true;
|
|
1790
1784
|
};
|
|
1791
1785
|
};
|
|
1792
1786
|
readonly icon: "users";
|
|
@@ -1892,7 +1886,6 @@ export declare const collections: {
|
|
|
1892
1886
|
readonly picture: "picture_file";
|
|
1893
1887
|
readonly information: "email";
|
|
1894
1888
|
readonly active: "active";
|
|
1895
|
-
readonly translateBadge: true;
|
|
1896
1889
|
};
|
|
1897
1890
|
};
|
|
1898
1891
|
readonly individualActions: {
|
|
@@ -1904,8 +1897,8 @@ export declare const collections: {
|
|
|
1904
1897
|
readonly 'route:/dashboard/user/changepass': {
|
|
1905
1898
|
readonly name: "change_password";
|
|
1906
1899
|
readonly icon: "key";
|
|
1907
|
-
readonly translate: true;
|
|
1908
1900
|
readonly fetchItem: true;
|
|
1901
|
+
readonly translate: true;
|
|
1909
1902
|
};
|
|
1910
1903
|
};
|
|
1911
1904
|
readonly icon: "users";
|
|
@@ -1922,7 +1915,7 @@ export declare const collections: {
|
|
|
1922
1915
|
};
|
|
1923
1916
|
};
|
|
1924
1917
|
};
|
|
1925
|
-
}>) => Promise<import("@aeriajs/types").
|
|
1918
|
+
}>) => Promise<import("@aeriajs/types").Left<import("./collections/user/activate.js").ActivationErrors.InvalidLink> | import("@aeriajs/types").Left<import("./collections/user/activate.js").ActivationErrors.UserNotFound> | import("@aeriajs/types").Left<import("./collections/user/activate.js").ActivationErrors.AlreadyActiveUser> | import("@aeriajs/types").GenericResponse | import("@aeriajs/types").Right<true>>;
|
|
1926
1919
|
readonly createAccount: (payload: Omit<Pick<{
|
|
1927
1920
|
picture_file: import("@aeriajs/types").SchemaWithId<{
|
|
1928
1921
|
readonly $id: "file";
|
|
@@ -2228,7 +2221,6 @@ export declare const collections: {
|
|
|
2228
2221
|
readonly picture: "picture_file";
|
|
2229
2222
|
readonly information: "email";
|
|
2230
2223
|
readonly active: "active";
|
|
2231
|
-
readonly translateBadge: true;
|
|
2232
2224
|
};
|
|
2233
2225
|
};
|
|
2234
2226
|
readonly individualActions: {
|
|
@@ -2240,8 +2232,8 @@ export declare const collections: {
|
|
|
2240
2232
|
readonly 'route:/dashboard/user/changepass': {
|
|
2241
2233
|
readonly name: "change_password";
|
|
2242
2234
|
readonly icon: "key";
|
|
2243
|
-
readonly translate: true;
|
|
2244
2235
|
readonly fetchItem: true;
|
|
2236
|
+
readonly translate: true;
|
|
2245
2237
|
};
|
|
2246
2238
|
};
|
|
2247
2239
|
readonly icon: "users";
|
|
@@ -2332,7 +2324,6 @@ export declare const collections: {
|
|
|
2332
2324
|
readonly picture: "picture_file";
|
|
2333
2325
|
readonly information: "email";
|
|
2334
2326
|
readonly active: "active";
|
|
2335
|
-
readonly translateBadge: true;
|
|
2336
2327
|
};
|
|
2337
2328
|
};
|
|
2338
2329
|
readonly individualActions: {
|
|
@@ -2344,8 +2335,8 @@ export declare const collections: {
|
|
|
2344
2335
|
readonly 'route:/dashboard/user/changepass': {
|
|
2345
2336
|
readonly name: "change_password";
|
|
2346
2337
|
readonly icon: "key";
|
|
2347
|
-
readonly translate: true;
|
|
2348
2338
|
readonly fetchItem: true;
|
|
2339
|
+
readonly translate: true;
|
|
2349
2340
|
};
|
|
2350
2341
|
};
|
|
2351
2342
|
readonly icon: "users";
|
|
@@ -2378,7 +2369,7 @@ export declare const collections: {
|
|
|
2378
2369
|
};
|
|
2379
2370
|
};
|
|
2380
2371
|
};
|
|
2381
|
-
}>, "description" | "functions" | "item" | "security" | "accessControl"> & {
|
|
2372
|
+
}>, "description" | "functions" | "item" | "security" | "accessControl" | "exposedFunctions"> & {
|
|
2382
2373
|
item: import("@aeriajs/types").SchemaWithId<{
|
|
2383
2374
|
readonly $id: "user";
|
|
2384
2375
|
readonly required: readonly ["name", "roles", "email"];
|
|
@@ -2449,7 +2440,6 @@ export declare const collections: {
|
|
|
2449
2440
|
readonly picture: "picture_file";
|
|
2450
2441
|
readonly information: "email";
|
|
2451
2442
|
readonly active: "active";
|
|
2452
|
-
readonly translateBadge: true;
|
|
2453
2443
|
};
|
|
2454
2444
|
};
|
|
2455
2445
|
readonly individualActions: {
|
|
@@ -2461,8 +2451,8 @@ export declare const collections: {
|
|
|
2461
2451
|
readonly 'route:/dashboard/user/changepass': {
|
|
2462
2452
|
readonly name: "change_password";
|
|
2463
2453
|
readonly icon: "key";
|
|
2464
|
-
readonly translate: true;
|
|
2465
2454
|
readonly fetchItem: true;
|
|
2455
|
+
readonly translate: true;
|
|
2466
2456
|
};
|
|
2467
2457
|
};
|
|
2468
2458
|
readonly icon: "users";
|
|
@@ -2550,7 +2540,6 @@ export declare const collections: {
|
|
|
2550
2540
|
readonly picture: "picture_file";
|
|
2551
2541
|
readonly information: "email";
|
|
2552
2542
|
readonly active: "active";
|
|
2553
|
-
readonly translateBadge: true;
|
|
2554
2543
|
};
|
|
2555
2544
|
};
|
|
2556
2545
|
readonly individualActions: {
|
|
@@ -2562,8 +2551,8 @@ export declare const collections: {
|
|
|
2562
2551
|
readonly 'route:/dashboard/user/changepass': {
|
|
2563
2552
|
readonly name: "change_password";
|
|
2564
2553
|
readonly icon: "key";
|
|
2565
|
-
readonly translate: true;
|
|
2566
2554
|
readonly fetchItem: true;
|
|
2555
|
+
readonly translate: true;
|
|
2567
2556
|
};
|
|
2568
2557
|
};
|
|
2569
2558
|
readonly icon: "users";
|
|
@@ -2660,7 +2649,6 @@ export declare const collections: {
|
|
|
2660
2649
|
readonly picture: "picture_file";
|
|
2661
2650
|
readonly information: "email";
|
|
2662
2651
|
readonly active: "active";
|
|
2663
|
-
readonly translateBadge: true;
|
|
2664
2652
|
};
|
|
2665
2653
|
};
|
|
2666
2654
|
readonly individualActions: {
|
|
@@ -2672,8 +2660,8 @@ export declare const collections: {
|
|
|
2672
2660
|
readonly 'route:/dashboard/user/changepass': {
|
|
2673
2661
|
readonly name: "change_password";
|
|
2674
2662
|
readonly icon: "key";
|
|
2675
|
-
readonly translate: true;
|
|
2676
2663
|
readonly fetchItem: true;
|
|
2664
|
+
readonly translate: true;
|
|
2677
2665
|
};
|
|
2678
2666
|
};
|
|
2679
2667
|
readonly icon: "users";
|
|
@@ -2761,7 +2749,6 @@ export declare const collections: {
|
|
|
2761
2749
|
readonly picture: "picture_file";
|
|
2762
2750
|
readonly information: "email";
|
|
2763
2751
|
readonly active: "active";
|
|
2764
|
-
readonly translateBadge: true;
|
|
2765
2752
|
};
|
|
2766
2753
|
};
|
|
2767
2754
|
readonly individualActions: {
|
|
@@ -2773,8 +2760,8 @@ export declare const collections: {
|
|
|
2773
2760
|
readonly 'route:/dashboard/user/changepass': {
|
|
2774
2761
|
readonly name: "change_password";
|
|
2775
2762
|
readonly icon: "key";
|
|
2776
|
-
readonly translate: true;
|
|
2777
2763
|
readonly fetchItem: true;
|
|
2764
|
+
readonly translate: true;
|
|
2778
2765
|
};
|
|
2779
2766
|
};
|
|
2780
2767
|
readonly icon: "users";
|
|
@@ -2861,7 +2848,6 @@ export declare const collections: {
|
|
|
2861
2848
|
readonly picture: "picture_file";
|
|
2862
2849
|
readonly information: "email";
|
|
2863
2850
|
readonly active: "active";
|
|
2864
|
-
readonly translateBadge: true;
|
|
2865
2851
|
};
|
|
2866
2852
|
};
|
|
2867
2853
|
readonly individualActions: {
|
|
@@ -2873,8 +2859,8 @@ export declare const collections: {
|
|
|
2873
2859
|
readonly 'route:/dashboard/user/changepass': {
|
|
2874
2860
|
readonly name: "change_password";
|
|
2875
2861
|
readonly icon: "key";
|
|
2876
|
-
readonly translate: true;
|
|
2877
2862
|
readonly fetchItem: true;
|
|
2863
|
+
readonly translate: true;
|
|
2878
2864
|
};
|
|
2879
2865
|
};
|
|
2880
2866
|
readonly icon: "users";
|
|
@@ -2968,7 +2954,6 @@ export declare const collections: {
|
|
|
2968
2954
|
readonly picture: "picture_file";
|
|
2969
2955
|
readonly information: "email";
|
|
2970
2956
|
readonly active: "active";
|
|
2971
|
-
readonly translateBadge: true;
|
|
2972
2957
|
};
|
|
2973
2958
|
};
|
|
2974
2959
|
readonly individualActions: {
|
|
@@ -2980,8 +2965,8 @@ export declare const collections: {
|
|
|
2980
2965
|
readonly 'route:/dashboard/user/changepass': {
|
|
2981
2966
|
readonly name: "change_password";
|
|
2982
2967
|
readonly icon: "key";
|
|
2983
|
-
readonly translate: true;
|
|
2984
2968
|
readonly fetchItem: true;
|
|
2969
|
+
readonly translate: true;
|
|
2985
2970
|
};
|
|
2986
2971
|
};
|
|
2987
2972
|
readonly icon: "users";
|
|
@@ -3069,7 +3054,6 @@ export declare const collections: {
|
|
|
3069
3054
|
readonly picture: "picture_file";
|
|
3070
3055
|
readonly information: "email";
|
|
3071
3056
|
readonly active: "active";
|
|
3072
|
-
readonly translateBadge: true;
|
|
3073
3057
|
};
|
|
3074
3058
|
};
|
|
3075
3059
|
readonly individualActions: {
|
|
@@ -3081,8 +3065,8 @@ export declare const collections: {
|
|
|
3081
3065
|
readonly 'route:/dashboard/user/changepass': {
|
|
3082
3066
|
readonly name: "change_password";
|
|
3083
3067
|
readonly icon: "key";
|
|
3084
|
-
readonly translate: true;
|
|
3085
3068
|
readonly fetchItem: true;
|
|
3069
|
+
readonly translate: true;
|
|
3086
3070
|
};
|
|
3087
3071
|
};
|
|
3088
3072
|
readonly icon: "users";
|
|
@@ -3188,7 +3172,6 @@ export declare const collections: {
|
|
|
3188
3172
|
readonly picture: "picture_file";
|
|
3189
3173
|
readonly information: "email";
|
|
3190
3174
|
readonly active: "active";
|
|
3191
|
-
readonly translateBadge: true;
|
|
3192
3175
|
};
|
|
3193
3176
|
};
|
|
3194
3177
|
readonly individualActions: {
|
|
@@ -3200,8 +3183,8 @@ export declare const collections: {
|
|
|
3200
3183
|
readonly 'route:/dashboard/user/changepass': {
|
|
3201
3184
|
readonly name: "change_password";
|
|
3202
3185
|
readonly icon: "key";
|
|
3203
|
-
readonly translate: true;
|
|
3204
3186
|
readonly fetchItem: true;
|
|
3187
|
+
readonly translate: true;
|
|
3205
3188
|
};
|
|
3206
3189
|
};
|
|
3207
3190
|
readonly icon: "users";
|
|
@@ -3218,7 +3201,7 @@ export declare const collections: {
|
|
|
3218
3201
|
};
|
|
3219
3202
|
};
|
|
3220
3203
|
};
|
|
3221
|
-
}>) => Promise<import("@aeriajs/types").
|
|
3204
|
+
}>) => Promise<import("@aeriajs/types").Left<import("./collections/user/activate.js").ActivationErrors.InvalidLink> | import("@aeriajs/types").Left<import("./collections/user/activate.js").ActivationErrors.UserNotFound> | import("@aeriajs/types").Left<import("./collections/user/activate.js").ActivationErrors.AlreadyActiveUser> | import("@aeriajs/types").GenericResponse | import("@aeriajs/types").Right<true>>;
|
|
3222
3205
|
readonly createAccount: (payload: Omit<Pick<{
|
|
3223
3206
|
picture_file: import("@aeriajs/types").SchemaWithId<{
|
|
3224
3207
|
readonly $id: "file";
|
|
@@ -3524,7 +3507,6 @@ export declare const collections: {
|
|
|
3524
3507
|
readonly picture: "picture_file";
|
|
3525
3508
|
readonly information: "email";
|
|
3526
3509
|
readonly active: "active";
|
|
3527
|
-
readonly translateBadge: true;
|
|
3528
3510
|
};
|
|
3529
3511
|
};
|
|
3530
3512
|
readonly individualActions: {
|
|
@@ -3536,8 +3518,8 @@ export declare const collections: {
|
|
|
3536
3518
|
readonly 'route:/dashboard/user/changepass': {
|
|
3537
3519
|
readonly name: "change_password";
|
|
3538
3520
|
readonly icon: "key";
|
|
3539
|
-
readonly translate: true;
|
|
3540
3521
|
readonly fetchItem: true;
|
|
3522
|
+
readonly translate: true;
|
|
3541
3523
|
};
|
|
3542
3524
|
};
|
|
3543
3525
|
readonly icon: "users";
|
|
@@ -3628,7 +3610,6 @@ export declare const collections: {
|
|
|
3628
3610
|
readonly picture: "picture_file";
|
|
3629
3611
|
readonly information: "email";
|
|
3630
3612
|
readonly active: "active";
|
|
3631
|
-
readonly translateBadge: true;
|
|
3632
3613
|
};
|
|
3633
3614
|
};
|
|
3634
3615
|
readonly individualActions: {
|
|
@@ -3640,8 +3621,8 @@ export declare const collections: {
|
|
|
3640
3621
|
readonly 'route:/dashboard/user/changepass': {
|
|
3641
3622
|
readonly name: "change_password";
|
|
3642
3623
|
readonly icon: "key";
|
|
3643
|
-
readonly translate: true;
|
|
3644
3624
|
readonly fetchItem: true;
|
|
3625
|
+
readonly translate: true;
|
|
3645
3626
|
};
|
|
3646
3627
|
};
|
|
3647
3628
|
readonly icon: "users";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aeriajs/builtins",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.72",
|
|
4
4
|
"description": "## Installation",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -36,22 +36,22 @@
|
|
|
36
36
|
"bcrypt": "^5.1.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@aeriajs/access-control": "
|
|
40
|
-
"@aeriajs/core": "
|
|
41
|
-
"@aeriajs/common": "
|
|
42
|
-
"@aeriajs/entrypoint": "
|
|
43
|
-
"@aeriajs/types": "
|
|
44
|
-
"@aeriajs/validation": "
|
|
39
|
+
"@aeriajs/access-control": "link:../access-control",
|
|
40
|
+
"@aeriajs/core": "link:../core",
|
|
41
|
+
"@aeriajs/common": "link:../common",
|
|
42
|
+
"@aeriajs/entrypoint": "link:../entrypoint",
|
|
43
|
+
"@aeriajs/types": "link:../types",
|
|
44
|
+
"@aeriajs/validation": "link:../validation",
|
|
45
45
|
"@types/bcrypt": "^5.0.2",
|
|
46
46
|
"mongodb": "^6.5.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@aeriajs/access-control": "^0.0.
|
|
50
|
-
"@aeriajs/core": "^0.0.
|
|
51
|
-
"@aeriajs/common": "^0.0.
|
|
52
|
-
"@aeriajs/entrypoint": "^0.0.
|
|
53
|
-
"@aeriajs/types": "^0.0.
|
|
54
|
-
"@aeriajs/validation": "^0.0.
|
|
49
|
+
"@aeriajs/access-control": "^0.0.39",
|
|
50
|
+
"@aeriajs/core": "^0.0.72",
|
|
51
|
+
"@aeriajs/common": "^0.0.39",
|
|
52
|
+
"@aeriajs/entrypoint": "^0.0.39",
|
|
53
|
+
"@aeriajs/types": "^0.0.36",
|
|
54
|
+
"@aeriajs/validation": "^0.0.42"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"test": "echo skipping",
|