@sistent/sistent 0.17.1 → 0.18.0

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/dist/index.d.mts CHANGED
@@ -2,8 +2,8 @@ import * as _mui_material from '@mui/material';
2
2
  import { AccordionProps, AccordionActionsProps, AccordionDetailsProps, AccordionSummaryProps, AlertProps, AlertTitleProps, AppBarProps, AutocompleteProps as AutocompleteProps$1, AvatarProps, AvatarGroupProps, BackdropProps, BadgeProps, BoxProps, BreadcrumbsProps, ButtonProps as ButtonProps$1, ButtonGroupProps, CardProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps, CheckboxProps, ChipProps, CircularProgressProps, ClickAwayListenerProps, CollapseProps, ContainerProps, CssBaselineProps, DialogProps, DialogActionsProps, DialogContentProps, DialogContentTextProps, DialogTitleProps, DividerProps, DrawerProps, FabProps, FadeProps, FormControlProps, FormControlLabelProps, FormGroupProps, FormLabelProps, GridProps, GrowProps, IconButtonProps as IconButtonProps$1, InputProps, InputAdornmentProps, InputBaseProps, InputLabelProps, LinearProgressProps, LinkProps, ListProps, ListItemProps, ListItemAvatarProps, ListItemButtonProps, ListItemIconProps, ListItemSecondaryActionProps, ListItemTextProps, ListSubheaderProps, MenuProps, MenuItemProps, MenuListProps, NativeSelectProps, NoSsrProps, OutlinedInputProps, PaginationProps, PaperProps, PopoverProps, PopperProps, RadioProps, RadioGroupProps, SkeletonProps, SlideProps, SliderProps, SnackbarProps, SpeedDialProps, SpeedDialActionProps, StackProps, StepProps, StepButtonProps, StepConnectorProps, StepContentProps, StepIconProps, StepLabelProps, StepperProps, SvgIconProps, SwitchProps, TabProps, TableProps, TableBodyProps, TableCellProps, TableContainerProps, TableHeadProps, TableRowProps, TableSortLabelProps, TabsProps, ToggleButtonProps, ToggleButtonGroupProps, ToolbarProps, TooltipProps as TooltipProps$1, TypographyProps, ZoomProps, PaletteOptions, PaletteMode } from '@mui/material';
3
3
  export { AccordionDetailsProps, AccordionProps, AccordionSummaryProps, AlertTitleProps, AppBarProps, AvatarGroupProps, AvatarProps, BackdropProps, BadgeProps, BoxProps, BreadcrumbsProps, ButtonGroupProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps, CardProps, CollapseProps, CssBaselineProps, DividerProps, DrawerProps, FormControlProps, ListItemAvatarProps, ListItemProps, ListItemSecondaryActionProps, ListItemTextProps, ListProps, ListSubheaderProps, MenuItemProps, MenuListProps, MenuProps, OutlinedInputProps, PaginationItem, PaginationProps, PaperProps, PopperProps, RadioGroupProps, SelectProps, SkeletonProps, SlideProps, StackProps, StepConnectorProps, SvgIconProps, SwitchProps, TabProps, TableProps, TabsProps, TextFieldProps, Theme, ThemeProvider, ToggleButtonGroupProps, ToggleButtonProps, ToolbarProps, TypographyProps, alpha, createTheme, keyframes, lighten, stepConnectorClasses, styled, useMediaQuery, useTheme } from '@mui/material';
4
4
  import React$1, { MutableRefObject, FC, SVGProps, CSSProperties, ReactNode } from 'react';
5
- import { GridProps as GridProps$1 } from '@mui/material/Grid';
6
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
+ import { GridProps as GridProps$1 } from '@mui/material/Grid';
7
7
  export { outlinedInputClasses } from '@mui/material/OutlinedInput';
8
8
  export { tooltipClasses } from '@mui/material/Tooltip';
9
9
  import * as _emotion_styled from '@emotion/styled';
@@ -406,7 +406,7 @@ declare const Chip: React$1.ForwardRefExoticComponent<Omit<ChipProps, "ref"> & R
406
406
 
407
407
  declare const CircularProgress: React$1.ForwardRefExoticComponent<Omit<CircularProgressProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
408
408
 
409
- declare const ClickAwayListener: React$1.ForwardRefExoticComponent<ClickAwayListenerProps & React$1.RefAttributes<HTMLDivElement>>;
409
+ declare const ClickAwayListener: (props: ClickAwayListenerProps) => react_jsx_runtime.JSX.Element;
410
410
 
411
411
  declare const Collapse: React$1.ForwardRefExoticComponent<Omit<CollapseProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
412
412
 
@@ -802,10 +802,10 @@ declare const CloneIcon: FC<IconProps$1>;
802
802
 
803
803
  declare const CloseIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
804
804
 
805
- declare const CloudSavedIcon: FC<IconProps$1>;
806
-
807
805
  declare const CloudIcon: FC<IconProps$1>;
808
806
 
