@meshery/schemas 0.8.133 → 0.8.134

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 (80) hide show
  1. package/README.md +119 -0
  2. package/dist/cloudApi.d.mts +5011 -2369
  3. package/dist/cloudApi.d.ts +5011 -2369
  4. package/dist/cloudApi.js +1 -1
  5. package/dist/cloudApi.mjs +1 -1
  6. package/dist/constructs/v1beta1/badge/Badge.d.mts +37 -18
  7. package/dist/constructs/v1beta1/badge/Badge.d.ts +37 -18
  8. package/dist/constructs/v1beta1/badge/BadgeSchema.js +1 -1
  9. package/dist/constructs/v1beta1/badge/BadgeSchema.mjs +1 -1
  10. package/dist/constructs/v1beta1/category/Category.d.mts +1 -0
  11. package/dist/constructs/v1beta1/category/Category.d.ts +1 -0
  12. package/dist/constructs/v1beta1/category/CategorySchema.js +1 -1
  13. package/dist/constructs/v1beta1/category/CategorySchema.mjs +1 -1
  14. package/dist/constructs/v1beta1/component/Component.d.mts +12 -4
  15. package/dist/constructs/v1beta1/component/Component.d.ts +12 -4
  16. package/dist/constructs/v1beta1/component/ComponentSchema.js +1 -1
  17. package/dist/constructs/v1beta1/component/ComponentSchema.mjs +1 -1
  18. package/dist/constructs/v1beta1/connection/Connection.d.mts +84 -42
  19. package/dist/constructs/v1beta1/connection/Connection.d.ts +84 -42
  20. package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
  21. package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
  22. package/dist/constructs/v1beta1/environment/Environment.d.mts +65 -22
  23. package/dist/constructs/v1beta1/environment/Environment.d.ts +65 -22
  24. package/dist/constructs/v1beta1/environment/EnvironmentSchema.js +1 -1
  25. package/dist/constructs/v1beta1/environment/EnvironmentSchema.mjs +1 -1
  26. package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +48 -16
  27. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +48 -16
  28. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +8 -8
  29. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +8 -8
  30. package/dist/constructs/v1beta1/event/Event.d.mts +5 -3
  31. package/dist/constructs/v1beta1/event/Event.d.ts +5 -3
  32. package/dist/constructs/v1beta1/event/EventSchema.js +1 -1
  33. package/dist/constructs/v1beta1/event/EventSchema.mjs +1 -1
  34. package/dist/constructs/v1beta1/invitation/Invitation.d.mts +56 -54
  35. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +56 -54
  36. package/dist/constructs/v1beta1/invitation/InvitationSchema.js +1 -1
  37. package/dist/constructs/v1beta1/invitation/InvitationSchema.mjs +1 -1
  38. package/dist/constructs/v1beta1/key/Key.d.mts +3 -3
  39. package/dist/constructs/v1beta1/key/Key.d.ts +3 -3
  40. package/dist/constructs/v1beta1/key/KeySchema.js +1 -1
  41. package/dist/constructs/v1beta1/key/KeySchema.mjs +1 -1
  42. package/dist/constructs/v1beta1/keychain/Keychain.d.mts +12 -36
  43. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +12 -36
  44. package/dist/constructs/v1beta1/keychain/KeychainSchema.js +1 -1
  45. package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +1 -1
  46. package/dist/constructs/v1beta1/model/Model.d.mts +14 -6
  47. package/dist/constructs/v1beta1/model/Model.d.ts +14 -6
  48. package/dist/constructs/v1beta1/model/ModelSchema.js +2 -2
  49. package/dist/constructs/v1beta1/model/ModelSchema.mjs +2 -2
  50. package/dist/constructs/v1beta1/organization/Organization.d.mts +884 -9
  51. package/dist/constructs/v1beta1/organization/Organization.d.ts +884 -9
  52. package/dist/constructs/v1beta1/organization/OrganizationSchema.js +1 -1
  53. package/dist/constructs/v1beta1/organization/OrganizationSchema.mjs +1 -1
  54. package/dist/constructs/v1beta1/pattern/Pattern.d.mts +113 -39
  55. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +113 -39
  56. package/dist/constructs/v1beta1/pattern/PatternSchema.js +18 -18
  57. package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +18 -18
  58. package/dist/constructs/v1beta1/role/Role.d.mts +17 -17
  59. package/dist/constructs/v1beta1/role/Role.d.ts +17 -17
  60. package/dist/constructs/v1beta1/role/RoleSchema.js +1 -1
  61. package/dist/constructs/v1beta1/role/RoleSchema.mjs +1 -1
  62. package/dist/constructs/v1beta1/team/Team.d.mts +16 -16
  63. package/dist/constructs/v1beta1/team/Team.d.ts +16 -16
  64. package/dist/constructs/v1beta1/team/TeamSchema.js +1 -1
  65. package/dist/constructs/v1beta1/team/TeamSchema.mjs +1 -1
  66. package/dist/constructs/v1beta1/user/User.d.mts +1238 -169
  67. package/dist/constructs/v1beta1/user/User.d.ts +1238 -169
  68. package/dist/constructs/v1beta1/user/UserSchema.js +1 -1
  69. package/dist/constructs/v1beta1/user/UserSchema.mjs +1 -1
  70. package/dist/constructs/v1beta1/workspace/Workspace.d.mts +35 -12
  71. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +35 -12
  72. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +4 -4
  73. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +4 -4
  74. package/dist/index.js +25 -25
  75. package/dist/index.mjs +25 -25
  76. package/dist/mesheryApi.d.mts +4226 -1565
  77. package/dist/mesheryApi.d.ts +4226 -1565
  78. package/dist/mesheryApi.js +1 -1
  79. package/dist/mesheryApi.mjs +1 -1
  80. package/package.json +1 -1
