@dialecte/core 0.0.5 → 0.0.6

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.
Files changed (26) hide show
  1. package/dist/index.js +1402 -1375
  2. package/dist/io/export/download-file.d.ts +7 -0
  3. package/dist/io/export/download-file.d.ts.map +1 -0
  4. package/dist/io/export/main.d.ts +1 -0
  5. package/dist/io/export/main.d.ts.map +1 -1
  6. package/package.json +1 -1
  7. package/dist/chain-methods/ending/queries/todo/ancestor.d.ts +0 -1
  8. package/dist/chain-methods/ending/queries/todo/ancestor.d.ts.map +0 -1
  9. package/dist/chain-methods/ending/queries/todo/descendants.d.ts +0 -1
  10. package/dist/chain-methods/ending/queries/todo/descendants.d.ts.map +0 -1
  11. package/dist/chain-methods/ending/queries/todo/find-ancestor.d.ts +0 -1
  12. package/dist/chain-methods/ending/queries/todo/find-ancestor.d.ts.map +0 -1
  13. package/dist/chain-methods/ending/queries/todo/find-child.d.ts +0 -1
  14. package/dist/chain-methods/ending/queries/todo/find-child.d.ts.map +0 -1
  15. package/dist/chain-methods/ending/queries/todo/find-descendant.d.ts +0 -1
  16. package/dist/chain-methods/ending/queries/todo/find-descendant.d.ts.map +0 -1
  17. package/dist/chain-methods/ending/queries/todo/observable.d.ts +0 -1
  18. package/dist/chain-methods/ending/queries/todo/observable.d.ts.map +0 -1
  19. package/dist/chain-methods/ending/queries/todo/read.d.ts +0 -1
  20. package/dist/chain-methods/ending/queries/todo/read.d.ts.map +0 -1
  21. package/dist/generated/constants.generated.d.ts +0 -1476
  22. package/dist/generated/constants.generated.d.ts.map +0 -1
  23. package/dist/generated/descendants-ancestors.generated.d.ts +0 -442
  24. package/dist/generated/descendants-ancestors.generated.d.ts.map +0 -1
  25. package/dist/generated/types.generated.d.ts +0 -3055
  26. 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"}
@@ -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":"AAKA,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,cAAc,EAAE,aAAa,CAAA;CAC7B,GAAG,OAAO,CAAC;IAAE,WAAW,EAAE,WAAW,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,CAAC,CAQ1D;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"}
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialecte/core",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Dialecte - Core functionality for Dialecte SDK",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -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":""}