@@ -6339,7 +6339,7 @@ workflows:
63396339 - condition : $response.header.Content-Type == application/json
63406340 - context : $response.body
63416341 condition : |
6342- {"store":{"projectsMetadata":[{"id":"<id>","projectId":"<id>","name":"<value>","environments":[],"envVarPrefix":"<value>","environmentVariables":["<value 1>","<value 2>"]}],"usageQuotaExceeded":true,"status":"available","externalResourceId":"<id>","product":{"integration":{"id":"<id>","name":"<value>","slug":"<value>","icon":"<value>"},"integrationConfigurationId":"<id>","supportedProtocols":[]},"secrets":[]}}
6342+ {"store":{"projectsMetadata":[{"id":"<id>","projectId":"<id>","name":"<value>","environments":[],"envVarPrefix":"<value>","environmentVariables":["<value 1>","<value 2>"]}],"usageQuotaExceeded":true,"status":"available","externalResourceId":"<id>","product":{"resourceTitle":"Instance"," integration":{"id":"<id>","name":"<value>","slug":"<value>","icon":"<value>"},"integrationConfigurationId":"<id>","supportedProtocols":[]},"secrets":[]}}
63436343 type : simple
63446344 x-speakeasy-test-group : integrations
63456345 x-speakeasy-test-rebuild : true
@@ -7257,6 +7257,13 @@ workflows:
72577257 condition : |
72587258 {"uid":"kr1PsOIzqEL5Xg6M4VZcZosf","username":"john-doe","email":"john@user.co","role":"MEMBER","teamRoles":["MEMBER"],"teamPermissions":["CreateProject"]}
72597259 type : simple
7260+ parameters :
7261+ - name : teamId
7262+ in : path
7263+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
7264+ - name : slug
7265+ in : query
7266+ value : my-team-url-slug
72607267 x-speakeasy-test-group : teams
72617268 x-speakeasy-test-rebuild : true
72627269 - workflowId : put_/v1/bulk-redirects
@@ -7715,3 +7722,291 @@ workflows:
77157722 type : simple
77167723 x-speakeasy-test-group : marketplace
77177724 x-speakeasy-test-rebuild : true
7725+ - workflowId : listProjectChecks
7726+ steps :
7727+ - stepId : test
7728+ operationId : listProjectChecks
7729+ parameters :
7730+ - name : projectIdOrName
7731+ in : path
7732+ value : <value>
7733+ - name : teamId
7734+ in : query
7735+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
7736+ - name : slug
7737+ in : query
7738+ value : my-team-url-slug
7739+ successCriteria :
7740+ - condition : $statusCode == 200
7741+ - condition : $response.header.Content-Type == application/json
7742+ - context : $response.body
7743+ condition : |
7744+ {"checks":[{"id":"<id>","name":"<value>","ownerId":"<id>","projectId":"<id>","isRerequestable":false,"requires":"none","source":{"kind":"git-provider","provider":"gitlab","externalCheckName":"<value>"},"blocks":"deployment-alias","targets":["<value 1>","<value 2>","<value 3>"],"sourceKind":"integration","timeout":7907.15,"createdAt":8323.07,"updatedAt":2126.19}]}
7745+ type : simple
7746+ x-speakeasy-test-group : checks-v2
7747+ x-speakeasy-test-rebuild : true
7748+ - workflowId : createProjectCheck
7749+ steps :
7750+ - stepId : test
7751+ operationId : createProjectCheck
7752+ parameters :
7753+ - name : projectIdOrName
7754+ in : path
7755+ value : <value>
7756+ - name : teamId
7757+ in : query
7758+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
7759+ - name : slug
7760+ in : query
7761+ value : my-team-url-slug
7762+ successCriteria :
7763+ - condition : $statusCode == 200
7764+ - condition : $response.header.Content-Type == application/json
7765+ - context : $response.body
7766+ condition : |
7767+ {"id":"<id>","name":"<value>","ownerId":"<id>","projectId":"<id>","isRerequestable":false,"requires":"none","source":{"kind":"git-provider","provider":"github","externalCheckName":"<value>"},"blocks":"build-start","targets":["<value 1>","<value 2>"],"sourceKind":"webhook","timeout":3857.24,"createdAt":8346.78,"updatedAt":5501.55}
7768+ type : simple
7769+ x-speakeasy-test-group : checks-v2
7770+ x-speakeasy-test-rebuild : true
7771+ - workflowId : getProjectCheck
7772+ steps :
7773+ - stepId : test
7774+ operationId : getProjectCheck
7775+ parameters :
7776+ - name : projectIdOrName
7777+ in : path
7778+ value : <value>
7779+ - name : checkId
7780+ in : path
7781+ value : stf_89ha9sdhh9a9
7782+ - name : teamId
7783+ in : query
7784+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
7785+ - name : slug
7786+ in : query
7787+ value : my-team-url-slug
7788+ successCriteria :
7789+ - condition : $statusCode == 200
7790+ - condition : $response.header.Content-Type == application/json
7791+ - context : $response.body
7792+ condition : |
7793+ {"id":"<id>","name":"<value>","ownerId":"<id>","projectId":"<id>","isRerequestable":false,"requires":"deployment-url","source":{"kind":"integration","integrationId":"<id>","integrationConfigurationId":"<id>"},"blocks":"deployment-promotion","targets":["<value 1>","<value 2>"],"sourceKind":"integration","timeout":371.16,"createdAt":1812.63,"updatedAt":2669.44}
7794+ type : simple
7795+ x-speakeasy-test-group : checks-v2
7796+ x-speakeasy-test-rebuild : true
7797+ - workflowId : updateProjectCheck
7798+ steps :
7799+ - stepId : test
7800+ operationId : updateProjectCheck
7801+ parameters :
7802+ - name : projectIdOrName
7803+ in : path
7804+ value : <value>
7805+ - name : checkId
7806+ in : path
7807+ value : <id>
7808+ - name : teamId
7809+ in : query
7810+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
7811+ - name : slug
7812+ in : query
7813+ value : my-team-url-slug
7814+ successCriteria :
7815+ - condition : $statusCode == 200
7816+ - condition : $response.header.Content-Type == application/json
7817+ - context : $response.body
7818+ condition : |
7819+ {"id":"<id>","name":"<value>","ownerId":"<id>","projectId":"<id>","isRerequestable":false,"requires":"none","source":{"kind":"webhook"},"blocks":"deployment-start","targets":["<value 1>"],"sourceKind":"integration","timeout":6604.77,"createdAt":6849.47,"updatedAt":1044.45}
7820+ type : simple
7821+ x-speakeasy-test-group : checks-v2
7822+ x-speakeasy-test-rebuild : true
7823+ - workflowId : deleteProjectCheck
7824+ steps :
7825+ - stepId : test
7826+ operationId : deleteProjectCheck
7827+ parameters :
7828+ - name : projectIdOrName
7829+ in : path
7830+ value : <value>
7831+ - name : checkId
7832+ in : path
7833+ value : <id>
7834+ - name : teamId
7835+ in : query
7836+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
7837+ - name : slug
7838+ in : query
7839+ value : my-team-url-slug
7840+ successCriteria :
7841+ - condition : $statusCode == 200
7842+ - condition : $response.header.Content-Type == application/json
7843+ - context : $response.body
7844+ condition : |
7845+ {"success":true}
7846+ type : simple
7847+ x-speakeasy-test-group : checks-v2
7848+ x-speakeasy-test-rebuild : true
7849+ - workflowId : listCheckRuns
7850+ steps :
7851+ - stepId : test
7852+ operationId : listCheckRuns
7853+ parameters :
7854+ - name : projectIdOrName
7855+ in : path
7856+ value : <value>
7857+ - name : checkId
7858+ in : path
7859+ value : ckr_89ha9sdhh9a9
7860+ - name : teamId
7861+ in : query
7862+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
7863+ - name : slug
7864+ in : query
7865+ value : my-team-url-slug
7866+ successCriteria :
7867+ - condition : $statusCode == 200
7868+ - condition : $response.header.Content-Type == application/json
7869+ - context : $response.body
7870+ condition : |
7871+ {"runs":[{"id":"<id>","name":"<value>","checkId":"<id>","ownerId":"<id>","deploymentId":"<id>","source":{"kind":"git-provider","provider":"gitlab","externalCheckName":"<value>"},"status":"running","timeout":2183.78,"createdAt":8028.57,"updatedAt":5968.89}]}
7872+ type : simple
7873+ x-speakeasy-test-group : checks-v2
7874+ x-speakeasy-test-rebuild : true
7875+ - workflowId : listDeploymentCheckRuns
7876+ steps :
7877+ - stepId : test
7878+ operationId : listDeploymentCheckRuns
7879+ parameters :
7880+ - name : deploymentId
7881+ in : path
7882+ value : <id>
7883+ - name : teamId
7884+ in : query
7885+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
7886+ - name : slug
7887+ in : query
7888+ value : my-team-url-slug
7889+ successCriteria :
7890+ - condition : $statusCode == 200
7891+ - condition : $response.header.Content-Type == application/json
7892+ - context : $response.body
7893+ condition : |
7894+ {"runs":[]}
7895+ type : simple
7896+ x-speakeasy-test-group : checks-v2
7897+ x-speakeasy-test-rebuild : true
7898+ - workflowId : createDeploymentCheckRun
7899+ steps :
7900+ - stepId : test
7901+ operationId : createDeploymentCheckRun
7902+ parameters :
7903+ - name : deploymentId
7904+ in : path
7905+ value : <id>
7906+ - name : teamId
7907+ in : query
7908+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
7909+ - name : slug
7910+ in : query
7911+ value : my-team-url-slug
7912+ successCriteria :
7913+ - condition : $statusCode == 200
7914+ - condition : $response.header.Content-Type == application/json
7915+ - context : $response.body
7916+ condition : |
7917+ {"id":"<id>","name":"<value>","checkId":"<id>","ownerId":"<id>","deploymentId":"<id>","source":{"kind":"git-provider","provider":"gitlab","externalCheckName":"<value>"},"status":"queued","timeout":900.28,"createdAt":917.6,"updatedAt":853.91}
7918+ type : simple
7919+ x-speakeasy-test-group : checks-v2
7920+ x-speakeasy-test-rebuild : true
7921+ - workflowId : getDeploymentCheckRun
7922+ steps :
7923+ - stepId : test
7924+ operationId : getDeploymentCheckRun
7925+ parameters :
7926+ - name : deploymentId
7927+ in : path
7928+ value : <id>
7929+ - name : checkRunId
7930+ in : path
7931+ value : ckr_89ha9sdhh9a9
7932+ - name : teamId
7933+ in : query
7934+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
7935+ - name : slug
7936+ in : query
7937+ value : my-team-url-slug
7938+ successCriteria :
7939+ - condition : $statusCode == 200
7940+ - condition : $response.header.Content-Type == application/json
7941+ - context : $response.body
7942+ condition : |
7943+ {"id":"<id>","name":"<value>","checkId":"<id>","ownerId":"<id>","deploymentId":"<id>","source":{"kind":"integration","integrationId":"<id>","integrationConfigurationId":"<id>"},"status":"running","timeout":9092.1,"createdAt":1450.24,"updatedAt":966.92}
7944+ type : simple
7945+ x-speakeasy-test-group : checks-v2
7946+ x-speakeasy-test-rebuild : true
7947+ - workflowId : updateDeploymentCheckRun
7948+ steps :
7949+ - stepId : test
7950+ operationId : updateDeploymentCheckRun
7951+ parameters :
7952+ - name : deploymentId
7953+ in : path
7954+ value : <id>
7955+ - name : checkRunId
7956+ in : path
7957+ value : <id>
7958+ - name : teamId
7959+ in : query
7960+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
7961+ - name : slug
7962+ in : query
7963+ value : my-team-url-slug
7964+ successCriteria :
7965+ - condition : $statusCode == 200
7966+ - condition : $response.header.Content-Type == application/json
7967+ - context : $response.body
7968+ condition : |
7969+ {"id":"<id>","name":"<value>","checkId":"<id>","ownerId":"<id>","deploymentId":"<id>","source":{"kind":"integration","integrationId":"<id>","integrationConfigurationId":"<id>"},"status":"running","timeout":49.19,"createdAt":3033.31,"updatedAt":5693.16}
7970+ type : simple
7971+ x-speakeasy-test-group : checks-v2
7972+ x-speakeasy-test-rebuild : true
7973+ - workflowId : getTld
7974+ steps :
7975+ - stepId : test
7976+ operationId : getTld
7977+ parameters :
7978+ - name : tld
7979+ in : path
7980+ value : <value>
7981+ - name : teamId
7982+ in : query
7983+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
7984+ successCriteria :
7985+ - condition : $statusCode == 200
7986+ - condition : $response.header.Content-Type == application/json
7987+ - context : $response.body
7988+ condition : |
7989+ {"supportedLanguageCodes":{"key":"<value>"}}
7990+ type : simple
7991+ x-speakeasy-test-group : domains-registrar
7992+ x-speakeasy-test-rebuild : true
7993+ - workflowId : listEventTypes
7994+ steps :
7995+ - stepId : test
7996+ operationId : listEventTypes
7997+ parameters :
7998+ - name : teamId
7999+ in : query
8000+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
8001+ - name : slug
8002+ in : query
8003+ value : my-team-url-slug
8004+ successCriteria :
8005+ - condition : $statusCode == 200
8006+ - condition : $response.header.Content-Type == application/json
8007+ - context : $response.body
8008+ condition : |
8009+ {"types":[{"replacedBy":["<value 1>","<value 2>"],"deprecated":false,"name":"domain-transfer-in","description":"woot baritone lasting ah foot when worth whether bleakly"}]}
8010+ type : simple
8011+ x-speakeasy-test-group : user
8012+ x-speakeasy-test-rebuild : true
0 commit comments