807
+ declare const CloudSavedIcon: FC<IconProps$1>;
808
+
809
809
  interface CollapsAllIconProps {
810
810
  height?: string;
811
811
  width?: string;
@@ -858,10 +858,10 @@ declare const DetailsIcon: FC<IconProps$1>;
858
858
 
859
859
  declare const DropDownIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
860
860
 
861
- declare function ErrorIcon({ width, height, fill, ...props }: IconProps$1): JSX.Element;
862
-
863
861
  declare const EmojiEventsIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
864
862
 
863
+ declare function ErrorIcon({ width, height, fill, ...props }: IconProps$1): JSX.Element;
864
+
865
865
  interface ExpandAllIconProps {
866
866
  height?: string;
867
867
  width?: string;
@@ -913,6 +913,8 @@ declare const TallRoundedRectangleIcon: FC<IconProps$1>;
913
913
 
914
914
  declare const OutlinedMeshIcon: FC<IconProps$1>;
915
915
 
916
+ declare const BuildRoundedIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
917
+
916
918
  declare const CalculateIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
917
919
 
918
920
  declare const CalenderIcon: FC<IconProps$1>;
@@ -956,6 +958,8 @@ declare const DeploymentsIcon: FC<IconProps$1>;
956
958
 
957
959
  declare const DesignIcon: FC<CustomIconProps>;
958
960
 
961
+ declare const DirectionsCarIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
962
+
959
963
  interface DiscussForumIconProps {
960
964
  width?: number | string;
961
965
  height?: number | string;
@@ -997,12 +1001,14 @@ declare const EmptyStyleIcon: FC<EmptyStyleIconProps>;
997
1001
 
998
1002
  declare const EnvironmentIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
999
1003
 
1004
+ declare const ErrorOutlineIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1005
+
1006
+ declare const ExploreIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1007
+
1000
1008
  declare const DownloadIcon: FC<IconProps$1>;
1001
1009
 
1002
1010
  declare const ExternalLinkIcon: FC<IconProps$1>;
1003
1011
 
1004
- declare const ErrorOutlineIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1005
-
1006
1012
  type KeppelApplicationIconProps = {
1007
1013
  primaryFill?: string;
1008
1014
  secondaryFill?: string;
@@ -1011,6 +1017,8 @@ declare const FeedbackIcon: FC<KeppelApplicationIconProps>;
1011
1017
 
1012
1018
  declare const FileIcon: ({ width, height, fill, stroke, ...props }: IconProps$1) => JSX.Element;
1013
1019
 
1020
+ declare const FileCopyIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1021
+
1014
1022
  declare const GetAppIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1015
1023
 
1016
1024
  declare const GetStartedIcon: FC<IconProps$1>;
@@ -1090,6 +1098,8 @@ declare const LeftAngledArrowIcon: ({ width, height, fill, ...props }: IconProps
1090
1098
 
1091
1099
  declare const LeftArrowIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
1092
1100
 
1101
+ declare const ListAltIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1102
+
1093
1103
  declare const LockIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1094
1104
 
1095
1105
  interface LogoutIconProps {
@@ -1193,6 +1203,8 @@ interface ShareLineIconProps {
1193
1203
  }
1194
1204
  declare const ShareLineIcon: React$1.FC<ShareLineIconProps>;
1195
1205
 
1206
+ declare const SimCardIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1207
+
1196
1208
  declare const SMPIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
1197
1209
 
1198
1210
  interface IconProps {
@@ -1220,6 +1232,8 @@ declare const OutlinedStarIcon: FC<IconProps$1>;
1220
1232
 
1221
1233
  declare const SuccessIcon: FC<IconProps$1>;
1222
1234
 
1235
+ declare const SupervisedUserCircleIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1236
+
1223
1237
  interface TableViewIconProps {
1224
1238
  width?: string;
1225
1239
  height?: string;
@@ -1367,22 +1381,22 @@ declare const createAndEditEnvironmentSchema: {
1367
1381
  required: string[];
1368
1382
  properties: {
1369
1383
  description: {
1370
- description: "An environment is a collection of resources, such as connections & credentail. Provide a detailed description to clarify the purpose of this environment and the types of resources it encompasses. You can modify the description at any Time. Learn more about environments [here](https://docs.meshery.io/concepts/logical/environments).";
1384
+ description: any;
1371
1385
  format: string;
1372
1386
  title: string;
1373
- type: "string";
1387
+ type: any;
1374
1388
  'x-rjsf-grid-area': string;
1375
1389
  };
1376
1390
  name: {
1377
- description: "An environment is a collection of resources. Provide a name that meaningfully represents these resources. You can change the name of the environment even after its creation.";
1391
+ description: any;
1378
1392
  title: string;
1379
- type: "string";
1393
+ type: any;
1380
1394
  'x-rjsf-grid-area': string;
1381
1395
  };
1382
1396
  organization: {
1383
- type: "string";
1397
+ type: any;
1384
1398
  title: string;
1385
- description: "Select an organization in which you want to create this new environment. Keep in mind that the organization cannot be changed after creation.";
1399
+ description: any;
1386
1400
  enum: never[];
1387
1401
  enumNames: never[];
1388
1402
  'x-rjsf-grid-area': string;
@@ -1401,21 +1415,21 @@ declare const createAndEditEnvironmentUiSchema: {
1401
1415
  declare const createAndEditWorkspace: {
1402
1416
  properties: {
1403
1417
  description: {
1404
- description: "Workspaces serve as a virtual space for your team-based work, allows you to control access and more, Provide a detailed description to clarify the purpose of this workspace. Remember you can changes description of workspace after it's creations too. Learn more about workspaces [here](https://docs.meshery.io/concepts/logical/workspaces)";
1418
+ description: any;
1405
1419
  format: string;
1406
1420
  title: string;
1407
- type: "string";
1421
+ type: any;
1408
1422
  'x-rjsf-grid-area': string;
1409
1423
  };
1410
1424
  name: {
1411
- description: "Provide a name that meaningfully represents this workspace. You can change the name of the workspace even after its creation.";
1425
+ description: any;
1412
1426
  title: string;
1413
- type: "string";
1427
+ type: any;
1414
1428
  'x-rjsf-grid-area': string;
1415
1429
  };
1416
1430
  organization: {
1417
- type: "string";
1418
- description: "Select an organization in which you want to create this new workspace. Keep in mind that the organization cannot be changed after creation.";
1431
+ type: any;
1432
+ description: any;
1419
1433
  title: string;
1420
1434
  enum: never[];
1421
1435
  enumNames: never[];
@@ -1474,18 +1488,18 @@ declare const importDesignSchema: {
1474
1488
  type: string;
1475
1489
  properties: {
1476
1490
  name: {
1477
- type: "string";
1491
+ type: any;
1478
1492
  title: string;
1479
- default: "Untitled Design";
1493
+ default: any;
1480
1494
  'x-rjsf-grid-area': string;
1481
- description: "Provide a name for your design file. This name will help you identify the file more easily. You can also change the name of your design after importing it.";
1495
+ description: any;
1482
1496
  };
1483
1497
  uploadType: {
1484
1498
  title: string;
1485
1499
  enum: string[];
1486
1500
  default: string;
1487
1501
  'x-rjsf-grid-area': string;
1488
- description: "Choose the method you prefer to upload your design file. Select 'File Upload' if you have the file on your local system, or 'URL Import' if you have the file hosted online.";
1502
+ description: any;
1489
1503
  };
1490
1504
  };
1491
1505
  allOf: ({
@@ -1499,9 +1513,9 @@ declare const importDesignSchema: {
1499
1513
  then: {
1500
1514
  properties: {
1501
1515
  file: {
1502
- type: "string";
1503
- format: "file";
1504
- description: "Supported formats: Kubernetes Manifests, Helm Charts, Docker Compose, and Meshery Designs. See [Import Designs Documentation](https://docs.meshery.io/guides/configuration-management/importing-designs#import-designs-using-meshery-ui) for details";
1516
+ type: any;
1517
+ format: any;
1518
+ description: any;
1505
1519
  'x-rjsf-grid-area': string;
1506
1520
  };
1507
1521
  url?: undefined;
@@ -1519,10 +1533,10 @@ declare const importDesignSchema: {
1519
1533
  then: {
1520
1534
  properties: {
1521
1535
  url: {
1522
- type: "string";
1523
- format: "uri";
1536
+ type: any;
1537
+ format: any;
1524
1538
  title: string;
1525
- description: "Provide the URL of the file you want to import. This should be a direct URL to a single file, for example: https://raw.github.com/your-design-file.yaml. Also, ensure that design is in a supported format: Kubernetes Manifest, Helm Chart, Docker Compose, or Meshery Design. See [Import Designs Documentation](https://docs.meshery.io/guides/configuration-management/importing-designs#import-designs-using-meshery-ui) for details";
1539
+ description: any;
1526
1540
  'x-rjsf-grid-area': string;
1527
1541
  };
1528
1542
  file?: undefined;
@@ -1620,13 +1634,13 @@ declare const importModelSchema: {
1620
1634
  required: string[];
1621
1635
  properties: {
1622
1636
  uploadType: {
1623
- type: "string";
1637
+ type: any;
1624
1638
  title: string;
1625
1639
  enum: string[];
1626
- enumDescriptions: readonly ["Upload a model file (.tar, .tar.gz, .tgz) from your local system", "Import a model file using a direct URL to the source", "Upload separate CSV files for model definitions, components, and their relationships"];
1640
+ enumDescriptions: any;
1627
1641
  default: string;
1628
1642
  'x-rjsf-grid-area': string;
1629
- description: "Choose the method you prefer to upload your model file. Select 'File Import' or 'CSV Import' if you have the file on your local system or 'URL Import' if you have the file hosted online.";
1643
+ description: any;
1630
1644
  };
1631
1645
  };
1632
1646
  allOf: ({
@@ -1640,9 +1654,9 @@ declare const importModelSchema: {
1640
1654
  then: {
1641
1655
  properties: {
1642
1656
  file: {
1643
- type: "string";
1644
- format: "file";
1645
- description: "Supported model file formats are: .tar, .tar.gz, and .tgz. See [Import Models Documentation](https://docs.meshery.io/guides/configuration-management/importing-models#import-models-using-meshery-ui) for details";
1657
+ type: any;
1658
+ format: any;
1659
+ description: any;
1646
1660
  'x-rjsf-grid-area': string;
1647
1661
  };
1648
1662
  url?: undefined;
@@ -1660,10 +1674,10 @@ declare const importModelSchema: {
1660
1674
  then: {
1661
1675
  properties: {
1662
1676
  url: {
1663
- type: "string";
1664
- format: "uri";
1677
+ type: any;
1678
+ format: any;
1665
1679
  title: string;
1666
- description: "A direct URL to a single model file, for example: https://raw.github.com/your-model-file.tar. Supported model file formats are: .tar, .tar.gz, and .tgz. \\n\\nFor bulk import of your model use the GitHub connection or CSV files. See [Import Models Documentation](https://docs.meshery.io/guides/configuration-management/importing-models#import-models-using-meshery-ui) for details";
1680
+ description: any;
1667
1681
  'x-rjsf-grid-area': string;
1668
1682
  disabled: boolean;
1669
1683
  };
@@ -2589,4 +2603,4 @@ declare const FormattedTime: ({ date }: {
2589
2603
  date: string;
2590
2604
  }) => react_jsx_runtime.JSX.Element;
2591
2605
 
2592
- export { ALABASTER_WHITE, ALICE_BLUE, ANAKIWA, AcademyIcon, AccessTimeIcon as AccessTime, AccessTimeFilledIcon, Accordion, AccordionActions, AccordionDetails, AccordionSummary, AddIconCircleBordered as AddCircleIcon, AddIcon, Alert, AlertTitle, AppBar, ApplicationIcon, ArrowBackIcon, ArrowCompressIcon$1 as ArrowCompressIcon, ArrowCompressIcon as ArrowExpandIcon, ArticleIcon, Autocomplete, Avatar, AvatarGroup, BLACK, Backdrop, Badge, BasicMarkdown, BellIcon, Box, Breadcrumbs, BusIcon, Button, ButtonGroup, CARIBBEAN_GREEN, CASPER, CHARCOAL, CHINESE_SILVER, CONNECTED, CULTURED, CalculateIcon, CalenderIcon, Card, CardActions, CardContent, CardHeader, CardMedia, CaretDownIcon, CatalogIcon, ChainIcon, ChallengesIcon, CheckCircleIcon, CheckCircleOutlineIcon, Checkbox, ChevronLeft, Chip, CircleIcon, CircularProgress, ClickAwayListener, CloneIcon, CloseBtn, CloseIcon, CloudIcon, CloudSavedIcon, Collapse, CollapsAllIcon as CollapseAllIcon, ColumnIcon, CommunityClassIcon, CompareArrowsIcon, ComponentIcon, ConfigurationIcon, Container, ContentFilterIcon, CopyIcon, CopyLinkIcon, CreateNewIcon, CredentialIcon, CrossCircleIcon, CssBaseline, CustomTooltip, DARK_BLUE_GRAY, DARK_PRIMARY_COLOR, DARK_SHADE_GRAY, DARK_SLATE_GRAY, DARK_TEAL, DATA_VALIDATOR_COMMANDS, DATA_VALIDATOR_EVENTS, DELETED, DISCONNECTED, DISCOVERED, DashboardIcon, type DataType, DatabaseIcon, DeferEvents, DeleteIcon, DeploymentsIcon, DescriptionIcon, DesignIcon, DesignerBottomRightIcon, DetailsIcon as DetailIcon, DetailsIcon, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, DiscussForumIcon, Divider, DocumentIcon, DoneAllIcon, DoneIcon, DownloadIcon$1 as DownloadIcon, DragIcon, Drawer, DropDownIcon, EERIE_BLACK, EditIcon, EmojiEventsIcon, EmptyStyleIcon, EnvironmentIcon, ErrorIcon, ErrorOutlineIcon, EventBus, type EventBusEvent, type EventType, ExpandAllIcon, DownloadIcon as ExportIcon, ExternalLinkIcon, Fab, FacebookIcon, Fade, FavoriteIcon, FeedbackIcon, FileIcon, FilterIcon, FolderRoundedIcon, FormControl, FormControlLabel, FormGroup, FormLabel, FormattedTime, FullScreenIcon, FullScreenExitIcon as FullScreenIconExit, GRAY, GRAY97, GREEN, GetAppIcon, GetStartedIcon, GithubIcon, GoogleIcon, Grid, Grid2, GridViewIcon, GroupAddIcon as GroupAdd, GroupIcon, Grow, HelpOutlinedIcon, HelperTextPopover, Hidden, IGNORED, IconButton, IdeaIcon, IndeterminateCheckBoxIcon, InfoCircleIcon, InfoIcon, InfoOutlinedIcon as InfoOutlined, InfoTooltip, Input, InputAdornment, InputBase, InputLabel, InsertChartIcon, InviteUserIcon, KEPPEL, KanvasIcon, KeppelApplicationIcon, KeppelRectangleIcon, KeppelTallRoundedRectangleIcon, KubernetesIcon, LIGHT_GRAY, LIGHT_TEAL, LIMED_SPRUCE, LeaderboardIcon as LeaderBoardIcon, LearningIcon, LeftAngledArrowIcon, LeftArrowIcon, LinearProgress, Link, LinkedinIcon, List, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemSecondaryAction, ListItemText, ListSubheader, LockIcon, LogoutIcon, MAINTAINENCE, MIDNIGHT_BLACK, MendeleyIcon, Menu, MenuIcon, MenuItem, MenuList, MesheryFilterIcon, MesheryIcon, MesheryOperator, Modal, ModalBody, ModalButtonDanger, ModalButtonPrimary, ModalButtonSecondary, ModalButtonTertiary, ModalFooter, ModalStyledHeader, MoreVertIcon, MoveFileIcon, NOT_FOUND, NativeSelect, NoSsr, ONYX_BLACK, OfficialClassIcon, OpenFileIcon, OpenIcon, OpenInNewIcon, OrgIcon, OutlinedApplicationIcon, OutlinedCircleIcon, OutlinedCloudSavingIcon, OutlinedDataObjectIcon, OutlinedDeployIcon, OutlinedDoubleChevronIcon, OutlinedHierarchicalIcon, OutlinedInput, OutlinedMeshIcon, OutlinedPatternIcon, OutlinedPatternSwitchIcon, OutlinedPodIcon, OutlinedRectangleIcon, OutlinedRedoIcon, OutlinedResetIcon, OutlinedRingIcon, OutlinedScreenshotIcon, OutlinedSettingsIcon, OutlinedStarIcon, OutlinedTallRoundedRectangleIcon, OutlinedUndeployIcon, OutlinedUndoIcon, OutlinedValidateIcon, OutlinedVisibilityOffIcon, OutlinedVisibilityOnIcon, OutlinedVisualizerSwitcherIcon, PATTERNS_BLUE, PRIMARY_COLOR, Pagination, PanToolIcon, Paper, PeopleIcon, PersistedStateProvider, PersonIcon, PlayArrowIcon, PollIcon, Popover, Popper, PrimaryActionButtons, type PrimitivePalette, PublicIcon, PublishIcon, QuestionIcon, REDUX_COMMANDS, REDUX_EVENTS, REEE, REGISTERED, type REXUX_ACTOR_EVENTS, RTK_EVENTS, Radio, RadioGroup, ReadIcon, RectangleIcon, RefreshIcon, type RehydrateStateAction, RemoveDoneIcon, RemoveIcon, RenderMarkdown, type RenderMarkdownProps, RenderMarkdownTooltip, ResizeIcon, RightArrowIcon, RoundedRectangleShapeIcon, RoundTriangleShapeIcon as RoundedTriangleShapeIcon, SAFFRON, SILVER_GRAY, SLATE_BLUE, SMPIcon, SaveAsIcon, ScienceIcon, SearchIcon, Select, ShareIcon, ShareLineIcon, SistentDefaultPrimitivePaletteDark, SistentDefaultPrimitivePaletteLight, SistentThemeProvider, SistentThemeProviderWithoutBaseLine, Skeleton, SlackIcon, Slide, Slider, Snackbar, SpeedDial, SpeedDialAction, Stack, Step, StepButton, StepConnector, StepContent, StepIcon, StepLabel, Stepper, SuccessIcon, SvgIcon, Switch, TEAL_BLUE, TRANSPARENT_WHITE, Tab, Table, TableBody, TableCell, TableContainer, TableHead, TableRow, TableSortLabel, TableViewIcon, Tabs, TachographDigitalIcon, TachometerIcon, TallRoundedRectangleIcon, TeamsIcon, TerminalIcon, TextField, TimerIcon, ToggleButton, ToggleButtonGroup, Toolbar, ToolkitIcon, Tooltip, type TooltipProps, TouchAppIcon, TrendingUpIcon, TriangleIcon, TrophyIcon as TropyIcon, TwitterIcon, Typography, UpgradeIcon, VerificationClassIcon, VerifiedIcon, ViewsIcon as ViewIcon, WHITE, WHITESMOKE, WarningIcon, WorkspaceIcon, XSTATE_DEBUG_EVENT, YELLOW_SEA, Zoom, accentGrey, actionIcon, anakiwa, black, blue, buttonDelete, buttonDisabled, carribean, casper, charcoal, colors, common, componentIcon, connected, createAndEditEnvironmentSchema, createAndEditEnvironmentUiSchema, createAndEditWorkspace as createAndEditWorkspaceSchema, createAndEditWorkspaceUiSchema, crimson, cultured, darkModePalette, darkSlateGray, darkTeal, dataValidatorCommands, dataValidatorEvents, dataValidatorMachine, deadLetter, eerieBlack, forwardToActors, fromWorkerfiedActor, getCollaborationConfig, getFormatDate, getFullFormattedTime, getRelativeTime, getWebSocketProtocol, grafanaCredentialUiSchema as grafanaCredentialSUiSchema, grafanaCredentialSchema, gray, green, helmConnectionSchema, helmConnectionUiSchema, helpAndSupportModalSchema, helpAndSupportModalUiSchema, importDesignSchema, importDesignUiSchema, importFilterSchema, importFilterUiSchema, importModelSchema, importModelUiSchema, initReduxPersist, jungleGreen, keppel, kubernetesCredentialSchema, kubernetesCredentialUiSchema, lightModePalette, magenta, notificationColors, patternsBlue, primaryColor, prometheusCredentialSchema, prometheusCredentialUiSchema, publishCatalogItemSchema, publishCatalogItemUiSchema, red, redDelete, reduxActor, reduxCommands, reduxEvents, reply, rtkQueryActor, rtkQueryActorCommands, rtkQueryActorEvents, saffron, selectIsValidating, selectValidationResults, sendToActor, sendToActors, slateGray, socialIcons, subscribeToRoom, tabMenu, tableBackgroundHover, typography, unSubscribeRoom, useModal, useRoomActivity, white, workerfyActor, yellow };
2606
+ export { ALABASTER_WHITE, ALICE_BLUE, ANAKIWA, AcademyIcon, AccessTimeIcon as AccessTime, AccessTimeFilledIcon, Accordion, AccordionActions, AccordionDetails, AccordionSummary, AddIconCircleBordered as AddCircleIcon, AddIcon, Alert, AlertTitle, AppBar, ApplicationIcon, ArrowBackIcon, ArrowCompressIcon$1 as ArrowCompressIcon, ArrowCompressIcon as ArrowExpandIcon, ArticleIcon, Autocomplete, Avatar, AvatarGroup, BLACK, Backdrop, Badge, BasicMarkdown, BellIcon, Box, Breadcrumbs, BuildRoundedIcon, BusIcon, Button, ButtonGroup, CARIBBEAN_GREEN, CASPER, CHARCOAL, CHINESE_SILVER, CONNECTED, CULTURED, CalculateIcon, CalenderIcon, Card, CardActions, CardContent, CardHeader, CardMedia, CaretDownIcon, CatalogIcon, ChainIcon, ChallengesIcon, CheckCircleIcon, CheckCircleOutlineIcon, Checkbox, ChevronLeft, Chip, CircleIcon, CircularProgress, ClickAwayListener, CloneIcon, CloseBtn, CloseIcon, CloudIcon, CloudSavedIcon, Collapse, CollapsAllIcon as CollapseAllIcon, ColumnIcon, CommunityClassIcon, CompareArrowsIcon, ComponentIcon, ConfigurationIcon, Container, ContentFilterIcon, CopyIcon, CopyLinkIcon, CreateNewIcon, CredentialIcon, CrossCircleIcon, CssBaseline, CustomTooltip, DARK_BLUE_GRAY, DARK_PRIMARY_COLOR, DARK_SHADE_GRAY, DARK_SLATE_GRAY, DARK_TEAL, DATA_VALIDATOR_COMMANDS, DATA_VALIDATOR_EVENTS, DELETED, DISCONNECTED, DISCOVERED, DashboardIcon, type DataType, DatabaseIcon, DeferEvents, DeleteIcon, DeploymentsIcon, DescriptionIcon, DesignIcon, DesignerBottomRightIcon, DetailsIcon as DetailIcon, DetailsIcon, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, DirectionsCarIcon, DiscussForumIcon, Divider, DocumentIcon, DoneAllIcon, DoneIcon, DownloadIcon$1 as DownloadIcon, DragIcon, Drawer, DropDownIcon, EERIE_BLACK, EditIcon, EmojiEventsIcon, EmptyStyleIcon, EnvironmentIcon, ErrorIcon, ErrorOutlineIcon, EventBus, type EventBusEvent, type EventType, ExpandAllIcon, ExploreIcon, DownloadIcon as ExportIcon, ExternalLinkIcon, Fab, FacebookIcon, Fade, FavoriteIcon, FeedbackIcon, FileCopyIcon, FileIcon, FilterIcon, FolderRoundedIcon, FormControl, FormControlLabel, FormGroup, FormLabel, FormattedTime, FullScreenIcon, FullScreenExitIcon as FullScreenIconExit, GRAY, GRAY97, GREEN, GetAppIcon, GetStartedIcon, GithubIcon, GoogleIcon, Grid, Grid2, GridViewIcon, GroupAddIcon as GroupAdd, GroupIcon, Grow, HelpOutlinedIcon, HelperTextPopover, Hidden, IGNORED, IconButton, IdeaIcon, IndeterminateCheckBoxIcon, InfoCircleIcon, InfoIcon, InfoOutlinedIcon as InfoOutlined, InfoTooltip, Input, InputAdornment, InputBase, InputLabel, InsertChartIcon, InviteUserIcon, KEPPEL, KanvasIcon, KeppelApplicationIcon, KeppelRectangleIcon, KeppelTallRoundedRectangleIcon, KubernetesIcon, LIGHT_GRAY, LIGHT_TEAL, LIMED_SPRUCE, LeaderboardIcon as LeaderBoardIcon, LearningIcon, LeftAngledArrowIcon, LeftArrowIcon, LinearProgress, Link, LinkedinIcon, List, ListAltIcon, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemSecondaryAction, ListItemText, ListSubheader, LockIcon, LogoutIcon, MAINTAINENCE, MIDNIGHT_BLACK, MendeleyIcon, Menu, MenuIcon, MenuItem, MenuList, MesheryFilterIcon, MesheryIcon, MesheryOperator, Modal, ModalBody, ModalButtonDanger, ModalButtonPrimary, ModalButtonSecondary, ModalButtonTertiary, ModalFooter, ModalStyledHeader, MoreVertIcon, MoveFileIcon, NOT_FOUND, NativeSelect, NoSsr, ONYX_BLACK, OfficialClassIcon, OpenFileIcon, OpenIcon, OpenInNewIcon, OrgIcon, OutlinedApplicationIcon, OutlinedCircleIcon, OutlinedCloudSavingIcon, OutlinedDataObjectIcon, OutlinedDeployIcon, OutlinedDoubleChevronIcon, OutlinedHierarchicalIcon, OutlinedInput, OutlinedMeshIcon, OutlinedPatternIcon, OutlinedPatternSwitchIcon, OutlinedPodIcon, OutlinedRectangleIcon, OutlinedRedoIcon, OutlinedResetIcon, OutlinedRingIcon, OutlinedScreenshotIcon, OutlinedSettingsIcon, OutlinedStarIcon, OutlinedTallRoundedRectangleIcon, OutlinedUndeployIcon, OutlinedUndoIcon, OutlinedValidateIcon, OutlinedVisibilityOffIcon, OutlinedVisibilityOnIcon, OutlinedVisualizerSwitcherIcon, PATTERNS_BLUE, PRIMARY_COLOR, Pagination, PanToolIcon, Paper, PeopleIcon, PersistedStateProvider, PersonIcon, PlayArrowIcon, PollIcon, Popover, Popper, PrimaryActionButtons, type PrimitivePalette, PublicIcon, PublishIcon, QuestionIcon, REDUX_COMMANDS, REDUX_EVENTS, REEE, REGISTERED, type REXUX_ACTOR_EVENTS, RTK_EVENTS, Radio, RadioGroup, ReadIcon, RectangleIcon, RefreshIcon, type RehydrateStateAction, RemoveDoneIcon, RemoveIcon, RenderMarkdown, type RenderMarkdownProps, RenderMarkdownTooltip, ResizeIcon, RightArrowIcon, RoundedRectangleShapeIcon, RoundTriangleShapeIcon as RoundedTriangleShapeIcon, SAFFRON, SILVER_GRAY, SLATE_BLUE, SMPIcon, SaveAsIcon, ScienceIcon, SearchIcon, Select, ShareIcon, ShareLineIcon, SimCardIcon, SistentDefaultPrimitivePaletteDark, SistentDefaultPrimitivePaletteLight, SistentThemeProvider, SistentThemeProviderWithoutBaseLine, Skeleton, SlackIcon, Slide, Slider, Snackbar, SpeedDial, SpeedDialAction, Stack, Step, StepButton, StepConnector, StepContent, StepIcon, StepLabel, Stepper, SuccessIcon, SupervisedUserCircleIcon, SvgIcon, Switch, TEAL_BLUE, TRANSPARENT_WHITE, Tab, Table, TableBody, TableCell, TableContainer, TableHead, TableRow, TableSortLabel, TableViewIcon, Tabs, TachographDigitalIcon, TachometerIcon, TallRoundedRectangleIcon, TeamsIcon, TerminalIcon, TextField, TimerIcon, ToggleButton, ToggleButtonGroup, Toolbar, ToolkitIcon, Tooltip, type TooltipProps, TouchAppIcon, TrendingUpIcon, TriangleIcon, TrophyIcon as TropyIcon, TwitterIcon, Typography, UpgradeIcon, VerificationClassIcon, VerifiedIcon, ViewsIcon as ViewIcon, WHITE, WHITESMOKE, WarningIcon, WorkspaceIcon, XSTATE_DEBUG_EVENT, YELLOW_SEA, Zoom, accentGrey, actionIcon, anakiwa, black, blue, buttonDelete, buttonDisabled, carribean, casper, charcoal, colors, common, componentIcon, connected, createAndEditEnvironmentSchema, createAndEditEnvironmentUiSchema, createAndEditWorkspace as createAndEditWorkspaceSchema, createAndEditWorkspaceUiSchema, crimson, cultured, darkModePalette, darkSlateGray, darkTeal, dataValidatorCommands, dataValidatorEvents, dataValidatorMachine, deadLetter, eerieBlack, forwardToActors, fromWorkerfiedActor, getCollaborationConfig, getFormatDate, getFullFormattedTime, getRelativeTime, getWebSocketProtocol, grafanaCredentialUiSchema as grafanaCredentialSUiSchema, grafanaCredentialSchema, gray, green, helmConnectionSchema, helmConnectionUiSchema, helpAndSupportModalSchema, helpAndSupportModalUiSchema, importDesignSchema, importDesignUiSchema, importFilterSchema, importFilterUiSchema, importModelSchema, importModelUiSchema, initReduxPersist, jungleGreen, keppel, kubernetesCredentialSchema, kubernetesCredentialUiSchema, lightModePalette, magenta, notificationColors, patternsBlue, primaryColor, prometheusCredentialSchema, prometheusCredentialUiSchema, publishCatalogItemSchema, publishCatalogItemUiSchema, red, redDelete, reduxActor, reduxCommands, reduxEvents, reply, rtkQueryActor, rtkQueryActorCommands, rtkQueryActorEvents, saffron, selectIsValidating, selectValidationResults, sendToActor, sendToActors, slateGray, socialIcons, subscribeToRoom, tabMenu, tableBackgroundHover, typography, unSubscribeRoom, useModal, useRoomActivity, white, workerfyActor, yellow };
package/dist/index.d.ts CHANGED
@@ -2,8 +2,8 @@ import * as _mui_material from '@mui/material';
2
2
  import { AccordionProps, AccordionActionsProps, AccordionDetailsProps, AccordionSummaryProps, AlertProps, AlertTitleProps, AppBarProps, AutocompleteProps as AutocompleteProps$1, AvatarProps, AvatarGroupProps, BackdropProps, BadgeProps, BoxProps, BreadcrumbsProps, ButtonProps as ButtonProps$1, ButtonGroupProps, CardProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps, CheckboxProps, ChipProps, CircularProgressProps, ClickAwayListenerProps, CollapseProps, ContainerProps, CssBaselineProps, DialogProps, DialogActionsProps, DialogContentProps, DialogContentTextProps, DialogTitleProps, DividerProps, DrawerProps, FabProps, FadeProps, FormControlProps, FormControlLabelProps, FormGroupProps, FormLabelProps, GridProps, GrowProps, IconButtonProps as IconButtonProps$1, InputProps, InputAdornmentProps, InputBaseProps, InputLabelProps, LinearProgressProps, LinkProps, ListProps, ListItemProps, ListItemAvatarProps, ListItemButtonProps, ListItemIconProps, ListItemSecondaryActionProps, ListItemTextProps, ListSubheaderProps, MenuProps, MenuItemProps, MenuListProps, NativeSelectProps, NoSsrProps, OutlinedInputProps, PaginationProps, PaperProps, PopoverProps, PopperProps, RadioProps, RadioGroupProps, SkeletonProps, SlideProps, SliderProps, SnackbarProps, SpeedDialProps, SpeedDialActionProps, StackProps, StepProps, StepButtonProps, StepConnectorProps, StepContentProps, StepIconProps, StepLabelProps, StepperProps, SvgIconProps, SwitchProps, TabProps, TableProps, TableBodyProps, TableCellProps, TableContainerProps, TableHeadProps, TableRowProps, TableSortLabelProps, TabsProps, ToggleButtonProps, ToggleButtonGroupProps, ToolbarProps, TooltipProps as TooltipProps$1, TypographyProps, ZoomProps, PaletteOptions, PaletteMode } from '@mui/material';
3
3
  export { AccordionDetailsProps, AccordionProps, AccordionSummaryProps, AlertTitleProps, AppBarProps, AvatarGroupProps, AvatarProps, BackdropProps, BadgeProps, BoxProps, BreadcrumbsProps, ButtonGroupProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps, CardProps, CollapseProps, CssBaselineProps, DividerProps, DrawerProps, FormControlProps, ListItemAvatarProps, ListItemProps, ListItemSecondaryActionProps, ListItemTextProps, ListProps, ListSubheaderProps, MenuItemProps, MenuListProps, MenuProps, OutlinedInputProps, PaginationItem, PaginationProps, PaperProps, PopperProps, RadioGroupProps, SelectProps, SkeletonProps, SlideProps, StackProps, StepConnectorProps, SvgIconProps, SwitchProps, TabProps, TableProps, TabsProps, TextFieldProps, Theme, ThemeProvider, ToggleButtonGroupProps, ToggleButtonProps, ToolbarProps, TypographyProps, alpha, createTheme, keyframes, lighten, stepConnectorClasses, styled, useMediaQuery, useTheme } from '@mui/material';
4
4
  import React$1, { MutableRefObject, FC, SVGProps, CSSProperties, ReactNode } from 'react';
5
- import { GridProps as GridProps$1 } from '@mui/material/Grid';
6
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
+ import { GridProps as GridProps$1 } from '@mui/material/Grid';
7
7
  export { outlinedInputClasses } from '@mui/material/OutlinedInput';
8
8
  export { tooltipClasses } from '@mui/material/Tooltip';
9
9
  import * as _emotion_styled from '@emotion/styled';
@@ -406,7 +406,7 @@ declare const Chip: React$1.ForwardRefExoticComponent<Omit<ChipProps, "ref"> & R
406
406
 
407
407
  declare const CircularProgress: React$1.ForwardRefExoticComponent<Omit<CircularProgressProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
408
408
 
409
- declare const ClickAwayListener: React$1.ForwardRefExoticComponent<ClickAwayListenerProps & React$1.RefAttributes<HTMLDivElement>>;
409
+ declare const ClickAwayListener: (props: ClickAwayListenerProps) => react_jsx_runtime.JSX.Element;
410
410
 
411
411
  declare const Collapse: React$1.ForwardRefExoticComponent<Omit<CollapseProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
412
412
 
@@ -802,10 +802,10 @@ declare const CloneIcon: FC<IconProps$1>;
802
802
 
803
803
  declare const CloseIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
804
804
 
805
- declare const CloudSavedIcon: FC<IconProps$1>;
806
-
807
805
  declare const CloudIcon: FC<IconProps$1>;
808
806
 
807
+ declare const CloudSavedIcon: FC<IconProps$1>;
808
+
809
809
  interface CollapsAllIconProps {
810
810
  height?: string;
811
811
  width?: string;
@@ -858,10 +858,10 @@ declare const DetailsIcon: FC<IconProps$1>;
858
858
 
859
859
  declare const DropDownIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
860
860
 
861
- declare function ErrorIcon({ width, height, fill, ...props }: IconProps$1): JSX.Element;
862
-
863
861
  declare const EmojiEventsIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
864
862
 
863
+ declare function ErrorIcon({ width, height, fill, ...props }: IconProps$1): JSX.Element;
864
+
865
865
  interface ExpandAllIconProps {
866
866
  height?: string;
867
867
  width?: string;
@@ -913,6 +913,8 @@ declare const TallRoundedRectangleIcon: FC<IconProps$1>;
913
913
 
914
914
  declare const OutlinedMeshIcon: FC<IconProps$1>;
915
915
 
916
+ declare const BuildRoundedIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
917
+
916
918
  declare const CalculateIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
917
919
 
918
920
  declare const CalenderIcon: FC<IconProps$1>;
@@ -956,6 +958,8 @@ declare const DeploymentsIcon: FC<IconProps$1>;
956
958
 
957
959
  declare const DesignIcon: FC<CustomIconProps>;
958
960
 
961
+ declare const DirectionsCarIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
962
+
959
963
  interface DiscussForumIconProps {
960
964
  width?: number | string;
961
965
  height?: number | string;
@@ -997,12 +1001,14 @@ declare const EmptyStyleIcon: FC<EmptyStyleIconProps>;
997
1001
 
998
1002
  declare const EnvironmentIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
999
1003
 
1004
+ declare const ErrorOutlineIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1005
+
1006
+ declare const ExploreIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1007
+
1000
1008
  declare const DownloadIcon: FC<IconProps$1>;
1001
1009
 
1002
1010
  declare const ExternalLinkIcon: FC<IconProps$1>;
1003
1011
 
1004
- declare const ErrorOutlineIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1005
-
1006
1012
  type KeppelApplicationIconProps = {
1007
1013
  primaryFill?: string;
1008
1014
  secondaryFill?: string;
@@ -1011,6 +1017,8 @@ declare const FeedbackIcon: FC<KeppelApplicationIconProps>;
1011
1017
 
1012
1018
  declare const FileIcon: ({ width, height, fill, stroke, ...props }: IconProps$1) => JSX.Element;
1013
1019
 
1020
+ declare const FileCopyIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1021
+
1014
1022
  declare const GetAppIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1015
1023
 
1016
1024
  declare const GetStartedIcon: FC<IconProps$1>;
@@ -1090,6 +1098,8 @@ declare const LeftAngledArrowIcon: ({ width, height, fill, ...props }: IconProps
1090
1098
 
1091
1099
  declare const LeftArrowIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
1092
1100
 
1101
+ declare const ListAltIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1102
+
1093
1103
  declare const LockIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1094
1104
 
1095
1105
  interface LogoutIconProps {
@@ -1193,6 +1203,8 @@ interface ShareLineIconProps {
1193
1203
  }
1194
1204
  declare const ShareLineIcon: React$1.FC<ShareLineIconProps>;
1195
1205
 
1206
+ declare const SimCardIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1207
+
1196
1208
  declare const SMPIcon: ({ width, height, ...props }: IconProps$1) => JSX.Element;
1197
1209
 
1198
1210
  interface IconProps {
@@ -1220,6 +1232,8 @@ declare const OutlinedStarIcon: FC<IconProps$1>;
1220
1232
 
1221
1233
  declare const SuccessIcon: FC<IconProps$1>;
1222
1234
 
1235
+ declare const SupervisedUserCircleIcon: ({ width, height, fill, ...props }: IconProps$1) => JSX.Element;
1236
+
1223
1237
  interface TableViewIconProps {
1224
1238
  width?: string;
1225
1239
  height?: string;
@@ -1367,22 +1381,22 @@ declare const createAndEditEnvironmentSchema: {
1367
1381
  required: string[];
1368
1382
  properties: {
1369
1383
  description: {
1370
- description: "An environment is a collection of resources, such as connections & credentail. Provide a detailed description to clarify the purpose of this environment and the types of resources it encompasses. You can modify the description at any Time. Learn more about environments [here](https://docs.meshery.io/concepts/logical/environments).";
1384
+ description: any;
1371
1385
  format: string;
1372
1386
  title: string;
1373
- type: "string";
1387
+ type: any;
1374
1388
  'x-rjsf-grid-area': string;
1375
1389
  };
1376
1390
  name: {
1377
- description: "An environment is a collection of resources. Provide a name that meaningfully represents these resources. You can change the name of the environment even after its creation.";
1391
+ description: any;
1378
1392
  title: string;
1379
- type: "string";
1393
+ type: any;
1380
1394
  'x-rjsf-grid-area': string;
1381
1395
  };
1382
1396
  organization: {
1383
- type: "string";
1397
+ type: any;
1384
1398
  title: string;
1385
- description: "Select an organization in which you want to create this new environment. Keep in mind that the organization cannot be changed after creation.";
1399
+ description: any;
1386
1400
  enum: never[];
1387
1401
  enumNames: never[];
1388
1402
  'x-rjsf-grid-area': string;
@@ -1401,21 +1415,21 @@ declare const createAndEditEnvironmentUiSchema: {
1401
1415
  declare const createAndEditWorkspace: {
1402
1416
  properties: {
1403
1417
  description: {
1404
- description: "Workspaces serve as a virtual space for your team-based work, allows you to control access and more, Provide a detailed description to clarify the purpose of this workspace. Remember you can changes description of workspace after it's creations too. Learn more about workspaces [here](https://docs.meshery.io/concepts/logical/workspaces)";
1418
+ description: any;
1405
1419
  format: string;
1406
1420
  title: string;
1407
- type: "string";
1421
+ type: any;
1408
1422
  'x-rjsf-grid-area': string;
1409
1423
  };
1410
1424
  name: {
1411
- description: "Provide a name that meaningfully represents this workspace. You can change the name of the workspace even after its creation.";
1425
+ description: any;
1412
1426
  title: string;
1413
- type: "string";
1427
+ type: any;
1414
1428
  'x-rjsf-grid-area': string;
1415
1429
  };
1416
1430
  organization: {
1417
- type: "string";
1418
- description: "Select an organization in which you want to create this new workspace. Keep in mind that the organization cannot be changed after creation.";
1431
+ type: any;
1432
+ description: any;
1419
1433
  title: string;
1420
1434
  enum: never[];
1421
1435
  enumNames: never[];
@@ -1474,18 +1488,18 @@ declare const importDesignSchema: {
1474
1488
  type: string;
1475
1489
  properties: {
1476
1490
  name: {
1477
- type: "string";
1491
+ type: any;
1478
1492
  title: string;
1479
- default: "Untitled Design";
1493
+ default: any;
1480
1494
  'x-rjsf-grid-area': string;
1481
- description: "Provide a name for your design file. This name will help you identify the file more easily. You can also change the name of your design after importing it.";
1495
+ description: any;
1482
1496
  };
1483
1497
  uploadType: {
1484
1498
  title: string;
1485
1499
  enum: string[];
1486
1500
  default: string;
1487
1501
  'x-rjsf-grid-area': string;
1488
- description: "Choose the method you prefer to upload your design file. Select 'File Upload' if you have the file on your local system, or 'URL Import' if you have the file hosted online.";
1502
+ description: any;
1489
1503
  };
1490
1504
  };
1491
1505
  allOf: ({
@@ -1499,9 +1513,9 @@ declare const importDesignSchema: {
1499
1513
  then: {
1500
1514
  properties: {
1501
1515
  file: {
1502
- type: "string";
1503
- format: "file";
1504
- description: "Supported formats: Kubernetes Manifests, Helm Charts, Docker Compose, and Meshery Designs. See [Import Designs Documentation](https://docs.meshery.io/guides/configuration-management/importing-designs#import-designs-using-meshery-ui) for details";
1516
+ type: any;
1517
+ format: any;
1518
+ description: any;
1505
1519
  'x-rjsf-grid-area': string;
1506
1520
  };
1507
1521
  url?: undefined;
@@ -1519,10 +1533,10 @@ declare const importDesignSchema: {
1519
1533
  then: {
1520
1534
  properties: {
1521
1535
  url: {
1522
- type: "string";
1523
- format: "uri";
1536
+ type: any;
1537
+ format: any;
1524
1538
  title: string;
1525
- description: "Provide the URL of the file you want to import. This should be a direct URL to a single file, for example: https://raw.github.com/your-design-file.yaml. Also, ensure that design is in a supported format: Kubernetes Manifest, Helm Chart, Docker Compose, or Meshery Design. See [Import Designs Documentation](https://docs.meshery.io/guides/configuration-management/importing-designs#import-designs-using-meshery-ui) for details";
1539
+ description: any;
1526
1540
  'x-rjsf-grid-area': string;
1527
1541
  };
1528
1542
  file?: undefined;
@@ -1620,13 +1634,13 @@ declare const importModelSchema: {
1620
1634
  required: string[];
1621
1635
  properties: {
1622
1636
  uploadType: {
1623
- type: "string";
1637
+ type: any;
1624
1638
  title: string;
1625
1639
  enum: string[];
1626
- enumDescriptions: readonly ["Upload a model file (.tar, .tar.gz, .tgz) from your local system", "Import a model file using a direct URL to the source", "Upload separate CSV files for model definitions, components, and their relationships"];
1640
+ enumDescriptions: any;
1627
1641
  default: string;
1628
1642
  'x-rjsf-grid-area': string;
1629
- description: "Choose the method you prefer to upload your model file. Select 'File Import' or 'CSV Import' if you have the file on your local system or 'URL Import' if you have the file hosted online.";
1643
+ description: any;
1630
1644
  };
1631
1645
  };
1632
1646
  allOf: ({
@@ -1640,9 +1654,9 @@ declare const importModelSchema: {
1640
1654
  then: {
1641
1655
  properties: {
1642
1656
  file: {
1643
- type: "string";
1644
- format: "file";
1645
- description: "Supported model file formats are: .tar, .tar.gz, and .tgz. See [Import Models Documentation](https://docs.meshery.io/guides/configuration-management/importing-models#import-models-using-meshery-ui) for details";
1657
+ type: any;
1658
+ format: any;
1659
+ description: any;
1646
1660
  'x-rjsf-grid-area': string;
1647
1661
  };
1648
1662
  url?: undefined;
@@ -1660,10 +1674,10 @@ declare const importModelSchema: {
1660
1674
  then: {
1661
1675
  properties: {
1662
1676
  url: {
1663
- type: "string";
1664
- format: "uri";
1677
+ type: any;
1678
+ format: any;
1665
1679
  title: string;
1666
- description: "A direct URL to a single model file, for example: https://raw.github.com/your-model-file.tar. Supported model file formats are: .tar, .tar.gz, and .tgz. \\n\\nFor bulk import of your model use the GitHub connection or CSV files. See [Import Models Documentation](https://docs.meshery.io/guides/configuration-management/importing-models#import-models-using-meshery-ui) for details";
1680
+ description: any;
1667
1681
  'x-rjsf-grid-area': string;
1668
1682
  disabled: boolean;
1669
1683
  };
@@ -2589,4 +2603,4 @@ declare const FormattedTime: ({ date }: {
2589
2603
  date: string;
2590
2604
  }) => react_jsx_runtime.JSX.Element;
2591
2605
 
2592
- export { ALABASTER_WHITE, ALICE_BLUE, ANAKIWA, AcademyIcon, AccessTimeIcon as AccessTime, AccessTimeFilledIcon, Accordion, AccordionActions, AccordionDetails, AccordionSummary, AddIconCircleBordered as AddCircleIcon, AddIcon, Alert, AlertTitle, AppBar, ApplicationIcon, ArrowBackIcon, ArrowCompressIcon$1 as ArrowCompressIcon, ArrowCompressIcon as ArrowExpandIcon, ArticleIcon, Autocomplete, Avatar, AvatarGroup, BLACK, Backdrop, Badge, BasicMarkdown, BellIcon, Box, Breadcrumbs, BusIcon, Button, ButtonGroup, CARIBBEAN_GREEN, CASPER, CHARCOAL, CHINESE_SILVER, CONNECTED, CULTURED, CalculateIcon, CalenderIcon, Card, CardActions, CardContent, CardHeader, CardMedia, CaretDownIcon, CatalogIcon, ChainIcon, ChallengesIcon, CheckCircleIcon, CheckCircleOutlineIcon, Checkbox, ChevronLeft, Chip, CircleIcon, CircularProgress, ClickAwayListener, CloneIcon, CloseBtn, CloseIcon, CloudIcon, CloudSavedIcon, Collapse, CollapsAllIcon as CollapseAllIcon, ColumnIcon, CommunityClassIcon, CompareArrowsIcon, ComponentIcon, ConfigurationIcon, Container, ContentFilterIcon, CopyIcon, CopyLinkIcon, CreateNewIcon, CredentialIcon, CrossCircleIcon, CssBaseline, CustomTooltip, DARK_BLUE_GRAY, DARK_PRIMARY_COLOR, DARK_SHADE_GRAY, DARK_SLATE_GRAY, DARK_TEAL, DATA_VALIDATOR_COMMANDS, DATA_VALIDATOR_EVENTS, DELETED, DISCONNECTED, DISCOVERED, DashboardIcon, type DataType, DatabaseIcon, DeferEvents, DeleteIcon, DeploymentsIcon, DescriptionIcon, DesignIcon, DesignerBottomRightIcon, DetailsIcon as DetailIcon, DetailsIcon, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, DiscussForumIcon, Divider, DocumentIcon, DoneAllIcon, DoneIcon, DownloadIcon$1 as DownloadIcon, DragIcon, Drawer, DropDownIcon, EERIE_BLACK, EditIcon, EmojiEventsIcon, EmptyStyleIcon, EnvironmentIcon, ErrorIcon, ErrorOutlineIcon, EventBus, type EventBusEvent, type EventType, ExpandAllIcon, DownloadIcon as ExportIcon, ExternalLinkIcon, Fab, FacebookIcon, Fade, FavoriteIcon, FeedbackIcon, FileIcon, FilterIcon, FolderRoundedIcon, FormControl, FormControlLabel, FormGroup, FormLabel, FormattedTime, FullScreenIcon, FullScreenExitIcon as FullScreenIconExit, GRAY, GRAY97, GREEN, GetAppIcon, GetStartedIcon, GithubIcon, GoogleIcon, Grid, Grid2, GridViewIcon, GroupAddIcon as GroupAdd, GroupIcon, Grow, HelpOutlinedIcon, HelperTextPopover, Hidden, IGNORED, IconButton, IdeaIcon, IndeterminateCheckBoxIcon, InfoCircleIcon, InfoIcon, InfoOutlinedIcon as InfoOutlined, InfoTooltip, Input, InputAdornment, InputBase, InputLabel, InsertChartIcon, InviteUserIcon, KEPPEL, KanvasIcon, KeppelApplicationIcon, KeppelRectangleIcon, KeppelTallRoundedRectangleIcon, KubernetesIcon, LIGHT_GRAY, LIGHT_TEAL, LIMED_SPRUCE, LeaderboardIcon as LeaderBoardIcon, LearningIcon, LeftAngledArrowIcon, LeftArrowIcon, LinearProgress, Link, LinkedinIcon, List, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemSecondaryAction, ListItemText, ListSubheader, LockIcon, LogoutIcon, MAINTAINENCE, MIDNIGHT_BLACK, MendeleyIcon, Menu, MenuIcon, MenuItem, MenuList, MesheryFilterIcon, MesheryIcon, MesheryOperator, Modal, ModalBody, ModalButtonDanger, ModalButtonPrimary, ModalButtonSecondary, ModalButtonTertiary, ModalFooter, ModalStyledHeader, MoreVertIcon, MoveFileIcon, NOT_FOUND, NativeSelect, NoSsr, ONYX_BLACK, OfficialClassIcon, OpenFileIcon, OpenIcon, OpenInNewIcon, OrgIcon, OutlinedApplicationIcon, OutlinedCircleIcon, OutlinedCloudSavingIcon, OutlinedDataObjectIcon, OutlinedDeployIcon, OutlinedDoubleChevronIcon, OutlinedHierarchicalIcon, OutlinedInput, OutlinedMeshIcon, OutlinedPatternIcon, OutlinedPatternSwitchIcon, OutlinedPodIcon, OutlinedRectangleIcon, OutlinedRedoIcon, OutlinedResetIcon, OutlinedRingIcon, OutlinedScreenshotIcon, OutlinedSettingsIcon, OutlinedStarIcon, OutlinedTallRoundedRectangleIcon, OutlinedUndeployIcon, OutlinedUndoIcon, OutlinedValidateIcon, OutlinedVisibilityOffIcon, OutlinedVisibilityOnIcon, OutlinedVisualizerSwitcherIcon, PATTERNS_BLUE, PRIMARY_COLOR, Pagination, PanToolIcon, Paper, PeopleIcon, PersistedStateProvider, PersonIcon, PlayArrowIcon, PollIcon, Popover, Popper, PrimaryActionButtons, type PrimitivePalette, PublicIcon, PublishIcon, QuestionIcon, REDUX_COMMANDS, REDUX_EVENTS, REEE, REGISTERED, type REXUX_ACTOR_EVENTS, RTK_EVENTS, Radio, RadioGroup, ReadIcon, RectangleIcon, RefreshIcon, type RehydrateStateAction, RemoveDoneIcon, RemoveIcon, RenderMarkdown, type RenderMarkdownProps, RenderMarkdownTooltip, ResizeIcon, RightArrowIcon, RoundedRectangleShapeIcon, RoundTriangleShapeIcon as RoundedTriangleShapeIcon, SAFFRON, SILVER_GRAY, SLATE_BLUE, SMPIcon, SaveAsIcon, ScienceIcon, SearchIcon, Select, ShareIcon, ShareLineIcon, SistentDefaultPrimitivePaletteDark, SistentDefaultPrimitivePaletteLight, SistentThemeProvider, SistentThemeProviderWithoutBaseLine, Skeleton, SlackIcon, Slide, Slider, Snackbar, SpeedDial, SpeedDialAction, Stack, Step, StepButton, StepConnector, StepContent, StepIcon, StepLabel, Stepper, SuccessIcon, SvgIcon, Switch, TEAL_BLUE, TRANSPARENT_WHITE, Tab, Table, TableBody, TableCell, TableContainer, TableHead, TableRow, TableSortLabel, TableViewIcon, Tabs, TachographDigitalIcon, TachometerIcon, TallRoundedRectangleIcon, TeamsIcon, TerminalIcon, TextField, TimerIcon, ToggleButton, ToggleButtonGroup, Toolbar, ToolkitIcon, Tooltip, type TooltipProps, TouchAppIcon, TrendingUpIcon, TriangleIcon, TrophyIcon as TropyIcon, TwitterIcon, Typography, UpgradeIcon, VerificationClassIcon, VerifiedIcon, ViewsIcon as ViewIcon, WHITE, WHITESMOKE, WarningIcon, WorkspaceIcon, XSTATE_DEBUG_EVENT, YELLOW_SEA, Zoom, accentGrey, actionIcon, anakiwa, black, blue, buttonDelete, buttonDisabled, carribean, casper, charcoal, colors, common, componentIcon, connected, createAndEditEnvironmentSchema, createAndEditEnvironmentUiSchema, createAndEditWorkspace as createAndEditWorkspaceSchema, createAndEditWorkspaceUiSchema, crimson, cultured, darkModePalette, darkSlateGray, darkTeal, dataValidatorCommands, dataValidatorEvents, dataValidatorMachine, deadLetter, eerieBlack, forwardToActors, fromWorkerfiedActor, getCollaborationConfig, getFormatDate, getFullFormattedTime, getRelativeTime, getWebSocketProtocol, grafanaCredentialUiSchema as grafanaCredentialSUiSchema, grafanaCredentialSchema, gray, green, helmConnectionSchema, helmConnectionUiSchema, helpAndSupportModalSchema, helpAndSupportModalUiSchema, importDesignSchema, importDesignUiSchema, importFilterSchema, importFilterUiSchema, importModelSchema, importModelUiSchema, initReduxPersist, jungleGreen, keppel, kubernetesCredentialSchema, kubernetesCredentialUiSchema, lightModePalette, magenta, notificationColors, patternsBlue, primaryColor, prometheusCredentialSchema, prometheusCredentialUiSchema, publishCatalogItemSchema, publishCatalogItemUiSchema, red, redDelete, reduxActor, reduxCommands, reduxEvents, reply, rtkQueryActor, rtkQueryActorCommands, rtkQueryActorEvents, saffron, selectIsValidating, selectValidationResults, sendToActor, sendToActors, slateGray, socialIcons, subscribeToRoom, tabMenu, tableBackgroundHover, typography, unSubscribeRoom, useModal, useRoomActivity, white, workerfyActor, yellow };
2606
+ export { ALABASTER_WHITE, ALICE_BLUE, ANAKIWA, AcademyIcon, AccessTimeIcon as AccessTime, AccessTimeFilledIcon, Accordion, AccordionActions, AccordionDetails, AccordionSummary, AddIconCircleBordered as AddCircleIcon, AddIcon, Alert, AlertTitle, AppBar, ApplicationIcon, ArrowBackIcon, ArrowCompressIcon$1 as ArrowCompressIcon, ArrowCompressIcon as ArrowExpandIcon, ArticleIcon, Autocomplete, Avatar, AvatarGroup, BLACK, Backdrop, Badge, BasicMarkdown, BellIcon, Box, Breadcrumbs, BuildRoundedIcon, BusIcon, Button, ButtonGroup, CARIBBEAN_GREEN, CASPER, CHARCOAL, CHINESE_SILVER, CONNECTED, CULTURED, CalculateIcon, CalenderIcon, Card, CardActions, CardContent, CardHeader, CardMedia, CaretDownIcon, CatalogIcon, ChainIcon, ChallengesIcon, CheckCircleIcon, CheckCircleOutlineIcon, Checkbox, ChevronLeft, Chip, CircleIcon, CircularProgress, ClickAwayListener, CloneIcon, CloseBtn, CloseIcon, CloudIcon, CloudSavedIcon, Collapse, CollapsAllIcon as CollapseAllIcon, ColumnIcon, CommunityClassIcon, CompareArrowsIcon, ComponentIcon, ConfigurationIcon, Container, ContentFilterIcon, CopyIcon, CopyLinkIcon, CreateNewIcon, CredentialIcon, CrossCircleIcon, CssBaseline, CustomTooltip, DARK_BLUE_GRAY, DARK_PRIMARY_COLOR, DARK_SHADE_GRAY, DARK_SLATE_GRAY, DARK_TEAL, DATA_VALIDATOR_COMMANDS, DATA_VALIDATOR_EVENTS, DELETED, DISCONNECTED, DISCOVERED, DashboardIcon, type DataType, DatabaseIcon, DeferEvents, DeleteIcon, DeploymentsIcon, DescriptionIcon, DesignIcon, DesignerBottomRightIcon, DetailsIcon as DetailIcon, DetailsIcon, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, DirectionsCarIcon, DiscussForumIcon, Divider, DocumentIcon, DoneAllIcon, DoneIcon, DownloadIcon$1 as DownloadIcon, DragIcon, Drawer, DropDownIcon, EERIE_BLACK, EditIcon, EmojiEventsIcon, EmptyStyleIcon, EnvironmentIcon, ErrorIcon, ErrorOutlineIcon, EventBus, type EventBusEvent, type EventType, ExpandAllIcon, ExploreIcon, DownloadIcon as ExportIcon, ExternalLinkIcon, Fab, FacebookIcon, Fade, FavoriteIcon, FeedbackIcon, FileCopyIcon, FileIcon, FilterIcon, FolderRoundedIcon, FormControl, FormControlLabel, FormGroup, FormLabel, FormattedTime, FullScreenIcon, FullScreenExitIcon as FullScreenIconExit, GRAY, GRAY97, GREEN, GetAppIcon, GetStartedIcon, GithubIcon, GoogleIcon, Grid, Grid2, GridViewIcon, GroupAddIcon as GroupAdd, GroupIcon, Grow, HelpOutlinedIcon, HelperTextPopover, Hidden, IGNORED, IconButton, IdeaIcon, IndeterminateCheckBoxIcon, InfoCircleIcon, InfoIcon, InfoOutlinedIcon as InfoOutlined, InfoTooltip, Input, InputAdornment, InputBase, InputLabel, InsertChartIcon, InviteUserIcon, KEPPEL, KanvasIcon, KeppelApplicationIcon, KeppelRectangleIcon, KeppelTallRoundedRectangleIcon, KubernetesIcon, LIGHT_GRAY, LIGHT_TEAL, LIMED_SPRUCE, LeaderboardIcon as LeaderBoardIcon, LearningIcon, LeftAngledArrowIcon, LeftArrowIcon, LinearProgress, Link, LinkedinIcon, List, ListAltIcon, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemSecondaryAction, ListItemText, ListSubheader, LockIcon, LogoutIcon, MAINTAINENCE, MIDNIGHT_BLACK, MendeleyIcon, Menu, MenuIcon, MenuItem, MenuList, MesheryFilterIcon, MesheryIcon, MesheryOperator, Modal, ModalBody, ModalButtonDanger, ModalButtonPrimary, ModalButtonSecondary, ModalButtonTertiary, ModalFooter, ModalStyledHeader, MoreVertIcon, MoveFileIcon, NOT_FOUND, NativeSelect, NoSsr, ONYX_BLACK, OfficialClassIcon, OpenFileIcon, OpenIcon, OpenInNewIcon, OrgIcon, OutlinedApplicationIcon, OutlinedCircleIcon, OutlinedCloudSavingIcon, OutlinedDataObjectIcon, OutlinedDeployIcon, OutlinedDoubleChevronIcon, OutlinedHierarchicalIcon, OutlinedInput, OutlinedMeshIcon, OutlinedPatternIcon, OutlinedPatternSwitchIcon, OutlinedPodIcon, OutlinedRectangleIcon, OutlinedRedoIcon, OutlinedResetIcon, OutlinedRingIcon, OutlinedScreenshotIcon, OutlinedSettingsIcon, OutlinedStarIcon, OutlinedTallRoundedRectangleIcon, OutlinedUndeployIcon, OutlinedUndoIcon, OutlinedValidateIcon, OutlinedVisibilityOffIcon, OutlinedVisibilityOnIcon, OutlinedVisualizerSwitcherIcon, PATTERNS_BLUE, PRIMARY_COLOR, Pagination, PanToolIcon, Paper, PeopleIcon, PersistedStateProvider, PersonIcon, PlayArrowIcon, PollIcon, Popover, Popper, PrimaryActionButtons, type PrimitivePalette, PublicIcon, PublishIcon, QuestionIcon, REDUX_COMMANDS, REDUX_EVENTS, REEE, REGISTERED, type REXUX_ACTOR_EVENTS, RTK_EVENTS, Radio, RadioGroup, ReadIcon, RectangleIcon, RefreshIcon, type RehydrateStateAction, RemoveDoneIcon, RemoveIcon, RenderMarkdown, type RenderMarkdownProps, RenderMarkdownTooltip, ResizeIcon, RightArrowIcon, RoundedRectangleShapeIcon, RoundTriangleShapeIcon as RoundedTriangleShapeIcon, SAFFRON, SILVER_GRAY, SLATE_BLUE, SMPIcon, SaveAsIcon, ScienceIcon, SearchIcon, Select, ShareIcon, ShareLineIcon, SimCardIcon, SistentDefaultPrimitivePaletteDark, SistentDefaultPrimitivePaletteLight, SistentThemeProvider, SistentThemeProviderWithoutBaseLine, Skeleton, SlackIcon, Slide, Slider, Snackbar, SpeedDial, SpeedDialAction, Stack, Step, StepButton, StepConnector, StepContent, StepIcon, StepLabel, Stepper, SuccessIcon, SupervisedUserCircleIcon, SvgIcon, Switch, TEAL_BLUE, TRANSPARENT_WHITE, Tab, Table, TableBody, TableCell, TableContainer, TableHead, TableRow, TableSortLabel, TableViewIcon, Tabs, TachographDigitalIcon, TachometerIcon, TallRoundedRectangleIcon, TeamsIcon, TerminalIcon, TextField, TimerIcon, ToggleButton, ToggleButtonGroup, Toolbar, ToolkitIcon, Tooltip, type TooltipProps, TouchAppIcon, TrendingUpIcon, TriangleIcon, TrophyIcon as TropyIcon, TwitterIcon, Typography, UpgradeIcon, VerificationClassIcon, VerifiedIcon, ViewsIcon as ViewIcon, WHITE, WHITESMOKE, WarningIcon, WorkspaceIcon, XSTATE_DEBUG_EVENT, YELLOW_SEA, Zoom, accentGrey, actionIcon, anakiwa, black, blue, buttonDelete, buttonDisabled, carribean, casper, charcoal, colors, common, componentIcon, connected, createAndEditEnvironmentSchema, createAndEditEnvironmentUiSchema, createAndEditWorkspace as createAndEditWorkspaceSchema, createAndEditWorkspaceUiSchema, crimson, cultured, darkModePalette, darkSlateGray, darkTeal, dataValidatorCommands, dataValidatorEvents, dataValidatorMachine, deadLetter, eerieBlack, forwardToActors, fromWorkerfiedActor, getCollaborationConfig, getFormatDate, getFullFormattedTime, getRelativeTime, getWebSocketProtocol, grafanaCredentialUiSchema as grafanaCredentialSUiSchema, grafanaCredentialSchema, gray, green, helmConnectionSchema, helmConnectionUiSchema, helpAndSupportModalSchema, helpAndSupportModalUiSchema, importDesignSchema, importDesignUiSchema, importFilterSchema, importFilterUiSchema, importModelSchema, importModelUiSchema, initReduxPersist, jungleGreen, keppel, kubernetesCredentialSchema, kubernetesCredentialUiSchema, lightModePalette, magenta, notificationColors, patternsBlue, primaryColor, prometheusCredentialSchema, prometheusCredentialUiSchema, publishCatalogItemSchema, publishCatalogItemUiSchema, red, redDelete, reduxActor, reduxCommands, reduxEvents, reply, rtkQueryActor, rtkQueryActorCommands, rtkQueryActorEvents, saffron, selectIsValidating, selectValidationResults, sendToActor, sendToActors, slateGray, socialIcons, subscribeToRoom, tabMenu, tableBackgroundHover, typography, unSubscribeRoom, useModal, useRoomActivity, white, workerfyActor, yellow };