@forge/manifest 13.5.0-next.8 → 13.5.0-next.9
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 +6 -0
- package/out/schema/manifest-schema.json +9 -5
- package/out/schema/manifest.d.ts +2275 -17
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -19862,7 +19862,8 @@
|
|
|
19862
19862
|
"view_request",
|
|
19863
19863
|
"my_requests",
|
|
19864
19864
|
"approvals",
|
|
19865
|
-
"profile"
|
|
19865
|
+
"profile",
|
|
19866
|
+
"csm_help_center"
|
|
19866
19867
|
]
|
|
19867
19868
|
}
|
|
19868
19869
|
},
|
|
@@ -19910,7 +19911,8 @@
|
|
|
19910
19911
|
"view_request",
|
|
19911
19912
|
"my_requests",
|
|
19912
19913
|
"approvals",
|
|
19913
|
-
"profile"
|
|
19914
|
+
"profile",
|
|
19915
|
+
"csm_help_center"
|
|
19914
19916
|
]
|
|
19915
19917
|
}
|
|
19916
19918
|
},
|
|
@@ -20194,7 +20196,8 @@
|
|
|
20194
20196
|
"view_request",
|
|
20195
20197
|
"my_requests",
|
|
20196
20198
|
"approvals",
|
|
20197
|
-
"profile"
|
|
20199
|
+
"profile",
|
|
20200
|
+
"csm_help_center"
|
|
20198
20201
|
]
|
|
20199
20202
|
}
|
|
20200
20203
|
},
|
|
@@ -20242,7 +20245,8 @@
|
|
|
20242
20245
|
"view_request",
|
|
20243
20246
|
"my_requests",
|
|
20244
20247
|
"approvals",
|
|
20245
|
-
"profile"
|
|
20248
|
+
"profile",
|
|
20249
|
+
"csm_help_center"
|
|
20246
20250
|
]
|
|
20247
20251
|
}
|
|
20248
20252
|
},
|
|
@@ -32203,7 +32207,7 @@
|
|
|
32203
32207
|
"description": "A list of actions that will be exposed by the MCP server.",
|
|
32204
32208
|
"type": "array",
|
|
32205
32209
|
"minItems": 1,
|
|
32206
|
-
"maxItems":
|
|
32210
|
+
"maxItems": 50,
|
|
32207
32211
|
"uniqueItems": true,
|
|
32208
32212
|
"items": {
|
|
32209
32213
|
"description": "The key of an action extension in your manifest.",
|