@mailwoman/core 2.0.6 → 2.2.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.
Files changed (168) hide show
  1. package/out/api/APIClient.d.ts +57 -0
  2. package/out/api/APIClient.d.ts.map +1 -0
  3. package/out/api/APIClient.js +108 -0
  4. package/out/api/APIClient.js.map +1 -0
  5. package/out/api/headless.d.ts +17 -0
  6. package/out/api/headless.d.ts.map +1 -0
  7. package/out/api/headless.js +18 -0
  8. package/out/api/headless.js.map +1 -0
  9. package/out/api/index.d.ts +11 -0
  10. package/out/api/index.d.ts.map +1 -0
  11. package/out/api/index.js +11 -0
  12. package/out/api/index.js.map +1 -0
  13. package/out/api/responses.d.ts +48 -0
  14. package/out/api/responses.d.ts.map +1 -0
  15. package/out/api/responses.js +68 -0
  16. package/out/api/responses.js.map +1 -0
  17. package/out/collections.d.ts +66 -0
  18. package/out/collections.d.ts.map +1 -0
  19. package/out/collections.js +97 -0
  20. package/out/collections.js.map +1 -0
  21. package/out/db/schema.d.ts +21 -0
  22. package/out/db/schema.d.ts.map +1 -0
  23. package/out/db/schema.js +16 -0
  24. package/out/db/schema.js.map +1 -0
  25. package/out/decoder/build-tree.d.ts +14 -1
  26. package/out/decoder/build-tree.d.ts.map +1 -1
  27. package/out/decoder/build-tree.js +37 -9
  28. package/out/decoder/build-tree.js.map +1 -1
  29. package/out/decoder/proposals-to-tree.d.ts.map +1 -1
  30. package/out/decoder/proposals-to-tree.js +2 -0
  31. package/out/decoder/proposals-to-tree.js.map +1 -1
  32. package/out/decoder/serialize-xml.d.ts +22 -1
  33. package/out/decoder/serialize-xml.d.ts.map +1 -1
  34. package/out/decoder/serialize-xml.js +64 -4
  35. package/out/decoder/serialize-xml.js.map +1 -1
  36. package/out/decoder/types.d.ts +45 -0
  37. package/out/decoder/types.d.ts.map +1 -1
  38. package/out/decoder/types.js +6 -0
  39. package/out/decoder/types.js.map +1 -1
  40. package/out/errors/index.d.ts +9 -0
  41. package/out/errors/index.d.ts.map +1 -0
  42. package/out/errors/index.js +9 -0
  43. package/out/errors/index.js.map +1 -0
  44. package/out/errors/schema.d.ts +69 -0
  45. package/out/errors/schema.d.ts.map +1 -0
  46. package/out/errors/schema.js +102 -0
  47. package/out/errors/schema.js.map +1 -0
  48. package/out/identifiers.d.ts +18 -0
  49. package/out/identifiers.d.ts.map +1 -0
  50. package/out/identifiers.js +49 -0
  51. package/out/identifiers.js.map +1 -0
  52. package/out/index.d.ts +3 -0
  53. package/out/index.d.ts.map +1 -1
  54. package/out/index.js +3 -4
  55. package/out/index.js.map +1 -1
  56. package/out/kysley/adapter.d.ts +13 -0
  57. package/out/kysley/adapter.d.ts.map +1 -0
  58. package/out/kysley/adapter.js +25 -0
  59. package/out/kysley/adapter.js.map +1 -0
  60. package/out/kysley/client.d.ts +16 -0
  61. package/out/kysley/client.d.ts.map +1 -0
  62. package/out/kysley/client.js +22 -0
  63. package/out/kysley/client.js.map +1 -0
  64. package/out/kysley/dialect-config.d.ts +27 -0
  65. package/out/kysley/dialect-config.d.ts.map +1 -0
  66. package/out/kysley/dialect-config.js +7 -0
  67. package/out/kysley/dialect-config.js.map +1 -0
  68. package/out/kysley/dialect.d.ts +39 -0
  69. package/out/kysley/dialect.d.ts.map +1 -0
  70. package/out/kysley/dialect.js +49 -0
  71. package/out/kysley/dialect.js.map +1 -0
  72. package/out/kysley/driver.d.ts +22 -0
  73. package/out/kysley/driver.d.ts.map +1 -0
  74. package/out/kysley/driver.js +114 -0
  75. package/out/kysley/driver.js.map +1 -0
  76. package/out/lifecycle/ServiceSymbol.d.ts +59 -0
  77. package/out/lifecycle/ServiceSymbol.d.ts.map +1 -0
  78. package/out/lifecycle/ServiceSymbol.js +62 -0
  79. package/out/lifecycle/ServiceSymbol.js.map +1 -0
  80. package/out/lifecycle/index.d.ts +11 -0
  81. package/out/lifecycle/index.d.ts.map +1 -0
  82. package/out/lifecycle/index.js +11 -0
  83. package/out/lifecycle/index.js.map +1 -0
  84. package/out/lifecycle/lru-cache.d.ts +22 -0
  85. package/out/lifecycle/lru-cache.d.ts.map +1 -0
  86. package/out/lifecycle/lru-cache.js +31 -0
  87. package/out/lifecycle/lru-cache.js.map +1 -0
  88. package/out/lifecycle/services.d.ts +145 -0
  89. package/out/lifecycle/services.d.ts.map +1 -0
  90. package/out/lifecycle/services.js +190 -0
  91. package/out/lifecycle/services.js.map +1 -0
  92. package/out/logging/index.d.ts +7 -0
  93. package/out/logging/index.d.ts.map +1 -0
  94. package/out/logging/index.js +7 -0
  95. package/out/logging/index.js.map +1 -0
  96. package/out/logging/shared.d.ts +60 -0
  97. package/out/logging/shared.d.ts.map +1 -0
  98. package/out/logging/shared.js +100 -0
  99. package/out/logging/shared.js.map +1 -0
  100. package/out/logging/tables.d.ts +7 -0
  101. package/out/logging/tables.d.ts.map +1 -0
  102. package/out/logging/tables.js +75 -0
  103. package/out/logging/tables.js.map +1 -0
  104. package/out/objects.d.ts +96 -0
  105. package/out/objects.d.ts.map +1 -0
  106. package/out/objects.js +96 -0
  107. package/out/objects.js.map +1 -0
  108. package/out/parser/proposal-pipeline.d.ts.map +1 -1
  109. package/out/parser/proposal-pipeline.js +0 -1
  110. package/out/parser/proposal-pipeline.js.map +1 -1
  111. package/out/pipeline/index.d.ts +14 -0
  112. package/out/pipeline/index.d.ts.map +1 -0
  113. package/out/pipeline/index.js +11 -0
  114. package/out/pipeline/index.js.map +1 -0
  115. package/out/pipeline/reconcile.d.ts +135 -0
  116. package/out/pipeline/reconcile.d.ts.map +1 -0
  117. package/out/pipeline/reconcile.js +355 -0
  118. package/out/pipeline/reconcile.js.map +1 -0
  119. package/out/pipeline/runtime-pipeline.d.ts +29 -0
  120. package/out/pipeline/runtime-pipeline.d.ts.map +1 -0
  121. package/out/pipeline/runtime-pipeline.js +288 -0
  122. package/out/pipeline/runtime-pipeline.js.map +1 -0
  123. package/out/pipeline/span-logit-aggregation.d.ts +57 -0
  124. package/out/pipeline/span-logit-aggregation.d.ts.map +1 -0
  125. package/out/pipeline/span-logit-aggregation.js +105 -0
  126. package/out/pipeline/span-logit-aggregation.js.map +1 -0
  127. package/out/pipeline/types.d.ts +189 -0
  128. package/out/pipeline/types.d.ts.map +1 -0
  129. package/out/pipeline/types.js +16 -0
  130. package/out/pipeline/types.js.map +1 -0
  131. package/out/resolver/index.d.ts +9 -0
  132. package/out/resolver/index.d.ts.map +1 -0
  133. package/out/resolver/index.js +8 -0
  134. package/out/resolver/index.js.map +1 -0
  135. package/out/resolver/resolve.d.ts +21 -0
  136. package/out/resolver/resolve.d.ts.map +1 -0
  137. package/out/resolver/resolve.js +118 -0
  138. package/out/resolver/resolve.js.map +1 -0
  139. package/out/resolver/types.d.ts +118 -0
  140. package/out/resolver/types.d.ts.map +1 -0
  141. package/out/resolver/types.js +24 -0
  142. package/out/resolver/types.js.map +1 -0
  143. package/out/resources/git.d.ts +1 -1
  144. package/out/resources/index.d.ts +0 -1
  145. package/out/resources/index.d.ts.map +1 -1
  146. package/out/resources/index.js +0 -1
  147. package/out/resources/index.js.map +1 -1
  148. package/out/resources/whosonfirst/DataSourceCache.d.ts +0 -1
  149. package/out/resources/whosonfirst/DataSourceCache.d.ts.map +1 -1
  150. package/out/resources/whosonfirst/DataSourceCache.js +0 -1
  151. package/out/resources/whosonfirst/DataSourceCache.js.map +1 -1
  152. package/out/resources/whosonfirst/PlacetypeDataSource.d.ts +2 -2
  153. package/out/resources/whosonfirst/PlacetypeDataSource.d.ts.map +1 -1
  154. package/out/resources/whosonfirst/PlacetypeDataSource.js +9 -6
  155. package/out/resources/whosonfirst/PlacetypeDataSource.js.map +1 -1
  156. package/out/routing/index.d.ts +67 -0
  157. package/out/routing/index.d.ts.map +1 -0
  158. package/out/routing/index.js +114 -0
  159. package/out/routing/index.js.map +1 -0
  160. package/out/sets.d.ts +2 -0
  161. package/out/sets.d.ts.map +1 -0
  162. package/out/sets.js +2 -0
  163. package/out/sets.js.map +1 -0
  164. package/package.json +28 -2
  165. package/out/resources/db/index.d.ts +0 -57
  166. package/out/resources/db/index.d.ts.map +0 -1
  167. package/out/resources/db/index.js +0 -57
  168. package/out/resources/db/index.js.map +0 -1
