@settlemint/sdk-utils 2.5.1 → 2.5.2

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.
@@ -1,4 +1,4 @@
1
- import { ZodString, ZodType, z } from "zod/v4";
1
+ import { ZodString, ZodType, z } from "zod";
2
2
 
3
3
  //#region src/validation/validate.d.ts
4
4
 
@@ -255,5 +255,5 @@ type UrlPath = z.infer<typeof UrlPathSchema>;
255
255
  declare const UrlOrPathSchema: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
256
256
  type UrlOrPath = z.infer<typeof UrlOrPathSchema>;
257
257
  //#endregion
258
- export { AccessToken, AccessTokenSchema, ApplicationAccessToken, ApplicationAccessTokenSchema, DotEnv, DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, Id, IdSchema, LOCAL_INSTANCE, PersonalAccessToken, PersonalAccessTokenSchema, STANDALONE_INSTANCE, UniqueNameSchema, Url, UrlOrPath, UrlOrPathSchema, UrlPath, UrlPathSchema, UrlSchema, validate };
258
+ export { type AccessToken, AccessTokenSchema, type ApplicationAccessToken, ApplicationAccessTokenSchema, type DotEnv, type DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, type Id, IdSchema, LOCAL_INSTANCE, type PersonalAccessToken, PersonalAccessTokenSchema, STANDALONE_INSTANCE, UniqueNameSchema, type Url, type UrlOrPath, UrlOrPathSchema, type UrlPath, UrlPathSchema, UrlSchema, validate };
259
259
  //# sourceMappingURL=validation.d.cts.map
@@ -1,4 +1,4 @@
1
- import { ZodString, ZodType, z } from "zod/v4";
1
+ import { ZodString, ZodType, z } from "zod";
2
2
 
3
3
  //#region src/validation/validate.d.ts
4
4
 
@@ -255,5 +255,5 @@ type UrlPath = z.infer<typeof UrlPathSchema>;
255
255
  declare const UrlOrPathSchema: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
256
256
  type UrlOrPath = z.infer<typeof UrlOrPathSchema>;
257
257
  //#endregion
258
- export { AccessToken, AccessTokenSchema, ApplicationAccessToken, ApplicationAccessTokenSchema, DotEnv, DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, Id, IdSchema, LOCAL_INSTANCE, PersonalAccessToken, PersonalAccessTokenSchema, STANDALONE_INSTANCE, UniqueNameSchema, Url, UrlOrPath, UrlOrPathSchema, UrlPath, UrlPathSchema, UrlSchema, validate };
258
+ export { type AccessToken, AccessTokenSchema, type ApplicationAccessToken, ApplicationAccessTokenSchema, type DotEnv, type DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, type Id, IdSchema, LOCAL_INSTANCE, type PersonalAccessToken, PersonalAccessTokenSchema, STANDALONE_INSTANCE, UniqueNameSchema, type Url, type UrlOrPath, UrlOrPathSchema, type UrlPath, UrlPathSchema, UrlSchema, validate };
259
259
  //# sourceMappingURL=validation.d.ts.map