@amgix/amgix-client 1.0.0-beta3.3 → 1.2.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.
Files changed (84) hide show
  1. package/README.md +6 -0
  2. package/dist/apis/AmgixApi.d.ts +102 -5
  3. package/dist/apis/AmgixApi.d.ts.map +1 -1
  4. package/dist/apis/AmgixApi.js +223 -4
  5. package/dist/models/BulkUploadRequest.d.ts +2 -2
  6. package/dist/models/BulkUploadRequest.js +2 -2
  7. package/dist/models/CollectionConfig.d.ts +2 -2
  8. package/dist/models/CollectionConfig.js +2 -2
  9. package/dist/models/CollectionExistsResponse.d.ts +2 -2
  10. package/dist/models/CollectionExistsResponse.js +2 -2
  11. package/dist/models/CollectionStatsResponse.d.ts +40 -0
  12. package/dist/models/CollectionStatsResponse.d.ts.map +1 -0
  13. package/dist/models/CollectionStatsResponse.js +55 -0
  14. package/dist/models/CustomDocumentVector.d.ts +2 -2
  15. package/dist/models/CustomDocumentVector.js +2 -2
  16. package/dist/models/CustomVector.d.ts +2 -2
  17. package/dist/models/CustomVector.js +2 -2
  18. package/dist/models/Document.d.ts +2 -2
  19. package/dist/models/Document.js +2 -2
  20. package/dist/models/DocumentStatus.d.ts +2 -2
  21. package/dist/models/DocumentStatus.js +2 -2
  22. package/dist/models/DocumentStatusResponse.d.ts +2 -2
  23. package/dist/models/DocumentStatusResponse.js +2 -2
  24. package/dist/models/HTTPValidationError.d.ts +2 -2
  25. package/dist/models/HTTPValidationError.js +2 -2
  26. package/dist/models/MetadataFilter.d.ts +2 -2
  27. package/dist/models/MetadataFilter.js +2 -2
  28. package/dist/models/MetadataIndex.d.ts +2 -2
  29. package/dist/models/MetadataIndex.js +2 -2
  30. package/dist/models/MetricDefinitionItem.d.ts +45 -0
  31. package/dist/models/MetricDefinitionItem.d.ts.map +1 -0
  32. package/dist/models/MetricDefinitionItem.js +58 -0
  33. package/dist/models/MetricTrend.d.ts +46 -0
  34. package/dist/models/MetricTrend.d.ts.map +1 -0
  35. package/dist/models/MetricTrend.js +57 -0
  36. package/dist/models/Metrics.d.ts +36 -0
  37. package/dist/models/Metrics.d.ts.map +1 -0
  38. package/dist/models/Metrics.js +50 -0
  39. package/dist/models/MetricsBucket.d.ts +63 -0
  40. package/dist/models/MetricsBucket.d.ts.map +1 -0
  41. package/dist/models/MetricsBucket.js +66 -0
  42. package/dist/models/NodeMetricSeries.d.ts +58 -0
  43. package/dist/models/NodeMetricSeries.d.ts.map +1 -0
  44. package/dist/models/NodeMetricSeries.js +58 -0
  45. package/dist/models/NodeView.d.ts +60 -0
  46. package/dist/models/NodeView.d.ts.map +1 -0
  47. package/dist/models/NodeView.js +61 -0
  48. package/dist/models/OkResponse.d.ts +2 -2
  49. package/dist/models/OkResponse.js +2 -2
  50. package/dist/models/QueueInfo.d.ts +2 -2
  51. package/dist/models/QueueInfo.js +2 -2
  52. package/dist/models/ReadyResponse.d.ts +2 -2
  53. package/dist/models/ReadyResponse.js +2 -2
  54. package/dist/models/SearchQuery.d.ts +22 -2
  55. package/dist/models/SearchQuery.d.ts.map +1 -1
  56. package/dist/models/SearchQuery.js +14 -2
  57. package/dist/models/SearchResult.d.ts +2 -2
  58. package/dist/models/SearchResult.js +2 -2
  59. package/dist/models/SystemInfoResponse.d.ts +65 -0
  60. package/dist/models/SystemInfoResponse.d.ts.map +1 -0
  61. package/dist/models/SystemInfoResponse.js +70 -0
  62. package/dist/models/ValidationError.d.ts +2 -2
  63. package/dist/models/ValidationError.js +2 -2
  64. package/dist/models/ValidationErrorLocItem.d.ts +2 -2
  65. package/dist/models/ValidationErrorLocItem.js +2 -2
  66. package/dist/models/Vector.d.ts +2 -2
  67. package/dist/models/Vector.js +2 -2
  68. package/dist/models/VectorConfig.d.ts +2 -2
  69. package/dist/models/VectorConfig.js +2 -2
  70. package/dist/models/VectorScore.d.ts +2 -2
  71. package/dist/models/VectorScore.js +2 -2
  72. package/dist/models/VectorSearchWeight.d.ts +2 -2
  73. package/dist/models/VectorSearchWeight.js +2 -2
  74. package/dist/models/VersionResponse.d.ts +2 -2
  75. package/dist/models/VersionResponse.js +2 -2
  76. package/dist/models/WindowSample.d.ts +39 -0
  77. package/dist/models/WindowSample.d.ts.map +1 -0
  78. package/dist/models/WindowSample.js +52 -0
  79. package/dist/models/index.d.ts +9 -0
  80. package/dist/models/index.d.ts.map +1 -1
  81. package/dist/models/index.js +9 -0
  82. package/dist/runtime.d.ts +2 -2
  83. package/dist/runtime.js +2 -2
  84. package/package.json +5 -2
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  TypeScript Client for the Amalgam Index (Amgix) API
2
2
 