@@ -0,0 +1,114 @@
1
+ /**
2
+ * @copyright Sister Software
3
+ * @license AGPL-3.0
4
+ * @author Teffen Ellis, et al.
5
+ */
6
+ const URLPatternComponents = [
7
+ "protocol",
8
+ "username",
9
+ "hostname",
10
+ "port",
11
+ "pathname",
12
+ "password",
13
+ "search",
14
+ "hash",
15
+ ];
16
+ /**
17
+ * A URL pattern with path parameters.
18
+ */
19
+ // @ts-ignore: Property 'UrlPattern' does not exist
20
+ export class URLRoutePattern extends URLPattern {
21
+ toString() {
22
+ return JSON.stringify(this.toJSON(), null, "\t");
23
+ }
24
+ constructor(init) {
25
+ const normalizedInit = typeof init === "string" && !init.startsWith("http") ? { pathname: init } : init;
26
+ super(normalizedInit);
27
+ }
28
+ static from(init) {
29
+ return new URLRoutePattern(init);
30
+ }
31
+ /**
32
+ * Given a URL, attempts to match the path parameters.
33
+ */
34
+ matchParams(input, baseURL) {
35
+ return super.exec(input, baseURL)?.pathname.groups;
36
+ }
37
+ /**
38
+ * Given a set of parameters, returns an Axios configuration object.
39
+ */
40
+ toAxiosConfig(params = {}) {
41
+ // First, we start with our uncompiled pathname pattern.
42
+ const components = this.toJSON();
43
+ const url = new URL(components.pathname || "/", components.baseURL || `${components.protocol || "https"}://${components.hostname || "localhost"}`);
44
+ url.username = components.username || "";
45
+ url.password = components.password || "";
46
+ url.port = components.port || "";
47
+ let { pathname } = this;
48
+ const paramPairs = Object.entries(params);
49
+ const remainingParams = { ...params };
50
+ // ...Iterating over each parameter in the params object...
51
+ for (const [paramName, paramValue] of paramPairs) {
52
+ // Next, we check if the pathname pattern includes the param name.
53
+ const paramPattern = `:${paramName}`;
54
+ const paramPatternIndex = pathname.indexOf(paramPattern);
55
+ if (paramPatternIndex === -1)
56
+ continue;
57
+ // Is the param present?
58
+ if (!paramValue)
59
+ continue;
60
+ let normalizedParamValue;
61
+ switch (typeof paramValue) {
62
+ case "string":
63
+ normalizedParamValue = encodeURIComponent(paramValue);
64
+ break;
65
+ case "number":
66
+ normalizedParamValue = encodeURIComponent(paramValue.toString());
67
+ break;
68
+ default:
69
+ console.warn(`Unexpected parameter value type: ${typeof paramValue}`);
70
+ continue;
71
+ }
72
+ // We replace the param pattern with the normalized param value.
73
+ pathname =
74
+ pathname.slice(0, paramPatternIndex) +
75
+ normalizedParamValue +
76
+ pathname.slice(paramPatternIndex + paramPattern.length);
77
+ delete remainingParams[paramName];
78
+ }
79
+ url.pathname = pathname;
80
+ const href = url.href;
81
+ // We have what appears to be complete URL configuration, so let's test it.
82
+ const spec = new URLPattern(components);
83
+ if (!spec.test(href)) {
84
+ throw new Error(`Insufficient parameters to compile URL route: ${this.pathname} (${JSON.stringify(params)}) -> ${pathname}`);
85
+ }
86
+ const config = {
87
+ url: components.hostname ? href : url.pathname,
88
+ params: remainingParams,
89
+ };
90
+ return config;
91
+ }
92
+ /**
93
+ * Compiles the URL route with the given parameters.
94
+ */
95
+ compile(params) {
96
+ return this.toAxiosConfig(params).url;
97
+ }
98
+ toURL(params, baseURL) {
99
+ return new URL(this.compile(params), baseURL);
100
+ }
101
+ toJSON() {
102
+ const result = {};
103
+ for (const component of URLPatternComponents) {
104
+ const value = this[component];
105
+ if (!value)
106
+ continue;
107
+ if (value === "*")
108
+ continue;
109
+ result[component] = value;
110
+ }
111
+ return result;
112
+ }
113
+ }
114
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../routing/index.ts"],"names":[],"mappings":"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"}
package/out/sets.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sets.d.ts","sourceRoot":"","sources":["../sets.ts"],"names":[],"mappings":""}
package/out/sets.js ADDED
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sets.js","sourceRoot":"","sources":["../sets.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailwoman/core",
3
- "version": "2.0.6",
3
+ "version": "2.2.0",
4
4
  "description": "Mailwoman core: tokenization, classification primitives, solver, formatter, resources, filters, solvers, utils.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
