@meshery/schemas 1.3.8 → 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 (103) hide show
  1. package/dist/cloudApi.d.mts +4154 -1704
  2. package/dist/cloudApi.d.ts +4154 -1704
  3. package/dist/cloudApi.js +1 -1
  4. package/dist/cloudApi.mjs +1 -1
  5. package/dist/constructs/v1alpha1/capability/Capability.d.ts +106 -111
  6. package/dist/constructs/v1alpha1/core/Core.d.ts +822 -734
  7. package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +45 -40
  8. package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +1829 -1716
  9. package/dist/constructs/v1beta1/academy/Academy.d.ts +6023 -6642
  10. package/dist/constructs/v1beta1/badge/Badge.d.ts +439 -600
  11. package/dist/constructs/v1beta1/capability/Capability.d.ts +106 -111
  12. package/dist/constructs/v1beta1/catalog/Catalog.d.ts +45 -40
  13. package/dist/constructs/v1beta1/category/Category.d.ts +38 -26
  14. package/dist/constructs/v1beta1/component/Component.d.ts +833 -729
  15. package/dist/constructs/v1beta1/connection/Connection.d.ts +1170 -1357
  16. package/dist/constructs/v1beta1/core/Core.d.ts +822 -734
  17. package/dist/constructs/v1beta1/credential/Credential.d.ts +458 -593
  18. package/dist/constructs/v1beta1/environment/Environment.d.ts +666 -835
  19. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +6142 -5619
  20. package/dist/constructs/v1beta1/event/Event.d.ts +527 -898
  21. package/dist/constructs/v1beta1/feature/Feature.d.ts +343 -389
  22. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +877 -1244
  23. package/dist/constructs/v1beta1/key/Key.d.ts +444 -589
  24. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +575 -796
  25. package/dist/constructs/v1beta1/model/Model.d.ts +598 -572
  26. package/dist/constructs/v1beta1/organization/Organization.d.ts +1410 -1829
  27. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +17988 -17171
  28. package/dist/constructs/v1beta1/plan/Plan.d.ts +115 -159
  29. package/dist/constructs/v1beta1/role/Role.d.ts +688 -933
  30. package/dist/constructs/v1beta1/schedule/Schedule.d.ts +315 -425
  31. package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +61 -18
  32. package/dist/constructs/v1beta1/subscription/Subscription.d.ts +674 -839
  33. package/dist/constructs/v1beta1/support/Support.d.ts +74 -115
  34. package/dist/constructs/v1beta1/system/System.d.ts +250 -385
  35. package/dist/constructs/v1beta1/team/Team.d.ts +762 -1028
  36. package/dist/constructs/v1beta1/token/Token.d.ts +475 -612
  37. package/dist/constructs/v1beta1/user/User.d.ts +1553 -1722
  38. package/dist/constructs/v1beta1/view/View.d.ts +664 -833
  39. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4705 -4910
  40. package/dist/constructs/v1beta2/academy/Academy.d.ts +7246 -7864
  41. package/dist/constructs/v1beta2/badge/Badge.d.ts +453 -610
  42. package/dist/constructs/v1beta2/catalog/Catalog.d.ts +45 -40
  43. package/dist/constructs/v1beta2/component/Component.d.ts +851 -747
  44. package/dist/constructs/v1beta2/connection/Connection.d.ts +1189 -1376
  45. package/dist/constructs/v1beta2/core/Core.d.ts +856 -768
  46. package/dist/constructs/v1beta2/credential/Credential.d.ts +437 -572
  47. package/dist/constructs/v1beta2/design/Design.d.ts +18631 -17846
  48. package/dist/constructs/v1beta2/event/Event.d.ts +575 -946
  49. package/dist/constructs/v1beta2/invitation/Invitation.d.ts +901 -1268
  50. package/dist/constructs/v1beta2/key/Key.d.ts +454 -599
  51. package/dist/constructs/v1beta2/keychain/Keychain.d.ts +585 -806
  52. package/dist/constructs/v1beta2/model/Model.d.ts +636 -610
  53. package/dist/constructs/v1beta2/organization/Organization.d.ts +2017 -2458
  54. package/dist/constructs/v1beta2/plan/Plan.d.ts +128 -169
  55. package/dist/constructs/v1beta2/relationship/Relationship.d.ts +2013 -1844
  56. package/dist/constructs/v1beta2/role/Role.d.ts +695 -940
  57. package/dist/constructs/v1beta2/schedule/Schedule.d.ts +356 -466
  58. package/dist/constructs/v1beta2/subscription/Subscription.d.ts +701 -866
  59. package/dist/constructs/v1beta2/team/Team.d.ts +852 -1118
  60. package/dist/constructs/v1beta2/token/Token.d.ts +479 -616
  61. package/dist/constructs/v1beta2/user/User.d.ts +1553 -1722
  62. package/dist/constructs/v1beta2/view/View.d.ts +669 -838
  63. package/dist/constructs/v1beta3/academy/Academy.d.ts +7246 -7864
  64. package/dist/constructs/v1beta3/academy/AcademySchema.js +1 -1
  65. package/dist/constructs/v1beta3/academy/AcademySchema.mjs +1 -1
  66. package/dist/constructs/v1beta3/component/Component.d.ts +857 -753
  67. package/dist/constructs/v1beta3/connection/Connection.d.ts +5919 -1416
  68. package/dist/constructs/v1beta3/connection/ConnectionSchema.js +25 -1
  69. package/dist/constructs/v1beta3/connection/ConnectionSchema.mjs +25 -1
  70. package/dist/constructs/v1beta3/design/Design.d.ts +5297 -5719
  71. package/dist/constructs/v1beta3/design/DesignSchema.js +2 -2
  72. package/dist/constructs/v1beta3/design/DesignSchema.mjs +2 -2
  73. package/dist/constructs/v1beta3/environment/Environment.d.ts +689 -858
  74. package/dist/constructs/v1beta3/event/Event.d.ts +666 -1041
  75. package/dist/constructs/v1beta3/event/EventSchema.js +1 -1
  76. package/dist/constructs/v1beta3/event/EventSchema.mjs +1 -1
  77. package/dist/constructs/v1beta3/filter/Filter.d.ts +1300 -1438
  78. package/dist/constructs/v1beta3/filter/FilterSchema.js +7 -7
  79. package/dist/constructs/v1beta3/filter/FilterSchema.mjs +7 -7
  80. package/dist/constructs/v1beta3/invitation/Invitation.d.ts +911 -1278
  81. package/dist/constructs/v1beta3/invitation/InvitationSchema.js +1 -1
  82. package/dist/constructs/v1beta3/invitation/InvitationSchema.mjs +1 -1
  83. package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +1114 -1412
  84. package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.js +1 -1
  85. package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.mjs +1 -1
  86. package/dist/constructs/v1beta3/plan/Plan.d.ts +156 -197
  87. package/dist/constructs/v1beta3/relationship/Relationship.d.ts +2013 -1844
  88. package/dist/constructs/v1beta3/subscription/Subscription.d.ts +804 -969
  89. package/dist/constructs/v1beta3/token/Token.d.ts +480 -617
  90. package/dist/constructs/v1beta3/token/TokenSchema.js +1 -1
  91. package/dist/constructs/v1beta3/token/TokenSchema.mjs +1 -1
  92. package/dist/constructs/v1beta3/workspace/Workspace.d.ts +4825 -5033
  93. package/dist/index.d.mts +5032 -5501
  94. package/dist/index.d.ts +5032 -5501
  95. package/dist/mesheryApi.d.mts +3334 -884
  96. package/dist/mesheryApi.d.ts +3334 -884
  97. package/dist/mesheryApi.js +1 -1
  98. package/dist/mesheryApi.mjs +1 -1
  99. package/dist/permissions.d.mts +25 -1
  100. package/dist/permissions.d.ts +25 -1
  101. package/dist/permissions.js +1 -1
  102. package/dist/permissions.mjs +1 -1
  103. package/package.json +1 -1
