@rlvt/datasources-openapi-client 1.0.372 → 1.0.373

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/build/api.d.ts CHANGED
@@ -5152,7 +5152,7 @@ export default class {
5152
5152
  id: string;
5153
5153
  contentVersion?: number | undefined;
5154
5154
  version?: string | undefined;
5155
- type?: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "zero_rows_update" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty" | undefined;
5155
+ type?: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "zero_rows_update" | "logs_truncated" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty" | undefined;
5156
5156
  order?: "asc" | "desc" | undefined;
5157
5157
  showLastVersion?: string | undefined;
5158
5158
  level?: string | undefined;
@@ -5174,7 +5174,7 @@ export default class {
5174
5174
  readonly id: string & {
5175
5175
  readonly?: "__readonly" | undefined;
5176
5176
  };
5177
- type: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "zero_rows_update" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty";
5177
+ type: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "zero_rows_update" | "logs_truncated" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty";
5178
5178
  contentVersion: number;
5179
5179
  level: import("./definitions").LogLevel;
5180
5180
  datasourceId: string;
@@ -61395,7 +61395,7 @@ export default class {
61395
61395
  id: string;
61396
61396
  contentVersion?: number | undefined;
61397
61397
  version?: string | undefined;
61398
- type?: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "zero_rows_update" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty" | undefined;
61398
+ type?: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "zero_rows_update" | "logs_truncated" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty" | undefined;
61399
61399
  order?: "asc" | "desc" | undefined;
61400
61400
  showLastVersion?: string | undefined;
61401
61401
  level?: string | undefined;
@@ -61417,7 +61417,7 @@ export default class {
61417
61417
  readonly id: string & {
61418
61418
  readonly?: "__readonly" | undefined;
61419
61419
  };
61420
- type: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "zero_rows_update" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty";
61420
+ type: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "zero_rows_update" | "logs_truncated" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty";
61421
61421
  contentVersion: number;
61422
61422
  level: import("./definitions").LogLevel;
61423
61423
  datasourceId: string;
@@ -18656,7 +18656,7 @@ export declare type InternalResponse_Array_Intersection_Document_Omit_IObjectWit
18656
18656
  code?: number;
18657
18657
  message: string;
18658
18658
  data: (Document & ({
18659
- type: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "entries_drop_rate_too_high" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "zero_rows_update" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty";
18659
+ type: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "entries_drop_rate_too_high" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "zero_rows_update" | "logs_truncated" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty";
18660
18660
  datasourceId: ObjectId;
18661
18661
  payload: AnyValue;
18662
18662
  date: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/datasources-openapi-client",
3
- "version": "1.0.372+321bed5",
3
+ "version": "1.0.373+a5fd2de",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",