@@ -21,17 +21,43 @@
21
21
  "./decoder": "./out/decoder/index.js",
22
22
  "./resources": "./out/resources/index.js",
23
23
  "./resources/languages": "./out/resources/languages/index.js",
24
- "./resources/db": "./out/resources/db/index.js",
25
24
  "./resources/whosonfirst": "./out/resources/whosonfirst/index.js",
26
25
  "./resources/libpostal": "./out/resources/libpostal/index.js",
27
26
  "./utils": "./out/utils/index.js",
27
+ "./lifecycle": "./out/lifecycle/index.js",
28
+ "./identifiers": "./out/identifiers/index.js",
29
+ "./objects": "./out/objects.js",
28
30
  "./locale": "./out/locale/index.js",
31
+ "./api": "./out/api/index.js",
32
+ "./logging": "./out/logging/index.js",
29
33
  "./policy": "./out/policy/index.js",
34
+ "./pipeline": "./out/pipeline/index.js",
35
+ "./resolver": "./out/resolver/index.js",
36
+ "./kysley/client": "./out/kysley/client.js",
37
+ "./kysley/dialect": "./out/kysley/dialect.js",
38
+ "./kysley/dialect-config": "./out/kysley/dialect-config.js",
30
39
  "./solvers": "./out/solvers/index.js",
