@floegence/redevplugin-ui 2.0.9 → 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 +196 -348
- 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,9 +1771,13 @@ export interface components {
|
|
|
1840
1771
|
/** Format: date-time */
|
|
1841
1772
|
assessed_at: string;
|
|
1842
1773
|
};
|
|
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. */
|
|
1843
1775
|
ExternalPackagePermissionSummary: {
|
|
1844
1776
|
permission_id: string;
|
|
1845
1777
|
methods: string[];
|
|
1778
|
+
/** @constant */
|
|
1779
|
+
required: true;
|
|
1780
|
+
effects: ("read" | "write" | "delete" | "execute" | "admin")[];
|
|
1846
1781
|
};
|
|
1847
1782
|
ExternalPackageMethodRouteSummary: {
|
|
1848
1783
|
/** @enum {string} */
|
|
@@ -1890,8 +1825,6 @@ export interface components {
|
|
|
1890
1825
|
worker_id: string;
|
|
1891
1826
|
artifact: string;
|
|
1892
1827
|
/** @constant */
|
|
1893
|
-
abi: "redevplugin-wasm-worker-v2";
|
|
1894
|
-
/** @constant */
|
|
1895
1828
|
mode: "job";
|
|
1896
1829
|
scope: components["schemas"]["ResourceScopeKind"];
|
|
1897
1830
|
memory_limit_bytes: number;
|
|
@@ -2022,20 +1955,12 @@ export interface components {
|
|
|
2022
1955
|
};
|
|
2023
1956
|
InstalledExternalPackage: {
|
|
2024
1957
|
plugin: components["schemas"]["PluginRecord"];
|
|
2025
|
-
activation: components["schemas"]["PluginInstallActivation"];
|
|
2026
1958
|
signature_assessment: components["schemas"]["ExternalPackageSignatureAssessment"];
|
|
2027
1959
|
source_provenance: components["schemas"]["ExternalPackageSourceProvenance"];
|
|
2028
1960
|
execution_approval: components["schemas"]["ExternalPackageExecutionApproval"];
|
|
2029
1961
|
update_eligibility: components["schemas"]["ExternalPackageUpdateEligibility"];
|
|
2030
1962
|
security_summary: components["schemas"]["ExternalPackageSecuritySummary"];
|
|
2031
1963
|
};
|
|
2032
|
-
PluginInstallActivation: {
|
|
2033
|
-
/** @enum {string} */
|
|
2034
|
-
status: "not_requested" | "enabled" | "needs_attention";
|
|
2035
|
-
missing_permission_ids?: string[];
|
|
2036
|
-
/** @enum {string} */
|
|
2037
|
-
next_action?: "approve_permissions" | "retry_activation";
|
|
2038
|
-
};
|
|
2039
1964
|
ReleasePackageInspection: {
|
|
2040
1965
|
plugin_instance_id: string;
|
|
2041
1966
|
release_ref: components["schemas"]["PluginReleaseRef"];
|
|
@@ -2090,7 +2015,6 @@ export interface components {
|
|
|
2090
2015
|
presentation: components["schemas"]["PresentationCatalog"];
|
|
2091
2016
|
presentation_sha256: string;
|
|
2092
2017
|
package_entries: components["schemas"]["PackageEntry"][];
|
|
2093
|
-
runtime_requirement?: components["schemas"]["RuntimeRequirement"];
|
|
2094
2018
|
/** Format: date-time */
|
|
2095
2019
|
activated_at: string;
|
|
2096
2020
|
metadata?: {
|
|
@@ -2121,7 +2045,7 @@ export interface components {
|
|
|
2121
2045
|
security_summary?: components["schemas"]["ExternalPackageSecuritySummary"];
|
|
2122
2046
|
capability_contracts?: components["schemas"]["CapabilityContractPin"][];
|
|
2123
2047
|
/** @enum {string} */
|
|
2124
|
-
enable_state: "
|
|
2048
|
+
enable_state: "enabled" | "disabled_by_user";
|
|
2125
2049
|
disabled_reason?: string;
|
|
2126
2050
|
policy_revision: number;
|
|
2127
2051
|
management_revision: number;
|
|
@@ -2130,7 +2054,6 @@ export interface components {
|
|
|
2130
2054
|
presentation: components["schemas"]["PresentationCatalog"];
|
|
2131
2055
|
presentation_sha256: string;
|
|
2132
2056
|
package_entries: components["schemas"]["PackageEntry"][];
|
|
2133
|
-
runtime_requirement?: components["schemas"]["RuntimeRequirement"];
|
|
2134
2057
|
version_history?: components["schemas"]["PluginVersion"][];
|
|
2135
2058
|
/** Format: date-time */
|
|
2136
2059
|
installed_at: string;
|
|
@@ -2151,10 +2074,6 @@ export interface components {
|
|
|
2151
2074
|
mode: string;
|
|
2152
2075
|
content_type?: string;
|
|
2153
2076
|
};
|
|
2154
|
-
RuntimeRequirement: {
|
|
2155
|
-
min_version: components["schemas"]["StrictSemVer"];
|
|
2156
|
-
supported_targets?: ("darwin/amd64" | "darwin/arm64" | "linux/amd64" | "linux/arm64")[];
|
|
2157
|
-
};
|
|
2158
2077
|
LocalImportProvenance: {
|
|
2159
2078
|
import_id: string;
|
|
2160
2079
|
/** @enum {unknown} */
|
|
@@ -2230,8 +2149,6 @@ export interface components {
|
|
|
2230
2149
|
StartReleaseInstallExecutionRequest: {
|
|
2231
2150
|
request_id: string;
|
|
2232
2151
|
plugin_instance_id: string;
|
|
2233
|
-
activate_after_install?: boolean;
|
|
2234
|
-
approved_permission_ids?: string[];
|
|
2235
2152
|
release_ref: components["schemas"]["PluginReleaseRef"];
|
|
2236
2153
|
};
|
|
2237
2154
|
ListRetainedDataQueryRequest: {
|
|
@@ -2260,8 +2177,6 @@ export interface components {
|
|
|
2260
2177
|
plugin_id: string;
|
|
2261
2178
|
plugin_instance_id: string;
|
|
2262
2179
|
plugin_version: components["schemas"]["StrictSemVer"];
|
|
2263
|
-
/** @enum {string} */
|
|
2264
|
-
ui_protocol_version: "plugin-ui-v7";
|
|
2265
2180
|
surface_id: string;
|
|
2266
2181
|
surface_instance_id: string;
|
|
2267
2182
|
active_fingerprint: string;
|
|
@@ -2307,8 +2222,6 @@ export interface components {
|
|
|
2307
2222
|
asset_session_nonce: string;
|
|
2308
2223
|
management_revision: number;
|
|
2309
2224
|
revoke_epoch: number;
|
|
2310
|
-
/** @enum {string} */
|
|
2311
|
-
ui_protocol_version: "plugin-ui-v7";
|
|
2312
2225
|
};
|
|
2313
2226
|
TrustedParentBridgeTokenRequest: {
|
|
2314
2227
|
handshake: components["schemas"]["TrustedParentBridgeHandshake"];
|
|
@@ -2519,12 +2432,6 @@ export interface components {
|
|
|
2519
2432
|
plugin_instance_id: string;
|
|
2520
2433
|
expected_binding_revision: number;
|
|
2521
2434
|
};
|
|
2522
|
-
BindRetainedDataRequest: {
|
|
2523
|
-
source_plugin_instance_id: string;
|
|
2524
|
-
expected_source_binding_revision: number;
|
|
2525
|
-
target_plugin_instance_id: string;
|
|
2526
|
-
target_expected_management_revision: number;
|
|
2527
|
-
};
|
|
2528
2435
|
CleanupExpiredRetainedDataRequest: Record<string, never>;
|
|
2529
2436
|
GrantPermissionRequest: {
|
|
2530
2437
|
plugin_instance_id: string;
|
|
@@ -2571,18 +2478,18 @@ export interface components {
|
|
|
2571
2478
|
};
|
|
2572
2479
|
remove?: string[];
|
|
2573
2480
|
};
|
|
2574
|
-
|
|
2481
|
+
ErrorCodes: Record<string, never>;
|
|
2575
2482
|
/** @enum {string} */
|
|
2576
|
-
|
|
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";
|
|
2577
2484
|
/** @enum {string} */
|
|
2578
|
-
|
|
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";
|
|
2579
2486
|
/** @enum {string} */
|
|
2580
|
-
|
|
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";
|
|
2581
2488
|
/** @enum {string} */
|
|
2582
|
-
|
|
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";
|
|
2583
2490
|
/** @enum {string} */
|
|
2584
|
-
|
|
2585
|
-
|
|
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: {
|
|
2586
2493
|
/** @constant */
|
|
2587
2494
|
exit_code: 1;
|
|
2588
2495
|
/** @constant */
|
|
@@ -2672,169 +2579,6 @@ export interface components {
|
|
|
2672
2579
|
counts: components["schemas"]["SessionScopeV1RevokeCounts"];
|
|
2673
2580
|
};
|
|
2674
2581
|
SessionScopeV1PublicRevokeResult: components["schemas"]["SessionScopeV1CompleteRevokeResult"] | components["schemas"]["SessionScopeV1IncompleteRevokeResult"];
|
|
2675
|
-
CompatibilityManifestV20: {
|
|
2676
|
-
/** @constant */
|
|
2677
|
-
schema_version: "redevplugin.compatibility.v20";
|
|
2678
|
-
package_set: components["schemas"]["PlatformPackageSetV3"];
|
|
2679
|
-
matrix: {
|
|
2680
|
-
/** @constant */
|
|
2681
|
-
plugin_ui_protocol_version: "plugin-ui-v7";
|
|
2682
|
-
/** @constant */
|
|
2683
|
-
supported_plugin_ui_protocol_versions: [
|
|
2684
|
-
"plugin-ui-v7"
|
|
2685
|
-
];
|
|
2686
|
-
/** @constant */
|
|
2687
|
-
plugin_ui_transport_mappings: [
|
|
2688
|
-
{
|
|
2689
|
-
plugin_ui_protocol_version: "plugin-ui-v7";
|
|
2690
|
-
opaque_surface_transport_schema_version: "opaque-surface-transport-v6";
|
|
2691
|
-
bridge_schema_version: "bridge-v7";
|
|
2692
|
-
}
|
|
2693
|
-
];
|
|
2694
|
-
/** @constant */
|
|
2695
|
-
plugin_host_protocol_version: "plugin-host-v11";
|
|
2696
|
-
/** @constant */
|
|
2697
|
-
rust_ipc_version: "rust-ipc-v7";
|
|
2698
|
-
/** @constant */
|
|
2699
|
-
wasm_abi_version: "redevplugin-wasm-worker-v2";
|
|
2700
|
-
/** @constant */
|
|
2701
|
-
manifest_schema_version: "manifest-v9";
|
|
2702
|
-
/** @constant */
|
|
2703
|
-
package_signature_schema_version: "package-signature-v1";
|
|
2704
|
-
/** @constant */
|
|
2705
|
-
release_metadata_schema_version: "release-metadata-v8";
|
|
2706
|
-
/** @constant */
|
|
2707
|
-
release_root_delegation_schema_version: "release-root-delegation-v1";
|
|
2708
|
-
/** @constant */
|
|
2709
|
-
release_source_policy_schema_version: "release-source-policy-v3";
|
|
2710
|
-
/** @constant */
|
|
2711
|
-
release_source_policy_pointer_schema_version: "release-source-policy-pointer-v2";
|
|
2712
|
-
/** @constant */
|
|
2713
|
-
release_revocation_schema_version: "release-revocation-v3";
|
|
2714
|
-
/** @constant */
|
|
2715
|
-
release_revocation_pointer_schema_version: "release-revocation-pointer-v2";
|
|
2716
|
-
/** @constant */
|
|
2717
|
-
token_ticket_schema_version: "token-ticket-v4";
|
|
2718
|
-
/** @constant */
|
|
2719
|
-
bridge_schema_version: "bridge-v7";
|
|
2720
|
-
/** @constant */
|
|
2721
|
-
opaque_surface_document_schema_version: "opaque-surface-document-v3";
|
|
2722
|
-
/** @constant */
|
|
2723
|
-
opaque_surface_transport_schema_version: "opaque-surface-transport-v6";
|
|
2724
|
-
/** @constant */
|
|
2725
|
-
target_classifier_version: "target-classifier-v2";
|
|
2726
|
-
/** @constant */
|
|
2727
|
-
network_grant_schema_version: "network-grant-v2";
|
|
2728
|
-
/** @constant */
|
|
2729
|
-
resource_scope_schema_version: "resource-scope-v1";
|
|
2730
|
-
/** @constant */
|
|
2731
|
-
session_scope_schema_version: "session-scope-v1";
|
|
2732
|
-
/** @constant */
|
|
2733
|
-
plugin_platform_openapi_version: "plugin-platform-v17";
|
|
2734
|
-
/** @constant */
|
|
2735
|
-
public_api_catalog_version: "public-api-v1";
|
|
2736
|
-
/** @constant */
|
|
2737
|
-
compatibility_schema_version: "compatibility-manifest-v20";
|
|
2738
|
-
/** @constant */
|
|
2739
|
-
worker_invocation_schema_version: "worker-invocation-v3";
|
|
2740
|
-
/** @constant */
|
|
2741
|
-
host_capability_contract_schema_version: "host-capability-contract-v1";
|
|
2742
|
-
/** @constant */
|
|
2743
|
-
host_capability_pin_schema_version: "host-capability-pin-v1";
|
|
2744
|
-
/** @constant */
|
|
2745
|
-
error_codes_schema_version: "error-codes-v8";
|
|
2746
|
-
/** @constant */
|
|
2747
|
-
performance_contract_version: "performance-contract-v4";
|
|
2748
|
-
/** @constant */
|
|
2749
|
-
performance_evidence_schema_version: "performance-evidence-v4";
|
|
2750
|
-
/** @constant */
|
|
2751
|
-
contract_registry_version: "contract-registry-v2";
|
|
2752
|
-
/** @constant */
|
|
2753
|
-
platform_package_set_schema_version: "platform-package-set-v3";
|
|
2754
|
-
/** @constant */
|
|
2755
|
-
platform_package_publication_schema_version: "platform-package-publication-v2";
|
|
2756
|
-
/** @constant */
|
|
2757
|
-
runtime_admission_schema_version: "runtime-admission-v1";
|
|
2758
|
-
/** @constant */
|
|
2759
|
-
runtime_descriptor_schema_version: "runtime-descriptor-v3";
|
|
2760
|
-
/** @constant */
|
|
2761
|
-
owner_scope_inventory_registry_version: "owner-scope-inventory-registry-v1";
|
|
2762
|
-
/** @constant */
|
|
2763
|
-
owner_scope_inventory_schema_version: "owner-scope-inventory-v1";
|
|
2764
|
-
/** @constant */
|
|
2765
|
-
owner_scope_migration_schema_version: "owner-scope-migration-v1";
|
|
2766
|
-
/** @constant */
|
|
2767
|
-
owner_scope_root_recovery_schema_version: "owner-scope-root-recovery-v1";
|
|
2768
|
-
/** @constant */
|
|
2769
|
-
process_containment_schema_version: "process-containment-v1";
|
|
2770
|
-
/** @constant */
|
|
2771
|
-
runtime_exec_journal_schema_version: "runtime-exec-journal-v1";
|
|
2772
|
-
/** @constant */
|
|
2773
|
-
quarantine_cleanup_schema_version: "quarantine-cleanup-v1";
|
|
2774
|
-
};
|
|
2775
|
-
contract_set_sha256: string;
|
|
2776
|
-
contracts: components["schemas"]["CompatibilityManifestV20Contract"][];
|
|
2777
|
-
};
|
|
2778
|
-
CompatibilityManifestV20Contract: {
|
|
2779
|
-
id: string;
|
|
2780
|
-
path: string;
|
|
2781
|
-
version: string;
|
|
2782
|
-
sha256: string;
|
|
2783
|
-
};
|
|
2784
|
-
PlatformPackageSetV3: {
|
|
2785
|
-
/** @constant */
|
|
2786
|
-
schema_version: "redevplugin.platform_package_set.v3";
|
|
2787
|
-
platform_version: components["schemas"]["PlatformPackageSetV3Version"];
|
|
2788
|
-
go_module: components["schemas"]["PlatformPackageSetV3GoModule"];
|
|
2789
|
-
npm_packages: [
|
|
2790
|
-
components["schemas"]["PlatformPackageSetV3NpmContracts"],
|
|
2791
|
-
components["schemas"]["PlatformPackageSetV3NpmUi"]
|
|
2792
|
-
];
|
|
2793
|
-
rust_crates: [
|
|
2794
|
-
components["schemas"]["PlatformPackageSetV3RustRuntime"],
|
|
2795
|
-
components["schemas"]["PlatformPackageSetV3RustWorkerSdk"]
|
|
2796
|
-
];
|
|
2797
|
-
/** @constant */
|
|
2798
|
-
contract_registry_version: "contract-registry-v2";
|
|
2799
|
-
contract_set_sha256: components["schemas"]["PlatformPackageSetV3Sha256"];
|
|
2800
|
-
};
|
|
2801
|
-
PlatformPackageSetV3Version: string;
|
|
2802
|
-
PlatformPackageSetV3Sha256: string;
|
|
2803
|
-
PlatformPackageSetV3GoModule: {
|
|
2804
|
-
/** @constant */
|
|
2805
|
-
module: "github.com/floegence/redevplugin/v2";
|
|
2806
|
-
version: string;
|
|
2807
|
-
};
|
|
2808
|
-
PlatformPackageSetV3NpmPackage: {
|
|
2809
|
-
name: string;
|
|
2810
|
-
version: components["schemas"]["PlatformPackageSetV3Version"];
|
|
2811
|
-
};
|
|
2812
|
-
PlatformPackageSetV3NpmContracts: components["schemas"]["PlatformPackageSetV3NpmPackage"] & {
|
|
2813
|
-
/** @constant */
|
|
2814
|
-
name?: "@floegence/redevplugin-contracts";
|
|
2815
|
-
};
|
|
2816
|
-
PlatformPackageSetV3NpmUi: components["schemas"]["PlatformPackageSetV3NpmPackage"] & {
|
|
2817
|
-
/** @constant */
|
|
2818
|
-
name?: "@floegence/redevplugin-ui";
|
|
2819
|
-
};
|
|
2820
|
-
PlatformPackageSetV3RustCrate: {
|
|
2821
|
-
name: string;
|
|
2822
|
-
version: components["schemas"]["PlatformPackageSetV3Version"];
|
|
2823
|
-
/** @enum {unknown} */
|
|
2824
|
-
role: "runtime" | "worker_sdk";
|
|
2825
|
-
};
|
|
2826
|
-
PlatformPackageSetV3RustWorkerSdk: components["schemas"]["PlatformPackageSetV3RustCrate"] & {
|
|
2827
|
-
/** @constant */
|
|
2828
|
-
name?: "redevplugin-worker-sdk";
|
|
2829
|
-
/** @constant */
|
|
2830
|
-
role?: "worker_sdk";
|
|
2831
|
-
};
|
|
2832
|
-
PlatformPackageSetV3RustRuntime: components["schemas"]["PlatformPackageSetV3RustCrate"] & {
|
|
2833
|
-
/** @constant */
|
|
2834
|
-
name?: "redevplugin-runtime";
|
|
2835
|
-
/** @constant */
|
|
2836
|
-
role?: "runtime";
|
|
2837
|
-
};
|
|
2838
2582
|
ManifestV9: {
|
|
2839
2583
|
/** @constant */
|
|
2840
2584
|
schema_version: "redevplugin.manifest.v9";
|
|
@@ -2847,15 +2591,6 @@ export interface components {
|
|
|
2847
2591
|
display_name: string;
|
|
2848
2592
|
version: components["schemas"]["ManifestV9Semver"];
|
|
2849
2593
|
};
|
|
2850
|
-
api: {
|
|
2851
|
-
/** @constant */
|
|
2852
|
-
surface: 1;
|
|
2853
|
-
/** @constant */
|
|
2854
|
-
worker: 1;
|
|
2855
|
-
required_features?: components["schemas"]["ManifestV9RequiredFeatures"];
|
|
2856
|
-
optional_features?: components["schemas"]["ManifestV9OptionalFeatures"];
|
|
2857
|
-
};
|
|
2858
|
-
permissions: ("fs.workspace.read" | "fs.workspace.write" | "fs.home.read" | "fs.home.write" | "fs.environment.read" | "fs.environment.write" | "network.client" | "network.listen")[];
|
|
2859
2594
|
presentation: {
|
|
2860
2595
|
locales: {
|
|
2861
2596
|
default: components["schemas"]["ManifestV9Locale"];
|
|
@@ -2878,6 +2613,67 @@ export interface components {
|
|
|
2878
2613
|
height: number;
|
|
2879
2614
|
};
|
|
2880
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))[];
|
|
2881
2677
|
workers: {
|
|
2882
2678
|
worker_id: string;
|
|
2883
2679
|
artifact: string;
|
|
@@ -2887,16 +2683,6 @@ export interface components {
|
|
|
2887
2683
|
scope: "user" | "environment";
|
|
2888
2684
|
memory_limit_bytes: number;
|
|
2889
2685
|
}[];
|
|
2890
|
-
methods: {
|
|
2891
|
-
method: string;
|
|
2892
|
-
worker_id: string;
|
|
2893
|
-
/** @enum {unknown} */
|
|
2894
|
-
effect: "read" | "write" | "execute" | "delete" | "admin";
|
|
2895
|
-
/** @enum {unknown} */
|
|
2896
|
-
execution: "sync" | "operation" | "subscription";
|
|
2897
|
-
request_schema: components["schemas"]["ManifestV9MethodSchema"];
|
|
2898
|
-
response_schema: components["schemas"]["ManifestV9MethodSchema"];
|
|
2899
|
-
}[];
|
|
2900
2686
|
storage?: {
|
|
2901
2687
|
stores?: {
|
|
2902
2688
|
store_id: string;
|
|
@@ -2909,13 +2695,124 @@ export interface components {
|
|
|
2909
2695
|
schema_version: number;
|
|
2910
2696
|
}[];
|
|
2911
2697
|
};
|
|
2912
|
-
|
|
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")[];
|
|
2913
2736
|
};
|
|
2914
|
-
ManifestV9Semver: string;
|
|
2915
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);
|
|
2916
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")[];
|
|
2917
2806
|
ManifestV9OptionalFeatures: string[];
|
|
2918
|
-
|
|
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;
|
|
2919
2816
|
OpaqueSurfaceDocumentV3: {
|
|
2920
2817
|
/** @constant */
|
|
2921
2818
|
schema_version: "redevplugin.opaque_surface_document.v3";
|
|
@@ -2952,15 +2849,6 @@ export interface components {
|
|
|
2952
2849
|
size: number;
|
|
2953
2850
|
content_type: string;
|
|
2954
2851
|
};
|
|
2955
|
-
HostCapabilityPinV1: {
|
|
2956
|
-
publisher_id: components["schemas"]["HostCapabilityPinV1Id"];
|
|
2957
|
-
contract_id: components["schemas"]["HostCapabilityPinV1Id"];
|
|
2958
|
-
contract_version: components["schemas"]["HostCapabilityPinV1Semver"];
|
|
2959
|
-
artifact_sha256: components["schemas"]["HostCapabilityPinV1Sha256"];
|
|
2960
|
-
};
|
|
2961
|
-
HostCapabilityPinV1Id: string;
|
|
2962
|
-
HostCapabilityPinV1Semver: string;
|
|
2963
|
-
HostCapabilityPinV1Sha256: string;
|
|
2964
2852
|
};
|
|
2965
2853
|
responses: {
|
|
2966
2854
|
/** @description Closed non-success response for read-only platform operations. */
|
|
@@ -3089,15 +2977,6 @@ export interface components {
|
|
|
3089
2977
|
"application/json": components["schemas"]["PluginFeaturesSuccessResponse"];
|
|
3090
2978
|
};
|
|
3091
2979
|
};
|
|
3092
|
-
/** @description Released platform compatibility manifest. */
|
|
3093
|
-
CompatibilityResponse: {
|
|
3094
|
-
headers: {
|
|
3095
|
-
[name: string]: unknown;
|
|
3096
|
-
};
|
|
3097
|
-
content: {
|
|
3098
|
-
"application/json": components["schemas"]["CompatibilitySuccessResponse"];
|
|
3099
|
-
};
|
|
3100
|
-
};
|
|
3101
2980
|
/** @description Prepared plugin method confirmation. The raw confirmation token stays server-side and is never returned to parent JavaScript or the plugin iframe. */
|
|
3102
2981
|
PluginMethodConfirmationPreparationResponse: {
|
|
3103
2982
|
headers: {
|
|
@@ -3553,11 +3432,6 @@ export interface components {
|
|
|
3553
3432
|
"application/json": components["schemas"]["DeleteRetainedDataRequest"];
|
|
3554
3433
|
};
|
|
3555
3434
|
};
|
|
3556
|
-
BindRetainedDataRequest: {
|
|
3557
|
-
content: {
|
|
3558
|
-
"application/json": components["schemas"]["BindRetainedDataRequest"];
|
|
3559
|
-
};
|
|
3560
|
-
};
|
|
3561
3435
|
CleanupExpiredRetainedDataRequest: {
|
|
3562
3436
|
content: {
|
|
3563
3437
|
"application/json": components["schemas"]["CleanupExpiredRetainedDataRequest"];
|
|
@@ -3857,19 +3731,6 @@ export interface operations {
|
|
|
3857
3731
|
default: components["responses"]["PlatformErrorResponse"];
|
|
3858
3732
|
};
|
|
3859
3733
|
};
|
|
3860
|
-
getPluginPlatformCompatibility: {
|
|
3861
|
-
parameters: {
|
|
3862
|
-
query?: never;
|
|
3863
|
-
header?: never;
|
|
3864
|
-
path?: never;
|
|
3865
|
-
cookie?: never;
|
|
3866
|
-
};
|
|
3867
|
-
requestBody: components["requestBodies"]["EmptyQueryRequest"];
|
|
3868
|
-
responses: {
|
|
3869
|
-
200: components["responses"]["CompatibilityResponse"];
|
|
3870
|
-
default: components["responses"]["PlatformErrorResponse"];
|
|
3871
|
-
};
|
|
3872
|
-
};
|
|
3873
3734
|
openPluginSurface: {
|
|
3874
3735
|
parameters: {
|
|
3875
3736
|
query?: never;
|
|
@@ -4224,19 +4085,6 @@ export interface operations {
|
|
|
4224
4085
|
default: components["responses"]["MutationPlatformErrorResponse"];
|
|
4225
4086
|
};
|
|
4226
4087
|
};
|
|
4227
|
-
bindPluginRetainedData: {
|
|
4228
|
-
parameters: {
|
|
4229
|
-
query?: never;
|
|
4230
|
-
header?: never;
|
|
4231
|
-
path?: never;
|
|
4232
|
-
cookie?: never;
|
|
4233
|
-
};
|
|
4234
|
-
requestBody: components["requestBodies"]["BindRetainedDataRequest"];
|
|
4235
|
-
responses: {
|
|
4236
|
-
200: components["responses"]["RetainedDataBindingResponse"];
|
|
4237
|
-
default: components["responses"]["MutationPlatformErrorResponse"];
|
|
4238
|
-
};
|
|
4239
|
-
};
|
|
4240
4088
|
cleanupExpiredPluginRetainedData: {
|
|
4241
4089
|
parameters: {
|
|
4242
4090
|
query?: never;
|