@forge/manifest
12.6.0-next.112.6.0-next.2
out/schema/manifest.d.ts~
out/schema/manifest.d.tsModified+8
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -24661,8 +24661,12 @@
[k: string]: unknown;
};
}[];
/**
+ * Declares which Atlassian products the agent is designed to operate within.
+ */
+ productContexts: ['jira', ...'jira'[]];
+ /**
* Defines how your agent communicates with other agents and systems. It specifies the protocols and transport mechanisms available for interactions with your remote agent.
*/
protocols: {
agent2Agent: {
@@ -24704,8 +24708,12 @@
[k: string]: unknown;
};
}[];
/**
+ * Declares which Atlassian products the agent is designed to operate within.
+ */
+ productContexts: ['jira', ...'jira'[]];
+ /**
* Defines how your agent communicates with other agents and systems. It specifies the protocols and transport mechanisms available for interactions with your remote agent.
*/
protocols: {
agent2Agent: {