npm package diff
Package: @forge/manifest
Versions: 10.2.0-next.4 - 10.2.0-next.5
File: package/out/schema/manifest.d.ts
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -679,8 +679,16 @@
/**
* The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
*/
export type ExtensionKey10 = string;
+/**
+ * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
+ */
+export type ExtensionKey11 = string;
+/**
+ * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
+ */
+export type ExtensionKey12 = string;
export type Scopes =
| string[]
| {
[k: string]: {
@@ -23298,12 +23306,20 @@
| 'atlassian:work-item'
| 'atlassian:worker'
)[]
];
- onConnectionChange?: {
+ validateConnection?: {
function: ExtensionKey10;
[k: string]: unknown;
};
+ onConnectionChange?: {
+ function: ExtensionKey11;
+ [k: string]: unknown;
+ };
+ taskRunner?: {
+ function: ExtensionKey12;
+ [k: string]: unknown;
+ };
key: ModuleKeySchema;
},
...{
/**
@@ -23373,12 +23389,20 @@
| 'atlassian:work-item'
| 'atlassian:worker'
)[]
];
- onConnectionChange?: {
+ validateConnection?: {
function: ExtensionKey10;
[k: string]: unknown;
};
+ onConnectionChange?: {
+ function: ExtensionKey11;
+ [k: string]: unknown;
+ };
+ taskRunner?: {
+ function: ExtensionKey12;
+ [k: string]: unknown;
+ };
key: ModuleKeySchema;
}[]
];
'devops:buildInfoProvider'?: [