community: trim premium wizard surface

This commit is contained in:
a.tolmachev
2026-05-07 20:34:32 +00:00
parent 796def4cfd
commit 202c886793
11 changed files with 16 additions and 696 deletions
+1 -27
View File
@@ -11,13 +11,7 @@
wizardWorkspaceId: null,
wizardCurrentOperation: null,
wizardCurrentVersion: null,
wizardProtoUpload: null,
wizardDescriptorSetUpload: null,
wizardSoapWsdlUpload: null,
wizardSoapXsdUpload: null,
wizardTestResponsePreview: null,
grpcDescriptorServices: [],
soapServiceCatalog: [],
wizardProtocolCapabilities: null,
wizardEditionCapabilities: null,
wizardSecrets: [],
@@ -50,29 +44,13 @@
supports_execution_modes: ['unary'],
supports_transport_behaviors: ['request_response'],
},
graphql: {
supports_execution_modes: ['unary'],
supports_transport_behaviors: ['request_response'],
},
grpc: {
supports_execution_modes: ['unary'],
supports_transport_behaviors: ['request_response'],
},
websocket: {
supports_execution_modes: ['unary'],
supports_transport_behaviors: ['request_response'],
},
soap: {
supports_execution_modes: ['unary'],
supports_transport_behaviors: ['request_response'],
},
};
}
function defaultEditionCapabilities() {
return {
edition: 'community',
supported_protocols: ['rest', 'graphql', 'grpc'],
supported_protocols: ['rest'],
supported_security_levels: ['standard'],
machine_access_modes: ['static_agent_key'],
limits: {
@@ -130,10 +108,6 @@
function step3Labels() {
return {
rest: tKey('wizard.step3.rest.label'),
graphql: tKey('wizard.step3.graphql.label'),
grpc: tKey('wizard.step3.grpc.label'),
websocket: tKey('wizard.step3.websocket.label'),
soap: tKey('wizard.step3.soap.label'),
};
}