File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-02-06 14:56:56.714327 ",
8- "spec_repo_commit": "3c39fb0c "
7+ "regenerated": "2025-02-06 18:18:29.144421 ",
8+ "spec_repo_commit": "138d2277 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-02-06 14:56:56.731125 ",
13- "spec_repo_commit": "3c39fb0c "
12+ "regenerated": "2025-02-06 18:18:29.159779 ",
13+ "spec_repo_commit": "138d2277 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -14988,15 +14988,13 @@ components:
1498814988 - element
1498914989 - email
1499014990 - global
14991- - javascript
1499214991 - text
1499314992 example: text
1499414993 type: string
1499514994 x-enum-varnames:
1499614995 - ELEMENT
1499714996 - EMAIL
1499814997 - GLOBAL
14999- - JAVASCRIPT
1500014998 - TEXT
1500114999 SyntheticsCIBatchMetadata:
1500215000 description: Metadata for the Synthetic tests run.
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ pub enum SyntheticsBrowserVariableType {
1010 ELEMENT ,
1111 EMAIL ,
1212 GLOBAL ,
13- JAVASCRIPT ,
1413 TEXT ,
1514 UnparsedObject ( crate :: datadog:: UnparsedObject ) ,
1615}
@@ -21,7 +20,6 @@ impl ToString for SyntheticsBrowserVariableType {
2120 Self :: ELEMENT => String :: from ( "element" ) ,
2221 Self :: EMAIL => String :: from ( "email" ) ,
2322 Self :: GLOBAL => String :: from ( "global" ) ,
24- Self :: JAVASCRIPT => String :: from ( "javascript" ) ,
2523 Self :: TEXT => String :: from ( "text" ) ,
2624 Self :: UnparsedObject ( v) => v. value . to_string ( ) ,
2725 }
@@ -50,7 +48,6 @@ impl<'de> Deserialize<'de> for SyntheticsBrowserVariableType {
5048 "element" => Self :: ELEMENT ,
5149 "email" => Self :: EMAIL ,
5250 "global" => Self :: GLOBAL ,
53- "javascript" => Self :: JAVASCRIPT ,
5451 "text" => Self :: TEXT ,
5552 _ => Self :: UnparsedObject ( crate :: datadog:: UnparsedObject {
5653 value : serde_json:: Value :: String ( s. into ( ) ) ,
You can’t perform that action at this time.
0 commit comments