exupery-resources 0.3.17 → 0.3.18

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 (52) hide show
  1. package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.d.ts +0 -1
  2. package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.js +2 -4
  3. package/dist/implementation/generated/pareto/schemas/make_directory/marshall.d.ts +0 -1
  4. package/dist/implementation/generated/pareto/schemas/make_directory/marshall.js +4 -14
  5. package/dist/implementation/generated/pareto/schemas/make_directory/serialize.d.ts +0 -1
  6. package/dist/implementation/generated/pareto/schemas/make_directory/serialize.js +2 -6
  7. package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.d.ts +0 -1
  8. package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.js +4 -16
  9. package/dist/implementation/generated/pareto/schemas/path/deserialize.d.ts +8 -0
  10. package/dist/implementation/generated/pareto/schemas/path/deserialize.js +42 -0
  11. package/dist/implementation/generated/pareto/schemas/path/marshall.d.ts +8 -0
  12. package/dist/implementation/generated/pareto/schemas/path/marshall.js +123 -0
  13. package/dist/implementation/generated/pareto/schemas/path/serialize.d.ts +8 -0
  14. package/dist/implementation/generated/pareto/schemas/path/serialize.js +57 -0
  15. package/dist/implementation/generated/pareto/schemas/path/unmarshall.d.ts +8 -0
  16. package/dist/implementation/generated/pareto/schemas/path/unmarshall.js +127 -0
  17. package/dist/implementation/refiners/directory_path/non_normalized_path.d.ts +5 -0
  18. package/dist/implementation/refiners/directory_path/non_normalized_path.js +67 -0
  19. package/dist/implementation/refiners/node_path/non_normalized_path.d.ts +7 -0
  20. package/dist/implementation/refiners/node_path/non_normalized_path.js +84 -0
  21. package/dist/implementation/refiners/non_normalized_path/text.d.ts +2 -0
  22. package/dist/implementation/refiners/non_normalized_path/text.js +85 -0
  23. package/dist/interface/generated/pareto/schemas/make_directory/data_types/source.d.ts +2 -14
  24. package/dist/interface/generated/pareto/schemas/make_directory/data_types/target.d.ts +2 -14
  25. package/dist/interface/generated/pareto/schemas/make_directory/deserialize.d.ts +0 -26
  26. package/dist/interface/generated/pareto/schemas/make_directory/marshall.d.ts +0 -30
  27. package/dist/interface/generated/pareto/schemas/make_directory/migrate_boilerplate.d.ts +0 -22
  28. package/dist/interface/generated/pareto/schemas/make_directory/serialize.d.ts +0 -26
  29. package/dist/interface/generated/pareto/schemas/make_directory/unmarshall.d.ts +0 -30
  30. package/dist/interface/generated/pareto/schemas/path/data_types/resolve.d.ts +1 -0
  31. package/dist/interface/generated/pareto/schemas/path/data_types/resolve.js +7 -0
  32. package/dist/interface/generated/pareto/schemas/path/data_types/source.d.ts +158 -0
  33. package/dist/interface/generated/pareto/schemas/path/data_types/source.js +3 -0
  34. package/dist/interface/generated/pareto/schemas/path/data_types/target.d.ts +158 -0
  35. package/dist/interface/generated/pareto/schemas/path/data_types/target.js +3 -0
  36. package/dist/interface/generated/pareto/schemas/path/deserialize.d.ts +184 -0
  37. package/dist/interface/generated/pareto/schemas/path/deserialize.js +3 -0
  38. package/dist/interface/generated/pareto/schemas/path/marshall.d.ts +213 -0
  39. package/dist/interface/generated/pareto/schemas/path/marshall.js +3 -0
  40. package/dist/interface/generated/pareto/schemas/path/migrate_boilerplate.d.ts +156 -0
  41. package/dist/interface/generated/pareto/schemas/path/migrate_boilerplate.js +3 -0
  42. package/dist/interface/generated/pareto/schemas/path/serialize.d.ts +184 -0
  43. package/dist/interface/generated/pareto/schemas/path/serialize.js +3 -0
  44. package/dist/interface/generated/pareto/schemas/path/unmarshall.d.ts +213 -0
  45. package/dist/interface/generated/pareto/schemas/path/unmarshall.js +3 -0
  46. package/dist/interface/generated/pareto/schemas/path/value_deserializers.d.ts +44 -0
  47. package/dist/interface/generated/pareto/schemas/path/value_deserializers.js +3 -0
  48. package/dist/interface/generated/pareto/schemas/path/value_serializers.d.ts +44 -0
  49. package/dist/interface/generated/pareto/schemas/path/value_serializers.js +3 -0
  50. package/dist/temp_core.d.ts +10 -0
  51. package/dist/temp_core.js +73 -0
  52. package/package.json +2 -2
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.Directory_Path = void 0;
27
+ const _ea = __importStar(require("exupery-core-alg"));
28
+ const append_element_1 = require("pareto-standard-operations/dist/implementation/algorithms/operations/pure/list/append_element");
29
+ const temp_core_1 = require("../../../temp_core");
30
+ const Directory_Path = ($, $p) => {
31
+ let intermediate_result = {
32
+ subppath: _ea.list_literal([]),
33
+ up_steps: 0,
34
+ };
35
+ $.segments.__for_each(($) => {
36
+ intermediate_result = _ea.cc($, ($) => {
37
+ switch ($[0]) {
38
+ case 'parent': return _ea.ss($, ($) => ({
39
+ 'up_steps': intermediate_result.subppath.__get_number_of_elements() === 0
40
+ ? intermediate_result.up_steps + 1
41
+ : intermediate_result.up_steps,
42
+ 'subppath': intermediate_result.subppath.__get_number_of_elements() === 0
43
+ ? intermediate_result.subppath
44
+ : (0, temp_core_1.remove_last_element)(intermediate_result.subppath),
45
+ 'node': null,
46
+ }));
47
+ case 'child': return _ea.ss($, ($) => ({
48
+ 'up_steps': intermediate_result.up_steps,
49
+ 'subppath': (0, append_element_1.$$)(intermediate_result.subppath, { element: $ }),
50
+ }));
51
+ case 'current': return _ea.ss($, ($) => intermediate_result);
52
+ case 'nothing': return _ea.ss($, ($) => intermediate_result);
53
+ default: return _ea.au($[0]);
54
+ }
55
+ });
56
+ });
57
+ return {
58
+ 'start': $['leading slash']
59
+ ? ['absolute', null]
60
+ : ['relative', {
61
+ 'up steps': intermediate_result.up_steps,
62
+ }],
63
+ 'subpath': intermediate_result.subppath,
64
+ };
65
+ };
66
+ exports.Directory_Path = Directory_Path;
67
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm9uX25vcm1hbGl6ZWRfcGF0aC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9yZWZpbmVycy9kaXJlY3RvcnlfcGF0aC9ub25fbm9ybWFsaXplZF9wYXRoLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsc0RBQXVDO0FBT3ZDLGtJQUErSDtBQUMvSCxrREFBd0Q7QUFPakQsTUFBTSxjQUFjLEdBQUcsQ0FDMUIsQ0FBMkIsRUFDM0IsRUFFQyxFQUNtQixFQUFFO0lBRXRCLElBQUksbUJBQW1CLEdBQXdCO1FBRTNDLFFBQVEsRUFBRSxHQUFHLENBQUMsWUFBWSxDQUFDLEVBQUUsQ0FBQztRQUM5QixRQUFRLEVBQUUsQ0FBQztLQUNkLENBQUE7SUFFRCxDQUFDLENBQUMsUUFBUSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFO1FBQ3hCLG1CQUFtQixHQUFHLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUF1QixFQUFFO1lBQ3ZELFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7Z0JBQ1gsS0FBSyxRQUFRLENBQUMsQ0FBQyxPQUFPLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDO29CQUNwQyxVQUFVLEVBQUUsbUJBQW1CLENBQUMsUUFBUSxDQUFDLHdCQUF3QixFQUFFLEtBQUssQ0FBQzt3QkFDckUsQ0FBQyxDQUFDLG1CQUFtQixDQUFDLFFBQVEsR0FBRyxDQUFDO3dCQUNsQyxDQUFDLENBQUMsbUJBQW1CLENBQUMsUUFBUTtvQkFDbEMsVUFBVSxFQUFFLG1CQUFtQixDQUFDLFFBQVEsQ0FBQyx3QkFBd0IsRUFBRSxLQUFLLENBQUM7d0JBQ3JFLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQyxRQUFRO3dCQUM5QixDQUFDLENBQUMsSUFBQSwrQkFBbUIsRUFBQyxtQkFBbUIsQ0FBQyxRQUFRLENBQUM7b0JBQ3ZELE1BQU0sRUFBRSxJQUFJO2lCQUNmLENBQUMsQ0FBQyxDQUFBO2dCQUNILEtBQUssT0FBTyxDQUFDLENBQUMsT0FBTyxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBdUIsRUFBRSxDQUFDLENBQUM7b0JBQ3hELFVBQVUsRUFBRSxtQkFBbUIsQ0FBQyxRQUFRO29CQUN4QyxVQUFVLEVBQUUsSUFBQSxtQkFBUyxFQUFDLG1CQUFtQixDQUFDLFFBQVEsRUFBRSxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQztpQkFDdEUsQ0FBQyxDQUFDLENBQUE7Z0JBQ0gsS0FBSyxTQUFTLENBQUMsQ0FBQyxPQUFPLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFBO2dCQUM1RCxLQUFLLFNBQVMsQ0FBQyxDQUFDLE9BQU8sR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLG1CQUFtQixDQUFDLENBQUE7Z0JBQzVELE9BQU8sQ0FBQyxDQUFDLE9BQU8sR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtZQUNoQyxDQUFDO1FBQ0wsQ0FBQyxDQUFDLENBQUE7SUFDTixDQUFDLENBQUMsQ0FBQTtJQUVGLE9BQU87UUFDSCxPQUFPLEVBQUUsQ0FBQyxDQUFDLGVBQWUsQ0FBQztZQUN2QixDQUFDLENBQUMsQ0FBQyxVQUFVLEVBQUUsSUFBSSxDQUFDO1lBQ3BCLENBQUMsQ0FBQyxDQUFDLFVBQVUsRUFBRTtvQkFDWCxVQUFVLEVBQUUsbUJBQW1CLENBQUMsUUFBUTtpQkFDM0MsQ0FBQztRQUNOLFNBQVMsRUFBRSxtQkFBbUIsQ0FBQyxRQUFRO0tBQzFDLENBQUE7QUFFTCxDQUFDLENBQUE7QUE3Q1ksUUFBQSxjQUFjLGtCQTZDMUIifQ==
@@ -0,0 +1,7 @@
1
+ import * as _ea from 'exupery-core-alg';
2
+ import * as d_out from "../../../interface/generated/pareto/schemas/path/data_types/target";
3
+ import * as d_in from "../../../interface/generated/pareto/schemas/path/data_types/source";
4
+ export type Error = ['trailing slash not allowed', null] | ['no node', null];
5
+ export declare const Node_Path: ($: d_in.Non_Normalized_Path, $p: {
6
+ "pedantic": boolean;
7
+ }, abort: _ea.Abort<Error>) => d_out.Node_Path;
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.Node_Path = void 0;
27
+ const _ea = __importStar(require("exupery-core-alg"));
28
+ const append_element_1 = require("pareto-standard-operations/dist/implementation/algorithms/operations/pure/list/append_element");
29
+ const temp_core_1 = require("../../../temp_core");
30
+ const Node_Path = ($, $p, abort) => {
31
+ if ($p.pedantic) {
32
+ if ($['trailing slash']) {
33
+ abort(['trailing slash not allowed', null]);
34
+ }
35
+ }
36
+ let intermediate_result = {
37
+ subppath: _ea.list_literal([]),
38
+ node: null,
39
+ up_steps: 0,
40
+ };
41
+ $.segments.__for_each(($) => {
42
+ intermediate_result = _ea.cc($, ($) => {
43
+ switch ($[0]) {
44
+ case 'parent': return _ea.ss($, ($) => ({
45
+ 'up_steps': intermediate_result.node === null
46
+ ? intermediate_result.subppath.__get_number_of_elements() === 0
47
+ ? intermediate_result.up_steps + 1
48
+ : intermediate_result.up_steps
49
+ : intermediate_result.up_steps,
50
+ 'subppath': intermediate_result.node === null
51
+ ? intermediate_result.subppath.__get_number_of_elements() === 0
52
+ ? _ea.list_literal([])
53
+ : (0, temp_core_1.remove_last_element)(intermediate_result.subppath)
54
+ : intermediate_result.subppath,
55
+ 'node': null,
56
+ }));
57
+ case 'child': return _ea.ss($, ($) => ({
58
+ 'up_steps': intermediate_result.up_steps,
59
+ 'subppath': intermediate_result.node === null
60
+ ? intermediate_result.subppath
61
+ : (0, append_element_1.$$)(intermediate_result.subppath, { element: intermediate_result.node }),
62
+ 'node': $,
63
+ }));
64
+ case 'current': return _ea.ss($, ($) => intermediate_result);
65
+ case 'nothing': return _ea.ss($, ($) => intermediate_result);
66
+ default: return _ea.au($[0]);
67
+ }
68
+ });
69
+ });
70
+ if (intermediate_result.node === null) {
71
+ abort(['no node', null]);
72
+ }
73
+ return {
74
+ 'start': $['leading slash']
75
+ ? ['absolute', null]
76
+ : ['relative', {
77
+ 'up steps': intermediate_result.up_steps,
78
+ }],
79
+ 'subpath': intermediate_result.subppath,
80
+ 'node': intermediate_result.node
81
+ };
82
+ };
83
+ exports.Node_Path = Node_Path;
84
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm9uX25vcm1hbGl6ZWRfcGF0aC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9yZWZpbmVycy9ub2RlX3BhdGgvbm9uX25vcm1hbGl6ZWRfcGF0aC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLHNEQUF1QztBQU92QyxrSUFBK0g7QUFDL0gsa0RBQXdEO0FBZWpELE1BQU0sU0FBUyxHQUFHLENBQ3JCLENBQTJCLEVBQzNCLEVBRUMsRUFDRCxLQUF1QixFQUNSLEVBQUU7SUFFakIsSUFBSSxFQUFFLENBQUMsUUFBUSxFQUFFLENBQUM7UUFDZCxJQUFJLENBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxFQUFFLENBQUM7WUFDdEIsS0FBSyxDQUFDLENBQUMsNEJBQTRCLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtRQUMvQyxDQUFDO0lBQ0wsQ0FBQztJQUNELElBQUksbUJBQW1CLEdBQXdCO1FBRTNDLFFBQVEsRUFBRSxHQUFHLENBQUMsWUFBWSxDQUFDLEVBQUUsQ0FBQztRQUM5QixJQUFJLEVBQUUsSUFBSTtRQUNWLFFBQVEsRUFBRSxDQUFDO0tBQ2QsQ0FBQTtJQUVELENBQUMsQ0FBQyxRQUFRLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUU7UUFDeEIsbUJBQW1CLEdBQUcsR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQXVCLEVBQUU7WUFDdkQsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztnQkFDWCxLQUFLLFFBQVEsQ0FBQyxDQUFDLE9BQU8sR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUM7b0JBQ3BDLFVBQVUsRUFBRSxtQkFBbUIsQ0FBQyxJQUFJLEtBQUssSUFBSTt3QkFDekMsQ0FBQyxDQUFDLG1CQUFtQixDQUFDLFFBQVEsQ0FBQyx3QkFBd0IsRUFBRSxLQUFLLENBQUM7NEJBQzNELENBQUMsQ0FBQyxtQkFBbUIsQ0FBQyxRQUFRLEdBQUcsQ0FBQzs0QkFDbEMsQ0FBQyxDQUFDLG1CQUFtQixDQUFDLFFBQVE7d0JBQ2xDLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQyxRQUFRO29CQUNsQyxVQUFVLEVBQUUsbUJBQW1CLENBQUMsSUFBSSxLQUFLLElBQUk7d0JBQ3pDLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQyxRQUFRLENBQUMsd0JBQXdCLEVBQUUsS0FBSyxDQUFDOzRCQUMzRCxDQUFDLENBQUMsR0FBRyxDQUFDLFlBQVksQ0FBQyxFQUFFLENBQUM7NEJBQ3RCLENBQUMsQ0FBQyxJQUFBLCtCQUFtQixFQUFDLG1CQUFtQixDQUFDLFFBQVEsQ0FBQzt3QkFDdkQsQ0FBQyxDQUFDLG1CQUFtQixDQUFDLFFBQVE7b0JBQ2xDLE1BQU0sRUFBRSxJQUFJO2lCQUNmLENBQUMsQ0FBQyxDQUFBO2dCQUNILEtBQUssT0FBTyxDQUFDLENBQUMsT0FBTyxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBdUIsRUFBRSxDQUFDLENBQUM7b0JBQ3hELFVBQVUsRUFBRSxtQkFBbUIsQ0FBQyxRQUFRO29CQUN4QyxVQUFVLEVBQUUsbUJBQW1CLENBQUMsSUFBSSxLQUFLLElBQUk7d0JBQ3pDLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQyxRQUFRO3dCQUM5QixDQUFDLENBQUMsSUFBQSxtQkFBUyxFQUFDLG1CQUFtQixDQUFDLFFBQVEsRUFBRSxFQUFFLE9BQU8sRUFBRSxtQkFBbUIsQ0FBQyxJQUFJLEVBQUUsQ0FBQztvQkFDcEYsTUFBTSxFQUFFLENBQUM7aUJBQ1osQ0FBQyxDQUFDLENBQUE7Z0JBQ0gsS0FBSyxTQUFTLENBQUMsQ0FBQyxPQUFPLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFBO2dCQUM1RCxLQUFLLFNBQVMsQ0FBQyxDQUFDLE9BQU8sR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLG1CQUFtQixDQUFDLENBQUE7Z0JBQzVELE9BQU8sQ0FBQyxDQUFDLE9BQU8sR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtZQUNoQyxDQUFDO1FBQ0wsQ0FBQyxDQUFDLENBQUE7SUFDTixDQUFDLENBQUMsQ0FBQTtJQUVGLElBQUksbUJBQW1CLENBQUMsSUFBSSxLQUFLLElBQUksRUFBRSxDQUFDO1FBQ3BDLEtBQUssQ0FBQyxDQUFDLFNBQVMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0lBQzVCLENBQUM7SUFDRCxPQUFPO1FBQ0gsT0FBTyxFQUFFLENBQUMsQ0FBQyxlQUFlLENBQUM7WUFDdkIsQ0FBQyxDQUFDLENBQUMsVUFBVSxFQUFFLElBQUksQ0FBQztZQUNwQixDQUFDLENBQUMsQ0FBQyxVQUFVLEVBQUU7b0JBQ1gsVUFBVSxFQUFFLG1CQUFtQixDQUFDLFFBQVE7aUJBQzNDLENBQUM7UUFDTixTQUFTLEVBQUUsbUJBQW1CLENBQUMsUUFBUTtRQUN2QyxNQUFNLEVBQUUsbUJBQW1CLENBQUMsSUFBSTtLQUNuQyxDQUFBO0FBRUwsQ0FBQyxDQUFBO0FBL0RZLFFBQUEsU0FBUyxhQStEckIifQ==
@@ -0,0 +1,2 @@
1
+ import * as d_out from "../../../interface/generated/pareto/schemas/path/data_types/target";
2
+ export declare const Node_Path: ($: string) => d_out.Non_Normalized_Path;
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.Node_Path = void 0;
27
+ const _ea = __importStar(require("exupery-core-alg"));
28
+ const temp_core_1 = require("../../../temp_core");
29
+ const Node_Path = ($) => {
30
+ const iterator = _ea.create_iterator(_ea.text_to_character_list($));
31
+ return {
32
+ 'leading slash': iterator['get current']().transform(($) => {
33
+ if ($ === 47) { // '/'
34
+ iterator.consume();
35
+ return true;
36
+ }
37
+ else {
38
+ return false;
39
+ }
40
+ }, () => false),
41
+ 'segments': (0, temp_core_1.build_list_with_loop)(iterator, ($, $i) => {
42
+ $i['add element'](_ea.cc((0, temp_core_1.build_text_with_loop)(iterator, ($, $i) => {
43
+ if ($ !== 47) { // '/'
44
+ $i['add character']($);
45
+ iterator.consume();
46
+ return false;
47
+ }
48
+ else {
49
+ return true;
50
+ }
51
+ }), ($) => {
52
+ switch ($) {
53
+ case "..": return ['parent', null];
54
+ case ".": return ['current', null];
55
+ case "": return ['nothing', null];
56
+ default: return ['child', $];
57
+ }
58
+ }));
59
+ return iterator['get current']().transform(($) => {
60
+ if ($ !== 47) { // '/'
61
+ _ea.deprecated_panic(`Expected '/' but got character code ${$}`);
62
+ }
63
+ return iterator['look ahead'](1).transform(() => {
64
+ // There's more content after the slash, consume and continue
65
+ iterator.consume();
66
+ return false;
67
+ }, () => {
68
+ // No more content, this is a trailing slash - don't consume, stop loop
69
+ return true;
70
+ });
71
+ }, () => true);
72
+ }),
73
+ 'trailing slash': iterator['get current']().transform(($) => {
74
+ if ($ === 47) { // '/'
75
+ iterator.consume();
76
+ return true;
77
+ }
78
+ else {
79
+ return false;
80
+ }
81
+ }, () => false),
82
+ };
83
+ };
84
+ exports.Node_Path = Node_Path;
85
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9yZWZpbmVycy9ub25fbm9ybWFsaXplZF9wYXRoL3RleHQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxzREFBdUM7QUFHdkMsa0RBQStFO0FBS3hFLE1BQU0sU0FBUyxHQUFHLENBQ3JCLENBQVMsRUFDZ0IsRUFBRTtJQUMzQixNQUFNLFFBQVEsR0FBRyxHQUFHLENBQUMsZUFBZSxDQUFDLEdBQUcsQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO0lBRW5FLE9BQU87UUFDSCxlQUFlLEVBQUUsUUFBUSxDQUFDLGFBQWEsQ0FBQyxFQUFFLENBQUMsU0FBUyxDQUNoRCxDQUFDLENBQUMsRUFBRSxFQUFFO1lBQ0YsSUFBSSxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQyxNQUFNO2dCQUNsQixRQUFRLENBQUMsT0FBTyxFQUFFLENBQUE7Z0JBQ2xCLE9BQU8sSUFBSSxDQUFBO1lBQ2YsQ0FBQztpQkFBTSxDQUFDO2dCQUNKLE9BQU8sS0FBSyxDQUFBO1lBQ2hCLENBQUM7UUFDTCxDQUFDLEVBQ0QsR0FBRyxFQUFFLENBQUMsS0FBSyxDQUNkO1FBQ0QsVUFBVSxFQUFFLElBQUEsZ0NBQW9CLEVBQStDLFFBQVEsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRTtZQUMvRixFQUFFLENBQUMsYUFBYSxDQUFDLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FDcEIsSUFBQSxnQ0FBb0IsRUFBQyxRQUFRLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUU7Z0JBQ3JDLElBQUksQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsTUFBTTtvQkFDbEIsRUFBRSxDQUFDLGVBQWUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO29CQUN0QixRQUFRLENBQUMsT0FBTyxFQUFFLENBQUE7b0JBQ2xCLE9BQU8sS0FBSyxDQUFBO2dCQUNoQixDQUFDO3FCQUFNLENBQUM7b0JBQ0osT0FBTyxJQUFJLENBQUE7Z0JBQ2YsQ0FBQztZQUNMLENBQUMsQ0FBQyxFQUNGLENBQUMsQ0FBQyxFQUFFLEVBQUU7Z0JBQ0YsUUFBUSxDQUFDLEVBQUUsQ0FBQztvQkFDUixLQUFLLElBQUksQ0FBQyxDQUFDLE9BQU8sQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLENBQUE7b0JBQ2xDLEtBQUssR0FBRyxDQUFDLENBQUMsT0FBTyxDQUFDLFNBQVMsRUFBRSxJQUFJLENBQUMsQ0FBQTtvQkFDbEMsS0FBSyxFQUFFLENBQUMsQ0FBQyxPQUFPLENBQUMsU0FBUyxFQUFFLElBQUksQ0FBQyxDQUFBO29CQUNqQyxPQUFPLENBQUMsQ0FBQyxPQUFPLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQyxDQUFBO2dCQUNoQyxDQUFDO1lBQ0wsQ0FBQyxDQUFDLENBQ0wsQ0FBQTtZQUNELE9BQU8sUUFBUSxDQUFDLGFBQWEsQ0FBQyxFQUFFLENBQUMsU0FBUyxDQUN0QyxDQUFDLENBQUMsRUFBRSxFQUFFO2dCQUNGLElBQUksQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsTUFBTTtvQkFDbEIsR0FBRyxDQUFDLGdCQUFnQixDQUFDLHVDQUF1QyxDQUFDLEVBQUUsQ0FBQyxDQUFBO2dCQUNwRSxDQUFDO2dCQUNELE9BQU8sUUFBUSxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FDdEMsR0FBRyxFQUFFO29CQUNELDZEQUE2RDtvQkFDN0QsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFBO29CQUNsQixPQUFPLEtBQUssQ0FBQTtnQkFDaEIsQ0FBQyxFQUNELEdBQUcsRUFBRTtvQkFDRCx1RUFBdUU7b0JBQ3ZFLE9BQU8sSUFBSSxDQUFBO2dCQUNmLENBQUMsQ0FDSixDQUFBO1lBQ0wsQ0FBQyxFQUNELEdBQUcsRUFBRSxDQUFDLElBQUksQ0FDYixDQUFBO1FBQ0wsQ0FBQyxDQUFDO1FBQ0YsZ0JBQWdCLEVBQUUsUUFBUSxDQUFDLGFBQWEsQ0FBQyxFQUFFLENBQUMsU0FBUyxDQUNqRCxDQUFDLENBQUMsRUFBRSxFQUFFO1lBQ0YsSUFBSSxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQyxNQUFNO2dCQUNsQixRQUFRLENBQUMsT0FBTyxFQUFFLENBQUE7Z0JBQ2xCLE9BQU8sSUFBSSxDQUFBO1lBQ2YsQ0FBQztpQkFBTSxDQUFDO2dCQUNKLE9BQU8sS0FBSyxDQUFBO1lBQ2hCLENBQUM7UUFDTCxDQUFDLEVBQ0QsR0FBRyxFQUFFLENBQUMsS0FBSyxDQUNkO0tBQ0osQ0FBQTtBQUNMLENBQUMsQ0FBQTtBQXJFWSxRQUFBLFNBQVMsYUFxRXJCIn0=
@@ -1,17 +1,9 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
- export type _T_Path = {
3
- readonly 'path': string;
4
- readonly 'escape spaces in path': boolean;
5
- };
6
- export type _T_Parameters = _T_Path;
2
+ import * as _i_imports_path from "../../path/data_types/source";
3
+ export type _T_Parameters = _i_imports_path._T_Directory_Path;
7
4
  export type _T_Error = _i_core._T_State_Group<null, readonly ['directory already exists', null] | readonly ['permission denied', null]>;
