@rlvt/datasources-openapi-client 1.0.133 → 1.0.134
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 +4 -4
- package/build/definitions.d.ts +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -5503,7 +5503,7 @@ export default class {
|
|
|
5503
5503
|
id: string;
|
|
5504
5504
|
contentVersion?: number | undefined;
|
|
5505
5505
|
version?: string | undefined;
|
|
5506
|
-
type?: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_unwind_source" | "required_values_empty" | undefined;
|
|
5506
|
+
type?: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty" | undefined;
|
|
5507
5507
|
order?: "desc" | "asc" | undefined;
|
|
5508
5508
|
showLastVersion?: string | undefined;
|
|
5509
5509
|
level?: string | undefined;
|
|
@@ -5525,7 +5525,7 @@ export default class {
|
|
|
5525
5525
|
};
|
|
5526
5526
|
contentVersion: number;
|
|
5527
5527
|
payload: unknown;
|
|
5528
|
-
type: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_unwind_source" | "required_values_empty";
|
|
5528
|
+
type: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty";
|
|
5529
5529
|
datasourceId: string;
|
|
5530
5530
|
date: string;
|
|
5531
5531
|
level: import("./definitions").DatasourceHealth;
|
|
@@ -11151,7 +11151,7 @@ export default class {
|
|
|
11151
11151
|
id: string;
|
|
11152
11152
|
contentVersion?: number | undefined;
|
|
11153
11153
|
version?: string | undefined;
|
|
11154
|
-
type?: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_unwind_source" | "required_values_empty" | undefined;
|
|
11154
|
+
type?: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty" | undefined;
|
|
11155
11155
|
order?: "desc" | "asc" | undefined;
|
|
11156
11156
|
showLastVersion?: string | undefined;
|
|
11157
11157
|
level?: string | undefined;
|
|
@@ -11173,7 +11173,7 @@ export default class {
|
|
|
11173
11173
|
};
|
|
11174
11174
|
contentVersion: number;
|
|
11175
11175
|
payload: unknown;
|
|
11176
|
-
type: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_unwind_source" | "required_values_empty";
|
|
11176
|
+
type: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty";
|
|
11177
11177
|
datasourceId: string;
|
|
11178
11178
|
date: string;
|
|
11179
11179
|
level: import("./definitions").DatasourceHealth;
|
package/build/definitions.d.ts
CHANGED
|
@@ -1404,7 +1404,7 @@ export declare type Document = AnyValue;
|
|
|
1404
1404
|
export declare type LogLevel = 0 | 1 | 2;
|
|
1405
1405
|
export declare type _payload_unknown_type_DatasourceLog_Without_ToJSON_Payload_Type_ContentVersion_DatasourceId_Date_Level_EntryIndex = {
|
|
1406
1406
|
payload: AnyValue;
|
|
1407
|
-
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" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_unwind_source" | "required_values_empty";
|
|
1407
|
+
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" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty";
|
|
1408
1408
|
contentVersion: number;
|
|
1409
1409
|
datasourceId: string;
|
|
1410
1410
|
date: string;
|
package/package.json
CHANGED