@xyo-network/diviner-jsonpath-aggregate-model 2.84.2 → 2.84.4

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,9 +1,9 @@
1
1
  /**
2
- * The schema type used for the JSONPath Diviner.
2
+ * The schema used for the JSONPath Diviner.
3
3
  */
4
- export type JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath';
4
+ export declare const JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath.aggregate";
5
5
  /**
6
- * The schema used for the JSONPath Diviner.
6
+ * The schema type used for the JSONPath Diviner.
7
7
  */
8
- export declare const JsonPathAggregateDivinerSchema: JsonPathAggregateDivinerSchema;
8
+ export type JsonPathAggregateDivinerSchema = typeof JsonPathAggregateDivinerSchema;
9
9
  //# sourceMappingURL=Schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,8BAA8B,CAAA;AAC3E;;GAEG;AACH,eAAO,MAAM,8BAA8B,EAAE,8BAA+D,CAAA"}
1
+ {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,8BAA8B,2CAA2C,CAAA;AAEtF;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAA"}
@@ -1,9 +1,9 @@
1
1
  /**
2
- * The schema type used for the JSONPath Diviner.
2
+ * The schema used for the JSONPath Diviner.
3
3
  */
4
- export type JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath';
4
+ export declare const JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath.aggregate";
5
5
  /**
6
- * The schema used for the JSONPath Diviner.
6
+ * The schema type used for the JSONPath Diviner.
7
7
  */
8
- export declare const JsonPathAggregateDivinerSchema: JsonPathAggregateDivinerSchema;
8
+ export type JsonPathAggregateDivinerSchema = typeof JsonPathAggregateDivinerSchema;
9
9
  //# sourceMappingURL=Schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,8BAA8B,CAAA;AAC3E;;GAEG;AACH,eAAO,MAAM,8BAA8B,EAAE,8BAA+D,CAAA"}
1
+ {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,8BAA8B,2CAA2C,CAAA;AAEtF;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAA"}
@@ -1,9 +1,9 @@
1
1
  /**
2
- * The schema type used for the JSONPath Diviner.
2
+ * The schema used for the JSONPath Diviner.
3
3
  */
4
- export type JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath';
4
+ export declare const JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath.aggregate";
5
5
  /**
6
- * The schema used for the JSONPath Diviner.
6
+ * The schema type used for the JSONPath Diviner.
7
7
  */
8
- export declare const JsonPathAggregateDivinerSchema: JsonPathAggregateDivinerSchema;
8
+ export type JsonPathAggregateDivinerSchema = typeof JsonPathAggregateDivinerSchema;
9
9
  //# sourceMappingURL=Schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,8BAA8B,CAAA;AAC3E;;GAEG;AACH,eAAO,MAAM,8BAA8B,EAAE,8BAA+D,CAAA"}
1
+ {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,8BAA8B,2CAA2C,CAAA;AAEtF;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAA"}
@@ -26,7 +26,7 @@ __export(src_exports, {
26
26
  module.exports = __toCommonJS(src_exports);
27
27
 
28
28
  // src/Schema.ts
29
- var JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath";
29
+ var JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath.aggregate";
30
30
 
31
31
  // src/Config.ts
32
32
  var JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './jsonpath'\nexport * from './Params'\nexport * from './Schema'\n","/**\n * The schema type used for the JSONPath Diviner.\n */\nexport type JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath'\n/**\n * The schema used for the JSONPath Diviner.\n */\nexport const JsonPathAggregateDivinerSchema: JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath'\nimport { JsonPathAggregateDivinerSchema } from './Schema'\n\n/**\n * The config schema type for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n/**\n * The config schema for the JSON Path diviner\n */\nexport const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n\n/**\n * The configuration for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfig = DivinerConfig<\n {\n /**\n * The schema to use for the destination payloads\n */\n destinationSchema?: string\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACOO,IAAM,iCAAiE;;;ACKvE,IAAM,uCAA6E,GAAG,8BAA8B;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './jsonpath'\nexport * from './Params'\nexport * from './Schema'\n","/**\n * The schema used for the JSONPath Diviner.\n */\nexport const JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath.aggregate'\n\n/**\n * The schema type used for the JSONPath Diviner.\n */\nexport type JsonPathAggregateDivinerSchema = typeof JsonPathAggregateDivinerSchema\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath'\nimport { JsonPathAggregateDivinerSchema } from './Schema'\n\n/**\n * The config schema type for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n/**\n * The config schema for the JSON Path diviner\n */\nexport const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n\n/**\n * The configuration for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfig = DivinerConfig<\n {\n /**\n * The schema to use for the destination payloads\n */\n destinationSchema?: string\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACGO,IAAM,iCAAiC;;;ACSvC,IAAM,uCAA6E,GAAG,8BAA8B;","names":[]}
@@ -1,5 +1,5 @@
1
1
  // src/Schema.ts
2
- var JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath";
2
+ var JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath.aggregate";
3
3
 
4
4
  // src/Config.ts
5
5
  var JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["/**\n * The schema type used for the JSONPath Diviner.\n */\nexport type JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath'\n/**\n * The schema used for the JSONPath Diviner.\n */\nexport const JsonPathAggregateDivinerSchema: JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath'\nimport { JsonPathAggregateDivinerSchema } from './Schema'\n\n/**\n * The config schema type for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n/**\n * The config schema for the JSON Path diviner\n */\nexport const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n\n/**\n * The configuration for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfig = DivinerConfig<\n {\n /**\n * The schema to use for the destination payloads\n */\n destinationSchema?: string\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";AAOO,IAAM,iCAAiE;;;ACKvE,IAAM,uCAA6E,GAAG,8BAA8B;","names":[]}
1
+ {"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["/**\n * The schema used for the JSONPath Diviner.\n */\nexport const JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath.aggregate'\n\n/**\n * The schema type used for the JSONPath Diviner.\n */\nexport type JsonPathAggregateDivinerSchema = typeof JsonPathAggregateDivinerSchema\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath'\nimport { JsonPathAggregateDivinerSchema } from './Schema'\n\n/**\n * The config schema type for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n/**\n * The config schema for the JSON Path diviner\n */\nexport const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n\n/**\n * The configuration for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfig = DivinerConfig<\n {\n /**\n * The schema to use for the destination payloads\n */\n destinationSchema?: string\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";AAGO,IAAM,iCAAiC;;;ACSvC,IAAM,uCAA6E,GAAG,8BAA8B;","names":[]}
@@ -1,9 +1,9 @@
1
1
  /**
2
- * The schema type used for the JSONPath Diviner.
2
+ * The schema used for the JSONPath Diviner.
3
3
  */
4
- export type JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath';
4
+ export declare const JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath.aggregate";
5
5
  /**
6
- * The schema used for the JSONPath Diviner.
6
+ * The schema type used for the JSONPath Diviner.
7
7
  */
8
- export declare const JsonPathAggregateDivinerSchema: JsonPathAggregateDivinerSchema;
8
+ export type JsonPathAggregateDivinerSchema = typeof JsonPathAggregateDivinerSchema;
9
9
  //# sourceMappingURL=Schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,8BAA8B,CAAA;AAC3E;;GAEG;AACH,eAAO,MAAM,8BAA8B,EAAE,8BAA+D,CAAA"}
1
+ {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,8BAA8B,2CAA2C,CAAA;AAEtF;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAA"}
@@ -1,9 +1,9 @@
1
1
  /**
2
- * The schema type used for the JSONPath Diviner.
2
+ * The schema used for the JSONPath Diviner.
3
3
  */
4
- export type JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath';
4
+ export declare const JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath.aggregate";
5
5
  /**
6
- * The schema used for the JSONPath Diviner.
6
+ * The schema type used for the JSONPath Diviner.
7
7
  */
8
- export declare const JsonPathAggregateDivinerSchema: JsonPathAggregateDivinerSchema;
8
+ export type JsonPathAggregateDivinerSchema = typeof JsonPathAggregateDivinerSchema;
9
9
  //# sourceMappingURL=Schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,8BAA8B,CAAA;AAC3E;;GAEG;AACH,eAAO,MAAM,8BAA8B,EAAE,8BAA+D,CAAA"}
1
+ {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,8BAA8B,2CAA2C,CAAA;AAEtF;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAA"}
@@ -1,9 +1,9 @@
1
1
  /**
2
- * The schema type used for the JSONPath Diviner.
2
+ * The schema used for the JSONPath Diviner.
3
3
  */
4
- export type JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath';
4
+ export declare const JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath.aggregate";
5
5
  /**
6
- * The schema used for the JSONPath Diviner.
6
+ * The schema type used for the JSONPath Diviner.
7
7
  */
8
- export declare const JsonPathAggregateDivinerSchema: JsonPathAggregateDivinerSchema;
8
+ export type JsonPathAggregateDivinerSchema = typeof JsonPathAggregateDivinerSchema;
9
9
  //# sourceMappingURL=Schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,8BAA8B,CAAA;AAC3E;;GAEG;AACH,eAAO,MAAM,8BAA8B,EAAE,8BAA+D,CAAA"}
1
+ {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,8BAA8B,2CAA2C,CAAA;AAEtF;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAA"}
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/index.ts
21
+ var src_exports = {};
22
+ __export(src_exports, {
23
+ JsonPathAggregateDivinerConfigSchema: () => JsonPathAggregateDivinerConfigSchema,
24
+ JsonPathAggregateDivinerSchema: () => JsonPathAggregateDivinerSchema
25
+ });
26
+ module.exports = __toCommonJS(src_exports);
27
+
28
+ // src/Schema.ts
29
+ var JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath.aggregate";
30
+
31
+ // src/Config.ts
32
+ var JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
33
+ // Annotate the CommonJS export names for ESM import in node:
34
+ 0 && (module.exports = {
35
+ JsonPathAggregateDivinerConfigSchema,
36
+ JsonPathAggregateDivinerSchema
37
+ });
38
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './jsonpath'\nexport * from './Params'\nexport * from './Schema'\n","/**\n * The schema used for the JSONPath Diviner.\n */\nexport const JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath.aggregate'\n\n/**\n * The schema type used for the JSONPath Diviner.\n */\nexport type JsonPathAggregateDivinerSchema = typeof JsonPathAggregateDivinerSchema\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath'\nimport { JsonPathAggregateDivinerSchema } from './Schema'\n\n/**\n * The config schema type for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n/**\n * The config schema for the JSON Path diviner\n */\nexport const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n\n/**\n * The configuration for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfig = DivinerConfig<\n {\n /**\n * The schema to use for the destination payloads\n */\n destinationSchema?: string\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACGO,IAAM,iCAAiC;;;ACSvC,IAAM,uCAA6E,GAAG,8BAA8B;","names":[]}
@@ -1,38 +1,10 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
-
20
- // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
23
- JsonPathAggregateDivinerConfigSchema: () => JsonPathAggregateDivinerConfigSchema,
24
- JsonPathAggregateDivinerSchema: () => JsonPathAggregateDivinerSchema
25
- });
26
- module.exports = __toCommonJS(src_exports);
27
-
28
1
  // src/Schema.ts
29
- var JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath";
2
+ var JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath.aggregate";
30
3
 
31
4
  // src/Config.ts
32
5
  var JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
33
- // Annotate the CommonJS export names for ESM import in node:
34
- 0 && (module.exports = {
6
+ export {
35
7
  JsonPathAggregateDivinerConfigSchema,
36
8
  JsonPathAggregateDivinerSchema
37
- });
9
+ };
38
10
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './jsonpath'\nexport * from './Params'\nexport * from './Schema'\n","/**\n * The schema type used for the JSONPath Diviner.\n */\nexport type JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath'\n/**\n * The schema used for the JSONPath Diviner.\n */\nexport const JsonPathAggregateDivinerSchema: JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath'\nimport { JsonPathAggregateDivinerSchema } from './Schema'\n\n/**\n * The config schema type for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n/**\n * The config schema for the JSON Path diviner\n */\nexport const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n\n/**\n * The configuration for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfig = DivinerConfig<\n {\n /**\n * The schema to use for the destination payloads\n */\n destinationSchema?: string\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACOO,IAAM,iCAAiE;;;ACKvE,IAAM,uCAA6E,GAAG,8BAA8B;","names":[]}
1
+ {"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["/**\n * The schema used for the JSONPath Diviner.\n */\nexport const JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath.aggregate'\n\n/**\n * The schema type used for the JSONPath Diviner.\n */\nexport type JsonPathAggregateDivinerSchema = typeof JsonPathAggregateDivinerSchema\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath'\nimport { JsonPathAggregateDivinerSchema } from './Schema'\n\n/**\n * The config schema type for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n/**\n * The config schema for the JSON Path diviner\n */\nexport const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n\n/**\n * The configuration for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfig = DivinerConfig<\n {\n /**\n * The schema to use for the destination payloads\n */\n destinationSchema?: string\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";AAGO,IAAM,iCAAiC;;;ACSvC,IAAM,uCAA6E,GAAG,8BAA8B;","names":[]}
package/package.json CHANGED
@@ -10,18 +10,17 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/diviner-model": "~2.84.2",
14
- "@xyo-network/module-model": "~2.84.2",
15
- "@xyo-network/object": "~2.84.2",
16
- "@xyo-network/payload-model": "~2.84.2"
13
+ "@xyo-network/diviner-model": "~2.84.4",
14
+ "@xyo-network/module-model": "~2.84.4",
15
+ "@xyo-network/object": "~2.84.4",
16
+ "@xyo-network/payload-model": "~2.84.4"
17
17
  },
18
18
  "devDependencies": {
19
- "@xylabs/ts-scripts-yarn3": "^3.2.10",
20
- "@xylabs/tsconfig": "^3.2.10",
19
+ "@xylabs/ts-scripts-yarn3": "^3.2.19",
20
+ "@xylabs/tsconfig": "^3.2.19",
21
21
  "typescript": "^5.3.3"
22
22
  },
23
23
  "description": "Primary SDK for using XYO Protocol 2.0",
24
- "docs": "dist/docs.json",
25
24
  "types": "dist/node/index.d.ts",
26
25
  "exports": {
27
26
  ".": {
@@ -37,19 +36,19 @@
37
36
  },
38
37
  "node": {
39
38
  "require": {
40
- "types": "./dist/node/index.d.ts",
41
- "default": "./dist/node/index.js"
39
+ "types": "./dist/node/index.d.cts",
40
+ "default": "./dist/node/index.cjs"
42
41
  },
43
42
  "import": {
44
43
  "types": "./dist/node/index.d.mts",
45
- "default": "./dist/node/index.mjs"
44
+ "default": "./dist/node/index.js"
46
45
  }
47
46
  }
48
47
  },
49
48
  "./package.json": "./package.json"
50
49
  },
51
- "main": "dist/node/index.js",
52
- "module": "dist/node/index.mjs",
50
+ "main": "dist/node/index.cjs",
51
+ "module": "dist/node/index.js",
53
52
  "homepage": "https://xyo.network",
54
53
  "license": "LGPL-3.0-only",
55
54
  "publishConfig": {
@@ -60,5 +59,6 @@
60
59
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
61
60
  },
62
61
  "sideEffects": false,
63
- "version": "2.84.2"
62
+ "version": "2.84.4",
63
+ "type": "module"
64
64
  }
package/src/Schema.ts CHANGED
@@ -1,8 +1,9 @@
1
1
  /**
2
- * The schema type used for the JSONPath Diviner.
2
+ * The schema used for the JSONPath Diviner.
3
3
  */
4
- export type JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath'
4
+ export const JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath.aggregate'
5
+
5
6
  /**
6
- * The schema used for the JSONPath Diviner.
7
+ * The schema type used for the JSONPath Diviner.
7
8
  */
8
- export const JsonPathAggregateDivinerSchema: JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath'
9
+ export type JsonPathAggregateDivinerSchema = typeof JsonPathAggregateDivinerSchema
@@ -1,10 +0,0 @@
1
- // src/Schema.ts
2
- var JsonPathAggregateDivinerSchema = "network.xyo.diviner.jsonpath";
3
-
4
- // src/Config.ts
5
- var JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
6
- export {
7
- JsonPathAggregateDivinerConfigSchema,
8
- JsonPathAggregateDivinerSchema
9
- };
10
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["/**\n * The schema type used for the JSONPath Diviner.\n */\nexport type JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath'\n/**\n * The schema used for the JSONPath Diviner.\n */\nexport const JsonPathAggregateDivinerSchema: JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath'\nimport { JsonPathAggregateDivinerSchema } from './Schema'\n\n/**\n * The config schema type for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n/**\n * The config schema for the JSON Path diviner\n */\nexport const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`\n\n/**\n * The configuration for the JSON Path diviner\n */\nexport type JsonPathAggregateDivinerConfig = DivinerConfig<\n {\n /**\n * The schema to use for the destination payloads\n */\n destinationSchema?: string\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";AAOO,IAAM,iCAAiE;;;ACKvE,IAAM,uCAA6E,GAAG,8BAA8B;","names":[]}