@meshery/schemas 1.3.9 → 1.4.0

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 (101) hide show
  1. package/dist/cloudApi.d.mts +28 -28
  2. package/dist/cloudApi.d.ts +28 -28
  3. package/dist/constructs/v1alpha1/capability/Capability.d.ts +106 -111
  4. package/dist/constructs/v1alpha1/core/Core.d.ts +822 -734
  5. package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +45 -40
  6. package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +1829 -1716
  7. package/dist/constructs/v1beta1/academy/Academy.d.ts +6023 -6642
  8. package/dist/constructs/v1beta1/badge/Badge.d.ts +439 -600
  9. package/dist/constructs/v1beta1/capability/Capability.d.ts +106 -111
  10. package/dist/constructs/v1beta1/catalog/Catalog.d.ts +45 -40
  11. package/dist/constructs/v1beta1/category/Category.d.ts +38 -26
  12. package/dist/constructs/v1beta1/component/Component.d.ts +833 -729
  13. package/dist/constructs/v1beta1/connection/Connection.d.ts +1170 -1357
  14. package/dist/constructs/v1beta1/core/Core.d.ts +822 -734
  15. package/dist/constructs/v1beta1/credential/Credential.d.ts +458 -593
  16. package/dist/constructs/v1beta1/environment/Environment.d.ts +666 -835
  17. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +6142 -5619
  18. package/dist/constructs/v1beta1/event/Event.d.ts +527 -898
  19. package/dist/constructs/v1beta1/feature/Feature.d.ts +343 -389
  20. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +877 -1244
  21. package/dist/constructs/v1beta1/key/Key.d.ts +444 -589
  22. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +575 -796
  23. package/dist/constructs/v1beta1/model/Model.d.ts +598 -572
  24. package/dist/constructs/v1beta1/organization/Organization.d.ts +1410 -1829
  25. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +17988 -17171
  26. package/dist/constructs/v1beta1/plan/Plan.d.ts +115 -159
  27. package/dist/constructs/v1beta1/role/Role.d.ts +688 -933
  28. package/dist/constructs/v1beta1/schedule/Schedule.d.ts +315 -425
  29. package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +61 -18
  30. package/dist/constructs/v1beta1/subscription/Subscription.d.ts +674 -839
  31. package/dist/constructs/v1beta1/support/Support.d.ts +74 -115
  32. package/dist/constructs/v1beta1/system/System.d.ts +250 -385
  33. package/dist/constructs/v1beta1/team/Team.d.ts +762 -1028
  34. package/dist/constructs/v1beta1/token/Token.d.ts +475 -612
  35. package/dist/constructs/v1beta1/user/User.d.ts +1553 -1722
  36. package/dist/constructs/v1beta1/view/View.d.ts +664 -833
  37. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4705 -4910
  38. package/dist/constructs/v1beta2/academy/Academy.d.ts +7246 -7864
  39. package/dist/constructs/v1beta2/badge/Badge.d.ts +453 -610
  40. package/dist/constructs/v1beta2/catalog/Catalog.d.ts +45 -40
  41. package/dist/constructs/v1beta2/component/Component.d.ts +851 -747
  42. package/dist/constructs/v1beta2/connection/Connection.d.ts +1189 -1376
  43. package/dist/constructs/v1beta2/core/Core.d.ts +856 -768
  44. package/dist/constructs/v1beta2/credential/Credential.d.ts +437 -572
  45. package/dist/constructs/v1beta2/design/Design.d.ts +18631 -17846
  46. package/dist/constructs/v1beta2/event/Event.d.ts +575 -946
  47. package/dist/constructs/v1beta2/invitation/Invitation.d.ts +901 -1268
  48. package/dist/constructs/v1beta2/key/Key.d.ts +454 -599
  49. package/dist/constructs/v1beta2/keychain/Keychain.d.ts +585 -806
  50. package/dist/constructs/v1beta2/model/Model.d.ts +636 -610
  51. package/dist/constructs/v1beta2/organization/Organization.d.ts +2017 -2458
  52. package/dist/constructs/v1beta2/plan/Plan.d.ts +128 -169
  53. package/dist/constructs/v1beta2/relationship/Relationship.d.ts +2013 -1844
  54. package/dist/constructs/v1beta2/role/Role.d.ts +695 -940
  55. package/dist/constructs/v1beta2/schedule/Schedule.d.ts +356 -466
  56. package/dist/constructs/v1beta2/subscription/Subscription.d.ts +701 -866
  57. package/dist/constructs/v1beta2/team/Team.d.ts +852 -1118
  58. package/dist/constructs/v1beta2/token/Token.d.ts +479 -616
  59. package/dist/constructs/v1beta2/user/User.d.ts +1553 -1722
  60. package/dist/constructs/v1beta2/view/View.d.ts +669 -838
  61. package/dist/constructs/v1beta3/academy/Academy.d.ts +7246 -7864
  62. package/dist/constructs/v1beta3/academy/AcademySchema.js +1 -1
  63. package/dist/constructs/v1beta3/academy/AcademySchema.mjs +1 -1
  64. package/dist/constructs/v1beta3/component/Component.d.ts +857 -753
  65. package/dist/constructs/v1beta3/connection/Connection.d.ts +5559 -5053
  66. package/dist/constructs/v1beta3/connection/ConnectionSchema.js +6 -6
  67. package/dist/constructs/v1beta3/connection/ConnectionSchema.mjs +6 -6
  68. package/dist/constructs/v1beta3/design/Design.d.ts +5297 -5719
  69. package/dist/constructs/v1beta3/design/DesignSchema.js +2 -2
  70. package/dist/constructs/v1beta3/design/DesignSchema.mjs +2 -2
  71. package/dist/constructs/v1beta3/environment/Environment.d.ts +689 -858
  72. package/dist/constructs/v1beta3/event/Event.d.ts +666 -1041
  73. package/dist/constructs/v1beta3/event/EventSchema.js +1 -1
  74. package/dist/constructs/v1beta3/event/EventSchema.mjs +1 -1
  75. package/dist/constructs/v1beta3/filter/Filter.d.ts +1300 -1438
  76. package/dist/constructs/v1beta3/filter/FilterSchema.js +7 -7
  77. package/dist/constructs/v1beta3/filter/FilterSchema.mjs +7 -7
  78. package/dist/constructs/v1beta3/invitation/Invitation.d.ts +911 -1278
  79. package/dist/constructs/v1beta3/invitation/InvitationSchema.js +1 -1
  80. package/dist/constructs/v1beta3/invitation/InvitationSchema.mjs +1 -1
  81. package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +1114 -1412
  82. package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.js +1 -1
  83. package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.mjs +1 -1
  84. package/dist/constructs/v1beta3/plan/Plan.d.ts +156 -197
  85. package/dist/constructs/v1beta3/relationship/Relationship.d.ts +2013 -1844
  86. package/dist/constructs/v1beta3/subscription/Subscription.d.ts +804 -969
  87. package/dist/constructs/v1beta3/token/Token.d.ts +480 -617
  88. package/dist/constructs/v1beta3/token/TokenSchema.js +1 -1
  89. package/dist/constructs/v1beta3/token/TokenSchema.mjs +1 -1
  90. package/dist/constructs/v1beta3/workspace/Workspace.d.ts +4825 -5033
  91. package/dist/index.d.mts +5032 -5501
  92. package/dist/index.d.ts +5032 -5501
  93. package/dist/mesheryApi.d.mts +8 -8
  94. package/dist/mesheryApi.d.ts +8 -8
  95. package/dist/mesheryApi.js +1 -1
  96. package/dist/mesheryApi.mjs +1 -1
  97. package/dist/permissions.d.mts +25 -1
  98. package/dist/permissions.d.ts +25 -1
  99. package/dist/permissions.js +1 -1
  100. package/dist/permissions.mjs +1 -1
  101. package/package.json +1 -1
