We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a20f6 commit 94d20e5Copy full SHA for 94d20e5
x-pack/plugins/fleet/server/types/models/agent.ts
@@ -71,6 +71,7 @@ export const NewAgentActionSchema = schema.oneOf([
71
schema.literal('INTERNAL_POLICY_REASSIGN'),
72
]),
73
data: schema.any(),
74
+ ack_data: schema.any(),
75
}),
76
schema.object({
77
type: schema.oneOf([schema.literal('SETTINGS')]),
0 commit comments