@xyo-network/diviner-jsonpath-aggregate-model 2.110.16 → 2.110.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.
- package/dist/browser/Config.d.cts +2 -2
- package/dist/browser/Config.d.mts +2 -2
- package/dist/browser/Config.d.ts +2 -2
- package/dist/browser/Params.d.cts +1 -1
- package/dist/browser/Params.d.mts +1 -1
- package/dist/browser/Params.d.ts +1 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.d.cts +4 -4
- package/dist/browser/index.d.mts +4 -4
- package/dist/browser/index.d.ts +4 -4
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/jsonpath/SchemaToJsonPathTransformExpressionDictionary.d.cts +1 -1
- package/dist/browser/jsonpath/SchemaToJsonPathTransformExpressionDictionary.d.mts +1 -1
- package/dist/browser/jsonpath/SchemaToJsonPathTransformExpressionDictionary.d.ts +1 -1
- package/dist/browser/jsonpath/SchemaToPayloadTransformersDictionary.d.cts +1 -1
- package/dist/browser/jsonpath/SchemaToPayloadTransformersDictionary.d.mts +1 -1
- package/dist/browser/jsonpath/SchemaToPayloadTransformersDictionary.d.ts +1 -1
- package/dist/browser/jsonpath/index.d.cts +4 -4
- package/dist/browser/jsonpath/index.d.mts +4 -4
- package/dist/browser/jsonpath/index.d.ts +4 -4
- package/dist/neutral/Config.d.cts +2 -2
- package/dist/neutral/Config.d.mts +2 -2
- package/dist/neutral/Config.d.ts +2 -2
- package/dist/neutral/Params.d.cts +1 -1
- package/dist/neutral/Params.d.mts +1 -1
- package/dist/neutral/Params.d.ts +1 -1
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.d.cts +4 -4
- package/dist/neutral/index.d.mts +4 -4
- package/dist/neutral/index.d.ts +4 -4
- package/dist/neutral/index.js.map +1 -1
- package/dist/neutral/jsonpath/SchemaToJsonPathTransformExpressionDictionary.d.cts +1 -1
- package/dist/neutral/jsonpath/SchemaToJsonPathTransformExpressionDictionary.d.mts +1 -1
- package/dist/neutral/jsonpath/SchemaToJsonPathTransformExpressionDictionary.d.ts +1 -1
- package/dist/neutral/jsonpath/SchemaToPayloadTransformersDictionary.d.cts +1 -1
- package/dist/neutral/jsonpath/SchemaToPayloadTransformersDictionary.d.mts +1 -1
- package/dist/neutral/jsonpath/SchemaToPayloadTransformersDictionary.d.ts +1 -1
- package/dist/neutral/jsonpath/index.d.cts +4 -4
- package/dist/neutral/jsonpath/index.d.mts +4 -4
- package/dist/neutral/jsonpath/index.d.ts +4 -4
- package/dist/node/Config.d.cts +2 -2
- package/dist/node/Config.d.mts +2 -2
- package/dist/node/Config.d.ts +2 -2
- package/dist/node/Params.d.cts +1 -1
- package/dist/node/Params.d.mts +1 -1
- package/dist/node/Params.d.ts +1 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.d.cts +4 -4
- package/dist/node/index.d.mts +4 -4
- package/dist/node/index.d.ts +4 -4
- package/dist/node/index.js.map +1 -1
- package/dist/node/jsonpath/SchemaToJsonPathTransformExpressionDictionary.d.cts +1 -1
- package/dist/node/jsonpath/SchemaToJsonPathTransformExpressionDictionary.d.mts +1 -1
- package/dist/node/jsonpath/SchemaToJsonPathTransformExpressionDictionary.d.ts +1 -1
- package/dist/node/jsonpath/SchemaToPayloadTransformersDictionary.d.cts +1 -1
- package/dist/node/jsonpath/SchemaToPayloadTransformersDictionary.d.mts +1 -1
- package/dist/node/jsonpath/SchemaToPayloadTransformersDictionary.d.ts +1 -1
- package/dist/node/jsonpath/index.d.cts +4 -4
- package/dist/node/jsonpath/index.d.mts +4 -4
- package/dist/node/jsonpath/index.d.ts +4 -4
- package/package.json +4 -4
- package/src/Config.ts +2 -2
- package/src/Params.ts +1 -1
- package/src/index.ts +4 -4
- package/src/jsonpath/SchemaToJsonPathTransformExpressionDictionary.ts +1 -1
- package/src/jsonpath/SchemaToPayloadTransformersDictionary.ts +1 -1
- package/src/jsonpath/index.ts +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
-
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.
|
|
3
|
-
import { JsonPathAggregateDivinerSchema } from './Schema.
|
|
2
|
+
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.ts';
|
|
3
|
+
import { JsonPathAggregateDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
|
|
5
5
|
export declare const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema;
|
|
6
6
|
export type JsonPathAggregateDivinerConfig = DivinerConfig<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
-
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.
|
|
3
|
-
import { JsonPathAggregateDivinerSchema } from './Schema.
|
|
2
|
+
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.ts';
|
|
3
|
+
import { JsonPathAggregateDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
|
|
5
5
|
export declare const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema;
|
|
6
6
|
export type JsonPathAggregateDivinerConfig = DivinerConfig<{
|
package/dist/browser/Config.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
-
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.
|
|
3
|
-
import { JsonPathAggregateDivinerSchema } from './Schema.
|
|
2
|
+
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.ts';
|
|
3
|
+
import { JsonPathAggregateDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
|
|
5
5
|
export declare const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema;
|
|
6
6
|
export type JsonPathAggregateDivinerConfig = DivinerConfig<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { JsonPathAggregateDivinerConfig } from './Config.
|
|
3
|
+
import { JsonPathAggregateDivinerConfig } from './Config.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerParams = DivinerParams<AnyConfigSchema<JsonPathAggregateDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { JsonPathAggregateDivinerConfig } from './Config.
|
|
3
|
+
import { JsonPathAggregateDivinerConfig } from './Config.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerParams = DivinerParams<AnyConfigSchema<JsonPathAggregateDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
package/dist/browser/Params.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { JsonPathAggregateDivinerConfig } from './Config.
|
|
3
|
+
import { JsonPathAggregateDivinerConfig } from './Config.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerParams = DivinerParams<AnyConfigSchema<JsonPathAggregateDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config.
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config.ts'\nexport * from './jsonpath/index.ts'\nexport * from './Params.ts'\nexport * from './Schema.ts'\n","/**\n * The schema used for the JSONPath Diviner.\n */\nexport const JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath.aggregate' as const\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/index.ts'\nimport { JsonPathAggregateDivinerSchema } from './Schema.ts'\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 * Exclude the source hashes from the destination payload.\n */\n excludeSources?: boolean\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;ACGO,IAAMA,iCAAiC;;;ACSvC,IAAMC,uCAA6E,GAAGC,8BAAAA;","names":["JsonPathAggregateDivinerSchema","JsonPathAggregateDivinerConfigSchema","JsonPathAggregateDivinerSchema"]}
|
package/dist/browser/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './jsonpath/index.
|
|
3
|
-
export * from './Params.
|
|
4
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './jsonpath/index.ts';
|
|
3
|
+
export * from './Params.ts';
|
|
4
|
+
export * from './Schema.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/browser/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './jsonpath/index.
|
|
3
|
-
export * from './Params.
|
|
4
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './jsonpath/index.ts';
|
|
3
|
+
export * from './Params.ts';
|
|
4
|
+
export * from './Schema.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/browser/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './jsonpath/index.
|
|
3
|
-
export * from './Params.
|
|
4
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './jsonpath/index.ts';
|
|
3
|
+
export * from './Params.ts';
|
|
4
|
+
export * from './Schema.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
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' as const\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/index.
|
|
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' as const\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/index.ts'\nimport { JsonPathAggregateDivinerSchema } from './Schema.ts'\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 * Exclude the source hashes from the destination payload.\n */\n excludeSources?: boolean\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";AAGO,IAAMA,iCAAiC;;;ACSvC,IAAMC,uCAA6E,GAAGC,8BAAAA;","names":["JsonPathAggregateDivinerSchema","JsonPathAggregateDivinerConfigSchema","JsonPathAggregateDivinerSchema"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './JsonPathTransformExpression.
|
|
2
|
-
export * from './PayloadTransformer.
|
|
3
|
-
export * from './SchemaToJsonPathTransformExpressionDictionary.
|
|
4
|
-
export * from './SchemaToPayloadTransformersDictionary.
|
|
1
|
+
export * from './JsonPathTransformExpression.ts';
|
|
2
|
+
export * from './PayloadTransformer.ts';
|
|
3
|
+
export * from './SchemaToJsonPathTransformExpressionDictionary.ts';
|
|
4
|
+
export * from './SchemaToPayloadTransformersDictionary.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './JsonPathTransformExpression.
|
|
2
|
-
export * from './PayloadTransformer.
|
|
3
|
-
export * from './SchemaToJsonPathTransformExpressionDictionary.
|
|
4
|
-
export * from './SchemaToPayloadTransformersDictionary.
|
|
1
|
+
export * from './JsonPathTransformExpression.ts';
|
|
2
|
+
export * from './PayloadTransformer.ts';
|
|
3
|
+
export * from './SchemaToJsonPathTransformExpressionDictionary.ts';
|
|
4
|
+
export * from './SchemaToPayloadTransformersDictionary.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './JsonPathTransformExpression.
|
|
2
|
-
export * from './PayloadTransformer.
|
|
3
|
-
export * from './SchemaToJsonPathTransformExpressionDictionary.
|
|
4
|
-
export * from './SchemaToPayloadTransformersDictionary.
|
|
1
|
+
export * from './JsonPathTransformExpression.ts';
|
|
2
|
+
export * from './PayloadTransformer.ts';
|
|
3
|
+
export * from './SchemaToJsonPathTransformExpressionDictionary.ts';
|
|
4
|
+
export * from './SchemaToPayloadTransformersDictionary.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
-
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.
|
|
3
|
-
import { JsonPathAggregateDivinerSchema } from './Schema.
|
|
2
|
+
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.ts';
|
|
3
|
+
import { JsonPathAggregateDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
|
|
5
5
|
export declare const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema;
|
|
6
6
|
export type JsonPathAggregateDivinerConfig = DivinerConfig<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
-
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.
|
|
3
|
-
import { JsonPathAggregateDivinerSchema } from './Schema.
|
|
2
|
+
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.ts';
|
|
3
|
+
import { JsonPathAggregateDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
|
|
5
5
|
export declare const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema;
|
|
6
6
|
export type JsonPathAggregateDivinerConfig = DivinerConfig<{
|
package/dist/neutral/Config.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
-
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.
|
|
3
|
-
import { JsonPathAggregateDivinerSchema } from './Schema.
|
|
2
|
+
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.ts';
|
|
3
|
+
import { JsonPathAggregateDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
|
|
5
5
|
export declare const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema;
|
|
6
6
|
export type JsonPathAggregateDivinerConfig = DivinerConfig<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { JsonPathAggregateDivinerConfig } from './Config.
|
|
3
|
+
import { JsonPathAggregateDivinerConfig } from './Config.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerParams = DivinerParams<AnyConfigSchema<JsonPathAggregateDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { JsonPathAggregateDivinerConfig } from './Config.
|
|
3
|
+
import { JsonPathAggregateDivinerConfig } from './Config.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerParams = DivinerParams<AnyConfigSchema<JsonPathAggregateDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
package/dist/neutral/Params.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { JsonPathAggregateDivinerConfig } from './Config.
|
|
3
|
+
import { JsonPathAggregateDivinerConfig } from './Config.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerParams = DivinerParams<AnyConfigSchema<JsonPathAggregateDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config.
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config.ts'\nexport * from './jsonpath/index.ts'\nexport * from './Params.ts'\nexport * from './Schema.ts'\n","/**\n * The schema used for the JSONPath Diviner.\n */\nexport const JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath.aggregate' as const\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/index.ts'\nimport { JsonPathAggregateDivinerSchema } from './Schema.ts'\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 * Exclude the source hashes from the destination payload.\n */\n excludeSources?: boolean\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;ACGO,IAAMA,iCAAiC;;;ACSvC,IAAMC,uCAA6E,GAAGC,8BAAAA;","names":["JsonPathAggregateDivinerSchema","JsonPathAggregateDivinerConfigSchema","JsonPathAggregateDivinerSchema"]}
|
package/dist/neutral/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './jsonpath/index.
|
|
3
|
-
export * from './Params.
|
|
4
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './jsonpath/index.ts';
|
|
3
|
+
export * from './Params.ts';
|
|
4
|
+
export * from './Schema.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/neutral/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './jsonpath/index.
|
|
3
|
-
export * from './Params.
|
|
4
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './jsonpath/index.ts';
|
|
3
|
+
export * from './Params.ts';
|
|
4
|
+
export * from './Schema.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './jsonpath/index.
|
|
3
|
-
export * from './Params.
|
|
4
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './jsonpath/index.ts';
|
|
3
|
+
export * from './Params.ts';
|
|
4
|
+
export * from './Schema.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
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' as const\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/index.
|
|
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' as const\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/index.ts'\nimport { JsonPathAggregateDivinerSchema } from './Schema.ts'\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 * Exclude the source hashes from the destination payload.\n */\n excludeSources?: boolean\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";AAGO,IAAMA,iCAAiC;;;ACSvC,IAAMC,uCAA6E,GAAGC,8BAAAA;","names":["JsonPathAggregateDivinerSchema","JsonPathAggregateDivinerConfigSchema","JsonPathAggregateDivinerSchema"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './JsonPathTransformExpression.
|
|
2
|
-
export * from './PayloadTransformer.
|
|
3
|
-
export * from './SchemaToJsonPathTransformExpressionDictionary.
|
|
4
|
-
export * from './SchemaToPayloadTransformersDictionary.
|
|
1
|
+
export * from './JsonPathTransformExpression.ts';
|
|
2
|
+
export * from './PayloadTransformer.ts';
|
|
3
|
+
export * from './SchemaToJsonPathTransformExpressionDictionary.ts';
|
|
4
|
+
export * from './SchemaToPayloadTransformersDictionary.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './JsonPathTransformExpression.
|
|
2
|
-
export * from './PayloadTransformer.
|
|
3
|
-
export * from './SchemaToJsonPathTransformExpressionDictionary.
|
|
4
|
-
export * from './SchemaToPayloadTransformersDictionary.
|
|
1
|
+
export * from './JsonPathTransformExpression.ts';
|
|
2
|
+
export * from './PayloadTransformer.ts';
|
|
3
|
+
export * from './SchemaToJsonPathTransformExpressionDictionary.ts';
|
|
4
|
+
export * from './SchemaToPayloadTransformersDictionary.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './JsonPathTransformExpression.
|
|
2
|
-
export * from './PayloadTransformer.
|
|
3
|
-
export * from './SchemaToJsonPathTransformExpressionDictionary.
|
|
4
|
-
export * from './SchemaToPayloadTransformersDictionary.
|
|
1
|
+
export * from './JsonPathTransformExpression.ts';
|
|
2
|
+
export * from './PayloadTransformer.ts';
|
|
3
|
+
export * from './SchemaToJsonPathTransformExpressionDictionary.ts';
|
|
4
|
+
export * from './SchemaToPayloadTransformersDictionary.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/Config.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
-
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.
|
|
3
|
-
import { JsonPathAggregateDivinerSchema } from './Schema.
|
|
2
|
+
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.ts';
|
|
3
|
+
import { JsonPathAggregateDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
|
|
5
5
|
export declare const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema;
|
|
6
6
|
export type JsonPathAggregateDivinerConfig = DivinerConfig<{
|
package/dist/node/Config.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
-
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.
|
|
3
|
-
import { JsonPathAggregateDivinerSchema } from './Schema.
|
|
2
|
+
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.ts';
|
|
3
|
+
import { JsonPathAggregateDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
|
|
5
5
|
export declare const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema;
|
|
6
6
|
export type JsonPathAggregateDivinerConfig = DivinerConfig<{
|
package/dist/node/Config.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
-
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.
|
|
3
|
-
import { JsonPathAggregateDivinerSchema } from './Schema.
|
|
2
|
+
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.ts';
|
|
3
|
+
import { JsonPathAggregateDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerConfigSchema = `${JsonPathAggregateDivinerSchema}.config`;
|
|
5
5
|
export declare const JsonPathAggregateDivinerConfigSchema: JsonPathAggregateDivinerConfigSchema;
|
|
6
6
|
export type JsonPathAggregateDivinerConfig = DivinerConfig<{
|
package/dist/node/Params.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { JsonPathAggregateDivinerConfig } from './Config.
|
|
3
|
+
import { JsonPathAggregateDivinerConfig } from './Config.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerParams = DivinerParams<AnyConfigSchema<JsonPathAggregateDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
package/dist/node/Params.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { JsonPathAggregateDivinerConfig } from './Config.
|
|
3
|
+
import { JsonPathAggregateDivinerConfig } from './Config.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerParams = DivinerParams<AnyConfigSchema<JsonPathAggregateDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
package/dist/node/Params.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { JsonPathAggregateDivinerConfig } from './Config.
|
|
3
|
+
import { JsonPathAggregateDivinerConfig } from './Config.ts';
|
|
4
4
|
export type JsonPathAggregateDivinerParams = DivinerParams<AnyConfigSchema<JsonPathAggregateDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
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.
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config.ts'\nexport * from './jsonpath/index.ts'\nexport * from './Params.ts'\nexport * from './Schema.ts'\n","/**\n * The schema used for the JSONPath Diviner.\n */\nexport const JsonPathAggregateDivinerSchema = 'network.xyo.diviner.jsonpath.aggregate' as const\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/index.ts'\nimport { JsonPathAggregateDivinerSchema } from './Schema.ts'\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 * Exclude the source hashes from the destination payload.\n */\n excludeSources?: boolean\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;ACGO,IAAMA,iCAAiC;;;ACSvC,IAAMC,uCAA6E,GAAGC,8BAAAA;","names":["JsonPathAggregateDivinerSchema","JsonPathAggregateDivinerConfigSchema","JsonPathAggregateDivinerSchema"]}
|
package/dist/node/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './jsonpath/index.
|
|
3
|
-
export * from './Params.
|
|
4
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './jsonpath/index.ts';
|
|
3
|
+
export * from './Params.ts';
|
|
4
|
+
export * from './Schema.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './jsonpath/index.
|
|
3
|
-
export * from './Params.
|
|
4
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './jsonpath/index.ts';
|
|
3
|
+
export * from './Params.ts';
|
|
4
|
+
export * from './Schema.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './jsonpath/index.
|
|
3
|
-
export * from './Params.
|
|
4
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './jsonpath/index.ts';
|
|
3
|
+
export * from './Params.ts';
|
|
4
|
+
export * from './Schema.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
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' as const\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/index.
|
|
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' as const\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/index.ts'\nimport { JsonPathAggregateDivinerSchema } from './Schema.ts'\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 * Exclude the source hashes from the destination payload.\n */\n excludeSources?: boolean\n /**\n * The JSON Path transform expressions to apply to the payloads\n */\n schemaTransforms?: SchemaToJsonPathTransformExpressionsDictionary\n } & { schema: JsonPathAggregateDivinerConfigSchema }\n>\n"],"mappings":";AAGO,IAAMA,iCAAiC;;;ACSvC,IAAMC,uCAA6E,GAAGC,8BAAAA;","names":["JsonPathAggregateDivinerSchema","JsonPathAggregateDivinerConfigSchema","JsonPathAggregateDivinerSchema"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './JsonPathTransformExpression.
|
|
2
|
-
export * from './PayloadTransformer.
|
|
3
|
-
export * from './SchemaToJsonPathTransformExpressionDictionary.
|
|
4
|
-
export * from './SchemaToPayloadTransformersDictionary.
|
|
1
|
+
export * from './JsonPathTransformExpression.ts';
|
|
2
|
+
export * from './PayloadTransformer.ts';
|
|
3
|
+
export * from './SchemaToJsonPathTransformExpressionDictionary.ts';
|
|
4
|
+
export * from './SchemaToPayloadTransformersDictionary.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './JsonPathTransformExpression.
|
|
2
|
-
export * from './PayloadTransformer.
|
|
3
|
-
export * from './SchemaToJsonPathTransformExpressionDictionary.
|
|
4
|
-
export * from './SchemaToPayloadTransformersDictionary.
|
|
1
|
+
export * from './JsonPathTransformExpression.ts';
|
|
2
|
+
export * from './PayloadTransformer.ts';
|
|
3
|
+
export * from './SchemaToJsonPathTransformExpressionDictionary.ts';
|
|
4
|
+
export * from './SchemaToPayloadTransformersDictionary.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './JsonPathTransformExpression.
|
|
2
|
-
export * from './PayloadTransformer.
|
|
3
|
-
export * from './SchemaToJsonPathTransformExpressionDictionary.
|
|
4
|
-
export * from './SchemaToPayloadTransformersDictionary.
|
|
1
|
+
export * from './JsonPathTransformExpression.ts';
|
|
2
|
+
export * from './PayloadTransformer.ts';
|
|
3
|
+
export * from './SchemaToJsonPathTransformExpressionDictionary.ts';
|
|
4
|
+
export * from './SchemaToPayloadTransformersDictionary.ts';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/object": "^3.6.6",
|
|
14
|
-
"@xyo-network/diviner-model": "^2.110.
|
|
15
|
-
"@xyo-network/module-model": "^2.110.
|
|
16
|
-
"@xyo-network/payload-model": "^2.110.
|
|
14
|
+
"@xyo-network/diviner-model": "^2.110.18",
|
|
15
|
+
"@xyo-network/module-model": "^2.110.18",
|
|
16
|
+
"@xyo-network/payload-model": "^2.110.18"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@xylabs/ts-scripts-yarn3": "^3.14.1",
|
|
@@ -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.110.
|
|
62
|
+
"version": "2.110.18",
|
|
63
63
|
"type": "module"
|
|
64
64
|
}
|
package/src/Config.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model'
|
|
2
2
|
|
|
3
|
-
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.
|
|
4
|
-
import { JsonPathAggregateDivinerSchema } from './Schema.
|
|
3
|
+
import { SchemaToJsonPathTransformExpressionsDictionary } from './jsonpath/index.ts'
|
|
4
|
+
import { JsonPathAggregateDivinerSchema } from './Schema.ts'
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* The config schema type for the JSON Path diviner
|
package/src/Params.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model'
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model'
|
|
3
3
|
|
|
4
|
-
import { JsonPathAggregateDivinerConfig } from './Config.
|
|
4
|
+
import { JsonPathAggregateDivinerConfig } from './Config.ts'
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* The params type the JSON Path diviner
|
package/src/index.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './jsonpath/index.
|
|
3
|
-
export * from './Params.
|
|
4
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts'
|
|
2
|
+
export * from './jsonpath/index.ts'
|
|
3
|
+
export * from './Params.ts'
|
|
4
|
+
export * from './Schema.ts'
|
package/src/jsonpath/index.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './JsonPathTransformExpression.
|
|
2
|
-
export * from './PayloadTransformer.
|
|
3
|
-
export * from './SchemaToJsonPathTransformExpressionDictionary.
|
|
4
|
-
export * from './SchemaToPayloadTransformersDictionary.
|
|
1
|
+
export * from './JsonPathTransformExpression.ts'
|
|
2
|
+
export * from './PayloadTransformer.ts'
|
|
3
|
+
export * from './SchemaToJsonPathTransformExpressionDictionary.ts'
|
|
4
|
+
export * from './SchemaToPayloadTransformersDictionary.ts'
|