@meshery/schemas 1.3.39 → 1.3.41
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/constructs/v1beta1/badge/BadgeSchema.js +1 -1
- package/dist/constructs/v1beta1/badge/BadgeSchema.mjs +1 -1
- package/dist/constructs/v1beta1/credential/CredentialSchema.js +1 -1
- package/dist/constructs/v1beta1/credential/CredentialSchema.mjs +1 -1
- package/dist/constructs/v1beta1/key/KeySchema.js +1 -1
- package/dist/constructs/v1beta1/key/KeySchema.mjs +1 -1
- package/dist/constructs/v1beta1/keychain/KeychainSchema.js +1 -1
- package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +1 -1
- package/dist/constructs/v1beta1/view/ViewSchema.js +1 -1
- package/dist/constructs/v1beta1/view/ViewSchema.mjs +1 -1
- package/dist/constructs/v1beta2/badge/Badge.d.ts +18 -0
- package/dist/constructs/v1beta2/badge/BadgeSchema.js +1 -1
- package/dist/constructs/v1beta2/badge/BadgeSchema.mjs +1 -1
- package/dist/constructs/v1beta2/event/EventSchema.js +1 -1
- package/dist/constructs/v1beta2/event/EventSchema.mjs +1 -1
- package/dist/constructs/v1beta2/invitation/InvitationSchema.js +1 -1
- package/dist/constructs/v1beta2/invitation/InvitationSchema.mjs +1 -1
- package/dist/constructs/v1beta2/plan/PlanSchema.js +1 -1
- package/dist/constructs/v1beta2/plan/PlanSchema.mjs +1 -1
- package/dist/constructs/v1beta2/subscription/SubscriptionSchema.js +1 -1
- package/dist/constructs/v1beta2/subscription/SubscriptionSchema.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/permissions.d.mts +3 -3
- package/dist/permissions.d.ts +3 -3
- package/dist/permissions.js +1 -1
- package/dist/permissions.mjs +1 -1
- package/package.json +1 -1
package/dist/permissions.d.mts
CHANGED
|
@@ -2585,14 +2585,14 @@ declare const Keys: {
|
|
|
2585
2585
|
readonly description: "Clone Views";
|
|
2586
2586
|
};
|
|
2587
2587
|
/**
|
|
2588
|
-
* Direct terminal access to one
|
|
2588
|
+
* Direct terminal access to one or more pods/containers simultaneously. Integrated experience.
|
|
2589
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: "Direct terminal access to one
|
|
2595
|
+
readonly description: "Direct terminal access to one or more pods/containers simultaneously. Integrated experience.";
|
|
2596
2596
|
};
|
|
2597
2597
|
/**
|
|
2598
2598
|
* View managed infrastructure resources details in Kanvas Operator
|
|
@@ -5481,7 +5481,7 @@ declare const PermissionKeys: {
|
|
|
5481
5481
|
*/
|
|
5482
5482
|
readonly KanvasCloneViews: PermissionKey;
|
|
5483
5483
|
/**
|
|
5484
|
-
* Direct terminal access to one
|
|
5484
|
+
* Direct terminal access to one or more pods/containers simultaneously. Integrated experience.
|
|
5485
5485
|
*/
|
|
5486
5486
|
readonly KanvasViewInteractiveTerminal: PermissionKey;
|
|
5487
5487
|
/**
|
package/dist/permissions.d.ts
CHANGED
|
@@ -2585,14 +2585,14 @@ declare const Keys: {
|
|
|
2585
2585
|
readonly description: "Clone Views";
|
|
2586
2586
|
};
|
|
2587
2587
|
/**
|
|
2588
|
-
* Direct terminal access to one
|
|
2588
|
+
* Direct terminal access to one or more pods/containers simultaneously. Integrated experience.
|
|
2589
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: "Direct terminal access to one
|
|
2595
|
+
readonly description: "Direct terminal access to one or more pods/containers simultaneously. Integrated experience.";
|
|
2596
2596
|
};
|
|
2597
2597
|
/**
|
|
2598
2598
|
* View managed infrastructure resources details in Kanvas Operator
|
|
@@ -5481,7 +5481,7 @@ declare const PermissionKeys: {
|
|
|
5481
5481
|
*/
|
|
5482
5482
|
readonly KanvasCloneViews: PermissionKey;
|
|
5483
5483
|
/**
|
|
5484
|
-
* Direct terminal access to one
|
|
5484
|
+
* Direct terminal access to one or more pods/containers simultaneously. Integrated experience.
|
|
5485
5485
|
*/
|
|
5486
5486
|
readonly KanvasViewInteractiveTerminal: PermissionKey;
|
|
5487
5487
|
/**
|