40
+ "./errors": "./out/errors/index.js",
41
+ "./routing": "./out/routing/index.js",
31
42
  "./solvers/*": "./out/solvers/*",
32
43
  "./filters": "./out/filters/index.js",
33
44
  "./filters/*": "./out/filters/*"
34
45
  },
46
+ "imports": {
47
+ "#*": {
48
+ "import": "./*.ts"
49
+ }
50
+ },
51
+ "dependencies": {
52
+ "axios": "^1.16.1",
53
+ "axios-cache-interceptor": "^1.12.0",
54
+ "http-status-codes": "^2.3.0",
55
+ "json-colorizer": "^3.0.1",
56
+ "kysely": "^0.29.2",
57
+ "pino": "^10.3.1",
58
+ "pino-pretty": "^13.1.3",
59
+ "table": "^6.9.0"
60
+ },
35
61
  "files": [
36
62
  "out/**/*.js",
37
63
  "out/**/*.js.map",
@@ -1,57 +0,0 @@
1
- /**
2
- * @copyright Sister Software
3
- * @license AGPL-3.0
4
- * @author Teffen Ellis, et al.
5
- */
6
- /**
7
- * @copyright Sister Software
8
- * @license AGPL-3.0
9
- * @author Teffen Ellis, et al.
10
- */
11
- export {};
12
- /**
13
- * @copyright Sister Software
14
- * @license AGPL-3.0
15
- * @author Teffen Ellis, et al.
16
- */
17
- /**
18
- * @copyright Sister Software
19
- * @license AGPL-3.0
20
- * @author Teffen Ellis, et al.
21
- */
22
- /**
23
- * @copyright Sister Software
24
- * @license AGPL-3.0
25
- * @author Teffen Ellis, et al.
26
- */
27
- /**
28
- * @copyright Sister Software
29
- * @license AGPL-3.0
30
- * @author Teffen Ellis, et al.
31
- */
32
- /**
33
- * @copyright Sister Software
34
- * @license AGPL-3.0
35
- * @author Teffen Ellis, et al.
36
- */
37
- /**
38
- * @copyright Sister Software
39
- * @license AGPL-3.0
40
- * @author Teffen Ellis, et al.
41
- */
42
- /**
43
- * @copyright Sister Software
44
- * @license AGPL-3.0
45
- * @author Teffen Ellis, et al.
46
- */
47
- /**
48
- * @copyright Sister Software
49
- * @license AGPL-3.0
50
- * @author Teffen Ellis, et al.
51
- */
52
- /**
53
- * @copyright Sister Software
54
- * @license AGPL-3.0
55
- * @author Teffen Ellis, et al.
56
- */
57
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../resources/db/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH;;;;GAIG;;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG"}
@@ -1,57 +0,0 @@
1
- /**
2
- * @copyright Sister Software
3
- * @license AGPL-3.0
4
- * @author Teffen Ellis, et al.
5
- */
6
- /**
7
- * @copyright Sister Software
8
- * @license AGPL-3.0
9
- * @author Teffen Ellis, et al.
10
- */
11
- export {};
12
- /**
13
- * @copyright Sister Software
14
- * @license AGPL-3.0
15
- * @author Teffen Ellis, et al.
16
- */
17
- /**
18
- * @copyright Sister Software
19
- * @license AGPL-3.0
20
- * @author Teffen Ellis, et al.
21
- */
22
- /**
23
- * @copyright Sister Software
24
- * @license AGPL-3.0
25
- * @author Teffen Ellis, et al.
26
- */
27
- /**
28
- * @copyright Sister Software
29
- * @license AGPL-3.0
30
- * @author Teffen Ellis, et al.
31
- */
32
- /**
33
- * @copyright Sister Software
34
- * @license AGPL-3.0
35
- * @author Teffen Ellis, et al.
36
- */
37
- /**
38
- * @copyright Sister Software
39
- * @license AGPL-3.0
40
- * @author Teffen Ellis, et al.
41
- */
42
- /**
43
- * @copyright Sister Software
44
- * @license AGPL-3.0
45
- * @author Teffen Ellis, et al.
46
- */
47
- /**
48
- * @copyright Sister Software
49
- * @license AGPL-3.0
50
- * @author Teffen Ellis, et al.
51
- */
52
- /**
53
- * @copyright Sister Software
54
- * @license AGPL-3.0
55
- * @author Teffen Ellis, et al.
56
- */
57
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../resources/db/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH;;;;GAIG;;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG;AAEH;;;;GAIG"}