@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.
Files changed (28) hide show
  1. package/dist/constructs/v1beta1/badge/BadgeSchema.js +1 -1
  2. package/dist/constructs/v1beta1/badge/BadgeSchema.mjs +1 -1
  3. package/dist/constructs/v1beta1/credential/CredentialSchema.js +1 -1
  4. package/dist/constructs/v1beta1/credential/CredentialSchema.mjs +1 -1
  5. package/dist/constructs/v1beta1/key/KeySchema.js +1 -1
  6. package/dist/constructs/v1beta1/key/KeySchema.mjs +1 -1
  7. package/dist/constructs/v1beta1/keychain/KeychainSchema.js +1 -1
  8. package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +1 -1
  9. package/dist/constructs/v1beta1/view/ViewSchema.js +1 -1
  10. package/dist/constructs/v1beta1/view/ViewSchema.mjs +1 -1
  11. package/dist/constructs/v1beta2/badge/Badge.d.ts +18 -0
  12. package/dist/constructs/v1beta2/badge/BadgeSchema.js +1 -1
  13. package/dist/constructs/v1beta2/badge/BadgeSchema.mjs +1 -1
  14. package/dist/constructs/v1beta2/event/EventSchema.js +1 -1
  15. package/dist/constructs/v1beta2/event/EventSchema.mjs +1 -1
  16. package/dist/constructs/v1beta2/invitation/InvitationSchema.js +1 -1
  17. package/dist/constructs/v1beta2/invitation/InvitationSchema.mjs +1 -1
  18. package/dist/constructs/v1beta2/plan/PlanSchema.js +1 -1
  19. package/dist/constructs/v1beta2/plan/PlanSchema.mjs +1 -1
  20. package/dist/constructs/v1beta2/subscription/SubscriptionSchema.js +1 -1
  21. package/dist/constructs/v1beta2/subscription/SubscriptionSchema.mjs +1 -1
  22. package/dist/index.js +2 -2
  23. package/dist/index.mjs +2 -2
  24. package/dist/permissions.d.mts +3 -3
  25. package/dist/permissions.d.ts +3 -3
  26. package/dist/permissions.js +1 -1
  27. package/dist/permissions.mjs +1 -1
  28. package/package.json +1 -1
@@ -2585,14 +2585,14 @@ declare const Keys: {
2585
2585
  readonly description: "Clone Views";
2586
2586
  };
2587
2587
  /**
2588
- * Direct terminal access to one ore more pods/containers simultaneously. Integrated experience.
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 ore more pods/containers simultaneously. Integrated experience.";
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 ore more pods/containers simultaneously. Integrated experience.
5484
+ * Direct terminal access to one or more pods/containers simultaneously. Integrated experience.
5485
5485
  */
5486
5486
  readonly KanvasViewInteractiveTerminal: PermissionKey;
5487
5487
  /**
@@ -2585,14 +2585,14 @@ declare const Keys: {
2585
2585
  readonly description: "Clone Views";
2586
2586
  };
2587
2587
  /**
2588
- * Direct terminal access to one ore more pods/containers simultaneously. Integrated experience.
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 ore more pods/containers simultaneously. Integrated experience.";
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 ore more pods/containers simultaneously. Integrated experience.
5484
+ * Direct terminal access to one or more pods/containers simultaneously. Integrated experience.
5485
5485
  */
5486
5486
  readonly KanvasViewInteractiveTerminal: PermissionKey;
5487
5487
  /**