@dappworks/urpc
Advanced tools
Comparing version 0.0.46 to 0.0.47
@@ -30,3 +30,3 @@ // Generated by dts-bundle-generator v9.5.1 | ||
export type SchemaItem<T extends Object = {}, R extends any = any> = { | ||
type?: string; | ||
type?: string | URPC_Class; | ||
uiConfig?: FormConfigItem; | ||
@@ -134,15 +134,5 @@ } | URPC_Action<T, R> | URPC_Function<T, R, any>; | ||
} | undefined; | ||
schema: { | ||
[x: string]: SchemaItem<any, any> | undefined; | ||
} & { | ||
[key: string]: SchemaItem<any, any>; | ||
}; | ||
} | { | ||
type: string; | ||
name: string; | ||
uid?: undefined; | ||
value?: undefined; | ||
set?: undefined; | ||
patch?: undefined; | ||
schema?: undefined; | ||
})[]>; | ||
@@ -219,21 +209,5 @@ loadVars(params?: { | ||
} | undefined; | ||
schema: { | ||
[x: string]: ({ | ||
type?: string | undefined; | ||
uiConfig?: FormConfigItem | undefined; | ||
} | URPC_Function<any, any, any> | URPC_Action<any, any>) | undefined; | ||
} & { | ||
[key: string]: { | ||
type?: string | undefined; | ||
uiConfig?: FormConfigItem | undefined; | ||
} | URPC_Function<any, any, any> | URPC_Action<any, any>; | ||
}; | ||
} | { | ||
type: string; | ||
name: string; | ||
uid?: undefined; | ||
value?: undefined; | ||
set?: undefined; | ||
patch?: undefined; | ||
schema?: undefined; | ||
})[]>; | ||
@@ -240,0 +214,0 @@ loadVars(params?: Parameters<URPC<T>["loadFull"]>[0]): Promise<{ |
{ | ||
"name": "@dappworks/urpc", | ||
"version": "0.0.46", | ||
"version": "0.0.47", | ||
"module": "index.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
124605
689