@hpcc-js/ddl-shim 2.18.1 → 2.20.0

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 * as DDL1 from "./ddl/v1";
2
- import * as DDL2 from "./ddl/v2";
3
- export declare function upgrade(ddl: DDL1.IDDL, baseUrl?: string, wuid?: string, toLowerCase?: boolean, dermatologyJson?: {}): DDL2.Schema;
1
+ import * as DDL1 from "./ddl/v1";
2
+ import * as DDL2 from "./ddl/v2";
3
+ export declare function upgrade(ddl: DDL1.IDDL, baseUrl?: string, wuid?: string, toLowerCase?: boolean, dermatologyJson?: {}): DDL2.Schema;
4
4
  //# sourceMappingURL=upgrade.d.ts.map
@@ -1,8 +1,8 @@
1
- import * as _Ajv from "ajv";
2
- import * as DDL2 from "./ddl/v2";
3
- export declare const ddl2Schema: object;
4
- export declare function validate2(ddl: DDL2.Schema): {
5
- success: boolean | PromiseLike<any>;
6
- errors: _Ajv.ErrorObject[];
7
- };
1
+ import * as _Ajv from "ajv";
2
+ import * as DDL2 from "./ddl/v2";
3
+ export declare const ddl2Schema: object;
4
+ export declare function validate2(ddl: DDL2.Schema): {
5
+ success: boolean | PromiseLike<any>;
6
+ errors: _Ajv.ErrorObject[];
7
+ };
8
8
  //# sourceMappingURL=validate.d.ts.map