@ydtb/tk-scope-app 0.15.0 → 0.19.2
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.
|
@@ -2006,24 +2006,24 @@ export declare const invitationsApi: import("@ydtb/tk-scope-api-client").ToolCli
|
|
|
2006
2006
|
roleId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2007
2007
|
}, import("zod/v4/core").$strip>, import("@orpc/contract").Schema<{
|
|
2008
2008
|
invitation: {
|
|
2009
|
-
status: string;
|
|
2010
2009
|
id: string;
|
|
2011
2010
|
createdAt: Date;
|
|
2012
2011
|
scopeId: string;
|
|
2013
2012
|
email: string;
|
|
2014
2013
|
role: string;
|
|
2014
|
+
status: string;
|
|
2015
2015
|
inviterId: string | null;
|
|
2016
2016
|
roleId: string | null;
|
|
2017
2017
|
expiresAt: Date | null;
|
|
2018
2018
|
};
|
|
2019
2019
|
}, {
|
|
2020
2020
|
invitation: {
|
|
2021
|
-
status: string;
|
|
2022
2021
|
id: string;
|
|
2023
2022
|
createdAt: Date;
|
|
2024
2023
|
scopeId: string;
|
|
2025
2024
|
email: string;
|
|
2026
2025
|
role: string;
|
|
2026
|
+
status: string;
|
|
2027
2027
|
inviterId: string | null;
|
|
2028
2028
|
roleId: string | null;
|
|
2029
2029
|
expiresAt: Date | null;
|
|
@@ -2457,10 +2457,10 @@ export declare const joinCodesApi: import("@ydtb/tk-scope-api-client").ToolClien
|
|
|
2457
2457
|
expiresAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2458
2458
|
}, import("zod/v4/core").$strip>, import("@orpc/contract").Schema<{
|
|
2459
2459
|
joinCode: {
|
|
2460
|
-
status: string;
|
|
2461
2460
|
id: string;
|
|
2462
2461
|
createdAt: Date;
|
|
2463
2462
|
scopeId: string;
|
|
2463
|
+
status: string;
|
|
2464
2464
|
expiresAt: Date | null;
|
|
2465
2465
|
code: string;
|
|
2466
2466
|
label: string | null;
|
|
@@ -2470,10 +2470,10 @@ export declare const joinCodesApi: import("@ydtb/tk-scope-api-client").ToolClien
|
|
|
2470
2470
|
} | undefined;
|
|
2471
2471
|
}, {
|
|
2472
2472
|
joinCode: {
|
|
2473
|
-
status: string;
|
|
2474
2473
|
id: string;
|
|
2475
2474
|
createdAt: Date;
|
|
2476
2475
|
scopeId: string;
|
|
2476
|
+
status: string;
|
|
2477
2477
|
expiresAt: Date | null;
|
|
2478
2478
|
code: string;
|
|
2479
2479
|
label: string | null;
|
|
@@ -3430,8 +3430,8 @@ export declare const preferencesApi: import("@ydtb/tk-scope-api-client").ToolCli
|
|
|
3430
3430
|
createdAt: Date;
|
|
3431
3431
|
updatedAt: Date;
|
|
3432
3432
|
scopeId: string;
|
|
3433
|
-
userId: string;
|
|
3434
3433
|
key: string;
|
|
3434
|
+
userId: string;
|
|
3435
3435
|
value: string;
|
|
3436
3436
|
} | undefined, {
|
|
3437
3437
|
id: string;
|
|
@@ -3439,8 +3439,8 @@ export declare const preferencesApi: import("@ydtb/tk-scope-api-client").ToolCli
|
|
|
3439
3439
|
createdAt: Date;
|
|
3440
3440
|
updatedAt: Date;
|
|
3441
3441
|
scopeId: string;
|
|
3442
|
-
userId: string;
|
|
3443
3442
|
key: string;
|
|
3443
|
+
userId: string;
|
|
3444
3444
|
value: string;
|
|
3445
3445
|
} | undefined>, Record<never, never>, Record<never, never>>;
|
|
3446
3446
|
list: import("@orpc/server").DecoratedProcedure<import("@orpc/server").MergedInitialContext<{
|