@isnap/sdk 1.1.0-next.67 → 1.1.0-next.68
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/dist/generated/openapi.d.ts +14 -0
- package/package.json +1 -1
|
@@ -10190,6 +10190,20 @@ export interface paths {
|
|
|
10190
10190
|
};
|
|
10191
10191
|
/** @enum {string} */
|
|
10192
10192
|
private_api_status?: "active" | "not_injected" | "failed";
|
|
10193
|
+
/** @enum {string} */
|
|
10194
|
+
private_api_worker_status?: "running" | "degraded" | "crashed";
|
|
10195
|
+
diagnostics?: {
|
|
10196
|
+
/** @enum {string} */
|
|
10197
|
+
sip?: "enabled" | "disabled" | "unknown";
|
|
10198
|
+
/** @enum {string} */
|
|
10199
|
+
amfi?: "enabled" | "disabled" | "unknown";
|
|
10200
|
+
checks?: {
|
|
10201
|
+
[key: string]: "pass" | "fail" | "warn" | "unknown";
|
|
10202
|
+
};
|
|
10203
|
+
};
|
|
10204
|
+
machine_model?: string;
|
|
10205
|
+
os_build?: string;
|
|
10206
|
+
hostname?: string;
|
|
10193
10207
|
};
|
|
10194
10208
|
};
|
|
10195
10209
|
};
|