Skip to content

Commit

Permalink
Rename embeddedQueries attribute to queries in app builder api (#…
Browse files Browse the repository at this point in the history
…2223)

Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Feb 3, 2025
1 parent c056e88 commit f8c802f
Show file tree
Hide file tree
Showing 39 changed files with 197 additions and 195 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": "2025-02-03 17:18:14.585543",
"spec_repo_commit": "b584742c"
"regenerated": "2025-02-03 18:38:22.614563",
"spec_repo_commit": "325cdedf"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-03 17:18:14.600827",
"spec_repo_commit": "b584742c"
"regenerated": "2025-02-03 18:38:22.629330",
"spec_repo_commit": "325cdedf"
}
}
}
44 changes: 22 additions & 22 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7322,8 +7322,8 @@ components:
type: gridCell
type: grid
description: This is a simple example app
embeddedQueries: []
name: Example App
queries: []
rootInstanceName: grid0
type: appDefinitions
properties:
Expand Down Expand Up @@ -7351,15 +7351,15 @@ components:
description:
description: A human-readable description for the app.
type: string
embeddedQueries:
name:
description: The name of the app.
type: string
queries:
description: An array of queries, such as external actions and state variables,
that the app uses.
items:
$ref: '#/components/schemas/Query'
type: array
name:
description: The name of the app.
type: string
rootInstanceName:
description: The name of the root component of the app. This must be a `grid`
component that contains all other components.
Expand Down Expand Up @@ -12519,18 +12519,18 @@ components:
description:
description: A human-readable description for the app.
type: string
embeddedQueries:
description: An array of queries, such as external actions and state variables,
that the app uses.
items:
$ref: '#/components/schemas/Query'
type: array
favorite:
description: Whether the app is marked as a favorite by the current user.
type: boolean
name:
description: The name of the app.
type: string
queries:
description: An array of queries, such as external actions and state variables,
that the app uses.
items:
$ref: '#/components/schemas/Query'
type: array
rootInstanceName:
description: The name of the root component of the app. This must be a `grid`
component that contains all other components.
Expand Down Expand Up @@ -29742,8 +29742,8 @@ components:
type: gridCell
type: grid
description: This is a simple example app
embeddedQueries: []
name: Example App
queries: []
rootInstanceName: grid0
id: 9e20cbaf-68da-45a6-9ccf-54193ac29fa5
type: appDefinitions
Expand Down Expand Up @@ -29782,16 +29782,16 @@ components:
description:
description: The new human-readable description for the app.
type: string
embeddedQueries:
name:
description: The new name of the app.
type: string
queries:
description: The new array of queries, such as external actions and state
variables, that the app uses. If this field is set, all existing queries
are replaced with the new queries under this field.
items:
$ref: '#/components/schemas/Query'
type: array
name:
description: The new name of the app.
type: string
rootInstanceName:
description: The new name of the root component of the app. This must be
a `grid` component that contains all other components.
Expand Down Expand Up @@ -29852,18 +29852,18 @@ components:
description:
description: The human-readable description for the app.
type: string
embeddedQueries:
description: An array of queries, such as external actions and state variables,
that the app uses.
items:
$ref: '#/components/schemas/Query'
type: array
favorite:
description: Whether the app is marked as a favorite by the current user.
type: boolean
name:
description: The name of the app.
type: string
queries:
description: An array of queries, such as external actions and state variables,
that the app uses.
items:
$ref: '#/components/schemas/Query'
type: array
rootInstanceName:
description: The name of the root component of the app. This must be a `grid`
component that contains all other components.
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-01-09T20:40:37.253Z
2025-01-30T22:30:41.653Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-01-09T20:40:37.369Z
2025-01-30T22:30:41.765Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-01-09T20:40:37.755Z
2025-01-30T22:30:42.199Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-01-09T20:40:37.852Z
2025-01-30T22:30:42.276Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-01-09T20:40:38.331Z
2025-01-30T22:30:42.693Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-01-09T20:40:38.424Z
2025-01-30T22:30:42.770Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-01-09T20:40:38.801Z
2025-01-30T22:30:43.135Z
Loading

0 comments on commit f8c802f

Please sign in to comment.