File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
packages/js/src/schemas/schemas Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11import { z } from "zod" ;
2- import { WsApplPlatformReturnValueSchema } from ".. /ws-appl-platform" ;
2+ import { WsApplPlatformReturnValueSchema } from "./ws-appl-platform" ;
33
44export const BlockchainNetworkReturnValueSchema = WsApplPlatformReturnValueSchema . extend ( {
55 serviceSubType : z . string ( ) ,
Original file line number Diff line number Diff line change 11import { z } from "zod" ;
2- import { WsApplPlatformReturnValueSchema } from "../ws-appl-platform" ;
32import { UniqueNameSchema } from "./unique-name" ;
43import { UrlSchema } from "./url" ;
4+ import { WsApplPlatformReturnValueSchema } from "./ws-appl-platform" ;
55
66export const BlockchainNodeReturnValueSchema = WsApplPlatformReturnValueSchema . extend ( {
77 serviceSubType : z . string ( ) ,
Original file line number Diff line number Diff line change 11import { z } from "zod" ;
2- import { WsApplPlatformReturnValueSchema } from "../ws-appl-platform" ;
32import { UrlSchema } from "./url" ;
3+ import { WsApplPlatformReturnValueSchema } from "./ws-appl-platform" ;
44
55export const CustomDeploymentReturnValueSchema = WsApplPlatformReturnValueSchema . extend ( {
66 serviceSubType : z . string ( ) ,
Original file line number Diff line number Diff line change 11import { z } from "zod" ;
2- import { WsApplPlatformReturnValueSchema } from "../ws-appl-platform" ;
32import { UrlSchema } from "./url" ;
3+ import { WsApplPlatformReturnValueSchema } from "./ws-appl-platform" ;
44
55export const InsightsReturnValueSchema = WsApplPlatformReturnValueSchema . extend ( {
66 serviceSubType : z . string ( ) ,
Original file line number Diff line number Diff line change 11import { z } from "zod" ;
2- import { WsApplPlatformReturnValueSchema } from "../ws-appl-platform" ;
32import { UrlSchema } from "./url" ;
3+ import { WsApplPlatformReturnValueSchema } from "./ws-appl-platform" ;
44
55export const BaseIntegrationToolSchema = WsApplPlatformReturnValueSchema . extend ( {
66 serviceSubType : z . string ( ) ,
Original file line number Diff line number Diff line change 11import { z } from "zod" ;
2- import { WsApplPlatformReturnValueSchema } from "../ws-appl-platform" ;
32import { UrlSchema } from "./url" ;
3+ import { WsApplPlatformReturnValueSchema } from "./ws-appl-platform" ;
44
55export const BaseMiddlewareSchema = WsApplPlatformReturnValueSchema . extend ( {
66 serviceSubType : z . string ( ) ,
Original file line number Diff line number Diff line change 11import { z } from "zod" ;
2- import { WsApplPlatformReturnValueSchema } from "../ws-appl-platform" ;
32import { EthereumAddressSchema , EthereumPublicKeySchema } from "./ethereum" ;
3+ import { WsApplPlatformReturnValueSchema } from "./ws-appl-platform" ;
44
55export const BasePrivateKeySchema = WsApplPlatformReturnValueSchema . extend ( {
66 serviceSubType : z . string ( ) ,
Original file line number Diff line number Diff line change 11import { z } from "zod" ;
2- import { WsApplPlatformReturnValueSchema } from "../ws-appl-platform" ;
32import { UrlSchema } from "./url" ;
3+ import { WsApplPlatformReturnValueSchema } from "./ws-appl-platform" ;
44
55export const BaseStorageSchema = WsApplPlatformReturnValueSchema . extend ( {
66 serviceSubType : z . string ( ) ,
You can’t perform that action at this time.
0 commit comments