@meshery/schemas 1.3.28 → 1.3.30

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 (96) hide show
  1. package/dist/cloudApi.d.mts +3420 -3186
  2. package/dist/cloudApi.d.ts +3420 -3186
  3. package/dist/constructs/v1beta2/academy/Academy.d.ts +2 -2
  4. package/dist/constructs/v1beta2/academy/AcademySchema.js +1 -1
  5. package/dist/constructs/v1beta2/academy/AcademySchema.mjs +1 -1
  6. package/dist/constructs/v1beta2/core/Core.d.ts +2 -2
  7. package/dist/constructs/v1beta2/core/CoreSchema.js +1 -1
  8. package/dist/constructs/v1beta2/core/CoreSchema.mjs +1 -1
  9. package/dist/constructs/v1beta2/credential/Credential.d.ts +4 -4
  10. package/dist/constructs/v1beta2/credential/CredentialSchema.js +2 -2
  11. package/dist/constructs/v1beta2/credential/CredentialSchema.mjs +2 -2
  12. package/dist/constructs/v1beta2/design/Design.d.ts +12 -12
  13. package/dist/constructs/v1beta2/design/DesignSchema.js +5 -5
  14. package/dist/constructs/v1beta2/design/DesignSchema.mjs +5 -5
  15. package/dist/constructs/v1beta2/event/Event.d.ts +10 -10
  16. package/dist/constructs/v1beta2/event/EventSchema.js +1 -1
  17. package/dist/constructs/v1beta2/event/EventSchema.mjs +1 -1
  18. package/dist/constructs/v1beta2/invitation/Invitation.d.ts +2 -2
  19. package/dist/constructs/v1beta2/invitation/InvitationSchema.js +1 -1
  20. package/dist/constructs/v1beta2/invitation/InvitationSchema.mjs +1 -1
  21. package/dist/constructs/v1beta2/key/Key.d.ts +6 -6
  22. package/dist/constructs/v1beta2/key/KeySchema.js +1 -1
  23. package/dist/constructs/v1beta2/key/KeySchema.mjs +1 -1
  24. package/dist/constructs/v1beta2/keychain/Keychain.d.ts +6 -6
  25. package/dist/constructs/v1beta2/keychain/KeychainSchema.js +1 -1
  26. package/dist/constructs/v1beta2/keychain/KeychainSchema.mjs +1 -1
  27. package/dist/constructs/v1beta2/organization/Organization.d.ts +14 -0
  28. package/dist/constructs/v1beta2/organization/OrganizationSchema.js +1 -1
  29. package/dist/constructs/v1beta2/organization/OrganizationSchema.mjs +1 -1
  30. package/dist/constructs/v1beta2/plan/Plan.d.ts +2 -2
  31. package/dist/constructs/v1beta2/plan/PlanSchema.js +1 -1
  32. package/dist/constructs/v1beta2/plan/PlanSchema.mjs +1 -1
  33. package/dist/constructs/v1beta2/role/Role.d.ts +6 -6
  34. package/dist/constructs/v1beta2/role/RoleSchema.js +1 -1
  35. package/dist/constructs/v1beta2/role/RoleSchema.mjs +1 -1
  36. package/dist/constructs/v1beta2/schedule/Schedule.d.ts +4 -4
  37. package/dist/constructs/v1beta2/schedule/ScheduleSchema.js +2 -2
  38. package/dist/constructs/v1beta2/schedule/ScheduleSchema.mjs +2 -2
  39. package/dist/constructs/v1beta2/subscription/Subscription.d.ts +4 -4
  40. package/dist/constructs/v1beta2/subscription/SubscriptionSchema.js +1 -1
  41. package/dist/constructs/v1beta2/subscription/SubscriptionSchema.mjs +1 -1
  42. package/dist/constructs/v1beta2/team/Team.d.ts +16 -41
  43. package/dist/constructs/v1beta2/team/TeamSchema.js +1 -1
  44. package/dist/constructs/v1beta2/team/TeamSchema.mjs +1 -1
  45. package/dist/constructs/v1beta2/token/Token.d.ts +4 -4
  46. package/dist/constructs/v1beta2/token/TokenSchema.js +1 -1
  47. package/dist/constructs/v1beta2/token/TokenSchema.mjs +1 -1
  48. package/dist/constructs/v1beta2/user/User.d.ts +6 -6
  49. package/dist/constructs/v1beta2/user/UserSchema.js +1 -1
  50. package/dist/constructs/v1beta2/user/UserSchema.mjs +1 -1
  51. package/dist/constructs/v1beta2/view/View.d.ts +4 -4
  52. package/dist/constructs/v1beta2/view/ViewSchema.js +2 -2
  53. package/dist/constructs/v1beta2/view/ViewSchema.mjs +2 -2
  54. package/dist/constructs/v1beta3/academy/Academy.d.ts +767 -3
  55. package/dist/constructs/v1beta3/academy/AcademySchema.js +3 -1
  56. package/dist/constructs/v1beta3/academy/AcademySchema.mjs +3 -1
  57. package/dist/constructs/v1beta3/design/Design.d.ts +5 -5
  58. package/dist/constructs/v1beta3/design/DesignSchema.js +5 -5
  59. package/dist/constructs/v1beta3/design/DesignSchema.mjs +5 -5
  60. package/dist/constructs/v1beta3/environment/Environment.d.ts +6 -6
  61. package/dist/constructs/v1beta3/environment/EnvironmentSchema.js +1 -1
  62. package/dist/constructs/v1beta3/environment/EnvironmentSchema.mjs +1 -1
  63. package/dist/constructs/v1beta3/event/Event.d.ts +11 -11
  64. package/dist/constructs/v1beta3/event/EventSchema.js +1 -1
  65. package/dist/constructs/v1beta3/event/EventSchema.mjs +1 -1
  66. package/dist/constructs/v1beta3/filter/Filter.d.ts +2 -2
  67. package/dist/constructs/v1beta3/filter/FilterSchema.js +2 -2
  68. package/dist/constructs/v1beta3/filter/FilterSchema.mjs +2 -2
  69. package/dist/constructs/v1beta3/invitation/Invitation.d.ts +4 -4
  70. package/dist/constructs/v1beta3/invitation/InvitationSchema.js +1 -1
  71. package/dist/constructs/v1beta3/invitation/InvitationSchema.mjs +1 -1
  72. package/dist/constructs/v1beta3/pattern_resource/PatternResource.d.ts +2 -2
  73. package/dist/constructs/v1beta3/pattern_resource/PatternResourceSchema.js +2 -2
  74. package/dist/constructs/v1beta3/pattern_resource/PatternResourceSchema.mjs +2 -2
  75. package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +4 -4
  76. package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.js +1 -1
  77. package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.mjs +1 -1
  78. package/dist/constructs/v1beta3/plan/Plan.d.ts +2 -2
  79. package/dist/constructs/v1beta3/plan/PlanSchema.js +1 -1
  80. package/dist/constructs/v1beta3/plan/PlanSchema.mjs +1 -1
  81. package/dist/constructs/v1beta3/subscription/Subscription.d.ts +4 -4
  82. package/dist/constructs/v1beta3/subscription/SubscriptionSchema.js +1 -1
  83. package/dist/constructs/v1beta3/subscription/SubscriptionSchema.mjs +1 -1
  84. package/dist/constructs/v1beta3/token/Token.d.ts +4 -4
  85. package/dist/constructs/v1beta3/token/TokenSchema.js +1 -1
  86. package/dist/constructs/v1beta3/token/TokenSchema.mjs +1 -1
  87. package/dist/constructs/v1beta3/workspace/Workspace.d.ts +12 -12
  88. package/dist/constructs/v1beta3/workspace/WorkspaceSchema.js +2 -2
  89. package/dist/constructs/v1beta3/workspace/WorkspaceSchema.mjs +2 -2
  90. package/dist/index.d.mts +14 -8
  91. package/dist/index.d.ts +14 -8
  92. package/dist/index.js +6 -6
  93. package/dist/index.mjs +6 -6
  94. package/dist/mesheryApi.d.mts +1407 -1399
  95. package/dist/mesheryApi.d.ts +1407 -1399
  96. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -30815,9 +30815,9 @@ interface components$8 {
30815
30815
  /** @description Design (Pattern) ID */
30816
30816
  id: string;
30817
30817
  /** @description Get responses by page */
30818
- page: string;
30818
+ page: number;
30819
30819
  /** @description Get responses by pagesize */
30820
- pagesize: string;
30820
+ pagesize: number;
30821
30821
  /** @description Get responses that match search param value */
30822
30822
  search: string;
30823
30823
  /** @description Get ordered responses */
@@ -31028,9 +31028,9 @@ interface components$7 {
31028
31028
  /** @description Workspace ID */
31029
31029
  workspaceId: string;
31030
31030
  /** @description Get responses by page */
31031
- page: string;
31031
+ page: number;
31032
31032
  /** @description Get responses by pagesize */
31033
- pagesize: string;
31033
+ pagesize: number;
31034
31034
  /** @description Get responses that match search param value */
31035
31035
  search: string;
31036
31036
  /** @description Get ordered responses */
@@ -31699,6 +31699,8 @@ interface components$5 {
31699
31699
  country?: string;
31700
31700
  /** @description Region of the organization. */
31701
31701
  region?: string;
31702
+ /** @description Custom domain assigned to the organization, when configured. */
31703
+ domain?: string;
31702
31704
  /** @description Display name of the organization owner. */
31703
31705
  owner?: string;
31704
31706
  /** @description Free-form metadata associated with an organization, including preferences. */
@@ -31837,6 +31839,8 @@ interface components$5 {
31837
31839
  country?: string;
31838
31840
  /** @description Region of the organization. */
31839
31841
  region?: string;
31842
+ /** @description Custom domain assigned to the organization, when configured. */
31843
+ domain?: string;
31840
31844
  /** @description Display name of the organization owner. */
31841
31845
  owner?: string;
31842
31846
  /** @description Free-form metadata associated with an organization, including preferences. */
@@ -31976,6 +31980,8 @@ interface components$5 {
31976
31980
  country?: string;
31977
31981
  /** @description Region of the organization. */
31978
31982
  region?: string;
31983
+ /** @description Custom domain assigned to the organization, when configured. */
31984
+ domain?: string;
31979
31985
  /** @description Display name of the organization owner. */
31980
31986
  owner?: string;
31981
31987
  /** @description Free-form metadata associated with an organization, including preferences. */
@@ -34910,9 +34916,9 @@ interface components$2 {
34910
34916
  /** @description Subscription ID */
34911
34917
  subscriptionId: string;
34912
34918
  /** @description Get responses by page */
34913
- page: string;
34919
+ page: number;
34914
34920
  /** @description Get responses by pagesize */
34915
- pagesize: string;
34921
+ pagesize: number;
34916
34922
  /** @description Get responses by pagesize (pass all to get all responses) */
34917
34923
  pagesizeWithAll: string;
34918
34924
  /** @description Get ordered responses */
@@ -35047,9 +35053,9 @@ interface components$1 {
35047
35053
  /** @description Token ID */
35048
35054
  id: string;
35049
35055
  /** @description Get responses by page */
35050
- page: string;
35056
+ page: number;
35051
35057
  /** @description Get responses by pagesize */
35052
- pagesize: string;
35058
+ pagesize: number;
35053
35059
  /** @description Get responses that match search param value */
35054
35060
  search: string;
35055
35061
  /** @description Get ordered responses */
package/dist/index.d.ts CHANGED
@@ -30815,9 +30815,9 @@ interface components$8 {
30815
30815
  /** @description Design (Pattern) ID */
30816
30816
  id: string;
30817
30817
  /** @description Get responses by page */
30818
- page: string;
30818
+ page: number;
30819
30819
  /** @description Get responses by pagesize */
30820
- pagesize: string;
30820
+ pagesize: number;
30821
30821
  /** @description Get responses that match search param value */
30822
30822
  search: string;
30823
30823
  /** @description Get ordered responses */
@@ -31028,9 +31028,9 @@ interface components$7 {
31028
31028
  /** @description Workspace ID */
31029
31029
  workspaceId: string;
31030
31030
  /** @description Get responses by page */
31031
- page: string;
31031
+ page: number;
31032
31032
  /** @description Get responses by pagesize */
31033
- pagesize: string;
31033
+ pagesize: number;
31034
31034
  /** @description Get responses that match search param value */
31035
31035
  search: string;
31036
31036
  /** @description Get ordered responses */
@@ -31699,6 +31699,8 @@ interface components$5 {
31699
31699
  country?: string;
31700
31700
  /** @description Region of the organization. */
31701
31701
  region?: string;
31702
+ /** @description Custom domain assigned to the organization, when configured. */
31703
+ domain?: string;
31702
31704
  /** @description Display name of the organization owner. */
31703
31705
  owner?: string;
31704
31706
  /** @description Free-form metadata associated with an organization, including preferences. */
@@ -31837,6 +31839,8 @@ interface components$5 {
31837
31839
  country?: string;
31838
31840
  /** @description Region of the organization. */
31839
31841
  region?: string;
31842
+ /** @description Custom domain assigned to the organization, when configured. */
31843
+ domain?: string;
31840
31844
  /** @description Display name of the organization owner. */
31841
31845
  owner?: string;
31842
31846
  /** @description Free-form metadata associated with an organization, including preferences. */
@@ -31976,6 +31980,8 @@ interface components$5 {
31976
31980
  country?: string;
31977
31981
  /** @description Region of the organization. */
31978
31982
  region?: string;
31983
+ /** @description Custom domain assigned to the organization, when configured. */
31984
+ domain?: string;
31979
31985
  /** @description Display name of the organization owner. */
31980
31986
  owner?: string;
31981
31987
  /** @description Free-form metadata associated with an organization, including preferences. */
@@ -34910,9 +34916,9 @@ interface components$2 {
34910
34916
  /** @description Subscription ID */
34911
34917
  subscriptionId: string;
34912
34918
  /** @description Get responses by page */
34913
- page: string;
34919
+ page: number;
34914
34920
  /** @description Get responses by pagesize */
34915
- pagesize: string;
34921
+ pagesize: number;
34916
34922
  /** @description Get responses by pagesize (pass all to get all responses) */
34917
34923
  pagesizeWithAll: string;
34918
34924
  /** @description Get ordered responses */
@@ -35047,9 +35053,9 @@ interface components$1 {
35047
35053
  /** @description Token ID */
35048
35054
  id: string;
35049
35055
  /** @description Get responses by page */
35050
- page: string;
35056
+ page: number;
35051
35057
  /** @description Get responses by pagesize */
35052
- pagesize: string;
35058
+ pagesize: number;
35053
35059
  /** @description Get responses that match search param value */
35054
35060
  search: string;
35055
35061
  /** @description Get ordered responses */