@meshery/schemas 1.3.47 → 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/cloudApi.d.mts +68 -7
- package/dist/cloudApi.d.ts +68 -7
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1beta2/credential/Credential.d.ts +45 -0
- package/dist/constructs/v1beta2/credential/CredentialSchema.js +6 -6
- package/dist/constructs/v1beta2/credential/CredentialSchema.mjs +6 -6
- package/dist/constructs/v1beta2/organization/Organization.d.ts +223 -15
- package/dist/constructs/v1beta2/organization/OrganizationSchema.js +1 -1
- package/dist/constructs/v1beta2/organization/OrganizationSchema.mjs +1 -1
- package/dist/index.d.mts +125 -8
- package/dist/index.d.ts +125 -8
- package/dist/mesheryApi.d.mts +68 -7
- package/dist/mesheryApi.d.ts +68 -7
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/dist/permissions.d.mts +4 -32
- package/dist/permissions.d.ts +4 -32
- package/dist/permissions.js +1 -1
- package/dist/permissions.mjs +1 -1
- package/package.json +1 -1
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
|
|
@@ -614,16 +614,6 @@ declare const Keys: {
|
|
|
614
614
|
readonly function: "Swagger integration";
|
|
615
615
|
readonly description: "";
|
|
616
616
|
};
|
|
617
|
-
/**
|
|
618
|
-
* No description available
|
|
619
|
-
*/
|
|
620
|
-
readonly ExtensibilityNamespacedCustomResolvers: {
|
|
621
|
-
readonly id: PermissionKey;
|
|
622
|
-
readonly category: "Extensibility";
|
|
623
|
-
readonly subcategory: "GraphQL API";
|
|
624
|
-
readonly function: "Namespaced custom resolvers";
|
|
625
|
-
readonly description: "";
|
|
626
|
-
};
|
|
627
617
|
/**
|
|
628
618
|
* Extend Meshery's capabilities behind a gRPC interface for Model registration and operation invocation
|
|
629
619
|
*/
|
|
@@ -1327,11 +1317,11 @@ declare const Keys: {
|
|
|
1327
1317
|
/**
|
|
1328
1318
|
* Create, update , delete and manage recogntions awarded by your organization
|
|
1329
1319
|
*/
|
|
1330
|
-
readonly
|
|
1320
|
+
readonly IdentityAccessManagementManageRecognitions: {
|
|
1331
1321
|
readonly id: PermissionKey;
|
|
1332
1322
|
readonly category: "Identity & Access Management";
|
|
1333
1323
|
readonly subcategory: "Organization";
|
|
1334
|
-
readonly function: "Manage
|
|
1324
|
+
readonly function: "Manage Recognitions";
|
|
1335
1325
|
readonly description: "Create, update , delete and manage recogntions awarded by your organization";
|
|
1336
1326
|
};
|
|
1337
1327
|
/**
|
|
@@ -2664,16 +2654,6 @@ declare const Keys: {
|
|
|
2664
2654
|
readonly function: "View metrics in visualizer";
|
|
2665
2655
|
readonly description: "View real-time resource metrics in Kanvas Operator";
|
|
2666
2656
|
};
|
|
2667
|
-
/**
|
|
2668
|
-
* Perform a conformance test in Kanvas Operator
|
|
2669
|
-
*/
|
|
2670
|
-
readonly KanvasPerformConformanceTest: {
|
|
2671
|
-
readonly id: PermissionKey;
|
|
2672
|
-
readonly category: "Kanvas";
|
|
2673
|
-
readonly subcategory: "Operator";
|
|
2674
|
-
readonly function: "Perform conformance test";
|
|
2675
|
-
readonly description: "Perform a conformance test in Kanvas Operator";
|
|
2676
|
-
};
|
|
2677
2657
|
/**
|
|
2678
2658
|
* Stream container logs in Kanvas Operator
|
|
2679
2659
|
*/
|
|
@@ -4742,10 +4722,6 @@ declare const PermissionKeys: {
|
|
|
4742
4722
|
* No description available
|
|
4743
4723
|
*/
|
|
4744
4724
|
readonly ExtensibilitySwaggerIntegration: PermissionKey;
|
|
4745
|
-
/**
|
|
4746
|
-
* No description available
|
|
4747
|
-
*/
|
|
4748
|
-
readonly ExtensibilityNamespacedCustomResolvers: PermissionKey;
|
|
4749
4725
|
/**
|
|
4750
4726
|
* Extend Meshery's capabilities behind a gRPC interface for Model registration and operation invocation
|
|
4751
4727
|
*/
|
|
@@ -5029,7 +5005,7 @@ declare const PermissionKeys: {
|
|
|
5029
5005
|
/**
|
|
5030
5006
|
* Create, update , delete and manage recogntions awarded by your organization
|
|
5031
5007
|
*/
|
|
5032
|
-
readonly
|
|
5008
|
+
readonly IdentityAccessManagementManageRecognitions: PermissionKey;
|
|
5033
5009
|
/**
|
|
5034
5010
|
* Create, update , delete and manage invitations to your organization
|
|
5035
5011
|
*/
|
|
@@ -5562,10 +5538,6 @@ declare const PermissionKeys: {
|
|
|
5562
5538
|
* View real-time resource metrics in Kanvas Operator
|
|
5563
5539
|
*/
|
|
5564
5540
|
readonly KanvasViewMetricsInVisualizer: PermissionKey;
|
|
5565
|
-
/**
|
|
5566
|
-
* Perform a conformance test in Kanvas Operator
|
|
5567
|
-
*/
|
|
5568
|
-
readonly KanvasPerformConformanceTest: PermissionKey;
|
|
5569
5541
|
/**
|
|
5570
5542
|
* Stream container logs in Kanvas Operator
|
|
5571
5543
|
*/
|