@stackframe/stack-shared 2.8.61 → 2.8.62
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.
|
@@ -82,10 +82,10 @@ declare const userApiKeysCreateInputSchema: yup.ObjectSchema<{
|
|
|
82
82
|
}, "">;
|
|
83
83
|
declare const userApiKeysCreateOutputSchema: yup.ObjectSchema<{
|
|
84
84
|
type: "user";
|
|
85
|
+
description: string;
|
|
85
86
|
user_id: string;
|
|
86
87
|
id: string;
|
|
87
88
|
created_at_millis: number;
|
|
88
|
-
description: string;
|
|
89
89
|
expires_at_millis: number | undefined;
|
|
90
90
|
manually_revoked_at_millis: number | undefined;
|
|
91
91
|
is_public: boolean;
|
|
@@ -182,9 +182,9 @@ declare const teamApiKeysCreateInputSchema: yup.ObjectSchema<{
|
|
|
182
182
|
}, "">;
|
|
183
183
|
declare const teamApiKeysCreateOutputSchema: yup.ObjectSchema<{
|
|
184
184
|
type: "team";
|
|
185
|
+
description: string;
|
|
185
186
|
id: string;
|
|
186
187
|
created_at_millis: number;
|
|
187
|
-
description: string;
|
|
188
188
|
expires_at_millis: number | undefined;
|
|
189
189
|
manually_revoked_at_millis: number | undefined;
|
|
190
190
|
team_id: string;
|
|
@@ -82,10 +82,10 @@ declare const userApiKeysCreateInputSchema: yup.ObjectSchema<{
|
|
|
82
82
|
}, "">;
|
|
83
83
|
declare const userApiKeysCreateOutputSchema: yup.ObjectSchema<{
|
|
84
84
|
type: "user";
|
|
85
|
+
description: string;
|
|
85
86
|
user_id: string;
|
|
86
87
|
id: string;
|
|
87
88
|
created_at_millis: number;
|
|
88
|
-
description: string;
|
|
89
89
|
expires_at_millis: number | undefined;
|
|
90
90
|
manually_revoked_at_millis: number | undefined;
|
|
91
91
|
is_public: boolean;
|
|
@@ -182,9 +182,9 @@ declare const teamApiKeysCreateInputSchema: yup.ObjectSchema<{
|
|
|
182
182
|
}, "">;
|
|
183
183
|
declare const teamApiKeysCreateOutputSchema: yup.ObjectSchema<{
|
|
184
184
|
type: "team";
|
|
185
|
+
description: string;
|
|
185
186
|
id: string;
|
|
186
187
|
created_at_millis: number;
|
|
187
|
-
description: string;
|
|
188
188
|
expires_at_millis: number | undefined;
|
|
189
189
|
manually_revoked_at_millis: number | undefined;
|
|
190
190
|
team_id: string;
|
package/dist/sessions.d.mts
CHANGED
package/dist/sessions.d.ts
CHANGED