@stylish-cat/contracts
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -9,3 +9,3 @@ import { z } from "zod"; | ||
}>; | ||
export type GoogleSignIn = z.infer<typeof GoogleSignInSchema>; | ||
export declare type GoogleSignIn = z.infer<typeof GoogleSignInSchema>; | ||
//# sourceMappingURL=google.d.ts.map |
@@ -12,3 +12,3 @@ import { z } from "zod"; | ||
}>; | ||
export type ManualSignIn = z.infer<typeof ManualSignInSchema>; | ||
export declare type ManualSignIn = z.infer<typeof ManualSignInSchema>; | ||
export declare const ManualSignUpSchema: z.ZodObject<{ | ||
@@ -24,3 +24,3 @@ email: z.ZodString; | ||
}>; | ||
export type ManualSignUp = z.infer<typeof ManualSignUpSchema>; | ||
export declare type ManualSignUp = z.infer<typeof ManualSignUpSchema>; | ||
export declare const ResetPasswordSchema: z.ZodObject<{ | ||
@@ -36,3 +36,3 @@ email: z.ZodString; | ||
}>; | ||
export type ResetPassword = z.infer<typeof ResetPasswordSchema>; | ||
export declare type ResetPassword = z.infer<typeof ResetPasswordSchema>; | ||
//# sourceMappingURL=manual.d.ts.map |
@@ -27,3 +27,3 @@ import { z } from "zod"; | ||
}>; | ||
export type TelegramSignIn = z.infer<typeof TelegramSignInSchema>; | ||
export declare type TelegramSignIn = z.infer<typeof TelegramSignInSchema>; | ||
//# sourceMappingURL=telegram.d.ts.map |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
@@ -10,0 +6,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@stylish-cat/contracts", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "dist/index.js", | ||
@@ -10,3 +10,2 @@ "scripts": { | ||
"prettier": "yarn prettier:check && yarn prettier:write", | ||
"publish": "npm publish", | ||
"prebuild": "yarn prettier", | ||
@@ -13,0 +12,0 @@ "build": "tsc" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
20142
303