@forge/manifest
12.3.0-next.412.3.0-next.5
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
@@ -24321,8 +24321,12 @@
dark: string;
[k: string]: unknown;
};
/**
+ * The link to the documentation of the vendor.
+ */
+ documentationLink?: string;
+ /**
* Objects that the connector can provide.
*/
objectTypes: [
(
@@ -24434,8 +24438,12 @@
dark: string;
[k: string]: unknown;
};
/**
+ * The link to the documentation of the vendor.
+ */
+ documentationLink?: string;
+ /**
* Objects that the connector can provide.
*/
objectTypes: [
(