@@ -4,129 +4,88 @@
4
4
  */
5
5
 
6
6
  export interface paths {
7
- "/api/integrations/support": {
8
- parameters: {
9
- query?: never;
10
- header?: never;
11
- path?: never;
12
- cookie?: never;
13
- };
14
- get?: never;
15
- put?: never;
16
- /** Submit a support request */
17
- post: operations["submitSupportRequest"];
18
- delete?: never;
19
- options?: never;
20
- head?: never;
21
- patch?: never;
22
- trace?: never;
23
- };
7
+ "/api/integrations/support": {
8
+ post: operations["submitSupportRequest"];
9
+ };
24
10
  }
25
- export type webhooks = Record<string, never>;
11
+
26
12
  export interface components {
27
- schemas: {
28
- /** @description Payload for submitting a help-and-support request. */
29
- SupportRequest: {
30
- /**
31
- * Subject
32
- * @description Concise and descriptive title for the support request.
33
- */
34
- subject: string;
35
- /**
36
- * Description
37
- * @description Detailed description of the issue or question.
38
- */
39
- message: string;
40
- /**
41
- * Scope
42
- * @description Category that best represents the nature of the inquiry.
43
- * @enum {string}
44
- */
45
- scope?: "Support" | "Community" | "Account" | "Commercial";
46
- };
13
+ schemas: {
14
+ /** @description Payload for submitting a help-and-support request. */
15
+ SupportRequest: {
16
+ /**
17
+ * Subject
18
+ * @description Concise and descriptive title for the support request.
19
+ */
20
+ subject: string;
21
+ /**
22
+ * Description
23
+ * @description Detailed description of the issue or question.
24
+ */
25
+ message: string;
26
+ /**
27
+ * Scope
28
+ * @description Category that best represents the nature of the inquiry.
29
+ * @enum {string}
30
+ */
31
+ scope?: "Support" | "Community" | "Account" | "Commercial";
47
32
  };
48
- responses: {
49
- /** @description Expired JWT token used or insufficient privilege */
50
- 401: {
51
- headers: {
52
- [name: string]: unknown;
53
- };
54
- content: {
55
- "text/plain": string;
56
- };
57
- };
33
+ };
34
+ responses: {
35
+ /** Expired JWT token used or insufficient privilege */
36
+ 401: {
37
+ content: {
38
+ "text/plain": string;
39
+ };
58
40
  };
59
- parameters: never;
60
- requestBodies: never;
61
- headers: never;
62
- pathItems: never;
41
+ };
63
42
  }
64
- export type $defs = Record<string, never>;
43
+
65
44
  export interface operations {
66
- submitSupportRequest: {
67
- parameters: {
68
- query?: never;
69
- header?: never;
70
- path?: never;
71
- cookie?: never;
45
+ submitSupportRequest: {
46
+ responses: {
47
+ /** Support request submitted */
48
+ 201: {
49
+ content: {
50
+ "application/json": {
51
+ message?: string;
52
+ };
72
53
  };
73
- requestBody: {
74
- content: {
75
- "application/json": {
76
- /**
77
- * Subject
78
- * @description Concise and descriptive title for the support request.
79
- */
80
- subject: string;
81
- /**
82
- * Description
83
- * @description Detailed description of the issue or question.
84
- */
85
- message: string;
86
- /**
87
- * Scope
88
- * @description Category that best represents the nature of the inquiry.
89
- * @enum {string}
90
- */
91
- scope?: "Support" | "Community" | "Account" | "Commercial";
92
- };
93
- };
54
+ };
55
+ /** Invalid request format */
56
+ 400: unknown;
57
+ /** Expired JWT token used or insufficient privilege */
58
+ 401: {
59
+ content: {
60
+ "text/plain": string;
94
61
  };
95
- responses: {
96
- /** @description Support request submitted */
97
- 201: {
98
- headers: {
99
- [name: string]: unknown;
100
- };
101
- content: {
102
- "application/json": {
103
- message?: string;
104
- };
105
- };
106
- };
107
- /** @description Invalid request format */
108
- 400: {
109
- headers: {
110
- [name: string]: unknown;
111
- };
112
- content?: never;
113
- };
114
- /** @description Expired JWT token used or insufficient privilege */
115
- 401: {
116
- headers: {
117
- [name: string]: unknown;
118
- };
119
- content: {
120
- "text/plain": string;
121
- };
122
- };
123
- /** @description Internal server error */
124
- 500: {
125
- headers: {
126
- [name: string]: unknown;
127
- };
128
- content?: never;
129
- };
62
+ };
63
+ /** Internal server error */
64
+ 500: unknown;
65
+ };
66
+ requestBody: {
67
+ content: {
68
+ "application/json": {
69
+ /**
70
+ * Subject
71
+ * @description Concise and descriptive title for the support request.
72
+ */
73
+ subject: string;
74
+ /**
75
+ * Description
76
+ * @description Detailed description of the issue or question.
77
+ */
78
+ message: string;
79
+ /**
80
+ * Scope
81
+ * @description Category that best represents the nature of the inquiry.
82
+ * @enum {string}
83
+ */
84
+ scope?: "Support" | "Community" | "Account" | "Commercial";
130
85
  };
86
+ };
131
87
  };
88
+ };
132
89
  }
90
+
91
+ export interface external {}