Skip to content

Commit

Permalink
Regenerate client from commit cd45bf1d of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Oct 16, 2024
1 parent f5e98f5 commit 10e19a2
Show file tree
Hide file tree
Showing 25 changed files with 1,131 additions and 271 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-10 19:45:55.876636",
"spec_repo_commit": "049920eb"
"regenerated": "2024-10-16 12:22:26.949350",
"spec_repo_commit": "cd45bf1d"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-10 19:45:55.894524",
"spec_repo_commit": "049920eb"
"regenerated": "2024-10-16 12:22:26.966615",
"spec_repo_commit": "cd45bf1d"
}
}
}
238 changes: 199 additions & 39 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15537,8 +15537,7 @@ components:
description: A boolean set to not take a screenshot for the step.
type: boolean
params:
description: The parameters of the mobile step.
type: object
$ref: '#/components/schemas/SyntheticsMobileStepParams'
publicId:
description: The public ID of the step.
example: pub-lic-id0
Expand All @@ -15550,6 +15549,189 @@ components:
type:
$ref: '#/components/schemas/SyntheticsMobileStepType'
type: object
SyntheticsMobileStepParams:
description: The parameters of a mobile step.
properties:
check:
$ref: '#/components/schemas/SyntheticsMobileStepParamsCheck'
delay:
description: The `SyntheticsMobileStepParams` `delay`.
format: int64
maximum: 5000
minimum: 0
type: integer
direction:
$ref: '#/components/schemas/SyntheticsMobileStepParamsDirection'
element:
$ref: '#/components/schemas/SyntheticsMobileStepParamsElement'
enable:
description: The `SyntheticsMobileStepParams` `enable`.
type: boolean
maxScrolls:
description: The `SyntheticsMobileStepParams` `maxScrolls`.
format: int64
type: integer
position:
$ref: '#/components/schemas/SyntheticsMobileStepParamsPosition'
subtestPublicId:
description: The `SyntheticsMobileStepParams` `subtestPublicId`.
type: string
value:
description: The `SyntheticsMobileStepParams` `value`.
type: string
variable:
$ref: '#/components/schemas/SyntheticsMobileStepParamsVariable'
withEnter:
description: The `SyntheticsMobileStepParams` `withEnter`.
type: boolean
x:
description: The `SyntheticsMobileStepParams` `x`.
format: int64
type: integer
y:
description: The `SyntheticsMobileStepParams` `y`.
format: int64
type: integer
type: object
SyntheticsMobileStepParamsCheck:
description: The definition of `SyntheticsMobileStepParamsCheck` object.
properties:
type:
$ref: '#/components/schemas/SyntheticsCheckType'
type: object
SyntheticsMobileStepParamsDirection:
description: The definition of `SyntheticsMobileStepParamsDirection` object.
enum:
- up
- down
- left
- right
type: string
x-enum-varnames:
- UP
- DOWN
- LEFT
- RIGHT
SyntheticsMobileStepParamsElement:
description: The definition of `SyntheticsMobileStepParamsElement` object.
properties:
context:
description: The `element` `context`.
type: string
contextType:
$ref: '#/components/schemas/SyntheticsMobileStepParamsElementContextType'
elementDescription:
description: The `element` `elementDescription`.
type: string
multiLocator:
description: The `element` `multiLocator`.
type: object
relativePosition:
$ref: '#/components/schemas/SyntheticsMobileStepParamsElementRelativePosition'
textContent:
description: The `element` `textContent`.
type: string
userLocator:
$ref: '#/components/schemas/SyntheticsMobileStepParamsElementUserLocator'
viewName:
description: The `element` `viewName`.
type: string
type: object
SyntheticsMobileStepParamsElementContextType:
description: The definition of `SyntheticsMobileStepParamsElementContextType`
object.
enum:
- native
- web
type: string
x-enum-varnames:
- NATIVE
- WEB
SyntheticsMobileStepParamsElementRelativePosition:
description: The definition of `SyntheticsMobileStepParamsElementRelativePosition`
object.
properties:
x:
description: The `relativePosition` `x`.
format: int64
type: integer
y:
description: The `relativePosition` `y`.
format: int64
type: integer
type: object
SyntheticsMobileStepParamsElementUserLocator:
description: The definition of `SyntheticsMobileStepParamsElementUserLocator`
object.
properties:
failTestOnCannotLocate:
description: The `userLocator` `failTestOnCannotLocate`.
type: boolean
values:
description: The `userLocator` `values`.
items:
$ref: '#/components/schemas/SyntheticsMobileStepParamsElementUserLocatorValuesItems'
type: array
type: object
SyntheticsMobileStepParamsElementUserLocatorValuesItems:
description: The definition of `SyntheticsMobileStepParamsElementUserLocatorValuesItems`
object.
properties:
type:
$ref: '#/components/schemas/SyntheticsMobileStepParamsElementUserLocatorValuesItemsType'
value:
description: The `SyntheticsMobileStepParamsElementUserLocatorValuesItems`
`value`.
type: string
type: object
SyntheticsMobileStepParamsElementUserLocatorValuesItemsType:
description: The definition of `SyntheticsMobileStepParamsElementUserLocatorValuesItemsType`
object.
enum:
- accessibility-id
- id
- ios-predicate-string
- ios-class-chain
- xpath
type: string
x-enum-varnames:
- ACCESSIBILITYNOT_ID
- ID
- IOSNOT_PREDICATENOT_STRING
- IOSNOT_CLASSNOT_CHAIN
- XPATH
SyntheticsMobileStepParamsPosition:
description: The definition of `SyntheticsMobileStepParamsPosition` object.
properties:
positions:
description: The `position` `positions`.
items:
$ref: '#/components/schemas/SyntheticsMobileStepParamsPositionPositionsItems'
type: array
type: object
SyntheticsMobileStepParamsPositionPositionsItems:
description: The definition of `SyntheticsMobileStepParamsPositionPositionsItems`
object.
properties:
x:
description: The `SyntheticsMobileStepParamsPositionPositionsItems` `x`.
format: int64
type: integer
y:
description: The `SyntheticsMobileStepParamsPositionPositionsItems` `y`.
format: int64
type: integer
type: object
SyntheticsMobileStepParamsVariable:
description: The definition of `SyntheticsMobileStepParamsVariable` object.
properties:
example:
description: The `variable` `example`.
type: string
name:
description: The `variable` `name`.
type: string
type: object
SyntheticsMobileStepType:
description: Step type used in your mobile Synthetic test.
enum:
Expand Down Expand Up @@ -15646,42 +15828,28 @@ components:
type: object
SyntheticsMobileTestBinding:
description: Objects describing the binding used for a mobile test.
properties:
items:
$ref: '#/components/schemas/SyntheticsMobileTestBindingItems'
type: object
SyntheticsMobileTestBindingItems:
description: Object describing the binding used for a mobile test.
properties:
principals:
$ref: '#/components/schemas/SyntheticsMobileTestBindingPrincipals'
role:
$ref: '#/components/schemas/SyntheticsMobileTestBindingItemsRole'
relation:
$ref: '#/components/schemas/SyntheticsMobileTestBindingRelation'
type: object
SyntheticsMobileTestBindingItemsRole:
description: The definition of `SyntheticsMobileTestBindingItemsRole` object.
enum:
- editor
- viewer
type: string
x-enum-varnames:
- EDITOR
- VIEWER
SyntheticsMobileTestBindingPrincipals:
description: List of principals for a mobile test binding.
items:
description: A principal for a mobile test binding.
maxLength: 1500
type: string
type: array
SyntheticsMobileTestCiOptions:
description: CI/CD options for a Synthetic test.
properties:
executionRule:
$ref: '#/components/schemas/SyntheticsTestExecutionRule'
required:
- executionRule
type: object
SyntheticsMobileTestBindingRelation:
description: The definition of `SyntheticsMobileTestBindingRelation` object.
enum:
- editor
- viewer
type: string
x-enum-varnames:
- EDITOR
- VIEWER
SyntheticsMobileTestConfig:
description: Configuration object for a Synthetic mobile test.
properties:
Expand All @@ -15694,18 +15862,10 @@ components:
type: array
type: object
SyntheticsMobileTestInitialApplicationArguments:
additionalProperties:
description: A single application argument.
type: string
description: Initial application arguments for a mobile test.
properties:
propertyNames:
$ref: '#/components/schemas/SyntheticsMobileTestInitialApplicationArgumentsPropertyNames'
type: object
SyntheticsMobileTestInitialApplicationArgumentsPropertyNames:
description: Name of the property.
properties:
pattern:
description: The `propertyNames` `pattern`.
example: ^(?!_dd).*$
type: string
type: object
SyntheticsMobileTestOptions:
description: Object describing the extra options for a Synthetic test.
Expand All @@ -15719,7 +15879,7 @@ components:
$ref: '#/components/schemas/SyntheticsMobileTestBinding'
type: array
ci:
$ref: '#/components/schemas/SyntheticsMobileTestCiOptions'
$ref: '#/components/schemas/SyntheticsTestCiOptions'
defaultStepTimeout:
description: The `SyntheticsMobileTestOptions` `defaultStepTimeout`.
format: int32
Expand Down
Loading

0 comments on commit 10e19a2

Please sign in to comment.