@dappworks/urpc
Advanced tools
Comparing version 0.0.48 to 0.0.49
@@ -113,2 +113,6 @@ // Generated by dts-bundle-generator v9.5.1 | ||
constructor(args?: Partial<URPC<T>>); | ||
static utils: { | ||
formatFunc(v: URPC_Function): Promise<Partial<URPC_Function<{}, any, any>>>; | ||
formatSchema(ctx: URPC_Entity): Promise<void>; | ||
}; | ||
loadFull(params?: { | ||
@@ -135,2 +139,7 @@ namespace: string; | ||
} | undefined; | ||
schema: { | ||
[x: string]: SchemaItem<any, any> | undefined; | ||
} & { | ||
[key: string]: SchemaItem<any, any>; | ||
}; | ||
} | { | ||
@@ -210,2 +219,13 @@ type: string; | ||
} | undefined; | ||
schema: { | ||
[x: string]: ({ | ||
type?: string | URPC_Class<URPC_ClassGet> | undefined; | ||
uiConfig?: FormConfigItem | undefined; | ||
} | URPC_Function<any, any, any> | URPC_Action<any, any>) | undefined; | ||
} & { | ||
[key: string]: { | ||
type?: string | URPC_Class<URPC_ClassGet> | undefined; | ||
uiConfig?: FormConfigItem | undefined; | ||
} | URPC_Function<any, any, any> | URPC_Action<any, any>; | ||
}; | ||
} | { | ||
@@ -212,0 +232,0 @@ type: string; |
{ | ||
"name": "@dappworks/urpc", | ||
"version": "0.0.48", | ||
"version": "0.0.49", | ||
"module": "index.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
125564
711