@@ -5240,6 +5240,86 @@ export const ScenariosModelMappings: {[key: string]: {[key: string]: any}} = {
52405240 } ,
52415241 "operationResponseType" : "CancelDataDeletionResponseBody" ,
52425242 } ,
5243+ "v2.CreateDeploymentGate" : {
5244+ "body" : {
5245+ "type" : "CreateDeploymentGateParams" ,
5246+ "format" : "" ,
5247+ } ,
5248+ "operationResponseType" : "DeploymentGateResponse" ,
5249+ } ,
5250+ "v2.CreateDeploymentRule" : {
5251+ "gateId" : {
5252+ "type" : "string" ,
5253+ "format" : "" ,
5254+ } ,
5255+ "body" : {
5256+ "type" : "CreateDeploymentRuleParams" ,
5257+ "format" : "" ,
5258+ } ,
5259+ "operationResponseType" : "DeploymentRuleResponse" ,
5260+ } ,
5261+ "v2.GetDeploymentRule" : {
5262+ "gateId" : {
5263+ "type" : "string" ,
5264+ "format" : "" ,
5265+ } ,
5266+ "id" : {
5267+ "type" : "string" ,
5268+ "format" : "" ,
5269+ } ,
5270+ "operationResponseType" : "DeploymentRuleResponse" ,
5271+ } ,
5272+ "v2.UpdateDeploymentRule" : {
5273+ "gateId" : {
5274+ "type" : "string" ,
5275+ "format" : "" ,
5276+ } ,
5277+ "id" : {
5278+ "type" : "string" ,
5279+ "format" : "" ,
5280+ } ,
5281+ "body" : {
5282+ "type" : "UpdateDeploymentRuleParams" ,
5283+ "format" : "" ,
5284+ } ,
5285+ "operationResponseType" : "DeploymentRuleResponse" ,
5286+ } ,
5287+ "v2.DeleteDeploymentRule" : {
5288+ "gateId" : {
5289+ "type" : "string" ,
5290+ "format" : "" ,
5291+ } ,
5292+ "id" : {
5293+ "type" : "string" ,
5294+ "format" : "" ,
5295+ } ,
5296+ "operationResponseType" : "{}" ,
5297+ } ,
5298+ "v2.GetDeploymentGate" : {
5299+ "id" : {
5300+ "type" : "string" ,
5301+ "format" : "" ,
5302+ } ,
5303+ "operationResponseType" : "DeploymentGateResponse" ,
5304+ } ,
5305+ "v2.UpdateDeploymentGate" : {
5306+ "id" : {
5307+ "type" : "string" ,
5308+ "format" : "" ,
5309+ } ,
5310+ "body" : {
5311+ "type" : "UpdateDeploymentGateParams" ,
5312+ "format" : "" ,
5313+ } ,
5314+ "operationResponseType" : "DeploymentGateResponse" ,
5315+ } ,
5316+ "v2.DeleteDeploymentGate" : {
5317+ "id" : {
5318+ "type" : "string" ,
5319+ "format" : "" ,
5320+ } ,
5321+ "operationResponseType" : "{}" ,
5322+ } ,
52435323 "v2.GetDomainAllowlist" : {
52445324 "operationResponseType" : "DomainAllowlistResponse" ,
52455325 } ,
0 commit comments