npm package diff
Package: @forge/manifest
Versions: 8.2.0 - 8.2.1-next.0
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
@@ -1370,15 +1370,23 @@
/**
* The SQL engine to be used for storage
*/
engine: 'mysql';
+ /**
+ * Whether the SQL storage is compliant data residency requirements. This will be set to false while sql is in preview and true when sql goes GA
+ */
+ dareCompliant?: boolean;
key: ModuleKeySchema;
},
...{
/**
* The SQL engine to be used for storage
*/
engine: 'mysql';
+ /**
+ * Whether the SQL storage is compliant data residency requirements. This will be set to false while sql is in preview and true when sql goes GA
+ */
+ dareCompliant?: boolean;
key: ModuleKeySchema;
}[]
];
macro?: [