@floegence/redevplugin-ui 0.6.7 → 0.6.10
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 +4 -4
- package/dist/contracts.gen.js +4 -4
- package/dist/openapi.gen.d.ts +604 -1
- package/dist/platform.d.ts +15 -1
- package/dist/platform.js +106 -0
- package/dist/surface.d.ts +17 -0
- package/dist/surface.js +164 -24
- package/dist/trusted-parent.d.ts +1 -1
- package/package.json +2 -2
package/dist/contracts.gen.d.ts
CHANGED
|
@@ -131,7 +131,7 @@ export declare const redevPluginContractArtifacts: readonly [{
|
|
|
131
131
|
readonly id: "opaque-surface-transport-schema";
|
|
132
132
|
readonly path: "spec/plugin/opaque-surface-transport-v4.schema.json";
|
|
133
133
|
readonly version: "opaque-surface-transport-v4";
|
|
134
|
-
readonly sha256: "
|
|
134
|
+
readonly sha256: "004da73aba882cf8c2130af0c69d3eed4c710539f21287841bc2e7e870e60f8f";
|
|
135
135
|
}, {
|
|
136
136
|
readonly id: "owner-scope-inventory-registry";
|
|
137
137
|
readonly path: "spec/plugin/owner-scope-inventories-v1.json";
|
|
@@ -156,12 +156,12 @@ export declare const redevPluginContractArtifacts: readonly [{
|
|
|
156
156
|
readonly id: "performance-contract";
|
|
157
157
|
readonly path: "spec/plugin/performance-contract-v3.json";
|
|
158
158
|
readonly version: "performance-contract-v3";
|
|
159
|
-
readonly sha256: "
|
|
159
|
+
readonly sha256: "df328f565d111ad4ea2b83eaf873de534f4a07c683b39cf24334ac182f564e1e";
|
|
160
160
|
}, {
|
|
161
161
|
readonly id: "performance-evidence-schema";
|
|
162
162
|
readonly path: "spec/plugin/performance-evidence-v3.schema.json";
|
|
163
163
|
readonly version: "performance-evidence-v3";
|
|
164
|
-
readonly sha256: "
|
|
164
|
+
readonly sha256: "fe9b9c48aa89dd67453c7e982301d48dd5bbe34c418488bf5265479d49c2dadc";
|
|
165
165
|
}, {
|
|
166
166
|
readonly id: "platform-package-publication-schema";
|
|
167
167
|
readonly path: "spec/plugin/platform-package-publication-v1.schema.json";
|
|
@@ -176,7 +176,7 @@ export declare const redevPluginContractArtifacts: readonly [{
|
|
|
176
176
|
readonly id: "plugin-platform-openapi";
|
|
177
177
|
readonly path: "spec/openapi/plugin-platform-v8.yaml";
|
|
178
178
|
readonly version: "plugin-platform-v8";
|
|
179
|
-
readonly sha256: "
|
|
179
|
+
readonly sha256: "94e0cc88cb5ad8e7773677617530028578859e0bf229a6b75997f24885eb36d2";
|
|
180
180
|
}, {
|
|
181
181
|
readonly id: "process-containment-schema";
|
|
182
182
|
readonly path: "spec/plugin/process-containment-v1.schema.json";
|
package/dist/contracts.gen.js
CHANGED
|
@@ -140,7 +140,7 @@ export const redevPluginContractArtifacts = [
|
|
|
140
140
|
id: "opaque-surface-transport-schema",
|
|
141
141
|
path: "spec/plugin/opaque-surface-transport-v4.schema.json",
|
|
142
142
|
version: "opaque-surface-transport-v4",
|
|
143
|
-
sha256: "
|
|
143
|
+
sha256: "004da73aba882cf8c2130af0c69d3eed4c710539f21287841bc2e7e870e60f8f",
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
id: "owner-scope-inventory-registry",
|
|
@@ -170,13 +170,13 @@ export const redevPluginContractArtifacts = [
|
|
|
170
170
|
id: "performance-contract",
|
|
171
171
|
path: "spec/plugin/performance-contract-v3.json",
|
|
172
172
|
version: "performance-contract-v3",
|
|
173
|
-
sha256: "
|
|
173
|
+
sha256: "df328f565d111ad4ea2b83eaf873de534f4a07c683b39cf24334ac182f564e1e",
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
id: "performance-evidence-schema",
|
|
177
177
|
path: "spec/plugin/performance-evidence-v3.schema.json",
|
|
178
178
|
version: "performance-evidence-v3",
|
|
179
|
-
sha256: "
|
|
179
|
+
sha256: "fe9b9c48aa89dd67453c7e982301d48dd5bbe34c418488bf5265479d49c2dadc",
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
id: "platform-package-publication-schema",
|
|
@@ -194,7 +194,7 @@ export const redevPluginContractArtifacts = [
|
|
|
194
194
|
id: "plugin-platform-openapi",
|
|
195
195
|
path: "spec/openapi/plugin-platform-v8.yaml",
|
|
196
196
|
version: "plugin-platform-v8",
|
|
197
|
-
sha256: "
|
|
197
|
+
sha256: "94e0cc88cb5ad8e7773677617530028578859e0bf229a6b75997f24885eb36d2",
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
id: "process-containment-schema",
|