8
- export type Path = _T_Path;
9
5
  export type Parameters = _T_Parameters;
10
6
  export type Error = _T_Error;
11
- export declare namespace _T_Path {
12
- type path = string;
13
- type escape_spaces_in_path = boolean;
14
- }
15
7
  export declare namespace _T_Parameters {
16
8
  }
17
9
  export declare namespace _T_Error {
@@ -21,10 +13,6 @@ export declare namespace _T_Error {
21
13
  }
22
14
  type SG = readonly ['directory already exists', null] | readonly ['permission denied', null];
23
15
  }
24
- export declare namespace Path {
25
- type path = string;
26
- type escape_spaces_in_path = boolean;
27
- }
28
16
  export declare namespace Parameters {
29
17
  }
30
18
  export declare namespace Error {
@@ -1,17 +1,9 @@
1
1
  import * as _i_core from "../../../core/unconstrained";
2
- export type _T_Path = {
3
- readonly 'path': string;
4
- readonly 'escape spaces in path': boolean;
5
- };
6
- export type _T_Parameters = _T_Path;
2
+ import * as _i_imports_path from "../../path/data_types/target";
3
+ export type _T_Parameters = _i_imports_path._T_Directory_Path;
7
4
  export type _T_Error = _i_core._T_State_Group<null, readonly ['directory already exists', null] | readonly ['permission denied', null]>;
8
- export type Path = _T_Path;
9
5
  export type Parameters = _T_Parameters;
10
6
  export type Error = _T_Error;
11
- export declare namespace _T_Path {
12
- type path = string;
13
- type escape_spaces_in_path = boolean;
14
- }
15
7
  export declare namespace _T_Parameters {
16
8
  }
17
9
  export declare namespace _T_Error {
@@ -21,10 +13,6 @@ export declare namespace _T_Error {
21
13
  }
22
14
  type SG = readonly ['directory already exists', null] | readonly ['permission denied', null];
23
15
  }
24
- export declare namespace Path {
25
- type path = string;
26
- type escape_spaces_in_path = boolean;
27
- }
28
16
  export declare namespace Parameters {
29
17
  }
30
18
  export declare namespace Error {
@@ -1,28 +1,13 @@
1
1
  import * as _i_out from "./data_types/target";
2
2
  import * as _i_vd from "./value_deserializers";
3
- export type _T_Path = ($$_: string, $$_p: {
4
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
5
- }) => _i_out._T_Path;
6
3
  export type _T_Parameters = ($$_: string, $$_p: {
7
4
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
8
5
  }) => _i_out._T_Parameters;
9
6
  export type _T_Error = ($$_: string, $$_p: {
10
7
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
11
8
  }) => _i_out._T_Error;
12
- export type Path = _T_Path;
13
9
  export type Parameters = _T_Parameters;
14
10
  export type Error = _T_Error;
15
- export declare namespace _T_Path {
16
- type CONTEXT = string;
17
- namespace PARAMS {
18
- namespace value_deserializers {
19
- }
20
- type value_deserializers = _i_vd._T_Value_Deserializers;
21
- }
22
- namespace RESULT {
23
- }
24
- type RESULT = _i_out._T_Path;
25
- }
26
11
  export declare namespace _T_Parameters {
27
12
  type CONTEXT = string;
28
13
  namespace PARAMS {
@@ -45,17 +30,6 @@ export declare namespace _T_Error {
45
30
  }
46
31
  type RESULT = _i_out._T_Error;
47
32
  }
48
- export declare namespace Path {
49
- type CONTEXT = string;
50
- namespace PARAMS {
51
- namespace value_deserializers {
52
- }
53
- type value_deserializers = _i_vd._T_Value_Deserializers;
54
- }
55
- namespace RESULT {
56
- }
57
- type RESULT = _i_out._T_Path;
58
- }
59
33
  export declare namespace Parameters {
60
34
  type CONTEXT = string;
61
35
  namespace PARAMS {
@@ -1,31 +1,14 @@
1
1
  import * as _i_out from "../../core/astn_target";
2
2
  import * as _i_in from "./data_types/source";
3
3
  import * as _i_vs from "./value_serializers";
4
- export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
5
- readonly 'value serializers': _i_vs._T_Value_Serializers;
6
- }) => _i_out._T_Value;
7
4
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
8
5
  readonly 'value serializers': _i_vs._T_Value_Serializers;
9
6
  }) => _i_out._T_Value;
10
7
  export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
11
8
  readonly 'value serializers': _i_vs._T_Value_Serializers;
12
9
  }) => _i_out._T_Value;
