npm package diff

Package: @forge/manifest

Versions: 10.2.1-next.0 - 10.2.1-next.0-experimental-ab129b0

File: package/out/schema/manifest-schema.json

Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -1310,9 +1310,10 @@
                                         "type": "string"
                                     },
                                     "name": {
                                         "description": "The name of the action",
-                                        "type": "string"
+                                        "type": "string",
+                                        "maxLength": 255
                                     },
                                     "icon": {
                                         "description": "The url for the icon image to be displayed in the UI",
                                         "type": "string"
@@ -1403,9 +1404,10 @@
                                         "type": "string"
                                     },
                                     "name": {
                                         "description": "The name of the action",
-                                        "type": "string"
+                                        "type": "string",
+                                        "maxLength": 255
                                     },
                                     "icon": {
                                         "description": "The url for the icon image to be displayed in the UI",
                                         "type": "string"
@@ -1515,9 +1517,10 @@
                                         "type": "string"
                                     },
                                     "name": {
                                         "description": "The name of the action",
-                                        "type": "string"
+                                        "type": "string",
+                                        "maxLength": 255
                                     },
                                     "icon": {
                                         "description": "The url for the icon image to be displayed in the UI",
                                         "type": "string"
@@ -1698,9 +1701,10 @@
                                         "type": "string"
                                     },
                                     "name": {
                                         "description": "The name of the action",
-                                        "type": "string"
+                                        "type": "string",
+                                        "maxLength": 255
                                     },
                                     "icon": {
                                         "description": "The url for the icon image to be displayed in the UI",
                                         "type": "string"
@@ -5751,8 +5755,21 @@
                                 "required": [
                                     "resource"
                                 ]
                             },
+                            "projectTypes": {
+                                "default": [
+                                    "company-managed"
+                                ],
+                                "type": "array",
+                                "items": {
+                                    "type": "string",
+                                    "enum": [
+                                        "team-managed",
+                                        "company-managed"
+                                    ]
+                                }
+                            },
                             "key": {
                                 "$ref": "#/definitions/ModuleKeySchema"
                             }
                         },
@@ -9841,8 +9858,9 @@
                                 },
                                 "required": [
                                     "description",
                                     "function",
+                                    "thumbnail",
                                     "title",
                                     "key"
                                 ],
                                 "not": {
@@ -10027,8 +10045,9 @@
                                 },
                                 "required": [
                                     "description",
                                     "resource",
+                                    "thumbnail",
                                     "title",
                                     "key"
                                 ],
                                 "not": {
@@ -12164,8 +12183,21 @@
                                 "required": [
                                     "resource"
                                 ]
                             },
+                            "projectTypes": {
+                                "default": [
+                                    "company-managed"
+                                ],
+                                "type": "array",
+                                "items": {
+                                    "type": "string",
+                                    "enum": [
+                                        "team-managed",
+                                        "company-managed"
+                                    ]
+                                }
+                            },
                             "key": {
                                 "$ref": "#/definitions/ModuleKeySchema"
                             }
                         },
@@ -12626,8 +12658,21 @@
                                 "required": [
                                     "resource"
                                 ]
                             },
+                            "projectTypes": {
+                                "default": [
+                                    "company-managed"
+                                ],
+                                "type": "array",
+                                "items": {
+                                    "type": "string",
+                                    "enum": [
+                                        "team-managed",
+                                        "company-managed"
+                                    ]
+                                }
+                            },
                             "key": {
                                 "$ref": "#/definitions/ModuleKeySchema"
                             }
                         },