@spfn/auth 0.2.0-beta.34 → 0.2.0-beta.35
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/server.d.ts +30 -30
- package/package.json +2 -2
package/dist/server.d.ts
CHANGED
|
@@ -168,11 +168,11 @@ declare const users: drizzle_orm_pg_core.PgTableWithColumns<{
|
|
|
168
168
|
name: `${string}_id`;
|
|
169
169
|
tableName: "users";
|
|
170
170
|
dataType: "number";
|
|
171
|
-
columnType: "
|
|
171
|
+
columnType: "PgBigInt53";
|
|
172
172
|
data: number;
|
|
173
|
-
driverParam: number;
|
|
173
|
+
driverParam: string | number;
|
|
174
174
|
notNull: true;
|
|
175
|
-
hasDefault:
|
|
175
|
+
hasDefault: false;
|
|
176
176
|
isPrimaryKey: false;
|
|
177
177
|
isAutoincrement: false;
|
|
178
178
|
hasRuntimeDefault: false;
|
|
@@ -930,11 +930,11 @@ declare const userInvitations: drizzle_orm_pg_core.PgTableWithColumns<{
|
|
|
930
930
|
name: `${string}_id`;
|
|
931
931
|
tableName: "user_invitations";
|
|
932
932
|
dataType: "number";
|
|
933
|
-
columnType: "
|
|
933
|
+
columnType: "PgBigInt53";
|
|
934
934
|
data: number;
|
|
935
|
-
driverParam: number;
|
|
935
|
+
driverParam: string | number;
|
|
936
936
|
notNull: true;
|
|
937
|
-
hasDefault:
|
|
937
|
+
hasDefault: false;
|
|
938
938
|
isPrimaryKey: false;
|
|
939
939
|
isAutoincrement: false;
|
|
940
940
|
hasRuntimeDefault: false;
|
|
@@ -947,11 +947,11 @@ declare const userInvitations: drizzle_orm_pg_core.PgTableWithColumns<{
|
|
|
947
947
|
name: `${string}_id`;
|
|
948
948
|
tableName: "user_invitations";
|
|
949
949
|
dataType: "number";
|
|
950
|
-
columnType: "
|
|
950
|
+
columnType: "PgBigInt53";
|
|
951
951
|
data: number;
|
|
952
|
-
driverParam: number;
|
|
952
|
+
driverParam: string | number;
|
|
953
953
|
notNull: true;
|
|
954
|
-
hasDefault:
|
|
954
|
+
hasDefault: false;
|
|
955
955
|
isPrimaryKey: false;
|
|
956
956
|
isAutoincrement: false;
|
|
957
957
|
hasRuntimeDefault: false;
|
|
@@ -1468,11 +1468,11 @@ declare const userProfiles: drizzle_orm_pg_core.PgTableWithColumns<{
|
|
|
1468
1468
|
name: `${string}_id`;
|
|
1469
1469
|
tableName: "user_profiles";
|
|
1470
1470
|
dataType: "number";
|
|
1471
|
-
columnType: "
|
|
1471
|
+
columnType: "PgBigInt53";
|
|
1472
1472
|
data: number;
|
|
1473
|
-
driverParam: number;
|
|
1473
|
+
driverParam: string | number;
|
|
1474
1474
|
notNull: true;
|
|
1475
|
-
hasDefault:
|
|
1475
|
+
hasDefault: false;
|
|
1476
1476
|
isPrimaryKey: false;
|
|
1477
1477
|
isAutoincrement: false;
|
|
1478
1478
|
hasRuntimeDefault: false;
|
|
@@ -1762,11 +1762,11 @@ declare const userPublicKeys: drizzle_orm_pg_core.PgTableWithColumns<{
|
|
|
1762
1762
|
name: `${string}_id`;
|
|
1763
1763
|
tableName: "user_public_keys";
|
|
1764
1764
|
dataType: "number";
|
|
1765
|
-
columnType: "
|
|
1765
|
+
columnType: "PgBigInt53";
|
|
1766
1766
|
data: number;
|
|
1767
|
-
driverParam: number;
|
|
1767
|
+
driverParam: string | number;
|
|
1768
1768
|
notNull: true;
|
|
1769
|
-
hasDefault:
|
|
1769
|
+
hasDefault: false;
|
|
1770
1770
|
isPrimaryKey: false;
|
|
1771
1771
|
isAutoincrement: false;
|
|
1772
1772
|
hasRuntimeDefault: false;
|
|
@@ -2015,11 +2015,11 @@ declare const userSocialAccounts: drizzle_orm_pg_core.PgTableWithColumns<{
|
|
|
2015
2015
|
name: `${string}_id`;
|
|
2016
2016
|
tableName: "user_social_accounts";
|
|
2017
2017
|
dataType: "number";
|
|
2018
|
-
columnType: "
|
|
2018
|
+
columnType: "PgBigInt53";
|
|
2019
2019
|
data: number;
|
|
2020
|
-
driverParam: number;
|
|
2020
|
+
driverParam: string | number;
|
|
2021
2021
|
notNull: true;
|
|
2022
|
-
hasDefault:
|
|
2022
|
+
hasDefault: false;
|
|
2023
2023
|
isPrimaryKey: false;
|
|
2024
2024
|
isAutoincrement: false;
|
|
2025
2025
|
hasRuntimeDefault: false;
|
|
@@ -2602,11 +2602,11 @@ declare const rolePermissions: drizzle_orm_pg_core.PgTableWithColumns<{
|
|
|
2602
2602
|
name: `${string}_id`;
|
|
2603
2603
|
tableName: "role_permissions";
|
|
2604
2604
|
dataType: "number";
|
|
2605
|
-
columnType: "
|
|
2605
|
+
columnType: "PgBigInt53";
|
|
2606
2606
|
data: number;
|
|
2607
|
-
driverParam: number;
|
|
2607
|
+
driverParam: string | number;
|
|
2608
2608
|
notNull: true;
|
|
2609
|
-
hasDefault:
|
|
2609
|
+
hasDefault: false;
|
|
2610
2610
|
isPrimaryKey: false;
|
|
2611
2611
|
isAutoincrement: false;
|
|
2612
2612
|
hasRuntimeDefault: false;
|
|
@@ -2619,11 +2619,11 @@ declare const rolePermissions: drizzle_orm_pg_core.PgTableWithColumns<{
|
|
|
2619
2619
|
name: `${string}_id`;
|
|
2620
2620
|
tableName: "role_permissions";
|
|
2621
2621
|
dataType: "number";
|
|
2622
|
-
columnType: "
|
|
2622
|
+
columnType: "PgBigInt53";
|
|
2623
2623
|
data: number;
|
|
2624
|
-
driverParam: number;
|
|
2624
|
+
driverParam: string | number;
|
|
2625
2625
|
notNull: true;
|
|
2626
|
-
hasDefault:
|
|
2626
|
+
hasDefault: false;
|
|
2627
2627
|
isPrimaryKey: false;
|
|
2628
2628
|
isAutoincrement: false;
|
|
2629
2629
|
hasRuntimeDefault: false;
|
|
@@ -2711,11 +2711,11 @@ declare const userPermissions: drizzle_orm_pg_core.PgTableWithColumns<{
|
|
|
2711
2711
|
name: `${string}_id`;
|
|
2712
2712
|
tableName: "user_permissions";
|
|
2713
2713
|
dataType: "number";
|
|
2714
|
-
columnType: "
|
|
2714
|
+
columnType: "PgBigInt53";
|
|
2715
2715
|
data: number;
|
|
2716
|
-
driverParam: number;
|
|
2716
|
+
driverParam: string | number;
|
|
2717
2717
|
notNull: true;
|
|
2718
|
-
hasDefault:
|
|
2718
|
+
hasDefault: false;
|
|
2719
2719
|
isPrimaryKey: false;
|
|
2720
2720
|
isAutoincrement: false;
|
|
2721
2721
|
hasRuntimeDefault: false;
|
|
@@ -2728,11 +2728,11 @@ declare const userPermissions: drizzle_orm_pg_core.PgTableWithColumns<{
|
|
|
2728
2728
|
name: `${string}_id`;
|
|
2729
2729
|
tableName: "user_permissions";
|
|
2730
2730
|
dataType: "number";
|
|
2731
|
-
columnType: "
|
|
2731
|
+
columnType: "PgBigInt53";
|
|
2732
2732
|
data: number;
|
|
2733
|
-
driverParam: number;
|
|
2733
|
+
driverParam: string | number;
|
|
2734
2734
|
notNull: true;
|
|
2735
|
-
hasDefault:
|
|
2735
|
+
hasDefault: false;
|
|
2736
2736
|
isPrimaryKey: false;
|
|
2737
2737
|
isAutoincrement: false;
|
|
2738
2738
|
hasRuntimeDefault: false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spfn/auth",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.35",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Authentication, authorization, and RBAC module for SPFN",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"jose": "^6.1.0",
|
|
86
86
|
"jsonwebtoken": "^9.0.2",
|
|
87
87
|
"postgres": "^3.4.0",
|
|
88
|
-
"@spfn/core": "0.2.0-beta.
|
|
88
|
+
"@spfn/core": "0.2.0-beta.27",
|
|
89
89
|
"@spfn/notification": "0.1.0-beta.11"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|