13
- export type Path = _T_Path;
14
10
  export type Parameters = _T_Parameters;
15
11
  export type Error = _T_Error;
16
- export declare namespace _T_Path {
17
- namespace CONTEXT {
18
- }
19
- type CONTEXT = _i_in._T_Path;
20
- namespace PARAMS {
21
- namespace value_serializers {
22
- }
23
- type value_serializers = _i_vs._T_Value_Serializers;
24
- }
25
- namespace RESULT {
26
- }
27
- type RESULT = _i_out._T_Value;
28
- }
29
12
  export declare namespace _T_Parameters {
30
13
  namespace CONTEXT {
31
14
  }
@@ -52,19 +35,6 @@ export declare namespace _T_Error {
52
35
  }
53
36
  type RESULT = _i_out._T_Value;
54
37
  }
55
- export declare namespace Path {
56
- namespace CONTEXT {
57
- }
58
- type CONTEXT = _i_in._T_Path;
59
- namespace PARAMS {
60
- namespace value_serializers {
61
- }
62
- type value_serializers = _i_vs._T_Value_Serializers;
63
- }
64
- namespace RESULT {
65
- }
66
- type RESULT = _i_out._T_Value;
67
- }
68
38
  export declare namespace Parameters {
69
39
  namespace CONTEXT {
70
40
  }
@@ -1,21 +1,9 @@
1
1
  import * as _i_out from "./data_types/target";
2
2
  import * as _i_in from "./data_types/source";
3
- export type _T_Path = ($$_: _i_in._T_Path, $$_p: null) => _i_out._T_Path;
4
3
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: null) => _i_out._T_Parameters;
5
4
  export type _T_Error = ($$_: _i_in._T_Error, $$_p: null) => _i_out._T_Error;
