@meshery/schemas 1.3.48 → 1.3.49
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/permissions.d.mts +4 -18
- package/dist/permissions.d.ts +4 -18
- package/dist/permissions.js +1 -1
- package/dist/permissions.mjs +1 -1
- package/package.json +1 -1
package/dist/permissions.d.mts
CHANGED
|
@@ -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: "
|
|
26
|
+
declare const PERMISSIONS_INDEX_ID: "074bfd49fc94fbe7125cfac2215c0844135ca66e378e6e1bfa6a8a9de7ca1be8";
|
|
27
27
|
/**
|
|
28
28
|
* Creates a PermissionKey from a UUID string.
|
|
29
29
|
* @param uuid - The UUID string to convert
|
|
@@ -1317,11 +1317,11 @@ declare const Keys: {
|
|
|
1317
1317
|
/**
|
|
1318
1318
|
* Create, update , delete and manage recogntions awarded by your organization
|
|
1319
1319
|
*/
|
|
1320
|
-
readonly
|
|
1320
|
+
readonly IdentityAccessManagementManageRecognitions: {
|
|
1321
1321
|
readonly id: PermissionKey;
|
|
1322
1322
|
readonly category: "Identity & Access Management";
|
|
1323
1323
|
readonly subcategory: "Organization";
|
|
1324
|
-
readonly function: "Manage
|
|
1324
|
+
readonly function: "Manage Recognitions";
|
|
1325
1325
|
readonly description: "Create, update , delete and manage recogntions awarded by your organization";
|
|
1326
1326
|
};
|
|
1327
1327
|
/**
|
|
@@ -2654,16 +2654,6 @@ declare const Keys: {
|
|
|
2654
2654
|
readonly function: "View metrics in visualizer";
|
|
2655
2655
|
readonly description: "View real-time resource metrics in Kanvas Operator";
|
|
2656
2656
|
};
|
|
2657
|
-
/**
|
|
2658
|
-
* Perform a conformance test in Kanvas Operator
|
|
2659
|
-
*/
|
|
2660
|
-
readonly KanvasPerformConformanceTest: {
|
|
2661
|
-
readonly id: PermissionKey;
|
|
2662
|
-
readonly category: "Kanvas";
|
|
2663
|
-
readonly subcategory: "Operator";
|
|
2664
|
-
readonly function: "Perform conformance test";
|
|
2665
|
-
readonly description: "Perform a conformance test in Kanvas Operator";
|
|
2666
|
-
};
|
|
2667
2657
|
/**
|
|
2668
2658
|
* Stream container logs in Kanvas Operator
|
|
2669
2659
|
*/
|
|
@@ -5015,7 +5005,7 @@ declare const PermissionKeys: {
|
|
|
5015
5005
|
/**
|
|
5016
5006
|
* Create, update , delete and manage recogntions awarded by your organization
|
|
5017
5007
|
*/
|
|
5018
|
-
readonly
|
|
5008
|
+
readonly IdentityAccessManagementManageRecognitions: PermissionKey;
|
|
5019
5009
|
/**
|
|
5020
5010
|
* Create, update , delete and manage invitations to your organization
|
|
5021
5011
|
*/
|
|
@@ -5548,10 +5538,6 @@ declare const PermissionKeys: {
|
|
|
5548
5538
|
* View real-time resource metrics in Kanvas Operator
|
|
5549
5539
|
*/
|
|
5550
5540
|
readonly KanvasViewMetricsInVisualizer: PermissionKey;
|
|
5551
|
-
/**
|
|
5552
|
-
* Perform a conformance test in Kanvas Operator
|
|
5553
|
-
*/
|
|
5554
|
-
readonly KanvasPerformConformanceTest: PermissionKey;
|
|
5555
5541
|
/**
|
|
5556
5542
|
* Stream container logs in Kanvas Operator
|
|
5557
5543
|
*/
|
package/dist/permissions.d.ts
CHANGED
|
@@ -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: "
|
|
26
|
+
declare const PERMISSIONS_INDEX_ID: "074bfd49fc94fbe7125cfac2215c0844135ca66e378e6e1bfa6a8a9de7ca1be8";
|
|
27
27
|
/**
|
|
28
28
|
* Creates a PermissionKey from a UUID string.
|
|
29
29
|
* @param uuid - The UUID string to convert
|
|
@@ -1317,11 +1317,11 @@ declare const Keys: {
|
|
|
1317
1317
|
/**
|
|
1318
1318
|
* Create, update , delete and manage recogntions awarded by your organization
|
|
1319
1319
|
*/
|
|
1320
|
-
readonly
|
|
1320
|
+
readonly IdentityAccessManagementManageRecognitions: {
|
|
1321
1321
|
readonly id: PermissionKey;
|
|
1322
1322
|
readonly category: "Identity & Access Management";
|
|
1323
1323
|
readonly subcategory: "Organization";
|
|
1324
|
-
readonly function: "Manage
|
|
1324
|
+
readonly function: "Manage Recognitions";
|
|
1325
1325
|
readonly description: "Create, update , delete and manage recogntions awarded by your organization";
|
|
1326
1326
|
};
|
|
1327
1327
|
/**
|
|
@@ -2654,16 +2654,6 @@ declare const Keys: {
|
|
|
2654
2654
|
readonly function: "View metrics in visualizer";
|
|
2655
2655
|
readonly description: "View real-time resource metrics in Kanvas Operator";
|
|
2656
2656
|
};
|
|
2657
|
-
/**
|
|
2658
|
-
* Perform a conformance test in Kanvas Operator
|
|
2659
|
-
*/
|
|
2660
|
-
readonly KanvasPerformConformanceTest: {
|
|
2661
|
-
readonly id: PermissionKey;
|
|
2662
|
-
readonly category: "Kanvas";
|
|
2663
|
-
readonly subcategory: "Operator";
|
|
2664
|
-
readonly function: "Perform conformance test";
|
|
2665
|
-
readonly description: "Perform a conformance test in Kanvas Operator";
|
|
2666
|
-
};
|
|
2667
2657
|
/**
|
|
2668
2658
|
* Stream container logs in Kanvas Operator
|
|
2669
2659
|
*/
|
|
@@ -5015,7 +5005,7 @@ declare const PermissionKeys: {
|
|
|
5015
5005
|
/**
|
|
5016
5006
|
* Create, update , delete and manage recogntions awarded by your organization
|
|
5017
5007
|
*/
|
|
5018
|
-
readonly
|
|
5008
|
+
readonly IdentityAccessManagementManageRecognitions: PermissionKey;
|
|
5019
5009
|
/**
|
|
5020
5010
|
* Create, update , delete and manage invitations to your organization
|
|
5021
5011
|
*/
|
|
@@ -5548,10 +5538,6 @@ declare const PermissionKeys: {
|
|
|
5548
5538
|
* View real-time resource metrics in Kanvas Operator
|
|
5549
5539
|
*/
|
|
5550
5540
|
readonly KanvasViewMetricsInVisualizer: PermissionKey;
|
|
5551
|
-
/**
|
|
5552
|
-
* Perform a conformance test in Kanvas Operator
|
|
5553
|
-
*/
|
|
5554
|
-
readonly KanvasPerformConformanceTest: PermissionKey;
|
|
5555
5541
|
/**
|
|
5556
5542
|
* Stream container logs in Kanvas Operator
|
|
5557
5543
|
*/
|