Skip to content

Commit f565755

Browse files
Add assertRequests browser step type (#3027)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 70e08a8
1 parent 507d43a commit f565755

5 files changed

Lines changed: 3280 additions & 3277 deletions

File tree

pkg/github.com/DataDog/datadog-api-client-go/v2/api/datadogV1/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260554,6 +260554,7 @@ <h2 id="SyntheticsStepType">type <a href="https://github.com/DataDog/datadog-api
260554260554
<span id="SYNTHETICSSTEPTYPE_ASSERT_FROM_JAVASCRIPT">SYNTHETICSSTEPTYPE_ASSERT_FROM_JAVASCRIPT</span> <a href="#SyntheticsStepType">SyntheticsStepType</a> = &#34;assertFromJavascript&#34;
260555260555
<span id="SYNTHETICSSTEPTYPE_ASSERT_PAGE_CONTAINS">SYNTHETICSSTEPTYPE_ASSERT_PAGE_CONTAINS</span> <a href="#SyntheticsStepType">SyntheticsStepType</a> = &#34;assertPageContains&#34;
260556260556
<span id="SYNTHETICSSTEPTYPE_ASSERT_PAGE_LACKS">SYNTHETICSSTEPTYPE_ASSERT_PAGE_LACKS</span> <a href="#SyntheticsStepType">SyntheticsStepType</a> = &#34;assertPageLacks&#34;
260557+
<span id="SYNTHETICSSTEPTYPE_ASSERT_REQUESTS">SYNTHETICSSTEPTYPE_ASSERT_REQUESTS</span> <a href="#SyntheticsStepType">SyntheticsStepType</a> = &#34;assertRequests&#34;
260557260558
<span id="SYNTHETICSSTEPTYPE_CLICK">SYNTHETICSSTEPTYPE_CLICK</span> <a href="#SyntheticsStepType">SyntheticsStepType</a> = &#34;click&#34;
260558260559
<span id="SYNTHETICSSTEPTYPE_EXTRACT_FROM_JAVASCRIPT">SYNTHETICSSTEPTYPE_EXTRACT_FROM_JAVASCRIPT</span> <a href="#SyntheticsStepType">SyntheticsStepType</a> = &#34;extractFromJavascript&#34;
260559260560
<span id="SYNTHETICSSTEPTYPE_EXTRACT_VARIABLE">SYNTHETICSSTEPTYPE_EXTRACT_VARIABLE</span> <a href="#SyntheticsStepType">SyntheticsStepType</a> = &#34;extractVariable&#34;
@@ -260581,7 +260582,7 @@ <h2 id="SyntheticsStepType">type <a href="https://github.com/DataDog/datadog-api
260581260582

260582260583

260583260584

260584-
<h3 id="NewSyntheticsStepTypeFromValue">func <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_synthetics_step_type.go#L91">NewSyntheticsStepTypeFromValue</a>
260585+
<h3 id="NewSyntheticsStepTypeFromValue">func <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_synthetics_step_type.go#L93">NewSyntheticsStepTypeFromValue</a>
260585260586
<a class="permalink" href="#NewSyntheticsStepTypeFromValue">&#xb6;</a>
260586260587

260587260588

@@ -260596,7 +260597,7 @@ <h3 id="NewSyntheticsStepTypeFromValue">func <a href="https://github.com/DataDog
260596260597

260597260598

260598260599

260599-
<h3 id="SyntheticsStepType.GetAllowedValues">func (*SyntheticsStepType) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_synthetics_step_type.go#L74">GetAllowedValues</a>
260600+
<h3 id="SyntheticsStepType.GetAllowedValues">func (*SyntheticsStepType) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_synthetics_step_type.go#L76">GetAllowedValues</a>
260600260601
<a class="permalink" href="#SyntheticsStepType.GetAllowedValues">&#xb6;</a>
260601260602

260602260603

@@ -260609,7 +260610,7 @@ <h3 id="SyntheticsStepType.GetAllowedValues">func (*SyntheticsStepType) <a href=
260609260610

260610260611

260611260612

260612-
<h3 id="SyntheticsStepType.IsValid">func (SyntheticsStepType) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_synthetics_step_type.go#L100">IsValid</a>
260613+
<h3 id="SyntheticsStepType.IsValid">func (SyntheticsStepType) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_synthetics_step_type.go#L102">IsValid</a>
260613260614
<a class="permalink" href="#SyntheticsStepType.IsValid">&#xb6;</a>
260614260615

260615260616

@@ -260622,7 +260623,7 @@ <h3 id="SyntheticsStepType.IsValid">func (SyntheticsStepType) <a href="https://g
260622260623

260623260624

260624260625

260625-
<h3 id="SyntheticsStepType.Ptr">func (SyntheticsStepType) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_synthetics_step_type.go#L110">Ptr</a>
260626+
<h3 id="SyntheticsStepType.Ptr">func (SyntheticsStepType) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_synthetics_step_type.go#L112">Ptr</a>
260626260627
<a class="permalink" href="#SyntheticsStepType.Ptr">&#xb6;</a>
260627260628

260628260629

@@ -260635,7 +260636,7 @@ <h3 id="SyntheticsStepType.Ptr">func (SyntheticsStepType) <a href="https://githu
260635260636

260636260637

260637260638

260638-
<h3 id="SyntheticsStepType.UnmarshalJSON">func (*SyntheticsStepType) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_synthetics_step_type.go#L79">UnmarshalJSON</a>
260639+
<h3 id="SyntheticsStepType.UnmarshalJSON">func (*SyntheticsStepType) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV1/model_synthetics_step_type.go#L81">UnmarshalJSON</a>
260639260640
<a class="permalink" href="#SyntheticsStepType.UnmarshalJSON">&#xb6;</a>
260640260641

260641260642

src/github.com/DataDog/datadog-api-client-go/v2/api/datadog/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>
7979
<td></td>
8080
<td align="right">15022</td>
8181
<td></td>
82-
<td align="left">2025-04-09 09:57:00.097169652 +0000 UTC</td>
82+
<td align="left">2025-04-10 14:07:52.697288169 +0000 UTC</td>
8383
</tr>
8484

8585
<tr>
@@ -88,7 +88,7 @@ <h2>
8888
<td></td>
8989
<td align="right">19271</td>
9090
<td></td>
91-
<td align="left">2025-04-09 09:57:00.097169652 +0000 UTC</td>
91+
<td align="left">2025-04-10 14:07:52.697288169 +0000 UTC</td>
9292
</tr>
9393

9494
<tr>
@@ -97,7 +97,7 @@ <h2>
9797
<td></td>
9898
<td align="right">622</td>
9999
<td></td>
100-
<td align="left">2025-04-09 09:57:00.097169652 +0000 UTC</td>
100+
<td align="left">2025-04-10 14:07:52.697288169 +0000 UTC</td>
101101
</tr>
102102

103103
<tr>
@@ -106,7 +106,7 @@ <h2>
106106
<td></td>
107107
<td align="right">633</td>
108108
<td></td>
109-
<td align="left">2025-04-09 09:57:00.097169652 +0000 UTC</td>
109+
<td align="left">2025-04-10 14:07:52.697288169 +0000 UTC</td>
110110
</tr>
111111

112112
<tr>
@@ -115,7 +115,7 @@ <h2>
115115
<td></td>
116116
<td align="right">405</td>
117117
<td></td>
118-
<td align="left">2025-04-09 09:57:00.097169652 +0000 UTC</td>
118+
<td align="left">2025-04-10 14:07:52.697288169 +0000 UTC</td>
119119
</tr>
120120

121121
<tr>
@@ -124,7 +124,7 @@ <h2>
124124
<td></td>
125125
<td align="right">12924</td>
126126
<td></td>
127-
<td align="left">2025-04-09 09:57:00.097169652 +0000 UTC</td>
127+
<td align="left">2025-04-10 14:07:52.697288169 +0000 UTC</td>
128128
</tr>
129129

130130
<tr>
@@ -133,7 +133,7 @@ <h2>
133133
<td></td>
134134
<td align="right">589</td>
135135
<td></td>
136-
<td align="left">2025-04-09 09:57:00.097169652 +0000 UTC</td>
136+
<td align="left">2025-04-10 14:07:52.697288169 +0000 UTC</td>
137137
</tr>
138138

139139

0 commit comments

Comments
 (0)