6
- export type Path = _T_Path;
7
5
  export type Parameters = _T_Parameters;
8
6
  export type Error = _T_Error;
9
- export declare namespace _T_Path {
10
- namespace CONTEXT {
11
- }
12
- type CONTEXT = _i_in._T_Path;
13
- namespace PARAMS {
14
- }
15
- namespace RESULT {
16
- }
17
- type RESULT = _i_out._T_Path;
18
- }
19
7
  export declare namespace _T_Parameters {
20
8
  namespace CONTEXT {
21
9
  }
@@ -36,16 +24,6 @@ export declare namespace _T_Error {
36
24
  }
37
25
  type RESULT = _i_out._T_Error;
38
26
  }
39
- export declare namespace Path {
40
- namespace CONTEXT {
41
- }
42
- type CONTEXT = _i_in._T_Path;
43
- namespace PARAMS {
44
- }
45
- namespace RESULT {
46
- }
47
- type RESULT = _i_out._T_Path;
48
- }
49
27
  export declare namespace Parameters {
50
28
  namespace CONTEXT {
51
29
  }
@@ -1,28 +1,13 @@
1
1
  import * as _i_in from "./data_types/source";
2
2
  import * as _i_vs from "./value_serializers";
3
- export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
4
- readonly 'value serializers': _i_vs._T_Value_Serializers;
5
- }) => string;
6
3
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
7
4
  readonly 'value serializers': _i_vs._T_Value_Serializers;
