@floegence/redevplugin-ui 2.0.10 → 3.0.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.
- package/dist/contracts.gen.d.ts +1 -288
- package/dist/contracts.gen.js +2 -325
- package/dist/error-codes.gen.d.ts +3 -3
- package/dist/error-codes.gen.js +1 -7
- package/dist/opaque-surface-policy.gen.js +1 -1
- package/dist/openapi.gen.d.ts +193 -349
- package/dist/platform.d.ts +0 -6
- package/dist/platform.js +0 -5
- package/dist/plugin.d.ts +1 -1
- package/dist/plugin.js +1 -1
- package/dist/surface.d.ts +0 -5
- package/dist/surface.js +4 -17
- package/package.json +2 -2
package/dist/openapi.gen.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ export interface paths {
|
|
|
79
79
|
};
|
|
80
80
|
get?: never;
|
|
81
81
|
put?: never;
|
|
82
|
-
/** @description Reopens and installs one unexpired process-local inspection after the user confirms its exact package digest
|
|
82
|
+
/** @description Reopens and installs one unexpired process-local inspection after the user confirms its exact package digest. The inspection is bound to the exact authenticated session. Invalid or revoked signatures fail closed; an accepted package is installed enabled, while permission grants remain separate explicit mutations. */
|
|
83
83
|
post: operations["installInspectedPackage"];
|
|
84
84
|
delete?: never;
|
|
85
85
|
options?: never;
|
|
@@ -249,23 +249,6 @@ export interface paths {
|
|
|
249
249
|
patch?: never;
|
|
250
250
|
trace?: never;
|
|
251
251
|
};
|
|
252
|
-
"/_redevplugin/api/plugins/platform/compatibility/query": {
|
|
253
|
-
parameters: {
|
|
254
|
-
query?: never;
|
|
255
|
-
header?: never;
|
|
256
|
-
path?: never;
|
|
257
|
-
cookie?: never;
|
|
258
|
-
};
|
|
259
|
-
get?: never;
|
|
260
|
-
put?: never;
|
|
261
|
-
/** @description Returns the host-consumable ReDevPlugin compatibility manifest for the mounted platform artifact set. */
|
|
262
|
-
post: operations["getPluginPlatformCompatibility"];
|
|
263
|
-
delete?: never;
|
|
264
|
-
options?: never;
|
|
265
|
-
head?: never;
|
|
266
|
-
patch?: never;
|
|
267
|
-
trace?: never;
|
|
268
|
-
};
|
|
269
252
|
"/_redevplugin/api/plugins/surfaces/open": {
|
|
270
253
|
parameters: {
|
|
271
254
|
query?: never;
|
|
@@ -691,22 +674,6 @@ export interface paths {
|
|
|
691
674
|
patch?: never;
|
|
692
675
|
trace?: never;
|
|
693
676
|
};
|
|
694
|
-
"/_redevplugin/api/plugins/retained-data/bind": {
|
|
695
|
-
parameters: {
|
|
696
|
-
query?: never;
|
|
697
|
-
header?: never;
|
|
698
|
-
path?: never;
|
|
699
|
-
cookie?: never;
|
|
700
|
-
};
|
|
701
|
-
get?: never;
|
|
702
|
-
put?: never;
|
|
703
|
-
post: operations["bindPluginRetainedData"];
|
|
704
|
-
delete?: never;
|
|
705
|
-
options?: never;
|
|
706
|
-
head?: never;
|
|
707
|
-
patch?: never;
|
|
708
|
-
trace?: never;
|
|
709
|
-
};
|
|
710
677
|
"/_redevplugin/api/plugins/retained-data/cleanup-expired": {
|
|
711
678
|
parameters: {
|
|
712
679
|
query?: never;
|
|
@@ -1027,11 +994,6 @@ export interface components {
|
|
|
1027
994
|
ok: true;
|
|
1028
995
|
data: ("release" | "runtime" | "capability" | "connectivity" | "secrets" | "core_action" | "external_package")[];
|
|
1029
996
|
};
|
|
1030
|
-
CompatibilitySuccessResponse: {
|
|
1031
|
-
/** @constant */
|
|
1032
|
-
ok: true;
|
|
1033
|
-
data: components["schemas"]["PluginCompatibilityManifest"];
|
|
1034
|
-
};
|
|
1035
997
|
PluginMethodConfirmationPreparationSuccessResponse: {
|
|
1036
998
|
/** @constant */
|
|
1037
999
|
ok: true;
|
|
@@ -1349,10 +1311,10 @@ export interface components {
|
|
|
1349
1311
|
expected_values_revision: number;
|
|
1350
1312
|
actual_values_revision: number;
|
|
1351
1313
|
};
|
|
1352
|
-
ErrorCode: components["schemas"]["
|
|
1314
|
+
ErrorCode: components["schemas"]["ErrorCodesPlatformErrorCode"];
|
|
1353
1315
|
PlatformErrorMessage: string;
|
|
1354
1316
|
/** @enum {string} */
|
|
1355
|
-
GenericPlatformErrorCode: "PLUGIN_INVALID_REQUEST" | "PLUGIN_SIGNATURE_INVALID" | "PLUGIN_TRUST_STATE_DENIED" | "PLUGIN_TRUST_VERIFICATION_REQUIRED" | "PLUGIN_TRUST_VERIFICATION_INVALID" | "PLUGIN_RELEASE_REF_VERIFICATION_FAILED" | "PLUGIN_RELEASE_REF_POLICY_DENIED" | "PLUGIN_RELEASE_NETWORK" | "PLUGIN_RELEASE_TIMEOUT" | "PLUGIN_RELEASE_ASSET_MISSING" | "PLUGIN_RELEASE_ASSET_INTEGRITY" | "PLUGIN_INSTALL_INTERRUPTED" | "PLUGIN_INSTALL_STATE_CONFLICT" | "PLUGIN_INTERNAL_FAILURE" | "PLUGIN_DISABLED" | "
|
|
1317
|
+
GenericPlatformErrorCode: "PLUGIN_INVALID_REQUEST" | "PLUGIN_SIGNATURE_INVALID" | "PLUGIN_TRUST_STATE_DENIED" | "PLUGIN_TRUST_VERIFICATION_REQUIRED" | "PLUGIN_TRUST_VERIFICATION_INVALID" | "PLUGIN_RELEASE_REF_VERIFICATION_FAILED" | "PLUGIN_RELEASE_REF_POLICY_DENIED" | "PLUGIN_RELEASE_NETWORK" | "PLUGIN_RELEASE_TIMEOUT" | "PLUGIN_RELEASE_ASSET_MISSING" | "PLUGIN_RELEASE_ASSET_INTEGRITY" | "PLUGIN_INSTALL_INTERRUPTED" | "PLUGIN_INSTALL_STATE_CONFLICT" | "PLUGIN_INTERNAL_FAILURE" | "PLUGIN_DISABLED" | "PLUGIN_PERMISSION_DENIED" | "PLUGIN_ORIGIN_DENIED" | "PLUGIN_ACTION_DENIED" | "PLUGIN_OWNER_SCOPE_MISMATCH" | "PLUGIN_SECRET_SCOPE_MISMATCH" | "PLUGIN_STORAGE_SCOPE_MISMATCH" | "PLUGIN_ADAPTER_FAILURE" | "PLUGIN_SESSION_REVOKED" | "PLUGIN_SESSION_TEARDOWN_INCOMPLETE" | "PLUGIN_SESSION_FENCE_CAPACITY" | "PLUGIN_CONFIRMATION_REQUIRED" | "PLUGIN_CONFIRMATION_INVALID" | "PLUGIN_TOKEN_EXPIRED" | "PLUGIN_TOKEN_REPLAY" | "PLUGIN_GATEWAY_TOKEN_INVALID" | "PLUGIN_GATEWAY_TOKEN_REPLAYED" | "PLUGIN_GATEWAY_TOKEN_CHANNEL_MISMATCH" | "PLUGIN_ASSET_TICKET_INVALID" | "PLUGIN_ASSET_SESSION_INVALID" | "PLUGIN_STREAM_TICKET_INVALID" | "PLUGIN_STREAM_DELIVERY_INVALID" | "PLUGIN_STREAM_CANCELLED" | "PLUGIN_LEASE_INVALID" | "PLUGIN_LEASE_REPLAYED" | "PLUGIN_GRANT_INVALID" | "PLUGIN_STORAGE_QUOTA_EXCEEDED" | "PLUGIN_EXECUTION_BLOCKED" | "PLUGIN_EXECUTION_NOT_FOUND" | "PLUGIN_EXECUTION_NOT_CANCELABLE" | "PLUGIN_NETWORK_TARGET_DENIED" | "PLUGIN_NETWORK_RATE_LIMITED" | "PLUGIN_RUNTIME_UNAVAILABLE" | "PLUGIN_RUNTIME_VERSION_MISMATCH" | "PLUGIN_RUNTIME_CONTRACT_MISMATCH" | "PLUGIN_UI_PROTOCOL_VIOLATION" | "PLUGIN_SURFACE_QUIESCE_TIMEOUT" | "PLUGIN_CONTRACT_MISMATCH" | "PLUGIN_CSRF_REQUIRED" | "PLUGIN_CSRF_INVALID" | "PLUGIN_FEATURE_NOT_CONFIGURED";
|
|
1356
1318
|
SurfaceDisposeResult: {
|
|
1357
1319
|
/** @constant */
|
|
1358
1320
|
disposed: true;
|
|
@@ -1382,7 +1344,6 @@ export interface components {
|
|
|
1382
1344
|
PluginCatalogResult: {
|
|
1383
1345
|
plugins: components["schemas"]["PluginCatalogRecord"][];
|
|
1384
1346
|
};
|
|
1385
|
-
PluginCompatibilityManifest: components["schemas"]["CompatibilityManifestV20"];
|
|
1386
1347
|
ExecutionList: {
|
|
1387
1348
|
executions: components["schemas"]["Execution"][];
|
|
1388
1349
|
next_cursor?: number;
|
|
@@ -1487,13 +1448,10 @@ export interface components {
|
|
|
1487
1448
|
invocation_id?: string;
|
|
1488
1449
|
method?: string;
|
|
1489
1450
|
failure_code?: string;
|
|
1490
|
-
runtime_process_failure_code?: components["schemas"]["
|
|
1451
|
+
runtime_process_failure_code?: components["schemas"]["ErrorCodesRuntimeProcessFailureCode"];
|
|
1491
1452
|
runtime_instance_id?: string;
|
|
1492
1453
|
runtime_generation_id?: string;
|
|
1493
1454
|
runtime_version?: string;
|
|
1494
|
-
rust_ipc_version?: string;
|
|
1495
|
-
wasm_abi_version?: string;
|
|
1496
|
-
contract_set_sha256?: string;
|
|
1497
1455
|
runtime_target_os?: string;
|
|
1498
1456
|
runtime_target_arch?: string;
|
|
1499
1457
|
runtime_binary_sha256?: string;
|
|
@@ -1540,7 +1498,7 @@ export interface components {
|
|
|
1540
1498
|
runtime_shard_id: string;
|
|
1541
1499
|
runtime_instance_id: string;
|
|
1542
1500
|
runtime_generation_id: string;
|
|
1543
|
-
|
|
1501
|
+
artifact_identity: components["schemas"]["RuntimeArtifactIdentity"];
|
|
1544
1502
|
ready: boolean;
|
|
1545
1503
|
active_invocations: number;
|
|
1546
1504
|
queued_invocations: number;
|
|
@@ -1550,7 +1508,7 @@ export interface components {
|
|
|
1550
1508
|
/** @description Explicit public HTTP projection of runtime manager health. */
|
|
1551
1509
|
PluginRuntimeHealth: {
|
|
1552
1510
|
ready: boolean;
|
|
1553
|
-
|
|
1511
|
+
artifact_identity: components["schemas"]["RuntimeArtifactIdentity"];
|
|
1554
1512
|
shards: components["schemas"]["PluginRuntimeShardHealth"][];
|
|
1555
1513
|
};
|
|
1556
1514
|
RuntimeTarget: {
|
|
@@ -1575,36 +1533,11 @@ export interface components {
|
|
|
1575
1533
|
arch: "arm64";
|
|
1576
1534
|
};
|
|
1577
1535
|
/** @enum {string} */
|
|
1578
|
-
RuntimeAdmissionTarget: "linux/amd64" | "linux/arm64";
|
|
1536
|
+
RuntimeAdmissionTarget: "darwin/amd64" | "darwin/arm64" | "linux/amd64" | "linux/arm64";
|
|
1579
1537
|
StrictSemVer: string;
|
|
1580
|
-
|
|
1581
|
-
/** @constant */
|
|
1582
|
-
schema_version: "runtime-descriptor-v3";
|
|
1538
|
+
RuntimeArtifactIdentity: {
|
|
1583
1539
|
platform_version: components["schemas"]["StrictSemVer"];
|
|
1584
1540
|
target: components["schemas"]["RuntimeAdmissionTarget"];
|
|
1585
|
-
internal: {
|
|
1586
|
-
/** @constant */
|
|
1587
|
-
rust_ipc: "rust-ipc-v7";
|
|
1588
|
-
contract_set_sha256: string;
|
|
1589
|
-
};
|
|
1590
|
-
public_api: {
|
|
1591
|
-
/** @constant */
|
|
1592
|
-
worker_majors: [
|
|
1593
|
-
1
|
|
1594
|
-
];
|
|
1595
|
-
/** @constant */
|
|
1596
|
-
features: [
|
|
1597
|
-
"fs.environment.v1",
|
|
1598
|
-
"fs.home.v1",
|
|
1599
|
-
"fs.watch.v1",
|
|
1600
|
-
"fs.workspace.v1",
|
|
1601
|
-
"io.stream.v1",
|
|
1602
|
-
"net.http.v1",
|
|
1603
|
-
"net.tcp.v1",
|
|
1604
|
-
"net.udp.v1",
|
|
1605
|
-
"net.websocket.v1"
|
|
1606
|
-
];
|
|
1607
|
-
};
|
|
1608
1541
|
binary_sha256: string;
|
|
1609
1542
|
};
|
|
1610
1543
|
/** @description Negotiated runtime capacities. per_plugin_concurrency must not exceed worker_count. Route capacities are derived exactly from negotiated limits: active hostcall routes = worker_count, canceled hostcall retention = worker_count + queue_capacity, and compile-flight artifact routes = worker_count. */
|
|
@@ -1752,12 +1685,10 @@ export interface components {
|
|
|
1752
1685
|
intent: components["schemas"]["ExternalPackageIntentRequest"];
|
|
1753
1686
|
source: components["schemas"]["ExternalPackageSource"];
|
|
1754
1687
|
};
|
|
1755
|
-
/** @description Confirms an unexpired process-local inspection by its exact package digest
|
|
1688
|
+
/** @description Confirms an unexpired process-local inspection by its exact package digest. A successful install is enabled; only a later explicit disable mutation can persist disabled_by_user. */
|
|
1756
1689
|
InstallInspectedPackageRequest: {
|
|
1757
1690
|
inspection_id: string;
|
|
1758
1691
|
expected_package_sha256: string;
|
|
1759
|
-
activate_after_install?: boolean;
|
|
1760
|
-
approved_permission_ids?: string[];
|
|
1761
1692
|
};
|
|
1762
1693
|
InspectReleasePackageRequest: {
|
|
1763
1694
|
plugin_instance_id: string;
|
|
@@ -1840,7 +1771,7 @@ export interface components {
|
|
|
1840
1771
|
/** Format: date-time */
|
|
1841
1772
|
assessed_at: string;
|
|
1842
1773
|
};
|
|
1843
|
-
/** @description Host-derived permission presentation for the inspected package.
|
|
1774
|
+
/** @description Host-derived permission presentation for the inspected package. Grants remain separate explicit mutations, and effects summarize the verified methods that require each permission. */
|
|
1844
1775
|
ExternalPackagePermissionSummary: {
|
|
1845
1776
|
permission_id: string;
|
|
1846
1777
|
methods: string[];
|
|
@@ -1894,8 +1825,6 @@ export interface components {
|
|
|
1894
1825
|
worker_id: string;
|
|
1895
1826
|
artifact: string;
|
|
1896
1827
|
/** @constant */
|
|
1897
|
-
abi: "redevplugin-wasm-worker-v2";
|
|
1898
|
-
/** @constant */
|
|
1899
1828
|
mode: "job";
|
|
1900
1829
|
scope: components["schemas"]["ResourceScopeKind"];
|
|
1901
1830
|
memory_limit_bytes: number;
|
|
@@ -2026,20 +1955,12 @@ export interface components {
|
|
|
2026
1955
|
};
|
|
2027
1956
|
InstalledExternalPackage: {
|
|
2028
1957
|
plugin: components["schemas"]["PluginRecord"];
|
|
2029
|
-
activation: components["schemas"]["PluginInstallActivation"];
|
|
2030
1958
|
signature_assessment: components["schemas"]["ExternalPackageSignatureAssessment"];
|
|
2031
1959
|
source_provenance: components["schemas"]["ExternalPackageSourceProvenance"];
|
|
2032
1960
|
execution_approval: components["schemas"]["ExternalPackageExecutionApproval"];
|
|
2033
1961
|
update_eligibility: components["schemas"]["ExternalPackageUpdateEligibility"];
|
|
2034
1962
|
security_summary: components["schemas"]["ExternalPackageSecuritySummary"];
|
|
2035
1963
|
};
|
|
2036
|
-
PluginInstallActivation: {
|
|
2037
|
-
/** @enum {string} */
|
|
2038
|
-
status: "not_requested" | "enabled" | "needs_attention";
|
|
2039
|
-
missing_permission_ids?: string[];
|
|
2040
|
-
/** @enum {string} */
|
|
2041
|
-
next_action?: "approve_permissions" | "retry_activation";
|
|
2042
|
-
};
|
|
2043
1964
|
ReleasePackageInspection: {
|
|
2044
1965
|
plugin_instance_id: string;
|
|
2045
1966
|
release_ref: components["schemas"]["PluginReleaseRef"];
|
|
@@ -2094,7 +2015,6 @@ export interface components {
|
|
|
2094
2015
|
presentation: components["schemas"]["PresentationCatalog"];
|
|
2095
2016
|
presentation_sha256: string;
|
|
2096
2017
|
package_entries: components["schemas"]["PackageEntry"][];
|
|
2097
|
-
runtime_requirement?: components["schemas"]["RuntimeRequirement"];
|
|
2098
2018
|
/** Format: date-time */
|
|
2099
2019
|
activated_at: string;
|
|
2100
2020
|
metadata?: {
|
|
@@ -2125,7 +2045,7 @@ export interface components {
|
|
|
2125
2045
|
security_summary?: components["schemas"]["ExternalPackageSecuritySummary"];
|
|
2126
2046
|
capability_contracts?: components["schemas"]["CapabilityContractPin"][];
|
|
2127
2047
|
/** @enum {string} */
|
|
2128
|
-
enable_state: "
|
|
2048
|
+
enable_state: "enabled" | "disabled_by_user";
|
|
2129
2049
|
disabled_reason?: string;
|
|
2130
2050
|
policy_revision: number;
|
|
2131
2051
|
management_revision: number;
|
|
@@ -2134,7 +2054,6 @@ export interface components {
|
|
|
2134
2054
|
presentation: components["schemas"]["PresentationCatalog"];
|
|
2135
2055
|
presentation_sha256: string;
|
|
2136
2056
|
package_entries: components["schemas"]["PackageEntry"][];
|
|
2137
|
-
runtime_requirement?: components["schemas"]["RuntimeRequirement"];
|
|
2138
2057
|
version_history?: components["schemas"]["PluginVersion"][];
|
|
2139
2058
|
/** Format: date-time */
|
|
2140
2059
|
installed_at: string;
|
|
@@ -2155,10 +2074,6 @@ export interface components {
|
|
|
2155
2074
|
mode: string;
|
|
2156
2075
|
content_type?: string;
|
|
2157
2076
|
};
|
|
2158
|
-
RuntimeRequirement: {
|
|
2159
|
-
min_version: components["schemas"]["StrictSemVer"];
|
|
2160
|
-
supported_targets?: ("darwin/amd64" | "darwin/arm64" | "linux/amd64" | "linux/arm64")[];
|
|
2161
|
-
};
|
|
2162
2077
|
LocalImportProvenance: {
|
|
2163
2078
|
import_id: string;
|
|
2164
2079
|
/** @enum {unknown} */
|
|
@@ -2234,8 +2149,6 @@ export interface components {
|
|
|
2234
2149
|
StartReleaseInstallExecutionRequest: {
|
|
2235
2150
|
request_id: string;
|
|
2236
2151
|
plugin_instance_id: string;
|
|
2237
|
-
activate_after_install?: boolean;
|
|
2238
|
-
approved_permission_ids?: string[];
|
|
2239
2152
|
release_ref: components["schemas"]["PluginReleaseRef"];
|
|
2240
2153
|
};
|
|
2241
2154
|
ListRetainedDataQueryRequest: {
|
|
@@ -2264,8 +2177,6 @@ export interface components {
|
|
|
2264
2177
|
plugin_id: string;
|
|
2265
2178
|
plugin_instance_id: string;
|
|
2266
2179
|
plugin_version: components["schemas"]["StrictSemVer"];
|
|
2267
|
-
/** @enum {string} */
|
|
2268
|
-
ui_protocol_version: "plugin-ui-v7";
|
|
2269
2180
|
surface_id: string;
|
|
2270
2181
|
surface_instance_id: string;
|
|
2271
2182
|
active_fingerprint: string;
|
|
@@ -2311,8 +2222,6 @@ export interface components {
|
|
|
2311
2222
|
asset_session_nonce: string;
|
|
2312
2223
|
management_revision: number;
|
|
2313
2224
|
revoke_epoch: number;
|
|
2314
|
-
/** @enum {string} */
|
|
2315
|
-
ui_protocol_version: "plugin-ui-v7";
|
|
2316
2225
|
};
|
|
2317
2226
|
TrustedParentBridgeTokenRequest: {
|
|
2318
2227
|
handshake: components["schemas"]["TrustedParentBridgeHandshake"];
|
|
@@ -2523,12 +2432,6 @@ export interface components {
|
|
|
2523
2432
|
plugin_instance_id: string;
|
|
2524
2433
|
expected_binding_revision: number;
|
|
2525
2434
|
};
|
|
2526
|
-
BindRetainedDataRequest: {
|
|
2527
|
-
source_plugin_instance_id: string;
|
|
2528
|
-
expected_source_binding_revision: number;
|
|
2529
|
-
target_plugin_instance_id: string;
|
|
2530
|
-
target_expected_management_revision: number;
|
|
2531
|
-
};
|
|
2532
2435
|
CleanupExpiredRetainedDataRequest: Record<string, never>;
|
|
2533
2436
|
GrantPermissionRequest: {
|
|
2534
2437
|
plugin_instance_id: string;
|
|
@@ -2575,18 +2478,18 @@ export interface components {
|
|
|
2575
2478
|
};
|
|
2576
2479
|
remove?: string[];
|
|
2577
2480
|
};
|
|
2578
|
-
|
|
2481
|
+
ErrorCodes: Record<string, never>;
|
|
2579
2482
|
/** @enum {string} */
|
|
2580
|
-
|
|
2483
|
+
ErrorCodesPlatformErrorCode: "PLUGIN_INVALID_REQUEST" | "PLUGIN_MANIFEST_INVALID" | "PLUGIN_PACKAGE_INVALID" | "PLUGIN_PACKAGE_TOO_LARGE" | "PLUGIN_PACKAGE_PATH_FORBIDDEN" | "PLUGIN_SIGNATURE_INVALID" | "PLUGIN_TRUST_STATE_DENIED" | "PLUGIN_TRUST_VERIFICATION_REQUIRED" | "PLUGIN_TRUST_VERIFICATION_INVALID" | "PLUGIN_RELEASE_REF_VERIFICATION_FAILED" | "PLUGIN_RELEASE_REF_POLICY_DENIED" | "PLUGIN_RELEASE_NETWORK" | "PLUGIN_RELEASE_TIMEOUT" | "PLUGIN_RELEASE_ASSET_MISSING" | "PLUGIN_RELEASE_ASSET_INTEGRITY" | "PLUGIN_INSTALL_INTERRUPTED" | "PLUGIN_INSTALL_STATE_CONFLICT" | "PLUGIN_INTERNAL_FAILURE" | "PLUGIN_DISABLED" | "PLUGIN_PERMISSION_DENIED" | "PLUGIN_ORIGIN_DENIED" | "PLUGIN_ACTION_DENIED" | "PLUGIN_OWNER_SCOPE_MISMATCH" | "PLUGIN_SECRET_SCOPE_MISMATCH" | "PLUGIN_STORAGE_SCOPE_MISMATCH" | "PLUGIN_ADAPTER_FAILURE" | "PLUGIN_SESSION_REVOKED" | "PLUGIN_SESSION_TEARDOWN_INCOMPLETE" | "PLUGIN_SESSION_FENCE_CAPACITY" | "PLUGIN_CONFIRMATION_REQUIRED" | "PLUGIN_CONFIRMATION_INVALID" | "PLUGIN_TOKEN_EXPIRED" | "PLUGIN_TOKEN_REPLAY" | "PLUGIN_GATEWAY_TOKEN_INVALID" | "PLUGIN_GATEWAY_TOKEN_REPLAYED" | "PLUGIN_GATEWAY_TOKEN_CHANNEL_MISMATCH" | "PLUGIN_ASSET_TICKET_INVALID" | "PLUGIN_ASSET_SESSION_INVALID" | "PLUGIN_STREAM_TICKET_INVALID" | "PLUGIN_STREAM_DELIVERY_INVALID" | "PLUGIN_STREAM_CANCELLED" | "PLUGIN_LEASE_INVALID" | "PLUGIN_LEASE_REPLAYED" | "PLUGIN_GRANT_INVALID" | "PLUGIN_STORAGE_QUOTA_EXCEEDED" | "PLUGIN_EXECUTION_BLOCKED" | "PLUGIN_EXECUTION_NOT_FOUND" | "PLUGIN_EXECUTION_NOT_CANCELABLE" | "PLUGIN_NETWORK_TARGET_DENIED" | "PLUGIN_NETWORK_RATE_LIMITED" | "PLUGIN_RUNTIME_UNAVAILABLE" | "PLUGIN_RUNTIME_VERSION_MISMATCH" | "PLUGIN_RUNTIME_CONTRACT_MISMATCH" | "PLUGIN_UI_PROTOCOL_VIOLATION" | "PLUGIN_SURFACE_QUIESCE_TIMEOUT" | "PLUGIN_JSON_LIMIT_EXCEEDED" | "PLUGIN_CAPABILITY_ERROR" | "PLUGIN_WORKER_ERROR" | "PLUGIN_CONTRACT_MISMATCH" | "PLUGIN_MANAGEMENT_REVISION_MISMATCH" | "PLUGIN_AUTHORIZATION_REVISION_MISMATCH" | "PLUGIN_BINDING_REVISION_MISMATCH" | "PLUGIN_VALUES_REVISION_MISMATCH" | "PLUGIN_CSRF_REQUIRED" | "PLUGIN_CSRF_INVALID" | "PLUGIN_FEATURE_NOT_CONFIGURED";
|
|
2581
2484
|
/** @enum {string} */
|
|
2582
|
-
|
|
2485
|
+
ErrorCodesBridgeErrorCode: "PLUGIN_INVALID_REQUEST" | "PLUGIN_MANIFEST_INVALID" | "PLUGIN_PACKAGE_INVALID" | "PLUGIN_PACKAGE_TOO_LARGE" | "PLUGIN_PACKAGE_PATH_FORBIDDEN" | "PLUGIN_SIGNATURE_INVALID" | "PLUGIN_TRUST_STATE_DENIED" | "PLUGIN_TRUST_VERIFICATION_REQUIRED" | "PLUGIN_TRUST_VERIFICATION_INVALID" | "PLUGIN_RELEASE_REF_VERIFICATION_FAILED" | "PLUGIN_RELEASE_REF_POLICY_DENIED" | "PLUGIN_RELEASE_NETWORK" | "PLUGIN_RELEASE_TIMEOUT" | "PLUGIN_RELEASE_ASSET_MISSING" | "PLUGIN_RELEASE_ASSET_INTEGRITY" | "PLUGIN_INSTALL_INTERRUPTED" | "PLUGIN_INSTALL_STATE_CONFLICT" | "PLUGIN_INTERNAL_FAILURE" | "PLUGIN_DISABLED" | "PLUGIN_PERMISSION_DENIED" | "PLUGIN_ORIGIN_DENIED" | "PLUGIN_ACTION_DENIED" | "PLUGIN_OWNER_SCOPE_MISMATCH" | "PLUGIN_SECRET_SCOPE_MISMATCH" | "PLUGIN_STORAGE_SCOPE_MISMATCH" | "PLUGIN_ADAPTER_FAILURE" | "PLUGIN_SESSION_REVOKED" | "PLUGIN_SESSION_TEARDOWN_INCOMPLETE" | "PLUGIN_SESSION_FENCE_CAPACITY" | "PLUGIN_CONFIRMATION_REQUIRED" | "PLUGIN_CONFIRMATION_INVALID" | "PLUGIN_TOKEN_EXPIRED" | "PLUGIN_TOKEN_REPLAY" | "PLUGIN_GATEWAY_TOKEN_INVALID" | "PLUGIN_GATEWAY_TOKEN_REPLAYED" | "PLUGIN_GATEWAY_TOKEN_CHANNEL_MISMATCH" | "PLUGIN_ASSET_TICKET_INVALID" | "PLUGIN_ASSET_SESSION_INVALID" | "PLUGIN_STREAM_TICKET_INVALID" | "PLUGIN_STREAM_DELIVERY_INVALID" | "PLUGIN_STREAM_CANCELLED" | "PLUGIN_LEASE_INVALID" | "PLUGIN_LEASE_REPLAYED" | "PLUGIN_GRANT_INVALID" | "PLUGIN_STORAGE_QUOTA_EXCEEDED" | "PLUGIN_EXECUTION_BLOCKED" | "PLUGIN_EXECUTION_NOT_FOUND" | "PLUGIN_EXECUTION_NOT_CANCELABLE" | "PLUGIN_NETWORK_TARGET_DENIED" | "PLUGIN_NETWORK_RATE_LIMITED" | "PLUGIN_RUNTIME_UNAVAILABLE" | "PLUGIN_RUNTIME_VERSION_MISMATCH" | "PLUGIN_RUNTIME_CONTRACT_MISMATCH" | "PLUGIN_UI_PROTOCOL_VIOLATION" | "PLUGIN_SURFACE_QUIESCE_TIMEOUT" | "PLUGIN_JSON_LIMIT_EXCEEDED" | "PLUGIN_CAPABILITY_ERROR" | "PLUGIN_WORKER_ERROR" | "PLUGIN_CONTRACT_MISMATCH" | "PLUGIN_MANAGEMENT_REVISION_MISMATCH" | "PLUGIN_AUTHORIZATION_REVISION_MISMATCH" | "PLUGIN_BINDING_REVISION_MISMATCH" | "PLUGIN_VALUES_REVISION_MISMATCH" | "PLUGIN_CSRF_REQUIRED" | "PLUGIN_CSRF_INVALID" | "PLUGIN_FEATURE_NOT_CONFIGURED" | "PLUGIN_CONFIRMATION_REJECTED" | "PLUGIN_BRIDGE_CANCELLED" | "PLUGIN_BRIDGE_TIMEOUT" | "PLUGIN_BRIDGE_DISPOSED" | "PLUGIN_BRIDGE_HANDSHAKE_FAILED" | "PLUGIN_BRIDGE_HANDSHAKE_REQUIRED";
|
|
2583
2486
|
/** @enum {string} */
|
|
2584
|
-
|
|
2487
|
+
ErrorCodesTypescriptClientErrorCode: "PLUGIN_INVALID_REQUEST" | "PLUGIN_MANIFEST_INVALID" | "PLUGIN_PACKAGE_INVALID" | "PLUGIN_PACKAGE_TOO_LARGE" | "PLUGIN_PACKAGE_PATH_FORBIDDEN" | "PLUGIN_SIGNATURE_INVALID" | "PLUGIN_TRUST_STATE_DENIED" | "PLUGIN_TRUST_VERIFICATION_REQUIRED" | "PLUGIN_TRUST_VERIFICATION_INVALID" | "PLUGIN_RELEASE_REF_VERIFICATION_FAILED" | "PLUGIN_RELEASE_REF_POLICY_DENIED" | "PLUGIN_RELEASE_NETWORK" | "PLUGIN_RELEASE_TIMEOUT" | "PLUGIN_RELEASE_ASSET_MISSING" | "PLUGIN_RELEASE_ASSET_INTEGRITY" | "PLUGIN_INSTALL_INTERRUPTED" | "PLUGIN_INSTALL_STATE_CONFLICT" | "PLUGIN_INTERNAL_FAILURE" | "PLUGIN_DISABLED" | "PLUGIN_PERMISSION_DENIED" | "PLUGIN_ORIGIN_DENIED" | "PLUGIN_ACTION_DENIED" | "PLUGIN_OWNER_SCOPE_MISMATCH" | "PLUGIN_SECRET_SCOPE_MISMATCH" | "PLUGIN_STORAGE_SCOPE_MISMATCH" | "PLUGIN_ADAPTER_FAILURE" | "PLUGIN_SESSION_REVOKED" | "PLUGIN_SESSION_TEARDOWN_INCOMPLETE" | "PLUGIN_SESSION_FENCE_CAPACITY" | "PLUGIN_CONFIRMATION_REQUIRED" | "PLUGIN_CONFIRMATION_INVALID" | "PLUGIN_TOKEN_EXPIRED" | "PLUGIN_TOKEN_REPLAY" | "PLUGIN_GATEWAY_TOKEN_INVALID" | "PLUGIN_GATEWAY_TOKEN_REPLAYED" | "PLUGIN_GATEWAY_TOKEN_CHANNEL_MISMATCH" | "PLUGIN_ASSET_TICKET_INVALID" | "PLUGIN_ASSET_SESSION_INVALID" | "PLUGIN_STREAM_TICKET_INVALID" | "PLUGIN_STREAM_DELIVERY_INVALID" | "PLUGIN_STREAM_CANCELLED" | "PLUGIN_LEASE_INVALID" | "PLUGIN_LEASE_REPLAYED" | "PLUGIN_GRANT_INVALID" | "PLUGIN_STORAGE_QUOTA_EXCEEDED" | "PLUGIN_EXECUTION_BLOCKED" | "PLUGIN_EXECUTION_NOT_FOUND" | "PLUGIN_EXECUTION_NOT_CANCELABLE" | "PLUGIN_NETWORK_TARGET_DENIED" | "PLUGIN_NETWORK_RATE_LIMITED" | "PLUGIN_RUNTIME_UNAVAILABLE" | "PLUGIN_RUNTIME_VERSION_MISMATCH" | "PLUGIN_RUNTIME_CONTRACT_MISMATCH" | "PLUGIN_UI_PROTOCOL_VIOLATION" | "PLUGIN_SURFACE_QUIESCE_TIMEOUT" | "PLUGIN_JSON_LIMIT_EXCEEDED" | "PLUGIN_CAPABILITY_ERROR" | "PLUGIN_WORKER_ERROR" | "PLUGIN_CONTRACT_MISMATCH" | "PLUGIN_MANAGEMENT_REVISION_MISMATCH" | "PLUGIN_AUTHORIZATION_REVISION_MISMATCH" | "PLUGIN_BINDING_REVISION_MISMATCH" | "PLUGIN_VALUES_REVISION_MISMATCH" | "PLUGIN_CSRF_REQUIRED" | "PLUGIN_CSRF_INVALID" | "PLUGIN_FEATURE_NOT_CONFIGURED" | "PLUGIN_CONFIRMATION_REJECTED" | "PLUGIN_BRIDGE_CANCELLED" | "PLUGIN_BRIDGE_TIMEOUT" | "PLUGIN_BRIDGE_DISPOSED" | "PLUGIN_BRIDGE_HANDSHAKE_FAILED" | "PLUGIN_BRIDGE_HANDSHAKE_REQUIRED" | "PLUGIN_PLATFORM_REQUEST_FAILED" | "PLUGIN_STREAM_FAILED";
|
|
2585
2488
|
/** @enum {string} */
|
|
2586
|
-
|
|
2489
|
+
ErrorCodesRustIpcErrorCode: "ARTIFACT_HANDLE_FAILED" | "WORKER_INVOCATION_INVALID" | "RUNTIME_CAPABILITY_REVOKED" | "RUNTIME_CONTROL_CHANNEL_STALE" | "RUNTIME_LEASE_INVALID" | "RUNTIME_LEASE_SIGNATURE_INVALID" | "PLUGIN_LEASE_REPLAYED" | "WASM_WORKER_INVALID" | "WASM_WORKER_FAILED" | "RUNTIME_CAPACITY_EXCEEDED" | "RUNTIME_INVOCATION_CANCELED" | "PLUGIN_SESSION_REVOKED" | "SESSION_REVOKE_SEQUENCE_STALE" | "SESSION_REVOKE_DRAIN_TIMEOUT" | "UNSUPPORTED_FRAME";
|
|
2587
2490
|
/** @enum {string} */
|
|
2588
|
-
|
|
2589
|
-
|
|
2491
|
+
ErrorCodesRuntimeProcessFailureCode: "RUNTIME_PROCESS_FAILED" | "RUNTIME_PROCESS_EXIT_UNEXPECTED" | "RUNTIME_PROCESS_EXIT_UNRECOGNIZED" | "RUNTIME_PROCESS_SIGNALLED" | "IPC_WRITER_CAPACITY_OVERFLOW" | "IPC_WRITER_CAPACITY_LIMIT_EXCEEDED" | "IPC_WRITER_START_FAILED" | "IPC_WRITER_CLOSED" | "IPC_WRITER_BATCH_SIZE_OVERFLOW" | "IPC_WRITER_WRITE_FAILED" | "IPC_WRITER_FLUSH_FAILED" | "IPC_WRITER_PANICKED";
|
|
2492
|
+
ErrorCodesRuntimeProcessExitFailure: {
|
|
2590
2493
|
/** @constant */
|
|
2591
2494
|
exit_code: 1;
|
|
2592
2495
|
/** @constant */
|
|
@@ -2676,169 +2579,6 @@ export interface components {
|
|
|
2676
2579
|
counts: components["schemas"]["SessionScopeV1RevokeCounts"];
|
|
2677
2580
|
};
|
|
2678
2581
|
SessionScopeV1PublicRevokeResult: components["schemas"]["SessionScopeV1CompleteRevokeResult"] | components["schemas"]["SessionScopeV1IncompleteRevokeResult"];
|
|
2679
|
-
CompatibilityManifestV20: {
|
|
2680
|
-
/** @constant */
|
|
2681
|
-
schema_version: "redevplugin.compatibility.v20";
|
|
2682
|
-
package_set: components["schemas"]["PlatformPackageSetV3"];
|
|
2683
|
-
matrix: {
|
|
2684
|
-
/** @constant */
|
|
2685
|
-
plugin_ui_protocol_version: "plugin-ui-v7";
|
|
2686
|
-
/** @constant */
|
|
2687
|
-
supported_plugin_ui_protocol_versions: [
|
|
2688
|
-
"plugin-ui-v7"
|
|
2689
|
-
];
|
|
2690
|
-
/** @constant */
|
|
2691
|
-
plugin_ui_transport_mappings: [
|
|
2692
|
-
{
|
|
2693
|
-
plugin_ui_protocol_version: "plugin-ui-v7";
|
|
2694
|
-
opaque_surface_transport_schema_version: "opaque-surface-transport-v6";
|
|
2695
|
-
bridge_schema_version: "bridge-v7";
|
|
2696
|
-
}
|
|
2697
|
-
];
|
|
2698
|
-
/** @constant */
|
|
2699
|
-
plugin_host_protocol_version: "plugin-host-v11";
|
|
2700
|
-
/** @constant */
|
|
2701
|
-
rust_ipc_version: "rust-ipc-v7";
|
|
2702
|
-
/** @constant */
|
|
2703
|
-
wasm_abi_version: "redevplugin-wasm-worker-v2";
|
|
2704
|
-
/** @constant */
|
|
2705
|
-
manifest_schema_version: "manifest-v9";
|
|
2706
|
-
/** @constant */
|
|
2707
|
-
package_signature_schema_version: "package-signature-v1";
|
|
2708
|
-
/** @constant */
|
|
2709
|
-
release_metadata_schema_version: "release-metadata-v8";
|
|
2710
|
-
/** @constant */
|
|
2711
|
-
release_root_delegation_schema_version: "release-root-delegation-v1";
|
|
2712
|
-
/** @constant */
|
|
2713
|
-
release_source_policy_schema_version: "release-source-policy-v3";
|
|
2714
|
-
/** @constant */
|
|
2715
|
-
release_source_policy_pointer_schema_version: "release-source-policy-pointer-v2";
|
|
2716
|
-
/** @constant */
|
|
2717
|
-
release_revocation_schema_version: "release-revocation-v3";
|
|
2718
|
-
/** @constant */
|
|
2719
|
-
release_revocation_pointer_schema_version: "release-revocation-pointer-v2";
|
|
2720
|
-
/** @constant */
|
|
2721
|
-
token_ticket_schema_version: "token-ticket-v4";
|
|
2722
|
-
/** @constant */
|
|
2723
|
-
bridge_schema_version: "bridge-v7";
|
|
2724
|
-
/** @constant */
|
|
2725
|
-
opaque_surface_document_schema_version: "opaque-surface-document-v3";
|
|
2726
|
-
/** @constant */
|
|
2727
|
-
opaque_surface_transport_schema_version: "opaque-surface-transport-v6";
|
|
2728
|
-
/** @constant */
|
|
2729
|
-
target_classifier_version: "target-classifier-v2";
|
|
2730
|
-
/** @constant */
|
|
2731
|
-
network_grant_schema_version: "network-grant-v2";
|
|
2732
|
-
/** @constant */
|
|
2733
|
-
resource_scope_schema_version: "resource-scope-v1";
|
|
2734
|
-
/** @constant */
|
|
2735
|
-
session_scope_schema_version: "session-scope-v1";
|
|
2736
|
-
/** @constant */
|
|
2737
|
-
plugin_platform_openapi_version: "plugin-platform-v17";
|
|
2738
|
-
/** @constant */
|
|
2739
|
-
public_api_catalog_version: "public-api-v1";
|
|
2740
|
-
/** @constant */
|
|
2741
|
-
compatibility_schema_version: "compatibility-manifest-v20";
|
|
2742
|
-
/** @constant */
|
|
2743
|
-
worker_invocation_schema_version: "worker-invocation-v3";
|
|
2744
|
-
/** @constant */
|
|
2745
|
-
host_capability_contract_schema_version: "host-capability-contract-v1";
|
|
2746
|
-
/** @constant */
|
|
2747
|
-
host_capability_pin_schema_version: "host-capability-pin-v1";
|
|
2748
|
-
/** @constant */
|
|
2749
|
-
error_codes_schema_version: "error-codes-v8";
|
|
2750
|
-
/** @constant */
|
|
2751
|
-
performance_contract_version: "performance-contract-v4";
|
|
2752
|
-
/** @constant */
|
|
2753
|
-
performance_evidence_schema_version: "performance-evidence-v4";
|
|
2754
|
-
/** @constant */
|
|
2755
|
-
contract_registry_version: "contract-registry-v2";
|
|
2756
|
-
/** @constant */
|
|
2757
|
-
platform_package_set_schema_version: "platform-package-set-v3";
|
|
2758
|
-
/** @constant */
|
|
2759
|
-
platform_package_publication_schema_version: "platform-package-publication-v2";
|
|
2760
|
-
/** @constant */
|
|
2761
|
-
runtime_admission_schema_version: "runtime-admission-v1";
|
|
2762
|
-
/** @constant */
|
|
2763
|
-
runtime_descriptor_schema_version: "runtime-descriptor-v3";
|
|
2764
|
-
/** @constant */
|
|
2765
|
-
owner_scope_inventory_registry_version: "owner-scope-inventory-registry-v1";
|
|
2766
|
-
/** @constant */
|
|
2767
|
-
owner_scope_inventory_schema_version: "owner-scope-inventory-v1";
|
|
2768
|
-
/** @constant */
|
|
2769
|
-
owner_scope_migration_schema_version: "owner-scope-migration-v1";
|
|
2770
|
-
/** @constant */
|
|
2771
|
-
owner_scope_root_recovery_schema_version: "owner-scope-root-recovery-v1";
|
|
2772
|
-
/** @constant */
|
|
2773
|
-
process_containment_schema_version: "process-containment-v1";
|
|
2774
|
-
/** @constant */
|
|
2775
|
-
runtime_exec_journal_schema_version: "runtime-exec-journal-v1";
|
|
2776
|
-
/** @constant */
|
|
2777
|
-
quarantine_cleanup_schema_version: "quarantine-cleanup-v1";
|
|
2778
|
-
};
|
|
2779
|
-
contract_set_sha256: string;
|
|
2780
|
-
contracts: components["schemas"]["CompatibilityManifestV20Contract"][];
|
|
2781
|
-
};
|
|
2782
|
-
CompatibilityManifestV20Contract: {
|
|
2783
|
-
id: string;
|
|
2784
|
-
path: string;
|
|
2785
|
-
version: string;
|
|
2786
|
-
sha256: string;
|
|
2787
|
-
};
|
|
2788
|
-
PlatformPackageSetV3: {
|
|
2789
|
-
/** @constant */
|
|
2790
|
-
schema_version: "redevplugin.platform_package_set.v3";
|
|
2791
|
-
platform_version: components["schemas"]["PlatformPackageSetV3Version"];
|
|
2792
|
-
go_module: components["schemas"]["PlatformPackageSetV3GoModule"];
|
|
2793
|
-
npm_packages: [
|
|
2794
|
-
components["schemas"]["PlatformPackageSetV3NpmContracts"],
|
|
2795
|
-
components["schemas"]["PlatformPackageSetV3NpmUi"]
|
|
2796
|
-
];
|
|
2797
|
-
rust_crates: [
|
|
2798
|
-
components["schemas"]["PlatformPackageSetV3RustRuntime"],
|
|
2799
|
-
components["schemas"]["PlatformPackageSetV3RustWorkerSdk"]
|
|
2800
|
-
];
|
|
2801
|
-
/** @constant */
|
|
2802
|
-
contract_registry_version: "contract-registry-v2";
|
|
2803
|
-
contract_set_sha256: components["schemas"]["PlatformPackageSetV3Sha256"];
|
|
2804
|
-
};
|
|
2805
|
-
PlatformPackageSetV3Version: string;
|
|
2806
|
-
PlatformPackageSetV3Sha256: string;
|
|
2807
|
-
PlatformPackageSetV3GoModule: {
|
|
2808
|
-
/** @constant */
|
|
2809
|
-
module: "github.com/floegence/redevplugin/v2";
|
|
2810
|
-
version: string;
|
|
2811
|
-
};
|
|
2812
|
-
PlatformPackageSetV3NpmPackage: {
|
|
2813
|
-
name: string;
|
|
2814
|
-
version: components["schemas"]["PlatformPackageSetV3Version"];
|
|
2815
|
-
};
|
|
2816
|
-
PlatformPackageSetV3NpmContracts: components["schemas"]["PlatformPackageSetV3NpmPackage"] & {
|
|
2817
|
-
/** @constant */
|
|
2818
|
-
name?: "@floegence/redevplugin-contracts";
|
|
2819
|
-
};
|
|
2820
|
-
PlatformPackageSetV3NpmUi: components["schemas"]["PlatformPackageSetV3NpmPackage"] & {
|
|
2821
|
-
/** @constant */
|
|
2822
|
-
name?: "@floegence/redevplugin-ui";
|
|
2823
|
-
};
|
|
2824
|
-
PlatformPackageSetV3RustCrate: {
|
|
2825
|
-
name: string;
|
|
2826
|
-
version: components["schemas"]["PlatformPackageSetV3Version"];
|
|
2827
|
-
/** @enum {unknown} */
|
|
2828
|
-
role: "runtime" | "worker_sdk";
|
|
2829
|
-
};
|
|
2830
|
-
PlatformPackageSetV3RustWorkerSdk: components["schemas"]["PlatformPackageSetV3RustCrate"] & {
|
|
2831
|
-
/** @constant */
|
|
2832
|
-
name?: "redevplugin-worker-sdk";
|
|
2833
|
-
/** @constant */
|
|
2834
|
-
role?: "worker_sdk";
|
|
2835
|
-
};
|
|
2836
|
-
PlatformPackageSetV3RustRuntime: components["schemas"]["PlatformPackageSetV3RustCrate"] & {
|
|
2837
|
-
/** @constant */
|
|
2838
|
-
name?: "redevplugin-runtime";
|
|
2839
|
-
/** @constant */
|
|
2840
|
-
role?: "runtime";
|
|
2841
|
-
};
|
|
2842
2582
|
ManifestV9: {
|
|
2843
2583
|
/** @constant */
|
|
2844
2584
|
schema_version: "redevplugin.manifest.v9";
|
|
@@ -2851,15 +2591,6 @@ export interface components {
|
|
|
2851
2591
|
display_name: string;
|
|
2852
2592
|
version: components["schemas"]["ManifestV9Semver"];
|
|
2853
2593
|
};
|
|
2854
|
-
api: {
|
|
2855
|
-
/** @constant */
|
|
2856
|
-
surface: 1;
|
|
2857
|
-
/** @constant */
|
|
2858
|
-
worker: 1;
|
|
2859
|
-
required_features?: components["schemas"]["ManifestV9RequiredFeatures"];
|
|
2860
|
-
optional_features?: components["schemas"]["ManifestV9OptionalFeatures"];
|
|
2861
|
-
};
|
|
2862
|
-
permissions: ("fs.workspace.read" | "fs.workspace.write" | "fs.home.read" | "fs.home.write" | "fs.environment.read" | "fs.environment.write" | "network.client" | "network.listen")[];
|
|
2863
2594
|
presentation: {
|
|
2864
2595
|
locales: {
|
|
2865
2596
|
default: components["schemas"]["ManifestV9Locale"];
|
|
@@ -2882,6 +2613,67 @@ export interface components {
|
|
|
2882
2613
|
height: number;
|
|
2883
2614
|
};
|
|
2884
2615
|
}[];
|
|
2616
|
+
capability_bindings?: {
|
|
2617
|
+
binding_id: string;
|
|
2618
|
+
contract: components["schemas"]["HostCapabilityPinV1"];
|
|
2619
|
+
}[];
|
|
2620
|
+
methods: ({
|
|
2621
|
+
method: string;
|
|
2622
|
+
/** @enum {unknown} */
|
|
2623
|
+
effect?: "read" | "write" | "delete" | "execute" | "admin";
|
|
2624
|
+
/** @enum {unknown} */
|
|
2625
|
+
execution?: "sync" | "operation" | "subscription";
|
|
2626
|
+
dangerous?: boolean;
|
|
2627
|
+
preflight_only?: boolean;
|
|
2628
|
+
broker_access?: {
|
|
2629
|
+
storage?: {
|
|
2630
|
+
store_id: string;
|
|
2631
|
+
operations: ("read" | "write" | "delete" | "list" | "get" | "put" | "query" | "exec")[];
|
|
2632
|
+
}[];
|
|
2633
|
+
network?: ({
|
|
2634
|
+
connector_id: string;
|
|
2635
|
+
/** @enum {unknown} */
|
|
2636
|
+
transport: "http" | "websocket" | "tcp" | "udp";
|
|
2637
|
+
operations: ("http" | "http_stream" | "websocket_round_trip" | "tcp_round_trip" | "udp_round_trip")[];
|
|
2638
|
+
http_methods?: ("GET" | "HEAD" | "POST" | "PUT" | "PATCH" | "DELETE" | "OPTIONS")[];
|
|
2639
|
+
} & unknown)[];
|
|
2640
|
+
};
|
|
2641
|
+
route: {
|
|
2642
|
+
/** @enum {unknown} */
|
|
2643
|
+
kind: "capability" | "worker" | "core_action";
|
|
2644
|
+
binding_id?: string;
|
|
2645
|
+
target_method?: string;
|
|
2646
|
+
worker_id?: string;
|
|
2647
|
+
action_id?: string;
|
|
2648
|
+
} & (unknown & unknown & unknown);
|
|
2649
|
+
confirmation?: {
|
|
2650
|
+
/** @enum {unknown} */
|
|
2651
|
+
mode: "none" | "required" | "risk_based";
|
|
2652
|
+
preflight_method?: string | null;
|
|
2653
|
+
request_hash_fields?: string[];
|
|
2654
|
+
plan_hash_required?: boolean;
|
|
2655
|
+
};
|
|
2656
|
+
cancel_policy?: {
|
|
2657
|
+
cancelable: boolean;
|
|
2658
|
+
/** @enum {unknown} */
|
|
2659
|
+
disable_behavior?: "cancel" | "orphan" | "wait";
|
|
2660
|
+
/** @enum {unknown} */
|
|
2661
|
+
uninstall_behavior?: "cancel_then_block_delete" | "force_cleanup_allowed";
|
|
2662
|
+
ack_timeout_ms?: number;
|
|
2663
|
+
} & (unknown & unknown);
|
|
2664
|
+
request_schema?: components["schemas"]["ManifestV9MethodSchema"] & {
|
|
2665
|
+
/** @constant */
|
|
2666
|
+
type: "object";
|
|
2667
|
+
/** @constant */
|
|
2668
|
+
additionalProperties: false;
|
|
2669
|
+
};
|
|
2670
|
+
response_schema?: components["schemas"]["ManifestV9MethodSchema"] & {
|
|
2671
|
+
/** @constant */
|
|
2672
|
+
type: "object";
|
|
2673
|
+
/** @constant */
|
|
2674
|
+
additionalProperties: false;
|
|
2675
|
+
};
|
|
2676
|
+
} & (unknown & unknown & unknown & unknown))[];
|
|
2885
2677
|
workers: {
|
|
2886
2678
|
worker_id: string;
|
|
2887
2679
|
artifact: string;
|
|
@@ -2891,16 +2683,6 @@ export interface components {
|
|
|
2891
2683
|
scope: "user" | "environment";
|
|
2892
2684
|
memory_limit_bytes: number;
|
|
2893
2685
|
}[];
|
|
2894
|
-
methods: {
|
|
2895
|
-
method: string;
|
|
2896
|
-
worker_id: string;
|
|
2897
|
-
/** @enum {unknown} */
|
|
2898
|
-
effect: "read" | "write" | "execute" | "delete" | "admin";
|
|
2899
|
-
/** @enum {unknown} */
|
|
2900
|
-
execution: "sync" | "operation" | "subscription";
|
|
2901
|
-
request_schema: components["schemas"]["ManifestV9MethodSchema"];
|
|
2902
|
-
response_schema: components["schemas"]["ManifestV9MethodSchema"];
|
|
2903
|
-
}[];
|
|
2904
2686
|
storage?: {
|
|
2905
2687
|
stores?: {
|
|
2906
2688
|
store_id: string;
|
|
@@ -2913,13 +2695,124 @@ export interface components {
|
|
|
2913
2695
|
schema_version: number;
|
|
2914
2696
|
}[];
|
|
2915
2697
|
};
|
|
2916
|
-
|
|
2698
|
+
network_access?: {
|
|
2699
|
+
connectors?: {
|
|
2700
|
+
connector_id: string;
|
|
2701
|
+
/** @enum {unknown} */
|
|
2702
|
+
transport: "http" | "websocket" | "tcp" | "udp";
|
|
2703
|
+
/** @enum {unknown} */
|
|
2704
|
+
scope: "user" | "environment";
|
|
2705
|
+
destinations: string[];
|
|
2706
|
+
auth?: Record<string, never>;
|
|
2707
|
+
tls?: Record<string, never>;
|
|
2708
|
+
}[];
|
|
2709
|
+
};
|
|
2710
|
+
settings?: {
|
|
2711
|
+
schema_version: number;
|
|
2712
|
+
fields?: {
|
|
2713
|
+
key: string;
|
|
2714
|
+
type: string;
|
|
2715
|
+
/** @enum {unknown} */
|
|
2716
|
+
scope: "user" | "environment";
|
|
2717
|
+
label: string;
|
|
2718
|
+
default?: unknown;
|
|
2719
|
+
secret_ref?: string;
|
|
2720
|
+
options?: components["schemas"]["ManifestV9SettingOption"][];
|
|
2721
|
+
validation?: Record<string, never>;
|
|
2722
|
+
}[];
|
|
2723
|
+
};
|
|
2724
|
+
intents?: {
|
|
2725
|
+
intent_id: string;
|
|
2726
|
+
method: string;
|
|
2727
|
+
payload_schema?: Record<string, never>;
|
|
2728
|
+
}[];
|
|
2729
|
+
api: {
|
|
2730
|
+
/** @constant */
|
|
2731
|
+
major: 1;
|
|
2732
|
+
required_features?: components["schemas"]["ManifestV9RequiredFeatures"];
|
|
2733
|
+
optional_features?: components["schemas"]["ManifestV9OptionalFeatures"];
|
|
2734
|
+
};
|
|
2735
|
+
permissions: ("fs.workspace.read" | "fs.workspace.write" | "fs.home.read" | "fs.home.write" | "fs.environment.read" | "fs.environment.write" | "network.client" | "network.listen")[];
|
|
2917
2736
|
};
|
|
2918
|
-
ManifestV9Semver: string;
|
|
2919
2737
|
ManifestV9Locale: string;
|
|
2738
|
+
ManifestV9Summary: string;
|
|
2739
|
+
ManifestV9Description: string[];
|
|
2740
|
+
ManifestV9Highlights: string[];
|
|
2741
|
+
ManifestV9Keywords: string[];
|
|
2742
|
+
ManifestV9SettingOption: {
|
|
2743
|
+
value: string;
|
|
2744
|
+
label: string;
|
|
2745
|
+
};
|
|
2746
|
+
ManifestV9LocalizedSurface: {
|
|
2747
|
+
surface_id: string;
|
|
2748
|
+
label: string;
|
|
2749
|
+
};
|
|
2750
|
+
ManifestV9LocalizedSetting: {
|
|
2751
|
+
key: string;
|
|
2752
|
+
label: string;
|
|
2753
|
+
options: components["schemas"]["ManifestV9SettingOption"][];
|
|
2754
|
+
};
|
|
2755
|
+
ManifestV9Localization: {
|
|
2756
|
+
locale: components["schemas"]["ManifestV9Locale"];
|
|
2757
|
+
plugin_name: string;
|
|
2758
|
+
publisher_name?: string;
|
|
2759
|
+
summary: components["schemas"]["ManifestV9Summary"];
|
|
2760
|
+
description: components["schemas"]["ManifestV9Description"];
|
|
2761
|
+
highlights: components["schemas"]["ManifestV9Highlights"];
|
|
2762
|
+
keywords: components["schemas"]["ManifestV9Keywords"];
|
|
2763
|
+
surfaces: components["schemas"]["ManifestV9LocalizedSurface"][];
|
|
2764
|
+
settings: components["schemas"]["ManifestV9LocalizedSetting"][];
|
|
2765
|
+
};
|
|
2766
|
+
ManifestV9Semver: string;
|
|
2767
|
+
ManifestV9MethodSchema: false | (({
|
|
2768
|
+
description?: string;
|
|
2769
|
+
readOnly?: boolean;
|
|
2770
|
+
writeOnly?: boolean;
|
|
2771
|
+
$ref?: string;
|
|
2772
|
+
type?: ("null" | "boolean" | "object" | "array" | "number" | "integer" | "string") | ("null" | "boolean" | "object" | "array" | "number" | "integer" | "string")[];
|
|
2773
|
+
properties?: {
|
|
2774
|
+
[key: string]: components["schemas"]["ManifestV9MethodSchema"];
|
|
2775
|
+
};
|
|
2776
|
+
patternProperties?: {
|
|
2777
|
+
[key: string]: components["schemas"]["ManifestV9MethodSchema"];
|
|
2778
|
+
};
|
|
2779
|
+
required?: string[];
|
|
2780
|
+
/** @constant */
|
|
2781
|
+
additionalProperties?: false;
|
|
2782
|
+
items?: components["schemas"]["ManifestV9MethodSchema"];
|
|
2783
|
+
allOf?: components["schemas"]["ManifestV9MethodSchema"][];
|
|
2784
|
+
anyOf?: components["schemas"]["ManifestV9MethodSchema"][];
|
|
2785
|
+
oneOf?: components["schemas"]["ManifestV9MethodSchema"][];
|
|
2786
|
+
enum?: unknown[];
|
|
2787
|
+
const?: unknown;
|
|
2788
|
+
default?: unknown;
|
|
2789
|
+
examples?: unknown[];
|
|
2790
|
+
minimum?: number;
|
|
2791
|
+
maximum?: number;
|
|
2792
|
+
exclusiveMinimum?: number;
|
|
2793
|
+
exclusiveMaximum?: number;
|
|
2794
|
+
multipleOf?: number;
|
|
2795
|
+
minLength?: number;
|
|
2796
|
+
maxLength?: number;
|
|
2797
|
+
pattern?: string;
|
|
2798
|
+
format?: string;
|
|
2799
|
+
minItems?: number;
|
|
2800
|
+
maxItems?: number;
|
|
2801
|
+
uniqueItems?: boolean;
|
|
2802
|
+
minProperties?: number;
|
|
2803
|
+
maxProperties?: number;
|
|
2804
|
+
} & (unknown & unknown)) | unknown | unknown | unknown | unknown | unknown | unknown | unknown | unknown | unknown | unknown | unknown | unknown | unknown);
|
|
2920
2805
|
ManifestV9RequiredFeatures: ("io.stream.v1" | "fs.workspace.v1" | "fs.home.v1" | "fs.environment.v1" | "fs.watch.v1" | "net.http.v1" | "net.websocket.v1" | "net.tcp.v1" | "net.udp.v1")[];
|
|
2921
2806
|
ManifestV9OptionalFeatures: string[];
|
|
2922
|
-
|
|
2807
|
+
HostCapabilityPinV1: {
|
|
2808
|
+
publisher_id: components["schemas"]["HostCapabilityPinV1Id"];
|
|
2809
|
+
contract_id: components["schemas"]["HostCapabilityPinV1Id"];
|
|
2810
|
+
contract_version: components["schemas"]["HostCapabilityPinV1Semver"];
|
|
2811
|
+
artifact_sha256: components["schemas"]["HostCapabilityPinV1Sha256"];
|
|
2812
|
+
};
|
|
2813
|
+
HostCapabilityPinV1Id: string;
|
|
2814
|
+
HostCapabilityPinV1Semver: string;
|
|
2815
|
+
HostCapabilityPinV1Sha256: string;
|
|
2923
2816
|
OpaqueSurfaceDocumentV3: {
|
|
2924
2817
|
/** @constant */
|
|
2925
2818
|
schema_version: "redevplugin.opaque_surface_document.v3";
|
|
@@ -2956,15 +2849,6 @@ export interface components {
|
|
|
2956
2849
|
size: number;
|
|
2957
2850
|
content_type: string;
|
|
2958
2851
|
};
|
|
2959
|
-
HostCapabilityPinV1: {
|
|
2960
|
-
publisher_id: components["schemas"]["HostCapabilityPinV1Id"];
|
|
2961
|
-
contract_id: components["schemas"]["HostCapabilityPinV1Id"];
|
|
2962
|
-
contract_version: components["schemas"]["HostCapabilityPinV1Semver"];
|
|
2963
|
-
artifact_sha256: components["schemas"]["HostCapabilityPinV1Sha256"];
|
|
2964
|
-
};
|
|
2965
|
-
HostCapabilityPinV1Id: string;
|
|
2966
|
-
HostCapabilityPinV1Semver: string;
|
|
2967
|
-
HostCapabilityPinV1Sha256: string;
|
|
2968
2852
|
};
|
|
2969
2853
|
responses: {
|
|
2970
2854
|
/** @description Closed non-success response for read-only platform operations. */
|
|
@@ -3093,15 +2977,6 @@ export interface components {
|
|
|
3093
2977
|
"application/json": components["schemas"]["PluginFeaturesSuccessResponse"];
|
|
3094
2978
|
};
|
|
3095
2979
|
};
|
|
3096
|
-
/** @description Released platform compatibility manifest. */
|
|
3097
|
-
CompatibilityResponse: {
|
|
3098
|
-
headers: {
|
|
3099
|
-
[name: string]: unknown;
|
|
3100
|
-
};
|
|
3101
|
-
content: {
|
|
3102
|
-
"application/json": components["schemas"]["CompatibilitySuccessResponse"];
|
|
3103
|
-
};
|
|
3104
|
-
};
|
|
3105
2980
|
/** @description Prepared plugin method confirmation. The raw confirmation token stays server-side and is never returned to parent JavaScript or the plugin iframe. */
|
|
3106
2981
|
PluginMethodConfirmationPreparationResponse: {
|
|
3107
2982
|
headers: {
|
|
@@ -3557,11 +3432,6 @@ export interface components {
|
|
|
3557
3432
|
"application/json": components["schemas"]["DeleteRetainedDataRequest"];
|
|
3558
3433
|
};
|
|
3559
3434
|
};
|
|
3560
|
-
BindRetainedDataRequest: {
|
|
3561
|
-
content: {
|
|
3562
|
-
"application/json": components["schemas"]["BindRetainedDataRequest"];
|
|
3563
|
-
};
|
|
3564
|
-
};
|
|
3565
3435
|
CleanupExpiredRetainedDataRequest: {
|
|
3566
3436
|
content: {
|
|
3567
3437
|
"application/json": components["schemas"]["CleanupExpiredRetainedDataRequest"];
|
|
@@ -3861,19 +3731,6 @@ export interface operations {
|
|
|
3861
3731
|
default: components["responses"]["PlatformErrorResponse"];
|
|
3862
3732
|
};
|
|
3863
3733
|
};
|
|
3864
|
-
getPluginPlatformCompatibility: {
|
|
3865
|
-
parameters: {
|
|
3866
|
-
query?: never;
|
|
3867
|
-
header?: never;
|
|
3868
|
-
path?: never;
|
|
3869
|
-
cookie?: never;
|
|
3870
|
-
};
|
|
3871
|
-
requestBody: components["requestBodies"]["EmptyQueryRequest"];
|
|
3872
|
-
responses: {
|
|
3873
|
-
200: components["responses"]["CompatibilityResponse"];
|
|
3874
|
-
default: components["responses"]["PlatformErrorResponse"];
|
|
3875
|
-
};
|
|
3876
|
-
};
|
|
3877
3734
|
openPluginSurface: {
|
|
3878
3735
|
parameters: {
|
|
3879
3736
|
query?: never;
|
|
@@ -4228,19 +4085,6 @@ export interface operations {
|
|
|
4228
4085
|
default: components["responses"]["MutationPlatformErrorResponse"];
|
|
4229
4086
|
};
|
|
4230
4087
|
};
|
|
4231
|
-
bindPluginRetainedData: {
|
|
4232
|
-
parameters: {
|
|
4233
|
-
query?: never;
|
|
4234
|
-
header?: never;
|
|
4235
|
-
path?: never;
|
|
4236
|
-
cookie?: never;
|
|
4237
|
-
};
|
|
4238
|
-
requestBody: components["requestBodies"]["BindRetainedDataRequest"];
|
|
4239
|
-
responses: {
|
|
4240
|
-
200: components["responses"]["RetainedDataBindingResponse"];
|
|
4241
|
-
default: components["responses"]["MutationPlatformErrorResponse"];
|
|
4242
|
-
};
|
|
4243
|
-
};
|
|
4244
4088
|
cleanupExpiredPluginRetainedData: {
|
|
4245
4089
|
parameters: {
|
|
4246
4090
|
query?: never;
|