@meshery/schemas 1.3.34 → 1.3.36

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.
@@ -23,7 +23,7 @@ interface Key {
23
23
  /**
24
24
  * Permissions Index ID used for this generated file.
25
25
  */
26
- declare const PERMISSIONS_INDEX_ID: "2be20cbdd31389d564d60263bd32c01c018d3c2661ffea36e2bdea4bf7b3346c";
26
+ declare const PERMISSIONS_INDEX_ID: "bfd819819315ab0192b6f930378760de4b79ecd8acdc4741e72b846d7e7207e2";
27
27
  /**
28
28
  * Creates a PermissionKey from a UUID string.
29
29
  * @param uuid - The UUID string to convert
@@ -57,11 +57,11 @@ declare const Keys: {
57
57
  /**
58
58
  * Perform a password reset for your user account.
59
59
  */
60
- readonly AccountManagementResetPasword: {
60
+ readonly AccountManagementResetPassword: {
61
61
  readonly id: PermissionKey;
62
62
  readonly category: "Account Management";
63
63
  readonly subcategory: "Profile";
64
- readonly function: "Reset Pasword";
64
+ readonly function: "Reset Password";
65
65
  readonly description: "Perform a password reset for your user account.";
66
66
  };
67
67
  /**
@@ -107,11 +107,11 @@ declare const Keys: {
107
107
  /**
108
108
  * Create new subscriptions and update existing subscriptions
109
109
  */
110
- readonly AccountManagementManageSubcriptions: {
110
+ readonly AccountManagementManageSubscriptions: {
111
111
  readonly id: PermissionKey;
112
112
  readonly category: "Account Management";
113
113
  readonly subcategory: "Subscription";
114
- readonly function: "Manage Subcriptions";
114
+ readonly function: "Manage Subscriptions";
115
115
  readonly description: "Create new subscriptions and update existing subscriptions";
116
116
  };
117
117
  /**
@@ -704,6 +704,16 @@ declare const Keys: {
704
704
  readonly function: "Install extension";
705
705
  readonly description: "Install or enable or disabble extensions in Meshery";
706
706
  };
707
+ /**
708
+ * Uninstall extension from Meshery
709
+ */
710
+ readonly ExtensibilityUninstallExtension: {
711
+ readonly id: PermissionKey;
712
+ readonly category: "Extensibility";
713
+ readonly subcategory: "Extensions";
714
+ readonly function: "Uninstall extension";
715
+ readonly description: "Uninstall extension from Meshery";
716
+ };
707
717
  /**
708
718
  * View all user preferences in Meshery UI
709
719
  */
@@ -1317,11 +1327,11 @@ declare const Keys: {
1317
1327
  /**
1318
1328
  * Create, update , delete and manage recogntions awarded by your organization
1319
1329
  */
1320
- readonly IdentityAccessManagementManageRecognitions: {
1330
+ readonly IdentityAccessManagementManageRecogntions: {
1321
1331
  readonly id: PermissionKey;
1322
1332
  readonly category: "Identity & Access Management";
1323
1333
  readonly subcategory: "Organization";
1324
- readonly function: "Manage Recognitions";
1334
+ readonly function: "Manage Recogntions";
1325
1335
  readonly description: "Create, update , delete and manage recogntions awarded by your organization";
1326
1336
  };
1327
1337
  /**
@@ -1347,11 +1357,11 @@ declare const Keys: {
1347
1357
  /**
1348
1358
  * No description available
1349
1359
  */
1350
- readonly IdentityAccessManagementRoles: {
1360
+ readonly IdentityAccessManagementViewAllRoles: {
1351
1361
  readonly id: PermissionKey;
1352
1362
  readonly category: "Identity & Access Management";
1353
1363
  readonly subcategory: "Roles";
1354
- readonly function: "Roles";
1364
+ readonly function: "View All Roles";
1355
1365
  readonly description: "";
1356
1366
  };
1357
1367
  /**
@@ -1877,11 +1887,11 @@ declare const Keys: {
1877
1887
  /**
1878
1888
  * In Meshery, a Component is a fundamental building block used to represent and define the infrastructure under management. Each component provides granular and specific support for your infrastructure and applications. This permission grants the user the ability to configure a component currently present on canvas.
1879
1889
  */
1880
- readonly KanvasEditComponentConfugurationRjsfTooltips: {
1890
+ readonly KanvasEditComponentConfigurationRjsfTooltips: {
1881
1891
  readonly id: PermissionKey;
1882
1892
  readonly category: "Kanvas";
1883
1893
  readonly subcategory: "Design Patterns";
1884
- readonly function: "Edit Component confuguration (RJSF Tooltips)";
1894
+ readonly function: "Edit Component configuration (RJSF Tooltips)";
1885
1895
  readonly description: "In Meshery, a Component is a fundamental building block used to represent and define the infrastructure under management. Each component provides granular and specific support for your infrastructure and applications. This permission grants the user the ability to configure a component currently present on canvas.";
1886
1896
  };
1887
1897
  /**
@@ -2577,22 +2587,12 @@ declare const Keys: {
2577
2587
  /**
2578
2588
  * Direct terminal access to one ore more pods/containers simultaneously. Integrated experience.
2579
2589
  */
2580
- readonly KanvasWebBasedTerminal: {
2581
- readonly id: PermissionKey;
2582
- readonly category: "Kanvas";
2583
- readonly subcategory: "Operator";
2584
- readonly function: "Web-based Terminal";
2585
- readonly description: "Direct terminal access to one ore more pods/containers simultaneously. Integrated experience.";
2586
- };
2587
- /**
2588
- * View Interactive Terminal
2589
- */
2590
2590
  readonly KanvasViewInteractiveTerminal: {
2591
2591
  readonly id: PermissionKey;
2592
2592
  readonly category: "Kanvas";
2593
2593
  readonly subcategory: "Operator";
2594
2594
  readonly function: "View Interactive Terminal";
2595
- readonly description: "View Interactive Terminal";
2595
+ readonly description: "Direct terminal access to one ore more pods/containers simultaneously. Integrated experience.";
2596
2596
  };
2597
2597
  /**
2598
2598
  * View managed infrastructure resources details in Kanvas Operator
@@ -2607,11 +2607,11 @@ declare const Keys: {
2607
2607
  /**
2608
2608
  * View real-time resource metrics in Kanvas Operator
2609
2609
  */
2610
- readonly KanvasViewObservabilityMetrics: {
2610
+ readonly KanvasViewMetricsInVisualizer: {
2611
2611
  readonly id: PermissionKey;
2612
2612
  readonly category: "Kanvas";
2613
2613
  readonly subcategory: "Operator";
2614
- readonly function: "View Observability Metrics";
2614
+ readonly function: "View metrics in visualizer";
2615
2615
  readonly description: "View real-time resource metrics in Kanvas Operator";
2616
2616
  };
2617
2617
  /**
@@ -3637,11 +3637,11 @@ declare const Keys: {
3637
3637
  /**
3638
3638
  * Remove connections from environment,
3639
3639
  */
3640
- readonly WorkspaceManagementRemoveConnectionsFromEnvironments: {
3640
+ readonly WorkspaceManagementRemoveConnectionsFromEnvironment: {
3641
3641
  readonly id: PermissionKey;
3642
3642
  readonly category: "Workspace Management";
3643
3643
  readonly subcategory: "Environments";
3644
- readonly function: "Remove connections from environments";
3644
+ readonly function: "Remove connections from environment";
3645
3645
  readonly description: "Remove connections from environment, ";
3646
3646
  };
3647
3647
  /**
@@ -3727,21 +3727,21 @@ declare const Keys: {
3727
3727
  /**
3728
3728
  * Browse the public catalog of learning paths, challenges, and certifications.
3729
3729
  */
3730
- readonly AcademyViewAcademyContent: {
3730
+ readonly AcademyViewAcademy: {
3731
3731
  readonly id: PermissionKey;
3732
3732
  readonly category: "Academy";
3733
3733
  readonly subcategory: "Curricula";
3734
- readonly function: "View Academy content";
3734
+ readonly function: "View Academy";
3735
3735
  readonly description: "Browse the public catalog of learning paths, challenges, and certifications.";
3736
3736
  };
3737
3737
  /**
3738
3738
  * View and assess the performance of learners and of your organization's academy content.
3739
3739
  */
3740
- readonly AcademyAccessTheAcademyConsole: {
3740
+ readonly AcademyViewAcademyMetrics: {
3741
3741
  readonly id: PermissionKey;
3742
3742
  readonly category: "Academy";
3743
3743
  readonly subcategory: "Administration";
3744
- readonly function: "Access the Academy console";
3744
+ readonly function: "View Academy Metrics";
3745
3745
  readonly description: "View and assess the performance of learners and of your organization's academy content.";
3746
3746
  };
3747
3747
  /**
@@ -4471,7 +4471,7 @@ declare const PermissionKeys: {
4471
4471
  /**
4472
4472
  * Perform a password reset for your user account.
4473
4473
  */
4474
- readonly AccountManagementResetPasword: PermissionKey;
4474
+ readonly AccountManagementResetPassword: PermissionKey;
4475
4475
  /**
4476
4476
  * Delete your user account.
4477
4477
  */
@@ -4491,7 +4491,7 @@ declare const PermissionKeys: {
4491
4491
  /**
4492
4492
  * Create new subscriptions and update existing subscriptions
4493
4493
  */
4494
- readonly AccountManagementManageSubcriptions: PermissionKey;
4494
+ readonly AccountManagementManageSubscriptions: PermissionKey;
4495
4495
  /**
4496
4496
  * Explore subscription plans and compare their features.
4497
4497
  */
@@ -4728,6 +4728,10 @@ declare const PermissionKeys: {
4728
4728
  * Install or enable or disabble extensions in Meshery
4729
4729
  */
4730
4730
  readonly ExtensibilityInstallExtension: PermissionKey;
4731
+ /**
4732
+ * Uninstall extension from Meshery
4733
+ */
4734
+ readonly ExtensibilityUninstallExtension: PermissionKey;
4731
4735
  /**
4732
4736
  * View all user preferences in Meshery UI
4733
4737
  */
@@ -4975,7 +4979,7 @@ declare const PermissionKeys: {
4975
4979
  /**
4976
4980
  * Create, update , delete and manage recogntions awarded by your organization
4977
4981
  */
4978
- readonly IdentityAccessManagementManageRecognitions: PermissionKey;
4982
+ readonly IdentityAccessManagementManageRecogntions: PermissionKey;
4979
4983
  /**
4980
4984
  * Create, update , delete and manage invitations to your organization
4981
4985
  */
@@ -4987,7 +4991,7 @@ declare const PermissionKeys: {
4987
4991
  /**
4988
4992
  * No description available
4989
4993
  */
4990
- readonly IdentityAccessManagementRoles: PermissionKey;
4994
+ readonly IdentityAccessManagementViewAllRoles: PermissionKey;
4991
4995
  /**
4992
4996
  * No description available
4993
4997
  */
@@ -5199,7 +5203,7 @@ declare const PermissionKeys: {
5199
5203
  /**
5200
5204
  * In Meshery, a Component is a fundamental building block used to represent and define the infrastructure under management. Each component provides granular and specific support for your infrastructure and applications. This permission grants the user the ability to configure a component currently present on canvas.
5201
5205
  */
5202
- readonly KanvasEditComponentConfugurationRjsfTooltips: PermissionKey;
5206
+ readonly KanvasEditComponentConfigurationRjsfTooltips: PermissionKey;
5203
5207
  /**
5204
5208
  * No description available
5205
5209
  */
@@ -5479,10 +5483,6 @@ declare const PermissionKeys: {
5479
5483
  /**
5480
5484
  * Direct terminal access to one ore more pods/containers simultaneously. Integrated experience.
5481
5485
  */
5482
- readonly KanvasWebBasedTerminal: PermissionKey;
5483
- /**
5484
- * View Interactive Terminal
5485
- */
5486
5486
  readonly KanvasViewInteractiveTerminal: PermissionKey;
5487
5487
  /**
5488
5488
  * View managed infrastructure resources details in Kanvas Operator
@@ -5491,7 +5491,7 @@ declare const PermissionKeys: {
5491
5491
  /**
5492
5492
  * View real-time resource metrics in Kanvas Operator
5493
5493
  */
5494
- readonly KanvasViewObservabilityMetrics: PermissionKey;
5494
+ readonly KanvasViewMetricsInVisualizer: PermissionKey;
5495
5495
  /**
5496
5496
  * Perform a conformance test in Kanvas Operator
5497
5497
  */
@@ -5903,7 +5903,7 @@ declare const PermissionKeys: {
5903
5903
  /**
5904
5904
  * Remove connections from environment,
5905
5905
  */
5906
- readonly WorkspaceManagementRemoveConnectionsFromEnvironments: PermissionKey;
5906
+ readonly WorkspaceManagementRemoveConnectionsFromEnvironment: PermissionKey;
5907
5907
  /**
5908
5908
  * View all of your projects
5909
5909
  */
@@ -5939,11 +5939,11 @@ declare const PermissionKeys: {
5939
5939
  /**
5940
5940
  * Browse the public catalog of learning paths, challenges, and certifications.
5941
5941
  */
5942
- readonly AcademyViewAcademyContent: PermissionKey;
5942
+ readonly AcademyViewAcademy: PermissionKey;
5943
5943
  /**
5944
5944
  * View and assess the performance of learners and of your organization's academy content.
5945
5945
  */
5946
- readonly AcademyAccessTheAcademyConsole: PermissionKey;
5946
+ readonly AcademyViewAcademyMetrics: PermissionKey;
5947
5947
  /**
5948
5948
  * No description available
5949
5949
  */
@@ -23,7 +23,7 @@ interface Key {
23
23
  /**
24
24
  * Permissions Index ID used for this generated file.
25
25
  */
26
- declare const PERMISSIONS_INDEX_ID: "2be20cbdd31389d564d60263bd32c01c018d3c2661ffea36e2bdea4bf7b3346c";
26
+ declare const PERMISSIONS_INDEX_ID: "bfd819819315ab0192b6f930378760de4b79ecd8acdc4741e72b846d7e7207e2";
27
27
  /**
28
28
  * Creates a PermissionKey from a UUID string.
29
29
  * @param uuid - The UUID string to convert
@@ -57,11 +57,11 @@ declare const Keys: {
57
57
  /**
58
58
  * Perform a password reset for your user account.
59
59
  */
60
- readonly AccountManagementResetPasword: {
60
+ readonly AccountManagementResetPassword: {
61
61
  readonly id: PermissionKey;
62
62
  readonly category: "Account Management";
63
63
  readonly subcategory: "Profile";
64
- readonly function: "Reset Pasword";
64
+ readonly function: "Reset Password";
65
65
  readonly description: "Perform a password reset for your user account.";
66
66
  };
67
67
  /**
@@ -107,11 +107,11 @@ declare const Keys: {
107
107
  /**
108
108
  * Create new subscriptions and update existing subscriptions
109
109
  */
110
- readonly AccountManagementManageSubcriptions: {
110
+ readonly AccountManagementManageSubscriptions: {
111
111
  readonly id: PermissionKey;
112
112
  readonly category: "Account Management";
113
113
  readonly subcategory: "Subscription";
114
- readonly function: "Manage Subcriptions";
114
+ readonly function: "Manage Subscriptions";
115
115
  readonly description: "Create new subscriptions and update existing subscriptions";
116
116
  };
117
117
  /**
@@ -704,6 +704,16 @@ declare const Keys: {
704
704
  readonly function: "Install extension";
705
705
  readonly description: "Install or enable or disabble extensions in Meshery";
706
706
  };
707
+ /**
708
+ * Uninstall extension from Meshery
709
+ */
710
+ readonly ExtensibilityUninstallExtension: {
711
+ readonly id: PermissionKey;
712
+ readonly category: "Extensibility";
713
+ readonly subcategory: "Extensions";
714
+ readonly function: "Uninstall extension";
715
+ readonly description: "Uninstall extension from Meshery";
716
+ };
707
717
  /**
708
718
  * View all user preferences in Meshery UI
709
719
  */
@@ -1317,11 +1327,11 @@ declare const Keys: {
1317
1327
  /**
1318
1328
  * Create, update , delete and manage recogntions awarded by your organization
1319
1329
  */
1320
- readonly IdentityAccessManagementManageRecognitions: {
1330
+ readonly IdentityAccessManagementManageRecogntions: {
1321
1331
  readonly id: PermissionKey;
1322
1332
  readonly category: "Identity & Access Management";
1323
1333
  readonly subcategory: "Organization";
1324
- readonly function: "Manage Recognitions";
1334
+ readonly function: "Manage Recogntions";
1325
1335
  readonly description: "Create, update , delete and manage recogntions awarded by your organization";
1326
1336
  };
1327
1337
  /**
@@ -1347,11 +1357,11 @@ declare const Keys: {
1347
1357
  /**
1348
1358
  * No description available
1349
1359
  */
1350
- readonly IdentityAccessManagementRoles: {
1360
+ readonly IdentityAccessManagementViewAllRoles: {
1351
1361
  readonly id: PermissionKey;
1352
1362
  readonly category: "Identity & Access Management";
1353
1363
  readonly subcategory: "Roles";
1354
- readonly function: "Roles";
1364
+ readonly function: "View All Roles";
1355
1365
  readonly description: "";
1356
1366
  };
1357
1367
  /**
@@ -1877,11 +1887,11 @@ declare const Keys: {
1877
1887
  /**
1878
1888
  * In Meshery, a Component is a fundamental building block used to represent and define the infrastructure under management. Each component provides granular and specific support for your infrastructure and applications. This permission grants the user the ability to configure a component currently present on canvas.
1879
1889
  */
1880
- readonly KanvasEditComponentConfugurationRjsfTooltips: {
1890
+ readonly KanvasEditComponentConfigurationRjsfTooltips: {
1881
1891
  readonly id: PermissionKey;
1882
1892
  readonly category: "Kanvas";
1883
1893
  readonly subcategory: "Design Patterns";
1884
- readonly function: "Edit Component confuguration (RJSF Tooltips)";
1894
+ readonly function: "Edit Component configuration (RJSF Tooltips)";
1885
1895
  readonly description: "In Meshery, a Component is a fundamental building block used to represent and define the infrastructure under management. Each component provides granular and specific support for your infrastructure and applications. This permission grants the user the ability to configure a component currently present on canvas.";
1886
1896
  };
1887
1897
  /**
@@ -2577,22 +2587,12 @@ declare const Keys: {
2577
2587
  /**
2578
2588
  * Direct terminal access to one ore more pods/containers simultaneously. Integrated experience.
2579
2589
  */
2580
- readonly KanvasWebBasedTerminal: {
2581
- readonly id: PermissionKey;
2582
- readonly category: "Kanvas";
2583
- readonly subcategory: "Operator";
2584
- readonly function: "Web-based Terminal";
2585
- readonly description: "Direct terminal access to one ore more pods/containers simultaneously. Integrated experience.";
2586
- };
2587
- /**
2588
- * View Interactive Terminal
2589
- */
2590
2590
  readonly KanvasViewInteractiveTerminal: {
2591
2591
  readonly id: PermissionKey;
2592
2592
  readonly category: "Kanvas";
2593
2593
  readonly subcategory: "Operator";
2594
2594
  readonly function: "View Interactive Terminal";
2595
- readonly description: "View Interactive Terminal";
2595
+ readonly description: "Direct terminal access to one ore more pods/containers simultaneously. Integrated experience.";
2596
2596
  };
2597
2597
  /**
2598
2598
  * View managed infrastructure resources details in Kanvas Operator
@@ -2607,11 +2607,11 @@ declare const Keys: {
2607
2607
  /**
2608
2608
  * View real-time resource metrics in Kanvas Operator
2609
2609
  */
2610
- readonly KanvasViewObservabilityMetrics: {
2610
+ readonly KanvasViewMetricsInVisualizer: {
2611
2611
  readonly id: PermissionKey;
2612
2612
  readonly category: "Kanvas";
2613
2613
  readonly subcategory: "Operator";
2614
- readonly function: "View Observability Metrics";
2614
+ readonly function: "View metrics in visualizer";
2615
2615
  readonly description: "View real-time resource metrics in Kanvas Operator";
2616
2616
  };
2617
2617
  /**
@@ -3637,11 +3637,11 @@ declare const Keys: {
3637
3637
  /**
3638
3638
  * Remove connections from environment,
3639
3639
  */
3640
- readonly WorkspaceManagementRemoveConnectionsFromEnvironments: {
3640
+ readonly WorkspaceManagementRemoveConnectionsFromEnvironment: {
3641
3641
  readonly id: PermissionKey;
3642
3642
  readonly category: "Workspace Management";
3643
3643
  readonly subcategory: "Environments";
3644
- readonly function: "Remove connections from environments";
3644
+ readonly function: "Remove connections from environment";
3645
3645
  readonly description: "Remove connections from environment, ";
3646
3646
  };
3647
3647
  /**
@@ -3727,21 +3727,21 @@ declare const Keys: {
3727
3727
  /**
3728
3728
  * Browse the public catalog of learning paths, challenges, and certifications.
3729
3729
  */
3730
- readonly AcademyViewAcademyContent: {
3730
+ readonly AcademyViewAcademy: {
3731
3731
  readonly id: PermissionKey;
3732
3732
  readonly category: "Academy";
3733
3733
  readonly subcategory: "Curricula";
3734
- readonly function: "View Academy content";
3734
+ readonly function: "View Academy";
3735
3735
  readonly description: "Browse the public catalog of learning paths, challenges, and certifications.";
3736
3736
  };
3737
3737
  /**
3738
3738
  * View and assess the performance of learners and of your organization's academy content.
3739
3739
  */
3740
- readonly AcademyAccessTheAcademyConsole: {
3740
+ readonly AcademyViewAcademyMetrics: {
3741
3741
  readonly id: PermissionKey;
3742
3742
  readonly category: "Academy";
3743
3743
  readonly subcategory: "Administration";
3744
- readonly function: "Access the Academy console";
3744
+ readonly function: "View Academy Metrics";
3745
3745
  readonly description: "View and assess the performance of learners and of your organization's academy content.";
3746
3746
  };
3747
3747
  /**
@@ -4471,7 +4471,7 @@ declare const PermissionKeys: {
4471
4471
  /**
4472
4472
  * Perform a password reset for your user account.
4473
4473
  */
4474
- readonly AccountManagementResetPasword: PermissionKey;
4474
+ readonly AccountManagementResetPassword: PermissionKey;
4475
4475
  /**
4476
4476
  * Delete your user account.
4477
4477
  */
@@ -4491,7 +4491,7 @@ declare const PermissionKeys: {
4491
4491
  /**
4492
4492
  * Create new subscriptions and update existing subscriptions
4493
4493
  */
4494
- readonly AccountManagementManageSubcriptions: PermissionKey;
4494
+ readonly AccountManagementManageSubscriptions: PermissionKey;
4495
4495
  /**
4496
4496
  * Explore subscription plans and compare their features.
4497
4497
  */
@@ -4728,6 +4728,10 @@ declare const PermissionKeys: {
4728
4728
  * Install or enable or disabble extensions in Meshery
4729
4729
  */
4730
4730
  readonly ExtensibilityInstallExtension: PermissionKey;
4731
+ /**
4732
+ * Uninstall extension from Meshery
4733
+ */
4734
+ readonly ExtensibilityUninstallExtension: PermissionKey;
4731
4735
  /**
4732
4736
  * View all user preferences in Meshery UI
4733
4737
  */
@@ -4975,7 +4979,7 @@ declare const PermissionKeys: {
4975
4979
  /**
4976
4980
  * Create, update , delete and manage recogntions awarded by your organization
4977
4981
  */
4978
- readonly IdentityAccessManagementManageRecognitions: PermissionKey;
4982
+ readonly IdentityAccessManagementManageRecogntions: PermissionKey;
4979
4983
  /**
4980
4984
  * Create, update , delete and manage invitations to your organization
4981
4985
  */
@@ -4987,7 +4991,7 @@ declare const PermissionKeys: {
4987
4991
  /**
4988
4992
  * No description available
4989
4993
  */
4990
- readonly IdentityAccessManagementRoles: PermissionKey;
4994
+ readonly IdentityAccessManagementViewAllRoles: PermissionKey;
4991
4995
  /**
4992
4996
  * No description available
4993
4997
  */
@@ -5199,7 +5203,7 @@ declare const PermissionKeys: {
5199
5203
  /**
5200
5204
  * In Meshery, a Component is a fundamental building block used to represent and define the infrastructure under management. Each component provides granular and specific support for your infrastructure and applications. This permission grants the user the ability to configure a component currently present on canvas.
5201
5205
  */
5202
- readonly KanvasEditComponentConfugurationRjsfTooltips: PermissionKey;
5206
+ readonly KanvasEditComponentConfigurationRjsfTooltips: PermissionKey;
5203
5207
  /**
5204
5208
  * No description available
5205
5209
  */
@@ -5479,10 +5483,6 @@ declare const PermissionKeys: {
5479
5483
  /**
5480
5484
  * Direct terminal access to one ore more pods/containers simultaneously. Integrated experience.
5481
5485
  */
5482
- readonly KanvasWebBasedTerminal: PermissionKey;
5483
- /**
5484
- * View Interactive Terminal
5485
- */
5486
5486
  readonly KanvasViewInteractiveTerminal: PermissionKey;
5487
5487
  /**
5488
5488
  * View managed infrastructure resources details in Kanvas Operator
@@ -5491,7 +5491,7 @@ declare const PermissionKeys: {
5491
5491
  /**
5492
5492
  * View real-time resource metrics in Kanvas Operator
5493
5493
  */
5494
- readonly KanvasViewObservabilityMetrics: PermissionKey;
5494
+ readonly KanvasViewMetricsInVisualizer: PermissionKey;
5495
5495
  /**
5496
5496
  * Perform a conformance test in Kanvas Operator
5497
5497
  */
@@ -5903,7 +5903,7 @@ declare const PermissionKeys: {
5903
5903
  /**
5904
5904
  * Remove connections from environment,
5905
5905
  */
5906
- readonly WorkspaceManagementRemoveConnectionsFromEnvironments: PermissionKey;
5906
+ readonly WorkspaceManagementRemoveConnectionsFromEnvironment: PermissionKey;
5907
5907
  /**
5908
5908
  * View all of your projects
5909
5909
  */
@@ -5939,11 +5939,11 @@ declare const PermissionKeys: {
5939
5939
  /**
5940
5940
  * Browse the public catalog of learning paths, challenges, and certifications.
5941
5941
  */
5942
- readonly AcademyViewAcademyContent: PermissionKey;
5942
+ readonly AcademyViewAcademy: PermissionKey;
5943
5943
  /**
5944
5944
  * View and assess the performance of learners and of your organization's academy content.
5945
5945
  */
5946
- readonly AcademyAccessTheAcademyConsole: PermissionKey;
5946
+ readonly AcademyViewAcademyMetrics: PermissionKey;
5947
5947
  /**
5948
5948
  * No description available
5949
5949
  */