@m5kdev/frontend 0.25.1 → 0.25.3
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.
|
@@ -1000,7 +1000,7 @@ declare function createM5KAuthClient(baseURL?: string): {
|
|
|
1000
1000
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1001
1001
|
filterField?: string | undefined;
|
|
1002
1002
|
filterValue?: string | number | boolean | undefined;
|
|
1003
|
-
filterOperator?: "
|
|
1003
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
1004
1004
|
organizationId?: string | undefined;
|
|
1005
1005
|
organizationSlug?: string | undefined;
|
|
1006
1006
|
}> & Record<string, any>, Record<string, any> | undefined>>(data_0?: _$better_auth0.Prettify<{
|
|
@@ -1011,7 +1011,7 @@ declare function createM5KAuthClient(baseURL?: string): {
|
|
|
1011
1011
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1012
1012
|
filterField?: string | undefined;
|
|
1013
1013
|
filterValue?: string | number | boolean | undefined;
|
|
1014
|
-
filterOperator?: "
|
|
1014
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
1015
1015
|
organizationId?: string | undefined;
|
|
1016
1016
|
organizationSlug?: string | undefined;
|
|
1017
1017
|
} | undefined;
|
|
@@ -1366,26 +1366,26 @@ declare function createM5KAuthClient(baseURL?: string): {
|
|
|
1366
1366
|
listUsers: <FetchOptions extends _$better_auth0.ClientFetchOption<never, Partial<{
|
|
1367
1367
|
searchValue?: string | undefined;
|
|
1368
1368
|
searchField?: "email" | "name" | undefined;
|
|
1369
|
-
searchOperator?: "
|
|
1369
|
+
searchOperator?: "contains" | "starts_with" | "ends_with" | undefined;
|
|
1370
1370
|
limit?: string | number | undefined;
|
|
1371
1371
|
offset?: string | number | undefined;
|
|
1372
1372
|
sortBy?: string | undefined;
|
|
1373
1373
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1374
1374
|
filterField?: string | undefined;
|
|
1375
1375
|
filterValue?: string | number | boolean | undefined;
|
|
1376
|
-
filterOperator?: "
|
|
1376
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
1377
1377
|
}> & Record<string, any>, Record<string, any> | undefined>>(data_0: _$better_auth0.Prettify<{
|
|
1378
1378
|
query: {
|
|
1379
1379
|
searchValue?: string | undefined;
|
|
1380
1380
|
searchField?: "email" | "name" | undefined;
|
|
1381
|
-
searchOperator?: "
|
|
1381
|
+
searchOperator?: "contains" | "starts_with" | "ends_with" | undefined;
|
|
1382
1382
|
limit?: string | number | undefined;
|
|
1383
1383
|
offset?: string | number | undefined;
|
|
1384
1384
|
sortBy?: string | undefined;
|
|
1385
1385
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1386
1386
|
filterField?: string | undefined;
|
|
1387
1387
|
filterValue?: string | number | boolean | undefined;
|
|
1388
|
-
filterOperator?: "
|
|
1388
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
1389
1389
|
};
|
|
1390
1390
|
fetchOptions?: FetchOptions | undefined;
|
|
1391
1391
|
}>, data_1?: FetchOptions | undefined) => Promise<_$better_auth_client0.BetterFetchResponse<NonNullable<{
|
|
@@ -1000,7 +1000,7 @@ declare function createM5KAuthClient(baseURL?: string): {
|
|
|
1000
1000
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1001
1001
|
filterField?: string | undefined;
|
|
1002
1002
|
filterValue?: string | number | boolean | undefined;
|
|
1003
|
-
filterOperator?: "
|
|
1003
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
1004
1004
|
organizationId?: string | undefined;
|
|
1005
1005
|
organizationSlug?: string | undefined;
|
|
1006
1006
|
}> & Record<string, any>, Record<string, any> | undefined>>(data_0?: _$better_auth0.Prettify<{
|
|
@@ -1011,7 +1011,7 @@ declare function createM5KAuthClient(baseURL?: string): {
|
|
|
1011
1011
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1012
1012
|
filterField?: string | undefined;
|
|
1013
1013
|
filterValue?: string | number | boolean | undefined;
|
|
1014
|
-
filterOperator?: "
|
|
1014
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
1015
1015
|
organizationId?: string | undefined;
|
|
1016
1016
|
organizationSlug?: string | undefined;
|
|
1017
1017
|
} | undefined;
|
|
@@ -1366,26 +1366,26 @@ declare function createM5KAuthClient(baseURL?: string): {
|
|
|
1366
1366
|
listUsers: <FetchOptions extends _$better_auth0.ClientFetchOption<never, Partial<{
|
|
1367
1367
|
searchValue?: string | undefined;
|
|
1368
1368
|
searchField?: "email" | "name" | undefined;
|
|
1369
|
-
searchOperator?: "
|
|
1369
|
+
searchOperator?: "contains" | "starts_with" | "ends_with" | undefined;
|
|
1370
1370
|
limit?: string | number | undefined;
|
|
1371
1371
|
offset?: string | number | undefined;
|
|
1372
1372
|
sortBy?: string | undefined;
|
|
1373
1373
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1374
1374
|
filterField?: string | undefined;
|
|
1375
1375
|
filterValue?: string | number | boolean | undefined;
|
|
1376
|
-
filterOperator?: "
|
|
1376
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
1377
1377
|
}> & Record<string, any>, Record<string, any> | undefined>>(data_0: _$better_auth0.Prettify<{
|
|
1378
1378
|
query: {
|
|
1379
1379
|
searchValue?: string | undefined;
|
|
1380
1380
|
searchField?: "email" | "name" | undefined;
|
|
1381
|
-
searchOperator?: "
|
|
1381
|
+
searchOperator?: "contains" | "starts_with" | "ends_with" | undefined;
|
|
1382
1382
|
limit?: string | number | undefined;
|
|
1383
1383
|
offset?: string | number | undefined;
|
|
1384
1384
|
sortBy?: string | undefined;
|
|
1385
1385
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1386
1386
|
filterField?: string | undefined;
|
|
1387
1387
|
filterValue?: string | number | boolean | undefined;
|
|
1388
|
-
filterOperator?: "
|
|
1388
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
1389
1389
|
};
|
|
1390
1390
|
fetchOptions?: FetchOptions | undefined;
|
|
1391
1391
|
}>, data_1?: FetchOptions | undefined) => Promise<_$better_auth_client0.BetterFetchResponse<NonNullable<{
|
|
@@ -6,12 +6,12 @@ import * as _$_trpc_server0 from "@trpc/server";
|
|
|
6
6
|
declare const useUserOrganizations: () => _$_tanstack_react_query0.UseQueryResult<{
|
|
7
7
|
id: string;
|
|
8
8
|
name: string;
|
|
9
|
+
type: string | null;
|
|
9
10
|
createdAt: Date;
|
|
10
11
|
onboarding: number | null;
|
|
11
12
|
locale: string | null;
|
|
12
13
|
slug: string | null;
|
|
13
14
|
logo: string | null;
|
|
14
|
-
type: string | null;
|
|
15
15
|
parentId: string | null;
|
|
16
16
|
}[], _$_trpc_client0.TRPCClientErrorLike<{
|
|
17
17
|
transformer: true;
|
|
@@ -6,12 +6,12 @@ import * as _$_trpc_server0 from "@trpc/server";
|
|
|
6
6
|
declare const useUserOrganizations: () => _$_tanstack_react_query0.UseQueryResult<{
|
|
7
7
|
id: string;
|
|
8
8
|
name: string;
|
|
9
|
+
type: string | null;
|
|
9
10
|
createdAt: Date;
|
|
10
11
|
onboarding: number | null;
|
|
11
12
|
locale: string | null;
|
|
12
13
|
slug: string | null;
|
|
13
14
|
logo: string | null;
|
|
14
|
-
type: string | null;
|
|
15
15
|
parentId: string | null;
|
|
16
16
|
}[], _$_trpc_client0.TRPCClientErrorLike<{
|
|
17
17
|
transformer: true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m5kdev/frontend",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.3",
|
|
4
4
|
"license": "GPL-3.0-only",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"react-dom": "19.2.1",
|
|
26
26
|
"i18next": "25.3.2",
|
|
27
27
|
"zod": "4.2.1",
|
|
28
|
-
"@m5kdev/commons": "0.25.
|
|
28
|
+
"@m5kdev/commons": "0.25.3"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@trpc/server": "11.4.3",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"tsdown": "0.21.7",
|
|
44
44
|
"typescript": "6.0.3",
|
|
45
45
|
"vite": "7.0.4",
|
|
46
|
-
"@m5kdev/config": "0.25.
|
|
47
|
-
"@m5kdev/backend": "0.25.
|
|
46
|
+
"@m5kdev/config": "0.25.3",
|
|
47
|
+
"@m5kdev/backend": "0.25.3"
|
|
48
48
|
},
|
|
49
49
|
"exports": {
|
|
50
50
|
".": {
|