@elastic/elasticsearch 7.17.11 → 7.17.12

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.
@@ -2629,11 +2629,11 @@ export interface SnapshotGet extends Generic {
2629
2629
  index_details?: boolean;
2630
2630
  include_repository?: boolean;
2631
2631
  sort?: 'start_time' | 'duration' | 'name' | 'repository' | 'index_count' | 'shard_count' | 'failed_shard_count';
2632
- size?: integer;
2632
+ size?: number;
2633
2633
  order?: 'asc' | 'desc';
2634
2634
  from_sort_value?: string;
2635
2635
  after?: string;
2636
- offset?: integer;
2636
+ offset?: number;
2637
2637
  slm_policy_filter?: string;
2638
2638
  verbose?: boolean;
2639
2639
  }
package/package.json CHANGED
@@ -6,13 +6,14 @@
6
6
  "exports": {
7
7
  ".": {
8
8
  "require": "./index.js",
9
- "import": "./index.mjs"
9
+ "import": "./index.mjs",
10
+ "types": "./index.d.ts"
10
11
  },
11
12
  "./*": "./*.js"
12
13
  },
13
14
  "homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
14
- "version": "7.17.11",
15
- "versionCanary": "7.17.11-canary.2",
15
+ "version": "7.17.12",
16
+ "versionCanary": "7.17.12-canary.1",
16
17
  "keywords": [
17
18
  "elasticsearch",
18
19
  "elastic",