File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17932,11 +17932,6 @@ export interface components {
1793217932 * @description The entry point of the plugin.
1793317933 */
1793417934 entry_point: Record<string, never>;
17935- /**
17936- * Groups
17937- * @description The groups of the plugin.
17938- */
17939- groups?: Record<string, never>[] | null;
1794017935 /**
1794117936 * Href
1794217937 * @description The href of the plugin.
@@ -17961,7 +17956,7 @@ export interface components {
1796117956 * Settings
1796217957 * @description The settings of the plugin.
1796317958 */
17964- settings: Record<string, never>[];
17959+ settings? : Record<string, never>[] | null ;
1796517960 /**
1796617961 * Specs
1796717962 * @description The specs of the plugin.
@@ -17977,6 +17972,11 @@ export interface components {
1797717972 * @description The title of the plugin.
1797817973 */
1797917974 title?: string | null;
17975+ /**
17976+ * Tracks
17977+ * @description The tracks of the plugin.
17978+ */
17979+ tracks?: Record<string, never>[] | null;
1798017980 };
1798117981 /** VisualizationRevisionResponse */
1798217982 VisualizationRevisionResponse: {
You can’t perform that action at this time.
0 commit comments