@@ -608,15 +608,22 @@ interface components {
608
608
  * @description Environment owner
609
609
  */
610
610
  owner?: string;
611
- /** Format: date-time */
611
+ /**
612
+ * Format: date-time
613
+ * @description Timestamp when the resource was created.
614
+ */
612
615
  created_at?: string;
616
+ /** @description Additional metadata associated with the environment. */
613
617
  metadata?: {
614
618
  [key: string]: unknown;
615
619
  };
616
- /** Format: date-time */
620
+ /**
621
+ * Format: date-time
622
+ * @description Timestamp when the resource was updated.
623
+ */
617
624
  updated_at?: string;
618
- /** @description SQL null Timestamp to handle null values of time. */
619
- deleted_at?: string;
625
+ /** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
626
+ deleted_at?: string | null;
620
627
  }[];
621
628
  /**
622
629
  * @description Specifies the version of the schema used for the definition.
@@ -655,6 +662,7 @@ interface components {
655
662
  * @enum {string}
656
663
  */
657
664
  name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
665
+ /** @description Additional metadata associated with the category. */
658
666
  metadata: {
659
667
  [key: string]: unknown;
660
668
  };
@@ -2533,15 +2541,22 @@ interface operations {
2533
2541
  * @description Environment owner
2534
2542
  */
2535
2543
  owner?: string;
2536
- /** Format: date-time */
2544
+ /**
2545
+ * Format: date-time
2546
+ * @description Timestamp when the resource was created.
2547
+ */
2537
2548
  created_at?: string;
2549
+ /** @description Additional metadata associated with the environment. */
2538
2550
  metadata?: {
2539
2551
  [key: string]: unknown;
2540
2552
  };
2541
- /** Format: date-time */
2553
+ /**
2554
+ * Format: date-time
2555
+ * @description Timestamp when the resource was updated.
2556
+ */
2542
2557
  updated_at?: string;
2543
- /** @description SQL null Timestamp to handle null values of time. */
2544
- deleted_at?: string;
2558
+ /** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
2559
+ deleted_at?: string | null;
2545
2560
  }[];
2546
2561
  };
2547
2562
  };
@@ -2987,15 +3002,22 @@ interface operations {
2987
3002
  * @description Environment owner
2988
3003
  */
2989
3004
  owner?: string;
2990
- /** Format: date-time */
3005
+ /**
3006
+ * Format: date-time
3007
+ * @description Timestamp when the resource was created.
3008
+ */
2991
3009
  created_at?: string;
3010
+ /** @description Additional metadata associated with the environment. */
2992
3011
  metadata?: {
2993
3012
  [key: string]: unknown;
2994
3013
  };
2995
- /** Format: date-time */
3014
+ /**
3015
+ * Format: date-time
3016
+ * @description Timestamp when the resource was updated.
3017
+ */
2996
3018
  updated_at?: string;
2997
- /** @description SQL null Timestamp to handle null values of time. */
2998
- deleted_at?: string;
3019
+ /** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
3020
+ deleted_at?: string | null;
2999
3021
  }[];
3000
3022
  /**
3001
3023
  * @description Specifies the version of the schema used for the definition.
@@ -3034,6 +3056,7 @@ interface operations {
3034
3056
  * @enum {string}
3035
3057
  */
3036
3058
  name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
3059
+ /** @description Additional metadata associated with the category. */
3037
3060
  metadata: {
3038
3061
  [key: string]: unknown;
3039
3062
  };
@@ -608,15 +608,22 @@ interface components {
608
608
  * @description Environment owner
609
609
  */
610
610
  owner?: string;
611
- /** Format: date-time */
611
+ /**
612
+ * Format: date-time
613
+ * @description Timestamp when the resource was created.
614
+ */
612
615
  created_at?: string;
616
+ /** @description Additional metadata associated with the environment. */
613
617
  metadata?: {
614
618
  [key: string]: unknown;
615
619
  };
616
- /** Format: date-time */
620
+ /**
621
+ * Format: date-time
622
+ * @description Timestamp when the resource was updated.
623
+ */
617
624
  updated_at?: string;
618
- /** @description SQL null Timestamp to handle null values of time. */
619
- deleted_at?: string;
625
+ /** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
626
+ deleted_at?: string | null;
620
627
  }[];
621
628
  /**
622
629
  * @description Specifies the version of the schema used for the definition.
@@ -655,6 +662,7 @@ interface components {
655
662
  * @enum {string}
656
663
  */
657
664
  name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
665
+ /** @description Additional metadata associated with the category. */
658
666
  metadata: {
659
667
  [key: string]: unknown;
660
668
  };
@@ -2533,15 +2541,22 @@ interface operations {
2533
2541
  * @description Environment owner
2534
2542
  */
2535
2543
  owner?: string;
2536
- /** Format: date-time */
2544
+ /**
2545
+ * Format: date-time
2546
+ * @description Timestamp when the resource was created.
2547
+ */
2537
2548
  created_at?: string;
2549
+ /** @description Additional metadata associated with the environment. */
2538
2550
  metadata?: {
2539
2551
  [key: string]: unknown;
2540
2552
  };
2541
- /** Format: date-time */
2553
+ /**
2554
+ * Format: date-time
2555
+ * @description Timestamp when the resource was updated.
2556
+ */
2542
2557
  updated_at?: string;
2543
- /** @description SQL null Timestamp to handle null values of time. */
2544
- deleted_at?: string;
2558
+ /** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
2559
+ deleted_at?: string | null;
2545
2560
  }[];
2546
2561
  };
2547
2562
  };
@@ -2987,15 +3002,22 @@ interface operations {
2987
3002
  * @description Environment owner
2988
3003
  */
2989
3004
  owner?: string;
2990
- /** Format: date-time */
3005
+ /**
3006
+ * Format: date-time
3007
+ * @description Timestamp when the resource was created.
3008
+ */
2991
3009
  created_at?: string;
3010
+ /** @description Additional metadata associated with the environment. */
2992
3011
  metadata?: {
2993
3012
  [key: string]: unknown;
2994
3013
  };
2995
- /** Format: date-time */
3014
+ /**
3015
+ * Format: date-time
3016
+ * @description Timestamp when the resource was updated.
3017
+ */
2996
3018
  updated_at?: string;
2997
- /** @description SQL null Timestamp to handle null values of time. */
2998
- deleted_at?: string;
3019
+ /** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
3020
+ deleted_at?: string | null;
2999
3021
  }[];
3000
3022
  /**
3001
3023
  * @description Specifies the version of the schema used for the definition.
@@ -3034,6 +3056,7 @@ interface operations {
3034
3056
  * @enum {string}
3035
3057
  */
3036
3058
  name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
3059
+ /** @description Additional metadata associated with the category. */
3037
3060
  metadata: {
3038
3061
  [key: string]: unknown;
3039
3062
  };