@@ -3,117 +3,112 @@
3
3
  * Do not make direct changes to the file.
4
4
  */
5
5
 
6
- export type paths = Record<string, never>;
7
- export type webhooks = Record<string, never>;
6
+ export interface paths {}
7
+
8
8
  export interface components {
9
- schemas: {
10
- /**
11
- * @description Meshery manages entities in accordance with their specific capabilities. This field explicitly identifies those capabilities largely by what actions a given component supports; e.g. metric-scrape, sub-interface, and so on. This field is extensible. Entities may define a broad array of capabilities, which are in-turn dynamically interpretted by Meshery for full lifecycle management.
12
- * @default [
13
- * {
14
- * "description": "Configure the visual styles for the component",
15
- * "displayName": "Styling",
16
- * "entityState": [
17
- * "declaration"
18
- * ],
19
- * "key": "",
20
- * "kind": "mutate",
21
- * "schemaVersion": "capability.meshery.io/v1alpha1",
22
- * "status": "enabled",
23
- * "subType": "",
24
- * "type": "style",
25
- * "version": "0.7.0"
26
- * },
27
- * {
28
- * "description": "Change the shape of the component",
29
- * "displayName": "Change Shape",
30
- * "entityState": [
31
- * "declaration"
32
- * ],
33
- * "key": "",
34
- * "kind": "mutate",
35
- * "schemaVersion": "capability.meshery.io/v1alpha1",
36
- * "status": "enabled",
37
- * "subType": "shape",
38
- * "type": "style",
39
- * "version": "0.7.0"
40
- * },
41
- * {
42
- * "description": "Drag and Drop a component into a parent component in graph view",
43
- * "displayName": "Compound Drag And Drop",
44
- * "entityState": [
45
- * "declaration"
46
- * ],
47
- * "key": "",
48
- * "kind": "interaction",
49
- * "schemaVersion": "capability.meshery.io/v1alpha1",
50
- * "status": "enabled",
51
- * "subType": "compoundDnd",
52
- * "type": "graph",
53
- * "version": "0.7.0"
54
- * },
55
- * {
56
- * "description": "Add text to nodes body",
57
- * "displayName": "Body Text",
58
- * "entityState": [
59
- * "declaration"
60
- * ],
61
- * "key": "",
62
- * "kind": "mutate",
63
- * "schemaVersion": "capability.meshery.io/v1alpha1",
64
- * "status": "enabled",
65
- * "subType": "body-text",
66
- * "type": "style",
67
- * "version": "0.7.0"
68
- * }
69
- * ]
70
- */
71
- Capability: {
72
- /**
73
- * @description Specifies the version of the schema to which the capability definition conforms.
74
- * @example [
75
- * "v1",
76
- * "v1alpha1",
77
- * "v2beta3",
78
- * "v1.custom-suffix",
79
- * "models.meshery.io/v1beta1",
80
- * "capability.meshery.io/v1alpha1"
81
- * ]
82
- */
83
- schemaVersion: string;
84
- /** @description Version of the capability definition. */
85
- version: string;
86
- /** @description Name of the capability in human-readible format. */
87
- displayName: string;
88
- /** @description A written representation of the purpose and characteristics of the capability. */
89
- description: string;
90
- /** @description Top-level categorization of the capability */
91
- kind: string | "action" | "mutate" | "view" | "interaction";
92
- /** @description Classification of capabilities. Used to group capabilities similar in nature. */
93
- type: string;
94
- /** @description Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
95
- subType: string;
96
- /** @description Key that backs the capability. */
97
- key: string;
98
- /** @description State of the entity in which the capability is applicable. */
99
- entityState: ("declaration" | "instance")[];
100
- /**
101
- * @description Status of the capability
102
- * @default enabled
103
- * @enum {string}
104
- */
105
- status: "enabled" | "disabled";
106
- /** @description Metadata contains additional information associated with the capability. Extension point. */
107
- metadata?: {
108
- [key: string]: unknown;
109
- };
110
- };
9
+ schemas: {
10
+ /**
11
+ * @description Meshery manages entities in accordance with their specific capabilities. This field explicitly identifies those capabilities largely by what actions a given component supports; e.g. metric-scrape, sub-interface, and so on. This field is extensible. Entities may define a broad array of capabilities, which are in-turn dynamically interpretted by Meshery for full lifecycle management.
12
+ * @default [
13
+ * {
14
+ * "description": "Configure the visual styles for the component",
15
+ * "displayName": "Styling",
16
+ * "entityState": [
17
+ * "declaration"
18
+ * ],
19
+ * "key": "",
20
+ * "kind": "mutate",
21
+ * "schemaVersion": "capability.meshery.io/v1alpha1",
22
+ * "status": "enabled",
23
+ * "subType": "",
24
+ * "type": "style",
25
+ * "version": "0.7.0"
26
+ * },
27
+ * {
28
+ * "description": "Change the shape of the component",
29
+ * "displayName": "Change Shape",
30
+ * "entityState": [
31
+ * "declaration"
32
+ * ],
33
+ * "key": "",
34
+ * "kind": "mutate",
35
+ * "schemaVersion": "capability.meshery.io/v1alpha1",
36
+ * "status": "enabled",
37
+ * "subType": "shape",
38
+ * "type": "style",
39
+ * "version": "0.7.0"
40
+ * },
41
+ * {
42
+ * "description": "Drag and Drop a component into a parent component in graph view",
43
+ * "displayName": "Compound Drag And Drop",
44
+ * "entityState": [
45
+ * "declaration"
46
+ * ],
47
+ * "key": "",
48
+ * "kind": "interaction",
49
+ * "schemaVersion": "capability.meshery.io/v1alpha1",
50
+ * "status": "enabled",
51
+ * "subType": "compoundDnd",
52
+ * "type": "graph",
53
+ * "version": "0.7.0"
54
+ * },
55
+ * {
56
+ * "description": "Add text to nodes body",
57
+ * "displayName": "Body Text",
58
+ * "entityState": [
59
+ * "declaration"
60
+ * ],
61
+ * "key": "",
62
+ * "kind": "mutate",
63
+ * "schemaVersion": "capability.meshery.io/v1alpha1",
64
+ * "status": "enabled",
65
+ * "subType": "body-text",
66
+ * "type": "style",
67
+ * "version": "0.7.0"
68
+ * }
69
+ * ]
70
+ */
71
+ Capability: {
72
+ /**
73
+ * @description Specifies the version of the schema to which the capability definition conforms.
74
+ * @example [
75
+ * "v1",
76
+ * "v1alpha1",
77
+ * "v2beta3",
78
+ * "v1.custom-suffix",
79
+ * "models.meshery.io/v1beta1",
80
+ * "capability.meshery.io/v1alpha1"
81
+ * ]
82
+ */
83
+ schemaVersion: string;
84
+ /** @description Version of the capability definition. */
85
+ version: string;
86
+ /** @description Name of the capability in human-readible format. */
87
+ displayName: string;
88
+ /** @description A written representation of the purpose and characteristics of the capability. */
89
+ description: string;
90
+ /** @description Top-level categorization of the capability */
91
+ kind: string;
92
+ /** @description Classification of capabilities. Used to group capabilities similar in nature. */
93
+ type: string;
94
+ /** @description Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
95
+ subType: string;
96
+ /** @description Key that backs the capability. */
97
+ key: string;
98
+ /** @description State of the entity in which the capability is applicable. */
99
+ entityState: ("declaration" | "instance")[];
100
+ /**
101
+ * @description Status of the capability
102
+ * @default enabled
103
+ * @enum {string}
104
+ */
105
+ status: "enabled" | "disabled";
106
+ /** @description Metadata contains additional information associated with the capability. Extension point. */
107
+ metadata?: { [key: string]: unknown };
111
108
  };
112
- responses: never;
113
- parameters: never;
114
- requestBodies: never;
115
- headers: never;
116
- pathItems: never;
109
+ };
117
110
  }
118
- export type $defs = Record<string, never>;
119
- export type operations = Record<string, never>;
111
+
112
+ export interface operations {}
113
+
114
+ export interface external {}