@cumulus/es-client 18.0.0 → 18.1.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.
@@ -28,6 +28,10 @@
28
28
  }
29
29
  }
30
30
  },
31
+ "meta": {
32
+ "type": "object",
33
+ "dynamic": false
34
+ },
31
35
  "timestamp": {
32
36
  "type": "date"
33
37
  }
@@ -266,6 +270,10 @@
266
270
  "published": {
267
271
  "type": "boolean"
268
272
  },
273
+ "queryFields": {
274
+ "type": "object",
275
+ "dynamic": false
276
+ },
269
277
  "duration": {
270
278
  "type": "float"
271
279
  },
@@ -349,6 +357,10 @@
349
357
  "published": {
350
358
  "type": "boolean"
351
359
  },
360
+ "queryFields": {
361
+ "type": "object",
362
+ "dynamic": false
363
+ },
352
364
  "duration": {
353
365
  "type": "float"
354
366
  },
@@ -505,7 +517,7 @@
505
517
  }
506
518
  }
507
519
  },
508
- "meta": {
520
+ "rule": {
509
521
  "properties": {
510
522
  "type": {
511
523
  "type": "string"
@@ -515,6 +527,14 @@
515
527
  }
516
528
  }
517
529
  },
530
+ "meta": {
531
+ "type": "object",
532
+ "dynamic": false
533
+ },
534
+ "payload": {
535
+ "type": "object",
536
+ "dynamic": false
537
+ },
518
538
  "state": {
519
539
  "type": "text",
520
540
  "fields": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/es-client",
3
- "version": "18.0.0",
3
+ "version": "18.1.0",
4
4
  "description": "Utilities for working with Elasticsearch",
5
5
  "keywords": [
6
6
  "CUMULUS",
@@ -31,10 +31,10 @@
31
31
  "author": "Cumulus Authors",
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@cumulus/common": "18.0.0",
35
- "@cumulus/errors": "18.0.0",
36
- "@cumulus/logger": "18.0.0",
37
- "@cumulus/message": "18.0.0",
34
+ "@cumulus/common": "18.1.0",
35
+ "@cumulus/errors": "18.1.0",
36
+ "@cumulus/logger": "18.1.0",
37
+ "@cumulus/message": "18.1.0",
38
38
  "@elastic/elasticsearch": "^5.6.20",
39
39
  "aws-elasticsearch-connector": "8.2.0",
40
40
  "aws-sdk": "^2.585.0",
@@ -43,9 +43,9 @@
43
43
  "p-limit": "^1.2.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@cumulus/aws-client": "18.0.0",
47
- "@cumulus/test-data": "18.0.0",
46
+ "@cumulus/aws-client": "18.1.0",
47
+ "@cumulus/test-data": "18.1.0",
48
48
  "p-each-series": "^2.1.0"
49
49
  },
50
- "gitHead": "43bcef7c0d979a05cd2dd559b811f4ac8f85a9b1"
50
+ "gitHead": "8428a02e0903d8d303c7dd36215aa6a24906e07b"
51
51
  }