@dialecte/core 0.0.5 → 0.0.7
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.
- package/dist/chain-methods/mutations/update.d.ts +1 -1
- package/dist/chain-methods/mutations/update.d.ts.map +1 -1
- package/dist/helpers/record/converter.d.ts +1 -1
- package/dist/helpers/record/converter.d.ts.map +1 -1
- package/dist/index.js +1402 -1375
- package/dist/io/export/download-file.d.ts +7 -0
- package/dist/io/export/download-file.d.ts.map +1 -0
- package/dist/io/export/main.d.ts +1 -0
- package/dist/io/export/main.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/chain-methods/ending/queries/todo/ancestor.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/ancestor.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/descendants.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/descendants.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/find-ancestor.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/find-ancestor.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/find-child.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/find-child.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/find-descendant.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/find-descendant.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/observable.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/observable.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/read.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/read.d.ts.map +0 -1
- package/dist/generated/constants.generated.d.ts +0 -1476
- package/dist/generated/constants.generated.d.ts.map +0 -1
- package/dist/generated/descendants-ancestors.generated.d.ts +0 -442
- package/dist/generated/descendants-ancestors.generated.d.ts.map +0 -1
- package/dist/generated/types.generated.d.ts +0 -3055
- package/dist/generated/types.generated.d.ts.map +0 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AnyDialecteConfig } from '../../types';
|
|
2
|
+
export declare function downloadFile<GenericConfig extends AnyDialecteConfig>(params: {
|
|
3
|
+
extension: GenericConfig['io']['supportedFileExtensions'][number];
|
|
4
|
+
xmlDocument: XMLDocument;
|
|
5
|
+
filename: string;
|
|
6
|
+
}): Promise<void>;
|
|
7
|
+
//# sourceMappingURL=download-file.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"download-file.d.ts","sourceRoot":"","sources":["../../../src/io/export/download-file.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAEhD,wBAAsB,YAAY,CAAC,aAAa,SAAS,iBAAiB,EAAE,MAAM,EAAE;IACnF,SAAS,EAAE,aAAa,CAAC,IAAI,CAAC,CAAC,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAA;IACjE,WAAW,EAAE,WAAW,CAAA;IACxB,QAAQ,EAAE,MAAM,CAAA;CAChB,iBA4CA"}
|
package/dist/io/export/main.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import { AnyDialecteConfig } from '../../types';
|
|
|
8
8
|
export declare function exportXmlFile<GenericConfig extends AnyDialecteConfig>(params: {
|
|
9
9
|
databaseName: string;
|
|
10
10
|
extension: GenericConfig['io']['supportedFileExtensions'][number];
|
|
11
|
+
withDownload?: boolean;
|
|
11
12
|
dialecteConfig: GenericConfig;
|
|
12
13
|
}): Promise<{
|
|
13
14
|
xmlDocument: XMLDocument;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/io/export/main.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/io/export/main.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACX,iBAAiB,EAKjB,MAAM,SAAS,CAAA;AAIhB;;;;;GAKG;AACH,wBAAsB,aAAa,CAAC,aAAa,SAAS,iBAAiB,EAAE,MAAM,EAAE;IACpF,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,aAAa,CAAC,IAAI,CAAC,CAAC,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAA;IACjE,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,cAAc,EAAE,aAAa,CAAA;CAC7B,GAAG,OAAO,CAAC;IAAE,WAAW,EAAE,WAAW,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,CAAC,CAiB1D;AAED,wBAAsB,2BAA2B,CAAC,MAAM,EAAE;IACzD,YAAY,EAAE,MAAM,CAAA;IACpB,cAAc,EAAE,iBAAiB,CAAA;CACjC,GAAG,OAAO,CAAC;IAAE,WAAW,EAAE,WAAW,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,CAAC,CAO1D"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=ancestor.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ancestor.d.ts","sourceRoot":"","sources":["../../../../../src/chain-methods/ending/queries/todo/ancestor.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=descendants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"descendants.d.ts","sourceRoot":"","sources":["../../../../../src/chain-methods/ending/queries/todo/descendants.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=find-ancestor.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"find-ancestor.d.ts","sourceRoot":"","sources":["../../../../../src/chain-methods/ending/queries/todo/find-ancestor.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=find-child.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"find-child.d.ts","sourceRoot":"","sources":["../../../../../src/chain-methods/ending/queries/todo/find-child.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=find-descendant.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"find-descendant.d.ts","sourceRoot":"","sources":["../../../../../src/chain-methods/ending/queries/todo/find-descendant.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=observable.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"observable.d.ts","sourceRoot":"","sources":["../../../../../src/chain-methods/ending/queries/todo/observable.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=read.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"read.d.ts","sourceRoot":"","sources":["../../../../../src/chain-methods/ending/queries/todo/read.ts"],"names":[],"mappings":""}
|