@xyo-network/diviner-jsonpath-aggregate-model 2.84.3 → 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.
- package/dist/browser/Schema.d.cts +4 -4
- package/dist/browser/Schema.d.cts.map +1 -1
- package/dist/browser/Schema.d.mts +4 -4
- package/dist/browser/Schema.d.mts.map +1 -1
- package/dist/browser/Schema.d.ts +4 -4
- package/dist/browser/Schema.d.ts.map +1 -1
- package/dist/browser/index.cjs +1 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/Schema.d.cts +4 -4
- package/dist/node/Schema.d.cts.map +1 -1
- package/dist/node/Schema.d.mts +4 -4
- package/dist/node/Schema.d.mts.map +1 -1
- package/dist/node/Schema.d.ts +4 -4
- package/dist/node/Schema.d.ts.map +1 -1
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/index.js.map +1 -1
- package/package.json +5 -5
- package/src/Schema.ts +5 -4
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The schema
|
|
2
|
+
* The schema used for the JSONPath Diviner.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
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
|
|
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,
|
|
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
|
|
2
|
+
* The schema used for the JSONPath Diviner.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
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
|
|
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,
|
|
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"}
|
package/dist/browser/Schema.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The schema
|
|
2
|
+
* The schema used for the JSONPath Diviner.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
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
|
|
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,
|
|
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"}
|
package/dist/browser/index.cjs
CHANGED
|
@@ -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
|
|
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":[]}
|
package/dist/browser/index.js
CHANGED
|
@@ -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
|
|
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/dist/node/Schema.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The schema
|
|
2
|
+
* The schema used for the JSONPath Diviner.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
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
|
|
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,
|
|
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"}
|
package/dist/node/Schema.d.mts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The schema
|
|
2
|
+
* The schema used for the JSONPath Diviner.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
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
|
|
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,
|
|
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"}
|
package/dist/node/Schema.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The schema
|
|
2
|
+
* The schema used for the JSONPath Diviner.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
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
|
|
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,
|
|
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"}
|
package/dist/node/index.cjs
CHANGED
|
@@ -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`;
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -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
|
|
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":[]}
|
package/dist/node/index.js
CHANGED
|
@@ -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`;
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["/**\n * The schema
|
|
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,10 +10,10 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/diviner-model": "~2.84.
|
|
14
|
-
"@xyo-network/module-model": "~2.84.
|
|
15
|
-
"@xyo-network/object": "~2.84.
|
|
16
|
-
"@xyo-network/payload-model": "~2.84.
|
|
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
19
|
"@xylabs/ts-scripts-yarn3": "^3.2.19",
|
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
|
-
"version": "2.84.
|
|
62
|
+
"version": "2.84.4",
|
|
63
63
|
"type": "module"
|
|
64
64
|
}
|
package/src/Schema.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The schema
|
|
2
|
+
* The schema used for the JSONPath Diviner.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
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
|
|
9
|
+
export type JsonPathAggregateDivinerSchema = typeof JsonPathAggregateDivinerSchema
|