@ydtb/tk-scope-app 0.19.2 → 0.19.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.
|
@@ -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;
|
|
2009
2010
|
id: string;
|
|
2010
2011
|
createdAt: Date;
|
|
2011
2012
|
scopeId: string;
|
|
2012
2013
|
email: string;
|
|
2013
2014
|
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;
|
|
2021
2022
|
id: string;
|
|
2022
2023
|
createdAt: Date;
|
|
2023
2024
|
scopeId: string;
|
|
2024
2025
|
email: string;
|
|
2025
2026
|
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;
|
|
2460
2461
|
id: string;
|
|
2461
2462
|
createdAt: Date;
|
|
2462
2463
|
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;
|
|
2473
2474
|
id: string;
|
|
2474
2475
|
createdAt: Date;
|
|
2475
2476
|
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
|
-
key: string;
|
|
3434
3433
|
userId: string;
|
|
3434
|
+
key: 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
|
-
key: string;
|
|
3443
3442
|
userId: string;
|
|
3443
|
+
key: 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<{
|