3
+ ## Install
4
+
5
+ ```bash
6
+ npm install @amgix/amgix-client
7
+ ```
8
+
3
9
  See [Amgix server](https://github.com/amgix/amgix-server)
4
10
 
5
11
  Read [Documentation](https://docs.amgix.io/client-typescript/AmgixApi/)
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Amalgam Index API
3
- * Amalgam Index (Amgix). Open-Source Hybrid Search Engine
3
+ * Amalgam Index (Amgix). Open-Source Hybrid Search System
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0-beta3.3
5
+ * The version of the OpenAPI document: 1.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- import type { BulkUploadRequest, CollectionConfig, CollectionExistsResponse, Document, DocumentStatusResponse, OkResponse, QueueInfo, ReadyResponse, SearchQuery, SearchResult, VersionResponse } from '../models/index';
13
+ import type { BulkUploadRequest, CollectionConfig, CollectionExistsResponse, CollectionStatsResponse, Document, DocumentStatusResponse, MetricDefinitionItem, MetricTrend, Metrics, OkResponse, QueueInfo, ReadyResponse, SearchQuery, SearchResult, SystemInfoResponse, VersionResponse } from '../models/index';
14
14
  export interface CollectionExistsRequest {
15
15
  collectionName: string;
16
16
  }
@@ -37,6 +37,9 @@ export interface GetCollectionConfigRequest {
37
37
  export interface GetCollectionQueueInfoRequest {
38
38
  collectionName: string;
39
39
  }
40
+ export interface GetCollectionStatsRequest {
41
+ collectionName: string;
42
+ }
40
43
  export interface GetDocumentRequest {
41
44
  collectionName: string;
42
45
  documentId: string;
@@ -45,6 +48,16 @@ export interface GetDocumentStatusRequest {
45
48
  collectionName: string;
46
49
  documentId: string;
47
50
  }
51
+ export interface MetricsCurrentRequest {
52
+ window?: number;
53
+ keys?: Array<string>;
54
+ }
55
+ export interface MetricsTrendsRequest {
56
+ since: Date;
57
+ until: Date;
58
+ resolution?: number;
59
+ keys?: Array<string>;
60
+ }
48
61
  export interface SearchRequest {
49
62
  collectionName: string;
50
63
  searchQuery: SearchQuery;
@@ -177,6 +190,20 @@ export declare class AmgixApi extends runtime.BaseAPI {
177
190
  * Get Collection Queue Info
178
191
  */
179
192
  getCollectionQueueInfo(requestParameters: GetCollectionQueueInfoRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<QueueInfo>;
193
+ /**
194
+ * Creates request options for getCollectionStats without sending the request
195
+ */
196
+ getCollectionStatsRequestOpts(requestParameters: GetCollectionStatsRequest): Promise<runtime.RequestOpts>;
197
+ /**
198
+ * Get persisted collection statistics and queue counts. Returns document counts maintained by the indexing pipeline (not a live physical count), plus queue entry counts by state (same data as ``GET .../queue/info``). Args: collection_name: The name of the collection. Returns: A `CollectionStatsResponse` with `doc_count` and `queue`. Raises: HTTPException: 404 if the collection does not exist.
199
+ * Get Collection Stats
200
+ */
201
+ getCollectionStatsRaw(requestParameters: GetCollectionStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CollectionStatsResponse>>;
202
+ /**
203
+ * Get persisted collection statistics and queue counts. Returns document counts maintained by the indexing pipeline (not a live physical count), plus queue entry counts by state (same data as ``GET .../queue/info``). Args: collection_name: The name of the collection. Returns: A `CollectionStatsResponse` with `doc_count` and `queue`. Raises: HTTPException: 404 if the collection does not exist.
204
+ * Get Collection Stats
205
+ */
206
+ getCollectionStats(requestParameters: GetCollectionStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectionStatsResponse>;
180
207
  /**
181
208
  * Creates request options for getDocument without sending the request
182
209
  */
@@ -224,12 +251,12 @@ export declare class AmgixApi extends runtime.BaseAPI {
224
251
  */
225
252
  healthReadyRequestOpts(): Promise<runtime.RequestOpts>;
226
253
  /**
227
- * Check if service is ready to handle requests. Runs four probes: database, rabbitmq, encoder (ping-encoder), rpc (ping-rpc). Returns 200 if all pass (fully ready), 218 if some fail (partial ready). Response body always includes all four probe results and a ready flag.
254
+ * Check if service is ready to handle requests. Runs four probes: database, rabbitmq, index workers, query workers. Returns 200 if all pass (fully ready), 218 if some fail (partial ready). Response body always includes all four probe results and a ready flag.
228
255
  * Readiness Check
229
256
  */
230
257
  healthReadyRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ReadyResponse>>;
231
258
  /**
232
- * Check if service is ready to handle requests. Runs four probes: database, rabbitmq, encoder (ping-encoder), rpc (ping-rpc). Returns 200 if all pass (fully ready), 218 if some fail (partial ready). Response body always includes all four probe results and a ready flag.
259
+ * Check if service is ready to handle requests. Runs four probes: database, rabbitmq, index workers, query workers. Returns 200 if all pass (fully ready), 218 if some fail (partial ready). Response body always includes all four probe results and a ready flag.
233
260
  * Readiness Check
234
261
  */
235
262
  healthReady(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReadyResponse>;
@@ -247,6 +274,62 @@ export declare class AmgixApi extends runtime.BaseAPI {
247
274
  * List Collections
248
275
  */
249
276
  listCollections(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<string>>;
277
+ /**
278
+ * Creates request options for metricsCurrent without sending the request
279
+ */
280
+ metricsCurrentRequestOpts(requestParameters: MetricsCurrentRequest): Promise<runtime.RequestOpts>;
281
+ /**
282
+ * Return the current metrics state for all nodes over the given window (seconds).
283
+ * Metrics Current
284
+ */
285
+ metricsCurrentRaw(requestParameters: MetricsCurrentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Metrics>>;
286
+ /**
287
+ * Return the current metrics state for all nodes over the given window (seconds).
288
+ * Metrics Current
289
+ */
290
+ metricsCurrent(requestParameters?: MetricsCurrentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Metrics>;
291
+ /**
292
+ * Creates request options for metricsDefinitions without sending the request
293
+ */
294
+ metricsDefinitionsRequestOpts(): Promise<runtime.RequestOpts>;
295
+ /**
296
+ * Return catalog entries for all known metric keys, their units, and descriptions.
297
+ * Metrics Definitions
298
+ */
299
+ metricsDefinitionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<MetricDefinitionItem>>>;
300
+ /**
301
+ * Return catalog entries for all known metric keys, their units, and descriptions.
302
+ * Metrics Definitions
303
+ */
304
+ metricsDefinitions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MetricDefinitionItem>>;
305
+ /**
306
+ * Creates request options for metricsPrometheus without sending the request
307
+ */
308
+ metricsPrometheusRequestOpts(): Promise<runtime.RequestOpts>;
309
+ /**
310
+ * Expose current cluster metrics in Prometheus text exposition (60s rolling window).
311
+ * Metrics Prometheus
312
+ */
313
+ metricsPrometheusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
314
+ /**
315
+ * Expose current cluster metrics in Prometheus text exposition (60s rolling window).
316
+ * Metrics Prometheus
317
+ */
318
+ metricsPrometheus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
319
+ /**
320
+ * Creates request options for metricsTrends without sending the request
321
+ */
322
+ metricsTrendsRequestOpts(requestParameters: MetricsTrendsRequest): Promise<runtime.RequestOpts>;
323
+ /**
324
+ * Return historical metric buckets for the given time range and resolution. Args: since: Inclusive start of the time range (ISO 8601, UTC assumed if no timezone given). until: Exclusive end of the time range (ISO 8601, UTC assumed if no timezone given). resolution: Bucket size in seconds - 60 for 1-minute, 300 for 5-minute. keys: One or more metric keys to return. Omit to return all keys.
325
+ * Metrics Trends
326
+ */
327
+ metricsTrendsRaw(requestParameters: MetricsTrendsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<MetricTrend>>>;
328
+ /**
329
+ * Return historical metric buckets for the given time range and resolution. Args: since: Inclusive start of the time range (ISO 8601, UTC assumed if no timezone given). until: Exclusive end of the time range (ISO 8601, UTC assumed if no timezone given). resolution: Bucket size in seconds - 60 for 1-minute, 300 for 5-minute. keys: One or more metric keys to return. Omit to return all keys.
330
+ * Metrics Trends
331
+ */
332
+ metricsTrends(requestParameters: MetricsTrendsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MetricTrend>>;
250
333
  /**
251
334
  * Creates request options for search without sending the request
252
335
  */
@@ -261,6 +344,20 @@ export declare class AmgixApi extends runtime.BaseAPI {
261
344
  * Search
262
345
  */
263
346
  search(requestParameters: SearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<SearchResult>>;
347
+ /**
348
+ * Creates request options for systemInfo without sending the request
349
+ */
350
+ systemInfoRequestOpts(): Promise<runtime.RequestOpts>;
351
+ /**
352
+ * Summarize deployment and infrastructure (no connection URLs).
353
+ * System Info
354
+ */
355
+ systemInfoRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SystemInfoResponse>>;
356
+ /**
357
+ * Summarize deployment and infrastructure (no connection URLs).
358
+ * System Info
359
+ */
360
+ systemInfo(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SystemInfoResponse>;
264
361
  /**
265
362
  * Creates request options for upsertDocument without sending the request
266
363
  */
@@ -1 +1 @@
1
- {"version":3,"file":"AmgixApi.d.ts","sourceRoot":"","sources":["../../apis/AmgixApi.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AmgixApi.d.ts","sourceRoot":"","sources":["../../apis/AmgixApi.ts"],"names":[],"mappings":"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"}
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Amalgam Index API
6
- * Amalgam Index (Amgix). Open-Source Hybrid Search Engine
6
+ * Amalgam Index (Amgix). Open-Source Hybrid Search System
7
7
  *
8
- * The version of the OpenAPI document: 1.0.0-beta3.3
8
+ * The version of the OpenAPI document: 1.2.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -342,6 +342,41 @@ class AmgixApi extends runtime.BaseAPI {
342
342
  const response = await this.getCollectionQueueInfoRaw(requestParameters, initOverrides);
343
343
  return await response.value();
344
344
  }
345
+ /**
346
+ * Creates request options for getCollectionStats without sending the request
347
+ */
348
+ async getCollectionStatsRequestOpts(requestParameters) {
349
+ if (requestParameters['collectionName'] == null) {
350
+ throw new runtime.RequiredError('collectionName', 'Required parameter "collectionName" was null or undefined when calling getCollectionStats().');
351
+ }
352
+ const queryParameters = {};
353
+ const headerParameters = {};
354
+ let urlPath = `/v1/collections/{collection_name}/stats`;
355
+ urlPath = urlPath.replace(`{${"collection_name"}}`, encodeURIComponent(String(requestParameters['collectionName'])));
356
+ return {
357
+ path: urlPath,
358
+ method: 'GET',
359
+ headers: headerParameters,
360
+ query: queryParameters,
361
+ };
362
+ }
363
+ /**
364
+ * Get persisted collection statistics and queue counts. Returns document counts maintained by the indexing pipeline (not a live physical count), plus queue entry counts by state (same data as ``GET .../queue/info``). Args: collection_name: The name of the collection. Returns: A `CollectionStatsResponse` with `doc_count` and `queue`. Raises: HTTPException: 404 if the collection does not exist.
365
+ * Get Collection Stats
366
+ */
367
+ async getCollectionStatsRaw(requestParameters, initOverrides) {
368
+ const requestOptions = await this.getCollectionStatsRequestOpts(requestParameters);
369
+ const response = await this.request(requestOptions, initOverrides);
370
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CollectionStatsResponseFromJSON)(jsonValue));
371
+ }
372
+ /**
373
+ * Get persisted collection statistics and queue counts. Returns document counts maintained by the indexing pipeline (not a live physical count), plus queue entry counts by state (same data as ``GET .../queue/info``). Args: collection_name: The name of the collection. Returns: A `CollectionStatsResponse` with `doc_count` and `queue`. Raises: HTTPException: 404 if the collection does not exist.
374
+ * Get Collection Stats
375
+ */
376
+ async getCollectionStats(requestParameters, initOverrides) {
377
+ const response = await this.getCollectionStatsRaw(requestParameters, initOverrides);
378
+ return await response.value();
379
+ }
345
380
  /**
346
381
  * Creates request options for getDocument without sending the request
347
382
  */
@@ -466,7 +501,7 @@ class AmgixApi extends runtime.BaseAPI {
466
501
  };
467
502
  }
468
503
  /**
469
- * Check if service is ready to handle requests. Runs four probes: database, rabbitmq, encoder (ping-encoder), rpc (ping-rpc). Returns 200 if all pass (fully ready), 218 if some fail (partial ready). Response body always includes all four probe results and a ready flag.
504
+ * Check if service is ready to handle requests. Runs four probes: database, rabbitmq, index workers, query workers. Returns 200 if all pass (fully ready), 218 if some fail (partial ready). Response body always includes all four probe results and a ready flag.
470
505
  * Readiness Check
471
506
  */
472
507
  async healthReadyRaw(initOverrides) {
@@ -475,7 +510,7 @@ class AmgixApi extends runtime.BaseAPI {
475
510
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ReadyResponseFromJSON)(jsonValue));
476
511
  }
477
512
  /**
478
- * Check if service is ready to handle requests. Runs four probes: database, rabbitmq, encoder (ping-encoder), rpc (ping-rpc). Returns 200 if all pass (fully ready), 218 if some fail (partial ready). Response body always includes all four probe results and a ready flag.
513
+ * Check if service is ready to handle requests. Runs four probes: database, rabbitmq, index workers, query workers. Returns 200 if all pass (fully ready), 218 if some fail (partial ready). Response body always includes all four probe results and a ready flag.
479
514
  * Readiness Check
480
515
  */
481
516
  async healthReady(initOverrides) {
@@ -513,6 +548,159 @@ class AmgixApi extends runtime.BaseAPI {
513
548
  const response = await this.listCollectionsRaw(initOverrides);
514
549
  return await response.value();
515
550
  }
551
+ /**
552
+ * Creates request options for metricsCurrent without sending the request
553
+ */
554
+ async metricsCurrentRequestOpts(requestParameters) {
555
+ const queryParameters = {};
556
+ if (requestParameters['window'] != null) {
557
+ queryParameters['window'] = requestParameters['window'];
558
+ }
559
+ if (requestParameters['keys'] != null) {
560
+ queryParameters['keys'] = requestParameters['keys'];
561
+ }
562
+ const headerParameters = {};
563
+ let urlPath = `/v1/metrics/current`;
564
+ return {
565
+ path: urlPath,
566
+ method: 'GET',
567
+ headers: headerParameters,
568
+ query: queryParameters,
569
+ };
570
+ }
571
+ /**
572
+ * Return the current metrics state for all nodes over the given window (seconds).
573
+ * Metrics Current
574
+ */
575
+ async metricsCurrentRaw(requestParameters, initOverrides) {
576
+ const requestOptions = await this.metricsCurrentRequestOpts(requestParameters);
577
+ const response = await this.request(requestOptions, initOverrides);
578
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.MetricsFromJSON)(jsonValue));
579
+ }
580
+ /**
581
+ * Return the current metrics state for all nodes over the given window (seconds).
582
+ * Metrics Current
583
+ */
584
+ async metricsCurrent(requestParameters = {}, initOverrides) {
585
+ const response = await this.metricsCurrentRaw(requestParameters, initOverrides);
586
+ return await response.value();
587
+ }
588
+ /**
589
+ * Creates request options for metricsDefinitions without sending the request
590
+ */
591
+ async metricsDefinitionsRequestOpts() {
592
+ const queryParameters = {};
593
+ const headerParameters = {};
594
+ let urlPath = `/v1/metrics/definitions`;
595
+ return {
596
+ path: urlPath,
597
+ method: 'GET',
598
+ headers: headerParameters,
599
+ query: queryParameters,
600
+ };
601
+ }
602
+ /**
603
+ * Return catalog entries for all known metric keys, their units, and descriptions.
604
+ * Metrics Definitions
605
+ */
606
+ async metricsDefinitionsRaw(initOverrides) {
607
+ const requestOptions = await this.metricsDefinitionsRequestOpts();
608
+ const response = await this.request(requestOptions, initOverrides);
609
+ return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(index_1.MetricDefinitionItemFromJSON));
610
+ }
611
+ /**
612
+ * Return catalog entries for all known metric keys, their units, and descriptions.
613
+ * Metrics Definitions
614
+ */
615
+ async metricsDefinitions(initOverrides) {
616
+ const response = await this.metricsDefinitionsRaw(initOverrides);
617
+ return await response.value();
618
+ }
619
+ /**
620
+ * Creates request options for metricsPrometheus without sending the request
621
+ */
622
+ async metricsPrometheusRequestOpts() {
623
+ const queryParameters = {};
624
+ const headerParameters = {};
625
+ let urlPath = `/v1/metrics/prometheus`;
626
+ return {
627
+ path: urlPath,
628
+ method: 'GET',
629
+ headers: headerParameters,
630
+ query: queryParameters,
631
+ };
632
+ }
633
+ /**
634
+ * Expose current cluster metrics in Prometheus text exposition (60s rolling window).
635
+ * Metrics Prometheus
636
+ */
637
+ async metricsPrometheusRaw(initOverrides) {
638
+ const requestOptions = await this.metricsPrometheusRequestOpts();
639
+ const response = await this.request(requestOptions, initOverrides);
640
+ if (this.isJsonMime(response.headers.get('content-type'))) {
641
+ return new runtime.JSONApiResponse(response);
642
+ }
643
+ else {
644
+ return new runtime.TextApiResponse(response);
645
+ }
646
+ }
647
+ /**
648
+ * Expose current cluster metrics in Prometheus text exposition (60s rolling window).
649
+ * Metrics Prometheus
650
+ */
651
+ async metricsPrometheus(initOverrides) {
652
+ const response = await this.metricsPrometheusRaw(initOverrides);
653
+ return await response.value();
654
+ }
655
+ /**
656
+ * Creates request options for metricsTrends without sending the request
657
+ */
658
+ async metricsTrendsRequestOpts(requestParameters) {
659
+ if (requestParameters['since'] == null) {
660
+ throw new runtime.RequiredError('since', 'Required parameter "since" was null or undefined when calling metricsTrends().');
661
+ }
662
+ if (requestParameters['until'] == null) {
663
+ throw new runtime.RequiredError('until', 'Required parameter "until" was null or undefined when calling metricsTrends().');
664
+ }
665
+ const queryParameters = {};
666
+ if (requestParameters['since'] != null) {
667
+ queryParameters['since'] = requestParameters['since'].toISOString();
668
+ }
669
+ if (requestParameters['until'] != null) {
670
+ queryParameters['until'] = requestParameters['until'].toISOString();
671
+ }
672
+ if (requestParameters['resolution'] != null) {
673
+ queryParameters['resolution'] = requestParameters['resolution'];
674
+ }
675
+ if (requestParameters['keys'] != null) {
676
+ queryParameters['keys'] = requestParameters['keys'];
677
+ }
678
+ const headerParameters = {};
679
+ let urlPath = `/v1/metrics/trends`;
680
+ return {
681
+ path: urlPath,
682
+ method: 'GET',
683
+ headers: headerParameters,
684
+ query: queryParameters,
685
+ };
686
+ }
687
+ /**
688
+ * Return historical metric buckets for the given time range and resolution. Args: since: Inclusive start of the time range (ISO 8601, UTC assumed if no timezone given). until: Exclusive end of the time range (ISO 8601, UTC assumed if no timezone given). resolution: Bucket size in seconds - 60 for 1-minute, 300 for 5-minute. keys: One or more metric keys to return. Omit to return all keys.
689
+ * Metrics Trends
690
+ */
691
+ async metricsTrendsRaw(requestParameters, initOverrides) {
692
+ const requestOptions = await this.metricsTrendsRequestOpts(requestParameters);
693
+ const response = await this.request(requestOptions, initOverrides);
694
+ return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(index_1.MetricTrendFromJSON));
695
+ }
696
+ /**
697
+ * Return historical metric buckets for the given time range and resolution. Args: since: Inclusive start of the time range (ISO 8601, UTC assumed if no timezone given). until: Exclusive end of the time range (ISO 8601, UTC assumed if no timezone given). resolution: Bucket size in seconds - 60 for 1-minute, 300 for 5-minute. keys: One or more metric keys to return. Omit to return all keys.
698
+ * Metrics Trends
699
+ */
700
+ async metricsTrends(requestParameters, initOverrides) {
701
+ const response = await this.metricsTrendsRaw(requestParameters, initOverrides);
702
+ return await response.value();
703
+ }
516
704
  /**
517
705
  * Creates request options for search without sending the request
518
706
  */
@@ -553,6 +741,37 @@ class AmgixApi extends runtime.BaseAPI {
553
741
  const response = await this.searchRaw(requestParameters, initOverrides);
554
742
  return await response.value();
555
743
  }
744
+ /**
745
+ * Creates request options for systemInfo without sending the request
746
+ */
747
+ async systemInfoRequestOpts() {
748
+ const queryParameters = {};
749
+ const headerParameters = {};
750
+ let urlPath = `/v1/system/info`;
751
+ return {
752
+ path: urlPath,
753
+ method: 'GET',
754
+ headers: headerParameters,
755
+ query: queryParameters,
756
+ };
757
+ }
758
+ /**
759
+ * Summarize deployment and infrastructure (no connection URLs).
760
+ * System Info
761
+ */
762
+ async systemInfoRaw(initOverrides) {
763
+ const requestOptions = await this.systemInfoRequestOpts();
764
+ const response = await this.request(requestOptions, initOverrides);
765
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.SystemInfoResponseFromJSON)(jsonValue));
766
+ }
767
+ /**
768
+ * Summarize deployment and infrastructure (no connection URLs).
769
+ * System Info
770
+ */
771
+ async systemInfo(initOverrides) {
772
+ const response = await this.systemInfoRaw(initOverrides);
773
+ return await response.value();
774
+ }
556
775
  /**
557
776
  * Creates request options for upsertDocument without sending the request
558
777
  */
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Amalgam Index API
3
- * Amalgam Index (Amgix). Open-Source Hybrid Search Engine
3
+ * Amalgam Index (Amgix). Open-Source Hybrid Search System
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0-beta3.3
5
+ * The version of the OpenAPI document: 1.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Amalgam Index API
6
- * Amalgam Index (Amgix). Open-Source Hybrid Search Engine
6
+ * Amalgam Index (Amgix). Open-Source Hybrid Search System
7
7
  *
8
- * The version of the OpenAPI document: 1.0.0-beta3.3
8
+ * The version of the OpenAPI document: 1.2.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Amalgam Index API
3
- * Amalgam Index (Amgix). Open-Source Hybrid Search Engine
3
+ * Amalgam Index (Amgix). Open-Source Hybrid Search System
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0-beta3.3
5
+ * The version of the OpenAPI document: 1.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Amalgam Index API
6
- * Amalgam Index (Amgix). Open-Source Hybrid Search Engine
6
+ * Amalgam Index (Amgix). Open-Source Hybrid Search System
7
7
  *
8
- * The version of the OpenAPI document: 1.0.0-beta3.3
8
+ * The version of the OpenAPI document: 1.2.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Amalgam Index API
3
- * Amalgam Index (Amgix). Open-Source Hybrid Search Engine
3
+ * Amalgam Index (Amgix). Open-Source Hybrid Search System
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0-beta3.3
5
+ * The version of the OpenAPI document: 1.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Amalgam Index API
6
- * Amalgam Index (Amgix). Open-Source Hybrid Search Engine
6
+ * Amalgam Index (Amgix). Open-Source Hybrid Search System
7
7
  *
8
- * The version of the OpenAPI document: 1.0.0-beta3.3
8
+ * The version of the OpenAPI document: 1.2.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Amalgam Index API
3
+ * Amalgam Index (Amgix). Open-Source Hybrid Search System
4
+ *
5
+ * The version of the OpenAPI document: 1.2.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { QueueInfo } from './QueueInfo';
13
+ /**
14
+ * Persisted index statistics for a collection (encoder-maintained counts) and queue counts.
15
+ * @export
16
+ * @interface CollectionStatsResponse
17
+ */
18
+ export interface CollectionStatsResponse {
19
+ /**
20
+ * Number of documents reflected in collection stats
21
+ * @type {number}
22
+ * @memberof CollectionStatsResponse
23
+ */
24
+ doc_count: number;
25
+ /**
26
+ * Counts of documents in each queue state
27
+ * @type {QueueInfo}
28
+ * @memberof CollectionStatsResponse
29
+ */
30
+ queue: QueueInfo;
31
+ }
32
+ /**
33
+ * Check if a given object implements the CollectionStatsResponse interface.
34
+ */
35
+ export declare function instanceOfCollectionStatsResponse(value: object): value is CollectionStatsResponse;
36
+ export declare function CollectionStatsResponseFromJSON(json: any): CollectionStatsResponse;
37
+ export declare function CollectionStatsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CollectionStatsResponse;
38
+ export declare function CollectionStatsResponseToJSON(json: any): CollectionStatsResponse;
39
+ export declare function CollectionStatsResponseToJSONTyped(value?: CollectionStatsResponse | null, ignoreDiscriminator?: boolean): any;
40
+ //# sourceMappingURL=CollectionStatsResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionStatsResponse.d.ts","sourceRoot":"","sources":["../../models/CollectionStatsResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAQ7C;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,KAAK,EAAE,SAAS,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAIjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CASrH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpI"}