8
5
  }) => string;
9
6
  export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
10
7
  readonly 'value serializers': _i_vs._T_Value_Serializers;
11
8
  }) => string;
12
- export type Path = _T_Path;
13
9
  export type Parameters = _T_Parameters;
14
10
  export type Error = _T_Error;
15
- export declare namespace _T_Path {
16
- namespace CONTEXT {
17
- }
18
- type CONTEXT = _i_in._T_Path;
19
- namespace PARAMS {
20
- namespace value_serializers {
21
- }
22
- type value_serializers = _i_vs._T_Value_Serializers;
23
- }
24
- type RESULT = string;
25
- }
26
11
  export declare namespace _T_Parameters {
27
12
  namespace CONTEXT {
28
13
  }
@@ -45,17 +30,6 @@ export declare namespace _T_Error {
45
30
  }
46
31
  type RESULT = string;
47
32
  }
48
- export declare namespace Path {
49
- namespace CONTEXT {
50
- }
51
- type CONTEXT = _i_in._T_Path;
52
- namespace PARAMS {
53
- namespace value_serializers {
54
- }
55
- type value_serializers = _i_vs._T_Value_Serializers;
56
- }
57
- type RESULT = string;
58
- }
59
33
  export declare namespace Parameters {
60
34
  namespace CONTEXT {
61
35
  }
@@ -1,31 +1,14 @@
1
1
  import * as _i_out from "./data_types/target";
2
2
  import * as _i_in from "../../core/astn_source";
3
3
  import * as _i_vd from "./value_deserializers";
4
- export type _T_Path = ($$_: _i_in._T_Value, $$_p: {
5
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Path;
7
4
  export type _T_Parameters = ($$_: _i_in._T_Value, $$_p: {
8
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
6
  }) => _i_out._T_Parameters;
10
7
  export type _T_Error = ($$_: _i_in._T_Value, $$_p: {
11
8
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
12
9
  }) => _i_out._T_Error;
13
- export type Path = _T_Path;
14
10
  export type Parameters = _T_Parameters;
15
11
  export type Error = _T_Error;
16
- export declare namespace _T_Path {
17
- namespace CONTEXT {
18
- }
19
- type CONTEXT = _i_in._T_Value;
20
- namespace PARAMS {
21
- namespace value_deserializers {
22
- }
23
- type value_deserializers = _i_vd._T_Value_Deserializers;
24
- }
25
- namespace RESULT {
26
- }
27
- type RESULT = _i_out._T_Path;
28
- }
29
12
  export declare namespace _T_Parameters {
30
13
  namespace CONTEXT {
31
14
  }
@@ -52,19 +35,6 @@ export declare namespace _T_Error {
52
35
  }
53
36
  type RESULT = _i_out._T_Error;
54
37
  }
55
- export declare namespace Path {
56
- namespace CONTEXT {
57
- }
58
- type CONTEXT = _i_in._T_Value;
59
- namespace PARAMS {
60
- namespace value_deserializers {
61
- }
62
- type value_deserializers = _i_vd._T_Value_Deserializers;
63
- }
64
- namespace RESULT {
65
- }
66
- type RESULT = _i_out._T_Path;
67
- }
68
38
  export declare namespace Parameters {
69
39
  namespace CONTEXT {
70
40
  }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ // **** TYPES
4
+ // **** FRIENDLY NAMES FOR THE GLOBAL TYPES
5
+ // **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
6
+ // *** ALIASES FOR NESTED TYPES
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3BhdGgvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBTUEsYUFBYTtBQUViLDJDQUEyQztBQUUzQyx3REFBd0Q7QUFFeEQsK0JBQStCIn0=