@forge/manifest 12.3.0-next.4 → 12.3.0-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -28840,6 +28840,12 @@
|
|
|
28840
28840
|
"dark"
|
|
28841
28841
|
]
|
|
28842
28842
|
},
|
|
28843
|
+
"documentationLink": {
|
|
28844
|
+
"type": "string",
|
|
28845
|
+
"format": "uri",
|
|
28846
|
+
"pattern": "^https://",
|
|
28847
|
+
"description": "The link to the documentation of the vendor."
|
|
28848
|
+
},
|
|
28843
28849
|
"objectTypes": {
|
|
28844
28850
|
"type": "array",
|
|
28845
28851
|
"description": "Objects that the connector can provide.",
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -24321,6 +24321,10 @@ export interface Modules {
|
|
|
24321
24321
|
dark: string;
|
|
24322
24322
|
[k: string]: unknown;
|
|
24323
24323
|
};
|
|
24324
|
+
/**
|
|
24325
|
+
* The link to the documentation of the vendor.
|
|
24326
|
+
*/
|
|
24327
|
+
documentationLink?: string;
|
|
24324
24328
|
/**
|
|
24325
24329
|
* Objects that the connector can provide.
|
|
24326
24330
|
*/
|
|
@@ -24434,6 +24438,10 @@ export interface Modules {
|
|
|
24434
24438
|
dark: string;
|
|
24435
24439
|
[k: string]: unknown;
|
|
24436
24440
|
};
|
|
24441
|
+
/**
|
|
24442
|
+
* The link to the documentation of the vendor.
|
|
24443
|
+
*/
|
|
24444
|
+
documentationLink?: string;
|
|
24437
24445
|
/**
|
|
24438
24446
|
* Objects that the connector can provide.
|
|
24439
24447
|
*/
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"delete:conversation-info:jira",
|
|
33
33
|
"delete:custom-content:confluence",
|
|
34
34
|
"delete:customer-org-info:jira",
|
|
35
|
+
"delete:customer:jira-service-management",
|
|
35
36
|
"delete:customer.detail-field:jira-service-management",
|
|
36
37
|
"delete:dashboard:jira",
|
|
37
38
|
"delete:dashboard.property:jira",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/manifest",
|
|
3
|
-
"version": "12.3.0-next.
|
|
3
|
+
"version": "12.3.0-next.5",
|
|
4
4
|
"description": "Definitions and validations of the Forge manifest",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"ajv": "^8.12.0",
|
|
30
30
|
"ajv-formats": "2.1.1",
|
|
31
31
|
"cheerio": "^1.1.0",
|
|
32
|
-
"glob": "^
|
|
32
|
+
"glob": "^13.0.0",
|
|
33
33
|
"lodash": "^4.17.21",
|
|
34
34
|
"mime-types": "^2.1.35",
|
|
35
35
|
"yaml": "^2.3.4"
|