npm package diff

Package: @forge/manifest

Versions: 8.0.0-next.10 - 8.0.0-next.11

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
@@ -174,8 +174,13 @@
  *
  * This key is defined in: https://bitbucket.org/atlassian/connect-service/src/cd7252b/service/cs-apps/api.raml#lines-1094
  */
 export type Endpoint3 = string;
+/**
+ * Data residency migration hook path
+ */
+export type Path = string;
+export type MaxMigrationDurationHours = number;
 export type DisplayConditions =
   | {
       customFieldName: CustomFieldName;
       customFieldValue: CustomFieldValue;
@@ -1549,8 +1554,28 @@
           [k: string]: unknown;
         }
     )[]
   ];
+  'migration:dataResidency'?: [
+    {
+      /**
+       * key for the data residency remote definition
+       */
+      remote: string;
+      path?: Path;
+      maxMigrationDurationHours?: MaxMigrationDurationHours;
+      key: ModuleKeySchema;
+    },
+    ...{
+      /**
+       * key for the data residency remote definition
+       */
+      remote: string;
+      path?: Path;
+      maxMigrationDurationHours?: MaxMigrationDurationHours;
+      key: ModuleKeySchema;
+    }[]
+  ];
   'confluence:contextMenu'?: [
     (
       | {
           title: