@meshery/schemas 0.8.133 → 0.8.135

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 (92) hide show
  1. package/README.md +119 -0
  2. package/dist/{Core-BiYtFM4v.d.mts → Core-B0SJO-By.d.mts} +4 -1
  3. package/dist/{Core-BiYtFM4v.d.ts → Core-B0SJO-By.d.ts} +4 -1
  4. package/dist/cloudApi.d.mts +5011 -2369
  5. package/dist/cloudApi.d.ts +5011 -2369
  6. package/dist/cloudApi.js +1 -1
  7. package/dist/cloudApi.mjs +1 -1
  8. package/dist/constructs/v1alpha1/core/Core.d.mts +1 -1
  9. package/dist/constructs/v1alpha1/core/Core.d.ts +1 -1
  10. package/dist/constructs/v1alpha1/core/CoreSchema.js +1 -1
  11. package/dist/constructs/v1alpha1/core/CoreSchema.mjs +1 -1
  12. package/dist/constructs/v1beta1/badge/Badge.d.mts +37 -18
  13. package/dist/constructs/v1beta1/badge/Badge.d.ts +37 -18
  14. package/dist/constructs/v1beta1/badge/BadgeSchema.js +1 -1
  15. package/dist/constructs/v1beta1/badge/BadgeSchema.mjs +1 -1
  16. package/dist/constructs/v1beta1/category/Category.d.mts +1 -0
  17. package/dist/constructs/v1beta1/category/Category.d.ts +1 -0
  18. package/dist/constructs/v1beta1/category/CategorySchema.js +1 -1
  19. package/dist/constructs/v1beta1/category/CategorySchema.mjs +1 -1
  20. package/dist/constructs/v1beta1/component/Component.d.mts +19 -5
  21. package/dist/constructs/v1beta1/component/Component.d.ts +19 -5
  22. package/dist/constructs/v1beta1/component/ComponentSchema.js +1 -1
  23. package/dist/constructs/v1beta1/component/ComponentSchema.mjs +1 -1
  24. package/dist/constructs/v1beta1/connection/Connection.d.mts +126 -48
  25. package/dist/constructs/v1beta1/connection/Connection.d.ts +126 -48
  26. package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
  27. package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
  28. package/dist/constructs/v1beta1/credential/Credential.d.mts +32 -8
  29. package/dist/constructs/v1beta1/credential/Credential.d.ts +32 -8
  30. package/dist/constructs/v1beta1/credential/CredentialSchema.js +8 -8
  31. package/dist/constructs/v1beta1/credential/CredentialSchema.mjs +8 -8
  32. package/dist/constructs/v1beta1/environment/Environment.d.mts +81 -23
  33. package/dist/constructs/v1beta1/environment/Environment.d.ts +81 -23
  34. package/dist/constructs/v1beta1/environment/EnvironmentSchema.js +1 -1
  35. package/dist/constructs/v1beta1/environment/EnvironmentSchema.mjs +1 -1
  36. package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +76 -20
  37. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +76 -20
  38. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +8 -8
  39. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +8 -8
  40. package/dist/constructs/v1beta1/event/Event.d.mts +5 -3
  41. package/dist/constructs/v1beta1/event/Event.d.ts +5 -3
  42. package/dist/constructs/v1beta1/event/EventSchema.js +1 -1
  43. package/dist/constructs/v1beta1/event/EventSchema.mjs +1 -1
  44. package/dist/constructs/v1beta1/invitation/Invitation.d.mts +56 -54
  45. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +56 -54
  46. package/dist/constructs/v1beta1/invitation/InvitationSchema.js +1 -1
  47. package/dist/constructs/v1beta1/invitation/InvitationSchema.mjs +1 -1
  48. package/dist/constructs/v1beta1/key/Key.d.mts +27 -9
  49. package/dist/constructs/v1beta1/key/Key.d.ts +27 -9
  50. package/dist/constructs/v1beta1/key/KeySchema.js +1 -1
  51. package/dist/constructs/v1beta1/key/KeySchema.mjs +1 -1
  52. package/dist/constructs/v1beta1/keychain/Keychain.d.mts +40 -43
  53. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +40 -43
  54. package/dist/constructs/v1beta1/keychain/KeychainSchema.js +1 -1
  55. package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +1 -1
  56. package/dist/constructs/v1beta1/model/Model.d.mts +21 -7
  57. package/dist/constructs/v1beta1/model/Model.d.ts +21 -7
  58. package/dist/constructs/v1beta1/model/ModelSchema.js +2 -2
  59. package/dist/constructs/v1beta1/model/ModelSchema.mjs +2 -2
  60. package/dist/constructs/v1beta1/organization/Organization.d.mts +884 -9
  61. package/dist/constructs/v1beta1/organization/Organization.d.ts +884 -9
  62. package/dist/constructs/v1beta1/organization/OrganizationSchema.js +1 -1
  63. package/dist/constructs/v1beta1/organization/OrganizationSchema.mjs +1 -1
  64. package/dist/constructs/v1beta1/pattern/Pattern.d.mts +176 -48
  65. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +176 -48
  66. package/dist/constructs/v1beta1/pattern/PatternSchema.js +18 -18
  67. package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +18 -18
  68. package/dist/constructs/v1beta1/role/Role.d.mts +53 -26
  69. package/dist/constructs/v1beta1/role/Role.d.ts +53 -26
  70. package/dist/constructs/v1beta1/role/RoleSchema.js +1 -1
  71. package/dist/constructs/v1beta1/role/RoleSchema.mjs +1 -1
  72. package/dist/constructs/v1beta1/team/Team.d.mts +60 -27
  73. package/dist/constructs/v1beta1/team/Team.d.ts +60 -27
  74. package/dist/constructs/v1beta1/team/TeamSchema.js +1 -1
  75. package/dist/constructs/v1beta1/team/TeamSchema.mjs +1 -1
  76. package/dist/constructs/v1beta1/user/User.d.mts +1238 -169
  77. package/dist/constructs/v1beta1/user/User.d.ts +1238 -169
  78. package/dist/constructs/v1beta1/user/UserSchema.js +1 -1
  79. package/dist/constructs/v1beta1/user/UserSchema.mjs +1 -1
  80. package/dist/constructs/v1beta1/workspace/Workspace.d.mts +56 -15
  81. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +56 -15
  82. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +4 -4
  83. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +4 -4
  84. package/dist/index.d.mts +1 -1
  85. package/dist/index.d.ts +1 -1
  86. package/dist/index.js +25 -25
  87. package/dist/index.mjs +25 -25
  88. package/dist/mesheryApi.d.mts +4226 -1565
  89. package/dist/mesheryApi.d.ts +4226 -1565
  90. package/dist/mesheryApi.js +1 -1
  91. package/dist/mesheryApi.mjs +1 -1
  92. package/package.json +1 -1
@@ -572,7 +572,10 @@ interface components {
572
572
  created_at?: string;
573
573
  /** Format: date-time */
574
574
  updated_at?: string;
575
- /** @description SQL null Timestamp to handle null values of time. */
575
+ /**
576
+ * Format: date-time
577
+ * @description SQL null Timestamp to handle null values of time.
578
+ */
576
579
  deleted_at?: string;
577
580
  /** @description Associated environments for this connection */
578
581
  environments?: {
@@ -608,15 +611,25 @@ interface components {
608
611
  * @description Environment owner
609
612
  */
610
613
  owner?: string;
611
- /** Format: date-time */
614
+ /**
615
+ * Format: date-time
616
+ * @description Timestamp when the resource was created.
617
+ */
612
618
  created_at?: string;
619
+ /** @description Additional metadata associated with the environment. */
613
620
  metadata?: {
614
621
  [key: string]: unknown;
615
622
  };
616
- /** Format: date-time */
623
+ /**
624
+ * Format: date-time
625
+ * @description Timestamp when the resource was updated.
626
+ */
617
627
  updated_at?: string;
618
- /** @description SQL null Timestamp to handle null values of time. */
619
- deleted_at?: string;
628
+ /**
629
+ * Format: date-time
630
+ * @description Timestamp when the environment was soft deleted. Null while the environment remains active.
631
+ */
632
+ deleted_at?: string | null;
620
633
  }[];
621
634
  /**
622
635
  * @description Specifies the version of the schema used for the definition.
@@ -655,6 +668,7 @@ interface components {
655
668
  * @enum {string}
656
669
  */
657
670
  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";
671
+ /** @description Additional metadata associated with the category. */
658
672
  metadata: {
659
673
  [key: string]: unknown;
660
674
  };
@@ -2306,7 +2320,10 @@ interface operations {
2306
2320
  created_at?: string;
2307
2321
  /** Format: date-time */
2308
2322
  updated_at?: string;
2309
- /** @description SQL null Timestamp to handle null values of time. */
2323
+ /**
2324
+ * Format: date-time
2325
+ * @description SQL null Timestamp to handle null values of time.
2326
+ */
2310
2327
  deleted_at?: string;
2311
2328
  }[];
2312
2329
  };
@@ -2533,15 +2550,25 @@ interface operations {
2533
2550
  * @description Environment owner
2534
2551
  */
2535
2552
  owner?: string;
2536
- /** Format: date-time */
2553
+ /**
2554
+ * Format: date-time
2555
+ * @description Timestamp when the resource was created.
2556
+ */
2537
2557
  created_at?: string;
2558
+ /** @description Additional metadata associated with the environment. */
2538
2559
  metadata?: {
2539
2560
  [key: string]: unknown;
2540
2561
  };
2541
- /** Format: date-time */
2562
+ /**
2563
+ * Format: date-time
2564
+ * @description Timestamp when the resource was updated.
2565
+ */
2542
2566
  updated_at?: string;
2543
- /** @description SQL null Timestamp to handle null values of time. */
2544
- deleted_at?: string;
2567
+ /**
2568
+ * Format: date-time
2569
+ * @description Timestamp when the environment was soft deleted. Null while the environment remains active.
2570
+ */
2571
+ deleted_at?: string | null;
2545
2572
  }[];
2546
2573
  };
2547
2574
  };
@@ -2951,7 +2978,10 @@ interface operations {
2951
2978
  created_at?: string;
2952
2979
  /** Format: date-time */
2953
2980
  updated_at?: string;
2954
- /** @description SQL null Timestamp to handle null values of time. */
2981
+ /**
2982
+ * Format: date-time
2983
+ * @description SQL null Timestamp to handle null values of time.
2984
+ */
2955
2985
  deleted_at?: string;
2956
2986
  /** @description Associated environments for this connection */
2957
2987
  environments?: {
@@ -2987,15 +3017,25 @@ interface operations {
2987
3017
  * @description Environment owner
2988
3018
  */
2989
3019
  owner?: string;
2990
- /** Format: date-time */
3020
+ /**
3021
+ * Format: date-time
3022
+ * @description Timestamp when the resource was created.
3023
+ */
2991
3024
  created_at?: string;
3025
+ /** @description Additional metadata associated with the environment. */
2992
3026
  metadata?: {
2993
3027
  [key: string]: unknown;
2994
3028
  };
2995
- /** Format: date-time */
3029
+ /**
3030
+ * Format: date-time
3031
+ * @description Timestamp when the resource was updated.
3032
+ */
2996
3033
  updated_at?: string;
2997
- /** @description SQL null Timestamp to handle null values of time. */
2998
- deleted_at?: string;
3034
+ /**
3035
+ * Format: date-time
3036
+ * @description Timestamp when the environment was soft deleted. Null while the environment remains active.
3037
+ */
3038
+ deleted_at?: string | null;
2999
3039
  }[];
3000
3040
  /**
3001
3041
  * @description Specifies the version of the schema used for the definition.
@@ -3034,6 +3074,7 @@ interface operations {
3034
3074
  * @enum {string}
3035
3075
  */
3036
3076
  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";
3077
+ /** @description Additional metadata associated with the category. */
3037
3078
  metadata: {
3038
3079
  [key: string]: unknown;
3039
3080
  };
@@ -572,7 +572,10 @@ interface components {
572
572
  created_at?: string;
573
573
  /** Format: date-time */
574
574
  updated_at?: string;
575
- /** @description SQL null Timestamp to handle null values of time. */
575
+ /**
576
+ * Format: date-time
577
+ * @description SQL null Timestamp to handle null values of time.
578
+ */
576
579
  deleted_at?: string;
577
580
  /** @description Associated environments for this connection */
578
581
  environments?: {
@@ -608,15 +611,25 @@ interface components {
608
611
  * @description Environment owner
609
612
  */
610
613
  owner?: string;
611
- /** Format: date-time */
614
+ /**
615
+ * Format: date-time
616
+ * @description Timestamp when the resource was created.
617
+ */
612
618
  created_at?: string;
619
+ /** @description Additional metadata associated with the environment. */
613
620
  metadata?: {
614
621
  [key: string]: unknown;
615
622
  };
616
- /** Format: date-time */
623
+ /**
624
+ * Format: date-time
625
+ * @description Timestamp when the resource was updated.
626
+ */
617
627
  updated_at?: string;
618
- /** @description SQL null Timestamp to handle null values of time. */
619
- deleted_at?: string;
628
+ /**
629
+ * Format: date-time
630
+ * @description Timestamp when the environment was soft deleted. Null while the environment remains active.
631
+ */
632
+ deleted_at?: string | null;
620
633
  }[];
621
634
  /**
622
635
  * @description Specifies the version of the schema used for the definition.
@@ -655,6 +668,7 @@ interface components {
655
668
  * @enum {string}
656
669
  */
657
670
  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";
671
+ /** @description Additional metadata associated with the category. */
658
672
  metadata: {
659
673
  [key: string]: unknown;
660
674
  };
@@ -2306,7 +2320,10 @@ interface operations {
2306
2320
  created_at?: string;
2307
2321
  /** Format: date-time */
2308
2322
  updated_at?: string;
2309
- /** @description SQL null Timestamp to handle null values of time. */
2323
+ /**
2324
+ * Format: date-time
2325
+ * @description SQL null Timestamp to handle null values of time.
2326
+ */
2310
2327
  deleted_at?: string;
2311
2328
  }[];
2312
2329
  };
@@ -2533,15 +2550,25 @@ interface operations {
2533
2550
  * @description Environment owner
2534
2551
  */
2535
2552
  owner?: string;
2536
- /** Format: date-time */
2553
+ /**
2554
+ * Format: date-time
2555
+ * @description Timestamp when the resource was created.
2556
+ */
2537
2557
  created_at?: string;
2558
+ /** @description Additional metadata associated with the environment. */
2538
2559
  metadata?: {
2539
2560
  [key: string]: unknown;
2540
2561
  };
2541
- /** Format: date-time */
2562
+ /**
2563
+ * Format: date-time
2564
+ * @description Timestamp when the resource was updated.
2565
+ */
2542
2566
  updated_at?: string;
2543
- /** @description SQL null Timestamp to handle null values of time. */
2544
- deleted_at?: string;
2567
+ /**
2568
+ * Format: date-time
2569
+ * @description Timestamp when the environment was soft deleted. Null while the environment remains active.
2570
+ */
2571
+ deleted_at?: string | null;
2545
2572
  }[];
2546
2573
  };
2547
2574
  };
@@ -2951,7 +2978,10 @@ interface operations {
2951
2978
  created_at?: string;
2952
2979
  /** Format: date-time */
2953
2980
  updated_at?: string;
2954
- /** @description SQL null Timestamp to handle null values of time. */
2981
+ /**
2982
+ * Format: date-time
2983
+ * @description SQL null Timestamp to handle null values of time.
2984
+ */
2955
2985
  deleted_at?: string;
2956
2986
  /** @description Associated environments for this connection */
2957
2987
  environments?: {
@@ -2987,15 +3017,25 @@ interface operations {
2987
3017
  * @description Environment owner
2988
3018
  */
2989
3019
  owner?: string;
2990
- /** Format: date-time */
3020
+ /**
3021
+ * Format: date-time
3022
+ * @description Timestamp when the resource was created.
3023
+ */
2991
3024
  created_at?: string;
3025
+ /** @description Additional metadata associated with the environment. */
2992
3026
  metadata?: {
2993
3027
  [key: string]: unknown;
2994
3028
  };
2995
- /** Format: date-time */
3029
+ /**
3030
+ * Format: date-time
3031
+ * @description Timestamp when the resource was updated.
3032
+ */
2996
3033
  updated_at?: string;
2997
- /** @description SQL null Timestamp to handle null values of time. */
2998
- deleted_at?: string;
3034
+ /**
3035
+ * Format: date-time
3036
+ * @description Timestamp when the environment was soft deleted. Null while the environment remains active.
3037
+ */
3038
+ deleted_at?: string | null;
2999
3039
  }[];
3000
3040
  /**
3001
3041
  * @description Specifies the version of the schema used for the definition.
@@ -3034,6 +3074,7 @@ interface operations {
3034
3074
  * @enum {string}
3035
3075
  */
3036
3076
  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";
3077
+ /** @description Additional metadata associated with the category. */
3037
3078
  metadata: {
3038
3079
  [key: string]: unknown;
3039
3080
  };