@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/error-codes.gen.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from spec/plugin/error-codes
|
|
1
|
+
// Generated from spec/plugin/error-codes.schema.json. Do not edit.
|
|
2
2
|
export const pluginPlatformErrorCodes = [
|
|
3
3
|
"PLUGIN_INVALID_REQUEST",
|
|
4
4
|
"PLUGIN_MANIFEST_INVALID",
|
|
@@ -19,7 +19,6 @@ export const pluginPlatformErrorCodes = [
|
|
|
19
19
|
"PLUGIN_INSTALL_STATE_CONFLICT",
|
|
20
20
|
"PLUGIN_INTERNAL_FAILURE",
|
|
21
21
|
"PLUGIN_DISABLED",
|
|
22
|
-
"PLUGIN_DISABLED_BY_POLICY",
|
|
23
22
|
"PLUGIN_PERMISSION_DENIED",
|
|
24
23
|
"PLUGIN_ORIGIN_DENIED",
|
|
25
24
|
"PLUGIN_ACTION_DENIED",
|
|
@@ -54,7 +53,6 @@ export const pluginPlatformErrorCodes = [
|
|
|
54
53
|
"PLUGIN_RUNTIME_UNAVAILABLE",
|
|
55
54
|
"PLUGIN_RUNTIME_VERSION_MISMATCH",
|
|
56
55
|
"PLUGIN_RUNTIME_CONTRACT_MISMATCH",
|
|
57
|
-
"PLUGIN_UI_PROTOCOL_UNSUPPORTED",
|
|
58
56
|
"PLUGIN_UI_PROTOCOL_VIOLATION",
|
|
59
57
|
"PLUGIN_SURFACE_QUIESCE_TIMEOUT",
|
|
60
58
|
"PLUGIN_JSON_LIMIT_EXCEEDED",
|
|
@@ -89,7 +87,6 @@ export const pluginBridgeErrorCodes = [
|
|
|
89
87
|
"PLUGIN_INSTALL_STATE_CONFLICT",
|
|
90
88
|
"PLUGIN_INTERNAL_FAILURE",
|
|
91
89
|
"PLUGIN_DISABLED",
|
|
92
|
-
"PLUGIN_DISABLED_BY_POLICY",
|
|
93
90
|
"PLUGIN_PERMISSION_DENIED",
|
|
94
91
|
"PLUGIN_ORIGIN_DENIED",
|
|
95
92
|
"PLUGIN_ACTION_DENIED",
|
|
@@ -124,7 +121,6 @@ export const pluginBridgeErrorCodes = [
|
|
|
124
121
|
"PLUGIN_RUNTIME_UNAVAILABLE",
|
|
125
122
|
"PLUGIN_RUNTIME_VERSION_MISMATCH",
|
|
126
123
|
"PLUGIN_RUNTIME_CONTRACT_MISMATCH",
|
|
127
|
-
"PLUGIN_UI_PROTOCOL_UNSUPPORTED",
|
|
128
124
|
"PLUGIN_UI_PROTOCOL_VIOLATION",
|
|
129
125
|
"PLUGIN_SURFACE_QUIESCE_TIMEOUT",
|
|
130
126
|
"PLUGIN_JSON_LIMIT_EXCEEDED",
|
|
@@ -165,7 +161,6 @@ export const pluginClientErrorCodes = [
|
|
|
165
161
|
"PLUGIN_INSTALL_STATE_CONFLICT",
|
|
166
162
|
"PLUGIN_INTERNAL_FAILURE",
|
|
167
163
|
"PLUGIN_DISABLED",
|
|
168
|
-
"PLUGIN_DISABLED_BY_POLICY",
|
|
169
164
|
"PLUGIN_PERMISSION_DENIED",
|
|
170
165
|
"PLUGIN_ORIGIN_DENIED",
|
|
171
166
|
"PLUGIN_ACTION_DENIED",
|
|
@@ -200,7 +195,6 @@ export const pluginClientErrorCodes = [
|
|
|
200
195
|
"PLUGIN_RUNTIME_UNAVAILABLE",
|
|
201
196
|
"PLUGIN_RUNTIME_VERSION_MISMATCH",
|
|
202
197
|
"PLUGIN_RUNTIME_CONTRACT_MISMATCH",
|
|
203
|
-
"PLUGIN_UI_PROTOCOL_UNSUPPORTED",
|
|
204
198
|
"PLUGIN_UI_PROTOCOL_VIOLATION",
|
|
205
199
|
"PLUGIN_SURFACE_QUIESCE_TIMEOUT",
|
|
206
200
|
"PLUGIN_JSON_LIMIT_EXCEEDED",
|