@settlemint/sdk-utils
Advanced tools
Comparing version 0.6.30 to 0.6.31-main43ab226
@@ -22,2 +22,6 @@ import { SpawnOptionsWithoutStdio } from 'node:child_process'; | ||
*/ | ||
declare const ApplicationAccessTokenSchema: ZodString; | ||
type ApplicationAccessToken = z.infer<typeof ApplicationAccessTokenSchema>; | ||
declare const PersonalAccessTokenSchema: ZodString; | ||
type PersonalAccessToken = z.infer<typeof PersonalAccessTokenSchema>; | ||
declare const AccessTokenSchema: ZodString; | ||
@@ -456,2 +460,2 @@ type AccessToken = z.infer<typeof AccessTokenSchema>; | ||
export { type AccessToken, AccessTokenSchema, type DotEnv, type DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, type Id, IdSchema, type Template, type Url, type UrlOrPath, UrlOrPathSchema, type UrlPath, UrlPathSchema, UrlSchema, capitalizeFirstLetter, emptyDir, ensureBrowser, ensureFolder, ensureServer, executeCommand, exists, formatTargetDir, getPackageManager, getPackageManagerExecutable, installDependencies, isEmpty, isPackageInstalled, isValidPackageName, loadEnv, projectRoot, runsInBrowser, runsOnServer, setName, templates, toValidPackageName, validate, writeEnv }; | ||
export { type AccessToken, AccessTokenSchema, type ApplicationAccessToken, ApplicationAccessTokenSchema, type DotEnv, type DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, type Id, IdSchema, type PersonalAccessToken, PersonalAccessTokenSchema, type Template, type Url, type UrlOrPath, UrlOrPathSchema, type UrlPath, UrlPathSchema, UrlSchema, capitalizeFirstLetter, emptyDir, ensureBrowser, ensureFolder, ensureServer, executeCommand, exists, formatTargetDir, getPackageManager, getPackageManagerExecutable, installDependencies, isEmpty, isPackageInstalled, isValidPackageName, loadEnv, projectRoot, runsInBrowser, runsOnServer, setName, templates, toValidPackageName, validate, writeEnv }; |
@@ -6,2 +6,6 @@ import { ZodString, z, ZodSchema } from 'zod'; | ||
*/ | ||
declare const ApplicationAccessTokenSchema: ZodString; | ||
type ApplicationAccessToken = z.infer<typeof ApplicationAccessTokenSchema>; | ||
declare const PersonalAccessTokenSchema: ZodString; | ||
type PersonalAccessToken = z.infer<typeof PersonalAccessTokenSchema>; | ||
declare const AccessTokenSchema: ZodString; | ||
@@ -299,2 +303,2 @@ type AccessToken = z.infer<typeof AccessTokenSchema>; | ||
export { type AccessToken, AccessTokenSchema, type DotEnv, type DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, type Id, IdSchema, type Url, type UrlOrPath, UrlOrPathSchema, type UrlPath, UrlPathSchema, UrlSchema, validate }; | ||
export { type AccessToken, AccessTokenSchema, type ApplicationAccessToken, ApplicationAccessTokenSchema, type DotEnv, type DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, type Id, IdSchema, type PersonalAccessToken, PersonalAccessTokenSchema, type Url, type UrlOrPath, UrlOrPathSchema, type UrlPath, UrlPathSchema, UrlSchema, validate }; |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.6.30", | ||
"version": "0.6.31-main43ab226", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "private": false, |
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
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
353984
3151