@temboplus/afloat 0.2.1-beta.6 → 0.2.1-beta.8
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.
|
@@ -537,7 +537,7 @@ export declare const teamManagementContract: {
|
|
|
537
537
|
body: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
538
538
|
path: "/login/:id/archive";
|
|
539
539
|
responses: {
|
|
540
|
-
|
|
540
|
+
201: z.ZodObject<{
|
|
541
541
|
id: z.ZodString;
|
|
542
542
|
name: z.ZodString;
|
|
543
543
|
identity: z.ZodString;
|
|
@@ -649,7 +649,7 @@ export declare const teamManagementContract: {
|
|
|
649
649
|
body: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
650
650
|
path: "/login/:id/unarchive";
|
|
651
651
|
responses: {
|
|
652
|
-
|
|
652
|
+
201: z.ZodObject<{
|
|
653
653
|
id: z.ZodString;
|
|
654
654
|
name: z.ZodString;
|
|
655
655
|
identity: z.ZodString;
|
|
@@ -770,7 +770,7 @@ export declare const teamManagementContract: {
|
|
|
770
770
|
}>;
|
|
771
771
|
path: "/login/:id/reset-password";
|
|
772
772
|
responses: {
|
|
773
|
-
|
|
773
|
+
201: z.ZodObject<{
|
|
774
774
|
success: z.ZodBoolean;
|
|
775
775
|
}, "strip", z.ZodTypeAny, {
|
|
776
776
|
success: boolean;
|